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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix test-only issue with git 2.20 or later handling a clobbered tag
James E. King III
2019-03-15
1
-2
/
+8
*
Fixed error in documentation
Syoc
2019-01-12
1
-1
/
+0
*
read workdir from git.config as referenced in man 1 git-config
Björn Lässig
2018-12-22
1
-1
/
+15
*
Fix docstring in cmd module
Derek
2018-12-22
1
-1
/
+1
*
The proper way is return, not raise StopIteration
Michael Käufl
2018-10-21
2
-4
/
+13
*
Apply fix for #564
Sebastian Thiel
2018-10-14
1
-1
/
+1
*
Respect _common_dir when finding repository config file
Luc Ritchie
2018-10-13
2
-1
/
+6
*
Exclude kwarg when None
Andrew Rabert
2018-08-05
2
-3
/
+5
*
Fix TypeError in git.execute(..., output_stream=file)
Dmitry Nikulin
2018-08-05
1
-1
/
+1
*
Add test that raises TypeError in git.execute(..., output_stream=file)
Dmitry Nikulin
2018-08-05
1
-0
/
+6
*
fix whitespace violation
Sebastian Thiel
2018-07-15
1
-1
/
+0
*
Update test_docs.py
Mark
2018-07-15
1
-17
/
+17
*
Allow pathlib.Path in Repo.__init__
oldPadavan
2018-07-15
2
-0
/
+15
*
Fix small typo
Riley Martine
2018-07-15
1
-2
/
+1
*
Fix exception on import in MacOS
Erik Johnson
2018-06-05
1
-1
/
+4
*
Add change in type support
Aurélien Matouillot
2018-05-19
4
-3
/
+47
*
Get correcly rename change_type.
Aurélien Matouillot
2018-05-19
2
-6
/
+16
*
648 max_chunk_size can be now set to control output_stream behavior
Piotr Babij
2018-05-18
2
-7
/
+29
*
Avoid from_timestamp() function to raise an exception when the offset is grea...
ishepard
2018-04-04
2
-4
/
+21
*
git: index: base: use os.path.relpath
Ruslan Kuprieiev
2018-04-04
2
-3
/
+17
*
Bump version to 2.1.9
2.1.9
Sebastian Thiel
2018-03-24
1
-0
/
+0
*
Merge pull request #737 from hugovk/rm-2.6
Sebastian Thiel
2018-03-24
36
-173
/
+114
|
\
|
*
github -> GitHub
Hugo
2018-03-18
2
-2
/
+2
|
*
Use automatic formatters
Hugo
2018-03-18
2
-9
/
+9
|
*
Unnecessary generator - rewrite as a dict comprehension
Hugo
2018-03-18
1
-3
/
+3
|
*
Unnecessary generator - rewrite as a set comprehension
Hugo
2018-03-18
3
-4
/
+4
|
*
Unnecessary generator - rewrite as a list comprehension
Hugo
2018-03-18
2
-3
/
+3
|
*
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
26
-70
/
+70
|
*
Replace function call with set literal
Hugo
2018-03-18
4
-7
/
+7
|
*
Drop support for EOL Python 2.6
Hugo
2018-03-18
14
-74
/
+15
*
|
Allow mmap not just for py2.6/2.7/3.6+ but also 3.0+
Hugo
2018-03-18
1
-9
/
+1
|
/
*
Merge pull request #1 from samuela/patch-2
samuela
2018-03-04
1
-2
/
+2
|
\
|
*
Fix doc typos
samuela
2018-03-04
1
-2
/
+2
*
|
Fix doc typos
samuela
2018-03-04
1
-12
/
+12
|
/
*
Update README with new key fingerprints
Sebastian Thiel
2017-12-23
1
-0
/
+0
*
Merge pull request #700 from yarikoptic/bf-includes
Sebastian Thiel
2017-12-11
5
-4
/
+44
|
\
|
*
Merge branch 'bf-includes' of https://github.com/yarikoptic/GitPython into ya...
Sebastian Thiel
2017-12-11
5
-4
/
+44
|
|
\
|
|
*
BF: wrap map into list, since iterator is not well digested by GitConfigParser
Yaroslav Halchenko
2017-11-27
1
-1
/
+1
|
|
*
BF: process included files before the rest
Yaroslav Halchenko
2017-11-27
5
-4
/
+44
*
|
|
Remove redundant Python 2.4 code
Hugo
2017-12-11
1
-8
/
+2
|
/
/
*
|
BF(WIN): where could report multiple hits, so choose first
Yaroslav Halchenko
2017-11-28
1
-1
/
+1
*
|
RF: use HIDE_WINDOWS_KNOWN_ERRORS instead of is_win to skip hooks tests
Yaroslav Halchenko
2017-11-28
1
-1
/
+1
*
|
BF(WIN): use where instead of which while looking for git
Yaroslav Halchenko
2017-11-28
1
-1
/
+4
*
|
RF(TST): skip all tests dealing with hooks on windows
Yaroslav Halchenko
2017-11-28
1
-0
/
+1
*
|
RF: no "need" for custom shebang on windows since just does not work
Yaroslav Halchenko
2017-11-28
1
-3
/
+1
*
|
RF(+BF?): refactor hooks creation in a test, and may be make it compat with w...
Yaroslav Halchenko
2017-11-28
1
-32
/
+39
*
|
RF: last of flake8 fails - avoid using temp variable in a test
Yaroslav Halchenko
2017-11-28
1
-2
/
+1
*
|
BF: crazy tests ppl pass an object for status... uff -- catch TypeError too
Yaroslav Halchenko
2017-11-27
1
-1
/
+1
*
|
BF(PY26): {} -> {0}, i.e. explicit index for .format()
Yaroslav Halchenko
2017-11-27
1
-2
/
+2
[next]