| Commit message (Expand) | Author | Age | Files | Lines |
| * | Improve typing of config_levels, add assert_never() | Yobmod | 2021-07-05 | 1 | -1/+2 |
| * | Type Traversable.traverse() better, start types of submodule | Yobmod | 2021-06-30 | 1 | -2/+2 |
| * | second pass of adding types | yobmod | 2021-05-03 | 1 | -1/+1 |
| * | add initial types to remote.py | yobmod | 2021-05-03 | 1 | -1/+1 |
| * | start add types to util.py | yobmod | 2021-02-28 | 1 | -1/+1 |
| * | Ensure only fully matching symrefs are deleted | Simon Westphahl | 2020-08-12 | 1 | -2/+4 |
| * | Fix exception causes in 7 modules | Ram Rachum | 2020-06-13 | 1 | -4/+4 |
| * | Fix flake8 errors | Sebastian Thiel | 2020-05-28 | 1 | -1/+1 |
| * | Use UTF-8 encoding when getting information about a symbolic reference | Harmon | 2020-02-18 | 1 | -1/+1 |
| * | Remove and replace compat.string_types | Harmon | 2020-02-08 | 1 | -5/+2 |
| * | renamed unused variables | Pratik Anurag | 2019-10-15 | 1 | -1/+1 |
| * | Rewrite unnecessary dict/list/tuple calls as literals | Hugo | 2018-03-18 | 1 | -1/+1 |
| * | recognize the new packed-ref header format | Brenda J. Butler | 2017-10-13 | 1 | -1/+9 |
| * | worktrees: make non-packed refs also work correctly. | Peter Jones | 2017-08-22 | 1 | -24/+20 |
| * | Repo: handle worktrees better | Peter Jones | 2017-07-01 | 1 | -3/+24 |
| * | fix(refs): don't assume linux path separator | Sebastian Thiel | 2017-02-25 | 1 | -1/+1 |
| * | Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-... | Sebastian Thiel | 2016-10-22 | 1 | -29/+23 |
| |\ |
|
| | * | src: reduce needless deps to `gitdb.util` | Kostis Anagnostopoulos | 2016-10-16 | 1 | -23/+15 |
| | * | src: import os.path as osp | Kostis Anagnostopoulos | 2016-10-16 | 1 | -6/+8 |
| * | | Fix some typos | Santiago Castro | 2016-10-20 | 1 | -5/+5 |
| |/ |
|
| * | src: No PyDev warnings | Kostis Anagnostopoulos | 2016-10-04 | 1 | -3/+3 |
| * | io, #519: ALL open() --> with open() | Kostis Anagnostopoulos | 2016-10-01 | 1 | -38/+42 |
| * | Use binary string constant for concatenation. | Bert Wesarg | 2016-07-19 | 1 | -1/+1 |
| * | Add missing newline when writing a symbolic ref. | Bert Wesarg | 2016-07-19 | 1 | -1/+1 |
| * | fix(refs): don't raise StopIteration | Sebastian Thiel | 2016-03-28 | 1 | -1/+1 |
| * | Ensure file resources are released | David García Garzón | 2015-07-26 | 1 | -17/+17 |
| * | Assure to not iterate packed-refs file, ever. | Sebastian Thiel | 2015-02-19 | 1 | -0/+3 |
| * | Overhauled all tutorials, and placed them in a unit-test. | Sebastian Thiel | 2015-01-22 | 1 | -1/+1 |
| * | Now finally, tests should be working on travis too. | Sebastian Thiel | 2015-01-08 | 1 | -3/+6 |
| * | Make flake8 happy | Sebastian Thiel | 2015-01-06 | 1 | -1/+1 |
| * | test_refs works | Sebastian Thiel | 2015-01-06 | 1 | -2/+4 |
| * | test_commit works once again | Sebastian Thiel | 2015-01-05 | 1 | -1/+1 |
| * | Intermediate commit: test_config and test_actor works | Sebastian Thiel | 2015-01-05 | 1 | -6/+9 |
| * | Dum brute force conversion of all types. | Sebastian Thiel | 2015-01-04 | 1 | -1/+2 |
| * | initial set of adjustments to make (most) imports work. | Sebastian Thiel | 2015-01-04 | 1 | -1/+2 |
| * | Removed unnecessary (non-gitpython) tests and fixed flake80.3.3 | Sebastian Thiel | 2015-01-04 | 1 | -0/+1 |
| * | Bumped version, updated changelog, reduced code smell | Sebastian Thiel | 2015-01-04 | 1 | -1/+3 |
| * | Fixes https://github.com/gitpython-developers/GitPython/issues/130 | Sebastian Thiel | 2014-11-19 | 1 | -1/+3 |
| * | Applied autopep8 | Sebastian Thiel | 2014-11-19 | 1 | -31/+33 |
| * | Added SymbolicReference.is_remote() utility method. | Sebastian Thiel | 2014-11-19 | 1 | -0/+4 |
| * | Assure API remains backwards compatible; update API docs | Sebastian Thiel | 2014-11-17 | 1 | -3/+9 |
| * | Merge branch '0.3' of https://github.com/firm1/GitPython into firm1-0.3 | Sebastian Thiel | 2014-11-17 | 1 | -3/+5 |
| |\ |
|
| | * | Update symbolic.py | firm1 | 2014-03-24 | 1 | -1/+1 |
| * | | pep8 linting (trailing whitespace) | Antoine Musso | 2014-11-16 | 1 | -33/+33 |
| * | | pep8 linting (double spaces before comment) | Antoine Musso | 2014-11-16 | 1 | -2/+2 |
| * | | pep8 linting (whitespace before/after) | Antoine Musso | 2014-11-16 | 1 | -15/+15 |
| * | | pep8 linting (blank lines expectations) | Antoine Musso | 2014-11-16 | 1 | -3/+2 |
| * | | pep8 linting (whitespaces) | Antoine Musso | 2014-11-16 | 1 | -89/+89 |
| |/ |
|
| * | tabs to 4 spaces - this won't make integrating the patches easier, but it's p... | Sebastian Thiel | 2014-02-09 | 1 | -607/+607 |
| * | Basic remote functionality moved to Reference type, as it can in fact be usef... | Sebastian Thiel | 2011-07-04 | 1 | -0/+1 |