summaryrefslogtreecommitdiff
path: root/git/objects/fun.py
Commit message (Expand)AuthorAgeFilesLines
* Fix Sphinx rendering errorsStephan Creutz2022-12-291-0/+2
* reformat according to 'black' configuration file.Sebastian Thiel2022-05-181-9/+3
* Run everything through 'black'Sebastian Thiel2022-05-181-27/+48
* increase mypy strictness (warn unused ignored and warn unreachable)Yobmod2021-08-021-1/+1
* Make types in refs compatible with objectsYobmod2021-07-191-1/+1
* Use TreeCacheTup type alias throughoutYobmod2021-07-091-1/+1
* Change List to MutableSequence in fun.py _find_by_name()Yobmod2021-07-081-7/+7
* fix base,ours,theirs typingYobmod2021-07-081-4/+4
* Use Tuple not tupleYobmod2021-07-081-2/+3
* Fix traverse_trees_recursive() againYobmod2021-07-081-3/+3
* Fix traverse_trees_recursive()Yobmod2021-07-081-4/+4
* MmmmmYobmod2021-07-081-10/+8
* Mak EntryTup a froward refYobmod2021-07-081-1/+1
* Mak GitCmdObjectDB a froward refYobmod2021-07-081-3/+3
* Finish initial typing of index folderYobmod2021-07-081-21/+47
* Add types to tree.TreeYobmod2021-06-241-3/+12
* Remove and replace compat.text_typeHarmon2020-02-081-3/+2
* Remove and replace compat.xrangeHarmon2020-02-081-2/+1
* Remove and replace compat.bchrHarmon2020-02-081-3/+2
* Remove compat.byte_ordHarmon2020-02-081-5/+4
* removed trailing whitespacesPratik Anurag2019-10-151-1/+1
* changed unused variables assingmentPratik Anurag2019-10-151-1/+1
* Rewrite unnecessary dict/list/tuple calls as literalsHugo2018-03-181-5/+5
* fix(surrogateescape): enable on py2, fix testsSebastian Thiel2016-10-161-1/+2
* fix(unicode): use surrogateescape in bytes.decodeSebastian Thiel2016-10-161-5/+1
* src: No PyDev warningsKostis Anagnostopoulos2016-10-041-2/+2
* Make flake8 happySebastian Thiel2015-01-061-0/+1
* test_fun worksSebastian Thiel2015-01-051-2/+3
* test_commit works once againSebastian Thiel2015-01-051-2/+1
* Fixes test_blob and improved commit writing/readingSebastian Thiel2015-01-051-13/+13
* Dum brute force conversion of all types.Sebastian Thiel2015-01-041-1/+5
* Applied autopep8Sebastian Thiel2014-11-191-2/+3
* pep8 linting (trailing whitespace)Antoine Musso2014-11-161-9/+9
* pep8 linting (whitespace before/after)Antoine Musso2014-11-161-8/+8
* pep8 linting (blank lines expectations)Antoine Musso2014-11-161-3/+3
* pep8 linting (whitespaces)Antoine Musso2014-11-161-22/+22
* Merge branch 'sf-master' of https://github.com/johnsca/GitPython into johnsca...Sebastian Thiel2014-11-151-3/+8
|\
| * Fix whacky indentationTim Van Steenburgh2013-04-171-7/+7
| * Return bytes if object name can't be utf8-decodedTim Van Steenburgh2013-04-171-3/+7
* | tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel2014-02-091-182/+182
|/
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-0/+199