summaryrefslogtreecommitdiff
path: root/git/refs/head.py
Commit message (Expand)AuthorAgeFilesLines
* Fix typing issues with delete_head and Remote.addRuss Allbery2021-09-201-1/+1
* Add type to refs.head.delete()Yobmod2021-07-311-3/+2
* Add type to symbolicreference.references()Yobmod2021-07-311-1/+0
* Add type to symbolicreference.reference()Yobmod2021-07-311-0/+1
* Fix more missing types in Symbolic.py, cos GuthubActions pytest stuckYobmod2021-07-281-6/+7
* Fix SymbolicReference reference typingYobmod2021-07-281-1/+1
* Add types to refs/head.pyYobmod2021-07-191-15/+22
* Make bytesIO forwardrefYobmod2021-07-051-3/+8
* Type Traversable.traverse() better, start types of submoduleYobmod2021-06-301-2/+6
* removed Unnecessary “else” after “return”Pratik Anurag2019-10-151-2/+1
* Rewrite unnecessary dict/list/tuple calls as literalsHugo2018-03-181-1/+1
* fix(refs): handle quoted branch namesSebastian Thiel2016-12-081-1/+7
* Fix some typosSantiago Castro2016-10-201-3/+2
* io: Wrap (probably) allconfig_writers in `with` blocksKostis Anagnostopoulos2016-10-041-12/+9
* fix(Head): checkout() handles detached headSebastian Thiel2016-09-111-1/+6
* Always add '--' to git resetJames E. Blair2015-07-171-6/+1
* Fixed some doc strings to build correctly with sphinxSebastian Thiel2015-01-141-0/+1
* test_repo worksSebastian Thiel2015-01-061-0/+1
* initial set of adjustments to make (most) imports work.Sebastian Thiel2015-01-041-5/+3
* Removed unnecessary (non-gitpython) tests and fixed flake80.3.3Sebastian Thiel2015-01-041-1/+3
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-041-2/+1
* Applied autopep8Sebastian Thiel2014-11-191-1/+1
* pep8 linting (trailing whitespace)Antoine Musso2014-11-161-11/+11
* pep8 linting (whitespace before/after)Antoine Musso2014-11-161-2/+2
* pep8 linting (blank lines expectations)Antoine Musso2014-11-161-2/+2
* pep8 linting (whitespaces)Antoine Musso2014-11-161-46/+44
* tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel2014-02-091-225/+225
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-0/+246