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
*
Revert "fix(cmd): fixed deadlock when stderr buffer overflow"
revert-357-autointerrupt_deadlock_fix
Sebastian Thiel
2015-10-15
1
-4
/
+4
*
fix(cmd): fixed deadlock when stderr buffer overflow
Ivan Ryabchenko
2015-10-15
1
-4
/
+4
*
fix(remote): assure only repository configuration
Sebastian Thiel
2015-09-06
1
-1
/
+1
*
fix(config): ignore empty values in config file
Sebastian Thiel
2015-09-06
3
-6
/
+25
*
fix(compat): make test work with git >= 2.5
Sebastian Thiel
2015-08-29
1
-0
/
+3
*
fix(repo): fail loudly if worktrees are used
Sebastian Thiel
2015-08-29
3
-10
/
+39
*
fix(repo): use GitCmdObjectDB by default
Sebastian Thiel
2015-08-22
2
-6
/
+3
*
Merge pull request #341 from StyXman/master
Sebastian Thiel
2015-08-21
2
-2
/
+2
|
\
|
*
fix(test): update to changes.
Marcos Dione
2015-08-20
1
-1
/
+1
|
*
fix(cmd): make short options with arguments become two separate arguments for...
Marcos Dione
2015-08-20
1
-1
/
+1
*
|
fix(test_index): fix encoding
Sebastian Thiel
2015-08-17
1
-2
/
+2
*
|
fix(commit): serialization timezone handling
Sebastian Thiel
2015-08-17
2
-2
/
+2
*
|
fix(tests): remove dependency on sort order
Sebastian Thiel
2015-08-08
1
-1
/
+1
*
|
tests(submodule): add new submodule commits
Sebastian Thiel
2015-08-08
1
-1
/
+32
*
|
fix(index):allow adding non-unicode paths to index
Sebastian Thiel
2015-07-29
2
-2
/
+16
|
/
*
fix(diff): mode-assertions now deal with 0
Sebastian Thiel
2015-07-29
2
-2
/
+34
*
don't 'log' to stderr in `RemoteProgress`
Sebastian Thiel
2015-07-28
1
-1
/
+0
*
Ensure file resources are released
David García Garzón
2015-07-26
1
-17
/
+17
*
gic {init,clone} --separate-git-dir is supported only since 1.7.5
Julien Pivotto
2015-07-22
1
-1
/
+1
*
Implement is_ancestor
Sandy Carter
2015-07-21
2
-0
/
+29
*
fix(flake8): remove unused import
Sebastian Thiel
2015-07-20
1
-1
/
+0
*
fix(index): remove invalid keyword argument
Sebastian Thiel
2015-07-20
1
-1
/
+1
*
fix(encoding): in `untracked_files()`
Sebastian Thiel
2015-07-20
1
-2
/
+9
*
fix(encoding): in untracked_files() and index
Sebastian Thiel
2015-07-20
4
-17
/
+20
*
Merge pull request #319 from jeblair/fixhead
Sebastian Thiel
2015-07-18
1
-6
/
+1
|
\
|
*
Always add '--' to git reset
James E. Blair
2015-07-17
1
-6
/
+1
*
|
typo in submodules api documentation
Julien Pivotto
2015-07-17
1
-1
/
+1
|
/
*
added tests for commits with dates
avi
2015-07-17
2
-1
/
+13
*
Added two extra paramaters for commit to take author date and commit date
avi
2015-07-17
2
-5
/
+13
*
Correct doc errors
Marian Wieczorek
2015-07-16
2
-2
/
+2
*
Fix typo
Tanner Netterville
2015-07-15
1
-1
/
+1
*
fix(config): use `str.startswith('~')` instead of `'~' in str`
Mihyaeru
2015-07-06
1
-1
/
+1
*
fix(config): care tilde in include.path config
Mihyaeru
2015-07-06
1
-0
/
+2
*
fix(travis): get py2.6 to work
Sebastian Thiel
2015-07-03
1
-1
/
+1
*
fix(cmd): work with py3
Sebastian Thiel
2015-07-03
2
-2
/
+7
*
fix(cmd): don't open stdout when fetching
Sebastian Thiel
2015-07-03
4
-96
/
+105
*
test(git): remove unnecessary fixture
Sebastian Thiel
2015-07-03
2
-5015
/
+12
*
test(remote): make assertion less verbose
Sebastian Thiel
2015-07-03
1
-2
/
+3
*
fix(cmd): line parsing
Sebastian Thiel
2015-07-03
4
-68
/
+10101
*
Add env parameter to Repo.clone_from() for setting environment variables
Jon Lund Steffensen
2015-06-30
1
-2
/
+6
*
Fix docstring of Repo.clone_from()
Jon Lund Steffensen
2015-06-29
1
-0
/
+1
*
fix(git-test): assure test does works on linux
Sebastian Thiel
2015-06-26
1
-1
/
+2
*
fix(index): handle adding symlinks to dirs
Sebastian Thiel
2015-06-26
2
-12
/
+27
*
fix(logging): monkeypatch logging with NullHandler
Sebastian Thiel
2015-06-26
1
-0
/
+10
*
Added NullHandlers to all loggers to preven "No handler" messages
James Nowell
2015-06-25
5
-0
/
+5
*
Merge pull request #291 from hvnsweeting/support-init-choosing-backend
Sebastian Thiel
2015-06-10
1
-2
/
+7
|
\
|
*
add docstring for new arg
Hung Nguyen Viet
2015-06-01
1
-0
/
+5
|
*
support passing odbt for using with Repo
Hung Nguyen Viet
2015-06-01
1
-2
/
+2
*
|
fix(remote): assert fetch respec is set
Sebastian Thiel
2015-06-10
2
-0
/
+19
*
|
fix(test_git): handle `select.poll()` missing
Sebastian Thiel
2015-06-10
1
-6
/
+10
[next]