index
:
delta/python-packages/gitpython.git
0.1
0.2
0.3
Fix-#1334
baserock/zuul-ci
black-fmt
experiment-2012
fix
fix-1103
fix-ci-tests
fix-dont-choke-on-invalid-unicode-paths
fix-for-invalid-data-in-commits
fix-non-ascii-chars-in-status-lines
fix-octal-escaped-path-parser-bug
flock
gh-pages
index-no-read-lock
issue-232-reproduction
issue-301-reproduction
keep-raw-bytes-on-diffs
main
master
more-robust-git-diff
no_devnull_open
orig_master
patches
py2
py3
revert-357-autointerrupt_deadlock_fix
typing
github.com: gitpython-developers/GitPython.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git
/
remote.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix assert
Yobmod
2021-06-25
1
-1
/
+1
*
Add is_flatLiteral() Typeguard[] to remote.py
Yobmod
2021-06-25
1
-2
/
+9
*
Make IterableList generic and update throughout
Yobmod
2021-06-24
1
-15
/
+16
*
Don't raise on unknown line when parsing stale refs (#1262)
Sebastian Thiel
2021-06-03
1
-1
/
+1
*
flake8 fixes
yobmod
2021-05-08
1
-43
/
+54
*
Add types to Remote. init getattr exists
yobmod
2021-05-08
1
-3
/
+3
*
fix Repo forward ref
yobmod
2021-05-03
1
-1
/
+1
*
second pass of adding types
yobmod
2021-05-03
1
-15
/
+21
*
add types to _from_line()
yobmod
2021-05-03
1
-6
/
+7
*
add overloads to to_progress_instance()
yobmod
2021-05-03
1
-2
/
+18
*
change flags type to int
yobmod
2021-05-03
1
-4
/
+4
*
change a type (Commit) to a forward ref
yobmod
2021-05-03
1
-1
/
+1
*
make progress types more general
yobmod
2021-05-03
1
-3
/
+3
*
add types to PushInfo.__init__() .remote_ref() and .old_commit()
yobmod
2021-05-03
1
-4
/
+4
*
update type of FetchInfo.refresh() to use Literal
yobmod
2021-05-03
1
-2
/
+2
*
add initial types to remote.py
yobmod
2021-05-03
1
-19
/
+18
*
add types to git.util and git.__init__
yobmod
2021-03-01
1
-1
/
+4
*
fix(fetch): use the correct FETCH_HEAD from within a worktree
Giel van Schijndel
2021-01-14
1
-3
/
+2
*
Fixed all warnings in documentation and updated Makefile to treat warnings as...
Kian Cross
2020-07-13
1
-3
/
+1
*
Fix exception causes in 7 modules
Ram Rachum
2020-06-13
1
-6
/
+6
*
BF: tollerate errors while parsing fetch lines
Yaroslav Halchenko
2020-05-31
1
-2
/
+6
*
Fix flake8 errors
Sebastian Thiel
2020-05-28
1
-1
/
+1
*
Improve unfortunate wording
Sebastian Thiel
2020-05-28
1
-1
/
+1
*
Remove forced verbosity when fetching from a remote
Nico
2020-04-11
1
-2
/
+3
*
Fix #820
JJ Graham
2019-10-24
1
-2
/
+2
*
removed Unnecessary “else” after “return”
Pratik Anurag
2019-10-15
1
-2
/
+1
*
removed trailing whitespaces
Pratik Anurag
2019-10-15
1
-1
/
+1
*
removed trailing whitespaces
Pratik Anurag
2019-10-15
1
-1
/
+1
*
renamed unused vars
Pratik Anurag
2019-10-15
1
-1
/
+1
*
renamed unused variables
Pratik Anurag
2019-10-15
1
-1
/
+1
*
add type check to git.Remote.__eq__
Tzu-ting
2019-09-28
1
-1
/
+1
*
Parse rejected deletes.
Uri Baghin
2019-09-28
1
-1
/
+4
*
Merge branch 'master' of https://github.com/sstancu/GitPython into sstancu-ma...
Sebastian Thiel
2019-07-20
1
-4
/
+3
|
\
|
*
Ensure git remote urls (multiple) are read from the correct git repo config
Stefan Stancu
2019-04-05
1
-4
/
+3
*
|
Added a Dockerfile that creates a clean Ubuntu Xenial test environment
James E. King III
2019-05-05
1
-0
/
+2
|
/
*
Remove unnecessary list comprehension - 'any' can take a generator
Hugo
2018-03-18
1
-1
/
+1
*
Rewrite unnecessary dict/list/tuple calls as literals
Hugo
2018-03-18
1
-1
/
+1
*
RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXT
Yaroslav Halchenko
2017-11-27
1
-3
/
+5
*
Further update for machines without ssh installed or on the path
Richard C Gerkin
2017-11-05
1
-1
/
+1
*
Update remote.py to fix issue #694
Richard C Gerkin
2017-11-05
1
-4
/
+12
*
Merge branch 'master' into adding_setup_for_git_executable
Sebastian Thiel
2017-09-28
1
-3
/
+4
|
\
|
*
Merge pull request #649 from OddBloke/hide_re_fetch_result
Sebastian Thiel
2017-09-28
1
-2
/
+2
|
|
\
|
|
*
FetchInfo.re_fetch_result has no reason to be public
Daniel Watkins
2017-07-28
1
-2
/
+2
|
*
|
Merge pull request #654 from vathpela/worktrees
Sebastian Thiel
2017-09-28
1
-1
/
+1
|
|
\
\
|
|
*
|
worktrees: make non-packed refs also work correctly.
Peter Jones
2017-08-22
1
-1
/
+1
|
|
|
/
|
*
|
BF: Added missing NullHandler to logger in git.remote
Benjamin Poldrack
2017-09-21
1
-0
/
+1
|
|
/
*
|
Minor additional cleanup
Odegard, Ken
2017-07-25
1
-1
/
+2
*
|
Moved setup function into top level __init__
Odegard, Ken
2017-07-09
1
-10
/
+30
|
/
*
remote: compatibility with git version > 2.10
wusisu
2017-05-29
1
-2
/
+7
*
Python 3.6 invalid escape sequence deprecation fixes
Ville Skyttä
2017-04-09
1
-2
/
+2
[next]