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
/
db
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix issue #41: repo.is_dirty() on empty repository with stashed files
Jan Vcelak
2014-09-29
1
-2
/
+2
*
Fix `git push` hanging when stdout/stderr is big
Marc Abramowitz
2014-08-13
1
-3
/
+3
*
Autopep8 fixes with maximum line length 120
Craig Northway
2014-07-25
18
-848
/
+896
*
Fix for untracked_files no longer detected #138
Maximiliano Curia
2014-05-06
1
-15
/
+14
*
tabs to 4 spaces - overall state of this branch is desolate, but fixable. Nee...
Sebastian Thiel
2014-02-09
18
-3293
/
+3293
*
Fixed consecutive lines with same blame info not appearing in blame.
Mark Nevill
2011-07-18
1
-2
/
+5
*
Fixed up tests to actually use pygit2. Its worth noting that the performance ...
Sebastian Thiel
2011-07-08
1
-15
/
+18
*
Added basic frame for pygit2 - it just needs some basic methods to be impleme...
Sebastian Thiel
2011-07-08
4
-2
/
+107
*
Added store support. Now the basic object IO is implemented, which shall be e...
Sebastian Thiel
2011-07-07
1
-1
/
+11
*
Removed cache in PureCompoundDB as it had the tendency to slow things down ac...
Sebastian Thiel
2011-07-07
1
-29
/
+17
*
Added trivial implementation for info and stream methods - info is very ineff...
Sebastian Thiel
2011-07-07
1
-0
/
+16
*
Added default performance tests - these should help to measure something at l...
Sebastian Thiel
2011-07-07
1
-1
/
+6
*
Initial version of the DulwichType inheritance. For now, it inherits everythi...
Sebastian Thiel
2011-07-07
7
-43
/
+97
*
Added basis for initial dulwich integration. Many basic issues should surface...
Sebastian Thiel
2011-07-06
2
-0
/
+19
*
fixes python 2.6 compatibility issues
Sebastian Thiel
2011-07-05
2
-3
/
+15
*
Fetch info can now deal much better with non-default ref specs, see #23, #24,...
Sebastian Thiel
2011-07-04
1
-2
/
+29
*
Made remote line parsing more stable. On windows it can be that we encounter ...
Sebastian Thiel
2011-06-13
1
-1
/
+12
*
Added additional opcodes to remote progress to make it compatible to newer gi...
Sebastian Thiel
2011-06-07
2
-15
/
+25
*
The --progress flag will now automatically be used if possible when doing any...
Sebastian Thiel
2011-06-07
1
-4
/
+14
*
First run in order to fix the remote handling. Cleaned up interfaces and figu...
Sebastian Thiel
2011-06-07
3
-72
/
+204
*
clone and clone_from methods now support the RemoteProgress interface, using ...
Sebastian Thiel
2011-06-07
2
-105
/
+113
*
Fixed fetch/push/pull implementation. Next up is to integrate the consolidati...
Sebastian Thiel
2011-06-07
1
-7
/
+11
*
Streams returned by git cmd db are now containing all the data right away. Th...
Sebastian Thiel
2011-06-06
2
-4
/
+14
*
Added loose object writing and reading performance tessts, in pure and comman...
Sebastian Thiel
2011-06-06
1
-16
/
+17
*
Fixed pure python implementation to run the default repository tests
Sebastian Thiel
2011-05-30
3
-12
/
+11
*
git cmd implementation of repository appears to work, at least this is what t...
Sebastian Thiel
2011-05-30
6
-40
/
+50
*
Fixed tests far enough to allow basic repository tests to be applied to any o...
Sebastian Thiel
2011-05-30
8
-20
/
+37
*
Finished moving all repository methods to the respective interfaces and imple...
Sebastian Thiel
2011-05-30
9
-816
/
+935
*
Intermediate commit with quite some progress in order to put all extra method...
Sebastian Thiel
2011-05-29
8
-61
/
+635
*
Made repository paths methods a property to be compatible with the existing r...
Sebastian Thiel
2011-05-10
5
-24
/
+173
*
Started to fix imports - tests still have no chance to work as database chang...
Sebastian Thiel
2011-05-06
8
-29
/
+18
*
replaced all gitdb strings with git
Sebastian Thiel
2011-05-06
8
-32
/
+32
*
Added all code from gitdb to gitpython. Next is to make it generally work. Th...
Sebastian Thiel
2011-05-05
13
-0
/
+2440