Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Sphinx rendering errors | Stephan Creutz | 2022-12-29 | 1 | -1/+3 |
| | | | | | | | | These errors are mostly fixed by either adding blank lines or single spaces for Sphinx documentation key words. The commit solely includes documentation changes, no functional changes. | ||||
* | reformat according to 'black' configuration file. | Sebastian Thiel | 2022-05-18 | 1 | -29/+9 |
| | |||||
* | Run everything through 'black' | Sebastian Thiel | 2022-05-18 | 1 | -57/+101 |
| | | | | | That way people who use it won't be deterred, while it unifies style everywhere. | ||||
* | increase mypy strictness (warn unused ignored and warn unreachable) | Yobmod | 2021-08-02 | 1 | -1/+1 |
| | |||||
* | Add final types to tree.py | Yobmod | 2021-07-31 | 1 | -2/+2 |
| | |||||
* | Replace all Typeguard with cast, revert update to typing-extensions==3.10.0 | Yobmod | 2021-07-24 | 1 | -3/+3 |
| | |||||
* | Change remaining type comments to py3.6+ types | Yobmod | 2021-07-19 | 1 | -1/+1 |
| | |||||
* | Make types in refs compatible with objects | Yobmod | 2021-07-19 | 1 | -6/+6 |
| | |||||
* | Use TreeCacheTup type alias throughout | Yobmod | 2021-07-09 | 1 | -6/+8 |
| | |||||
* | Try to distinguation git.diff module from diff.Diff.diff and ↵ | Yobmod | 2021-07-09 | 1 | -2/+2 |
| | | | | diff.Daffable.diff() | ||||
* | Fix list_traverse() docstring for Autodoc | Yobmod | 2021-07-09 | 1 | -0/+5 |
| | |||||
* | Rmv circular import, create Has_id_attribute Protocol instead | Yobmod | 2021-07-09 | 1 | -1/+1 |
| | |||||
* | Add list_traverse() to Tree and TraversableIterableObj. | Yobmod | 2021-07-09 | 1 | -2/+5 |
| | |||||
* | fix base,ours,theirs typing | Yobmod | 2021-07-08 | 1 | -1/+1 |
| | |||||
* | Finish initial typing of index folder | Yobmod | 2021-07-08 | 1 | -10/+10 |
| | |||||
* | Increase mypy strictness (no_implicit_optional & warn_redundant_casts) and ↵ | Yobmod | 2021-07-08 | 1 | -1/+0 |
| | | | | fix errors | ||||
* | Add missed types to Commit, uncomment to_native_path_linux() | Yobmod | 2021-07-01 | 1 | -1/+1 |
| | |||||
* | Type Tree.traverse() better | Yobmod | 2021-06-30 | 1 | -19/+18 |
| | |||||
* | Type Traversable.traverse() better, start types of submodule | Yobmod | 2021-06-30 | 1 | -12/+42 |
| | |||||
* | Add asserts and casts for T_Tree_cache | Yobmod | 2021-06-25 | 1 | -4/+9 |
| | |||||
* | Add T_Tre_cache TypeVar | Yobmod | 2021-06-24 | 1 | -14/+18 |
| | |||||
* | Add types to tree.Tree | Yobmod | 2021-06-24 | 1 | -28/+28 |
| | |||||
* | Update typing-extensions version in requirements.txt | Yobmod | 2021-06-23 | 1 | -4/+18 |
| | |||||
* | Fix exception causes all over the codebase | Ram Rachum | 2020-06-14 | 1 | -2/+2 |
| | |||||
* | Remove and replace compat.string_types | Harmon | 2020-02-08 | 1 | -2/+1 |
| | |||||
* | Remove checks for Python 2 and/or 3 | Harmon | 2020-02-08 | 1 | -4/+1 |
| | |||||
* | Rewrite unnecessary dict/list/tuple calls as literals | Hugo | 2018-03-18 | 1 | -1/+1 |
| | |||||
* | Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ↵ | Sebastian Thiel | 2016-10-22 | 1 | -2/+2 |
|\ | | | | | | | ankostis-cygwin | ||||
| * | src: reduce needless deps to `gitdb.util` | Kostis Anagnostopoulos | 2016-10-16 | 1 | -2/+2 |
| | | |||||
* | | Fix some typos | Santiago Castro | 2016-10-20 | 1 | -3/+3 |
|/ | |||||
* | fix(tree): show that fixing Tree.cache is not possible | Sebastian Thiel | 2015-12-14 | 1 | -23/+29 |
| | | | | | | | | | | The problem is that a per-tree modification API cannot work properly, as the sorting is based on full paths of all entries within the repository. This feat can only be achieved by the index, which to my knowledge already does it correctly. The only fix is to remove the misleading API entirely, which will happen in the next commit. Related to #369 | ||||
* | chore(tree): remove dead code | Sebastian Thiel | 2015-12-13 | 1 | -1/+0 |
| | | | | [skip ci] | ||||
* | fix(tree): tree item sort now uses git-style | Sebastian Thiel | 2015-12-13 | 1 | -1/+49 |
| | | | | | | | | | Previously it was possible to generate trees which didn't appear legit to git as gitpython's sorting was a simple alpha-numeric sort. Git uses one that minimizes literal string comparisons though, and thus behaves slightly differently sometimes. Fixes #369 | ||||
* | test_tree works | Sebastian Thiel | 2015-01-06 | 1 | -2/+10 |
| | |||||
* | Dum brute force conversion of all types. | Sebastian Thiel | 2015-01-04 | 1 | -1/+2 |
| | | | | | | However, StringIO really is ByteIO in most cases, and py2.7 should run but doesn't. This should be made work first. | ||||
* | initial set of adjustments to make (most) imports work. | Sebastian Thiel | 2015-01-04 | 1 | -9/+7 |
| | | | | More to come, especially when it's about strings | ||||
* | Removed unnecessary (non-gitpython) tests and fixed flake80.3.3 | Sebastian Thiel | 2015-01-04 | 1 | -4/+4 |
| | |||||
* | Bumped version, updated changelog, reduced code smell | Sebastian Thiel | 2015-01-04 | 1 | -1/+2 |
| | | | | | There is more work to do though, as many imports are still incorrect. Also, there are still print statements | ||||
* | Applied autopep8 | Sebastian Thiel | 2014-11-19 | 1 | -12/+12 |
| | | | | | Commandline was autopep8 -j 8 --max-line-length 120 --in-place --recursive --exclude "*gitdb*,*async*" git/ | ||||
* | pep8 linting (trailing whitespace) | Antoine Musso | 2014-11-16 | 1 | -17/+17 |
| | | | | W291 trailing whitespace | ||||
* | pep8 linting (whitespace before/after) | Antoine Musso | 2014-11-16 | 1 | -13/+13 |
| | | | | | | | | | | | | | E201 whitespace after '(' E202 whitespace before ')' E203 whitespace before ':' E225 missing whitespace around operator E226 missing whitespace around arithmetic operator E227 missing whitespace around bitwise or shift operator E228 missing whitespace around modulo operator E231 missing whitespace after ',' E241 multiple spaces after ',' E251 unexpected spaces around keyword / parameter equals | ||||
* | pep8 linting (blank lines expectations) | Antoine Musso | 2014-11-16 | 1 | -3/+3 |
| | | | | | | E301 expected 1 blank line, found 0 E302 expected 2 blank lines, found 1 E303 too many blank lines (n) | ||||
* | pep8 linting (whitespaces) | Antoine Musso | 2014-11-16 | 1 | -33/+33 |
| | | | | | | | | | | | W191 indentation contains tabs E221 multiple spaces before operator E222 multiple spaces after operator E225 missing whitespace around operator E271 multiple spaces after keyword W292 no newline at end of file W293 blank line contains whitespace W391 blank line at end of file | ||||
* | tabs to 4 spaces - this won't make integrating the patches easier, but it's ↵ | Sebastian Thiel | 2014-02-09 | 1 | -245/+245 |
| | | | | probably a good idea to go a little more pep8 (and fix sins of my youth ;) ) | ||||
* | Moved everything into the git subdirectory - some tests still need to be ↵ | Sebastian Thiel | 2010-11-25 | 1 | -0/+280 |
adjusted |