summaryrefslogtreecommitdiff
path: root/git/refs/remote.py
Commit message (Expand)AuthorAgeFilesLines
* reformat according to 'black' configuration file.Sebastian Thiel2022-05-181-4/+2
* Run everything through 'black'Sebastian Thiel2022-05-181-7/+14
* Fix typing issues with delete_head and Remote.addRuss Allbery2021-09-201-1/+6
* Add type to symbolicreference.name()Yobmod2021-07-311-2/+2
* Add types to refs/remote.pyYobmod2021-07-191-9/+22
* worktrees: make non-packed refs also work correctly.Peter Jones2017-08-221-0/+4
* Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...Sebastian Thiel2016-10-221-4/+5
|\
| * src: reduce needless deps to `gitdb.util`Kostis Anagnostopoulos2016-10-161-4/+5
* | Fix some typosSantiago Castro2016-10-201-1/+1
|/
* Fixed some doc strings to build correctly with sphinxSebastian Thiel2015-01-141-1/+2
* initial set of adjustments to make (most) imports work.Sebastian Thiel2015-01-041-1/+2
* pep8 linting (trailing whitespace)Antoine Musso2014-11-161-3/+3
* pep8 linting (whitespace before/after)Antoine Musso2014-11-161-1/+1
* pep8 linting (blank lines expectations)Antoine Musso2014-11-161-1/+1
* pep8 linting (whitespaces)Antoine Musso2014-11-161-5/+5
* tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel2014-02-091-35/+35
* Basic remote functionality moved to Reference type, as it can in fact be usef...Sebastian Thiel2011-07-041-19/+1
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-0/+63