summaryrefslogtreecommitdiff
path: root/git/refs/reference.py
Commit message (Expand)AuthorAgeFilesLines
* Fix Sphinx rendering errorsStephan Creutz2022-12-291-1/+2
* reformat according to 'black' configuration file.Sebastian Thiel2022-05-181-6/+2
* Run everything through 'black'Sebastian Thiel2022-05-181-21/+37
* replace some TBDs wiht runtime typesYobmod2021-07-311-1/+1
* cleanupYobmod2021-07-311-1/+1
* Add type to symbolicreference.set_object()Yobmod2021-07-311-2/+2
* Fix more missing types in Symbolic.py, cos GuthubActions pytest stuckYobmod2021-07-281-1/+3
* Replace all Typeguard with cast, revert update to typing-extensions==3.10.0Yobmod2021-07-241-1/+1
* Add types to refs/reference.pyYobmod2021-07-191-12/+25
* Make IterableList generic and update throughoutYobmod2021-06-241-2/+2
* add initial types to remote.pyyobmod2021-05-031-2/+2
* Rewrite unnecessary dict/list/tuple calls as literalsHugo2018-03-181-1/+1
* Fix some typosSantiago Castro2016-10-201-1/+1
* src: No PyDev warningsKostis Anagnostopoulos2016-10-041-1/+1
* Added advance usage examples to tutorial and made minor fixes.Sebastian Thiel2015-01-211-1/+4
* initial set of adjustments to make (most) imports work.Sebastian Thiel2015-01-041-1/+2
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-041-5/+0
* Applied autopep8Sebastian Thiel2014-11-191-10/+10
* Added SymbolicReference.is_remote() utility method.Sebastian Thiel2014-11-191-1/+1
* pep8 linting (trailing whitespace)Antoine Musso2014-11-161-5/+5
* pep8 linting (whitespace before/after)Antoine Musso2014-11-161-4/+4
* pep8 linting (blank lines expectations)Antoine Musso2014-11-161-2/+4
* pep8 linting (whitespaces)Antoine Musso2014-11-161-13/+13
* Merge branch 'patch-1' of https://github.com/syabro/GitPython into syabro-pat...Sebastian Thiel2014-11-141-2/+0
|\
| * Fixed NameErrorMaxim Syabro2014-02-101-1/+1
* | Fixed undefined variable 'path' in ReferenceMichael Goerz2014-04-061-1/+1
* | tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel2014-02-091-108/+108
|/
* Basic remote functionality moved to Reference type, as it can in fact be usef...Sebastian Thiel2011-07-041-0/+41
* refs: added constructor flag to allow refs to be instatiated from any path, i...Sebastian Thiel2011-07-041-4/+6
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-0/+84