summaryrefslogtreecommitdiff
path: root/git/remote.py
Commit message (Expand)AuthorAgeFilesLines
* fix assertYobmod2021-06-251-1/+1
* Add is_flatLiteral() Typeguard[] to remote.pyYobmod2021-06-251-2/+9
* Make IterableList generic and update throughoutYobmod2021-06-241-15/+16
* Don't raise on unknown line when parsing stale refs (#1262)Sebastian Thiel2021-06-031-1/+1
* flake8 fixesyobmod2021-05-081-43/+54
* Add types to Remote. init getattr existsyobmod2021-05-081-3/+3
* fix Repo forward refyobmod2021-05-031-1/+1
* second pass of adding typesyobmod2021-05-031-15/+21
* add types to _from_line()yobmod2021-05-031-6/+7
* add overloads to to_progress_instance()yobmod2021-05-031-2/+18
* change flags type to intyobmod2021-05-031-4/+4
* change a type (Commit) to a forward refyobmod2021-05-031-1/+1
* make progress types more generalyobmod2021-05-031-3/+3
* add types to PushInfo.__init__() .remote_ref() and .old_commit()yobmod2021-05-031-4/+4
* update type of FetchInfo.refresh() to use Literalyobmod2021-05-031-2/+2
* add initial types to remote.pyyobmod2021-05-031-19/+18
* add types to git.util and git.__init__yobmod2021-03-011-1/+4
* fix(fetch): use the correct FETCH_HEAD from within a worktreeGiel van Schijndel2021-01-141-3/+2
* Fixed all warnings in documentation and updated Makefile to treat warnings as...Kian Cross2020-07-131-3/+1
* Fix exception causes in 7 modulesRam Rachum2020-06-131-6/+6
* BF: tollerate errors while parsing fetch linesYaroslav Halchenko2020-05-311-2/+6
* Fix flake8 errorsSebastian Thiel2020-05-281-1/+1
* Improve unfortunate wordingSebastian Thiel2020-05-281-1/+1
* Remove forced verbosity when fetching from a remoteNico2020-04-111-2/+3
* Fix #820JJ Graham2019-10-241-2/+2
* removed Unnecessary “else” after “return”Pratik Anurag2019-10-151-2/+1
* removed trailing whitespacesPratik Anurag2019-10-151-1/+1
* removed trailing whitespacesPratik Anurag2019-10-151-1/+1
* renamed unused varsPratik Anurag2019-10-151-1/+1
* renamed unused variablesPratik Anurag2019-10-151-1/+1
* add type check to git.Remote.__eq__Tzu-ting2019-09-281-1/+1
* Parse rejected deletes.Uri Baghin2019-09-281-1/+4
* Merge branch 'master' of https://github.com/sstancu/GitPython into sstancu-ma...Sebastian Thiel2019-07-201-4/+3
|\
| * Ensure git remote urls (multiple) are read from the correct git repo configStefan Stancu2019-04-051-4/+3
* | Added a Dockerfile that creates a clean Ubuntu Xenial test environmentJames E. King III2019-05-051-0/+2
|/
* Remove unnecessary list comprehension - 'any' can take a generatorHugo2018-03-181-1/+1
* Rewrite unnecessary dict/list/tuple calls as literalsHugo2018-03-181-1/+1
* RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXTYaroslav Halchenko2017-11-271-3/+5
* Further update for machines without ssh installed or on the pathRichard C Gerkin2017-11-051-1/+1
* Update remote.py to fix issue #694Richard C Gerkin2017-11-051-4/+12
* Merge branch 'master' into adding_setup_for_git_executableSebastian Thiel2017-09-281-3/+4
|\
| * Merge pull request #649 from OddBloke/hide_re_fetch_resultSebastian Thiel2017-09-281-2/+2
| |\
| | * FetchInfo.re_fetch_result has no reason to be publicDaniel Watkins2017-07-281-2/+2
| * | Merge pull request #654 from vathpela/worktreesSebastian Thiel2017-09-281-1/+1
| |\ \
| | * | worktrees: make non-packed refs also work correctly.Peter Jones2017-08-221-1/+1
| | |/
| * | BF: Added missing NullHandler to logger in git.remoteBenjamin Poldrack2017-09-211-0/+1
| |/
* | Minor additional cleanupOdegard, Ken2017-07-251-1/+2
* | Moved setup function into top level __init__Odegard, Ken2017-07-091-10/+30
|/
* remote: compatibility with git version > 2.10wusisu2017-05-291-2/+7
* Python 3.6 invalid escape sequence deprecation fixesVille Skyttä2017-04-091-2/+2