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
/
test
/
testlib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed odb from project, it is now used as a submodule named gitdb, which wa...
Sebastian Thiel
2010-06-12
1
-22
/
+1
*
Implemented stream tests, found a bug on the way, slowly a test-framework for...
Sebastian Thiel
2010-06-04
1
-207
/
+236
*
commit: refactored existing code to decode commits from streams - performance...
Sebastian Thiel
2010-06-02
1
-32
/
+6
*
Converted all tabs to 4 space characters each to comply with pep8
Sebastian Thiel
2010-03-04
3
-258
/
+258
*
index: added move method including test
Sebastian Thiel
2010-02-19
1
-0
/
+13
*
repo: renamed directories to more descriptive identifiers and made them safer...
Sebastian Thiel
2009-12-03
1
-1
/
+1
*
Index tests adopted to windows - especially the symlink test needed adjustmen...
Sebastian Thiel
2009-11-06
1
-1
/
+1
*
helper: repo creation functions now handle errors on windows during os.remove...
Sebastian Thiel
2009-11-05
1
-5
/
+16
*
repo.clone: Added plenty of special handling to allow drive letters to work a...
Sebastian Thiel
2009-11-05
1
-1
/
+4
*
cmd: added clear_cache method now used by test repo decorators to be sure per...
Sebastian Thiel
2009-11-05
1
-0
/
+4
*
improved error when setting up server based test to make clear a server needs...
Sebastian Thiel
2009-11-04
1
-2
/
+10
*
helpers: fixed and improved test repo decorators to use the new head.checkout...
Sebastian Thiel
2009-11-04
1
-2
/
+6
*
Tried to use shallow repository - this works in case it is remote, but unfort...
Sebastian Thiel
2009-10-28
1
-3
/
+32
*
put _make_file helper method into TestBase class
Sebastian Thiel
2009-10-27
1
-1
/
+12
*
Added reset method to Head - its a class method due to the very general natur...
Sebastian Thiel
2009-10-22
1
-2
/
+2
*
Fixed decorator issue that would cause a function to be passed even though th...
Sebastian Thiel
2009-10-22
1
-2
/
+4
*
Implemented decorators, tests pass at least
Sebastian Thiel
2009-10-22
1
-26
/
+44
*
Added frame for new Repo handling and some neat decorators, including tests t...
Sebastian Thiel
2009-10-22
2
-1
/
+98
*
diff method now checks for git-diff errrs that can easily occour if the repos...
Sebastian Thiel
2009-10-18
1
-0
/
+6
*
Removed a few diff-related test cases that fail now as the respective method ...
Sebastian Thiel
2009-10-17
1
-4
/
+28
*
cmd: added option to return the process directly, allowing to read the output...
Sebastian Thiel
2009-10-14
1
-0
/
+11
*
tree: now behaves like a list with string indexing functionality - using a di...
Sebastian Thiel
2009-10-12
1
-0
/
+1
*
Fixed remaining tests to deal with the changes
Sebastian Thiel
2009-10-11
1
-2
/
+14
*
fixed issue in Ref.name implementation which would not handle components prop...
Sebastian Thiel
2009-10-11
1
-2
/
+2
*
converted all spaces to tabs ( 4 spaces = 1 tab ) just to allow me and my edi...
Sebastian Thiel
2009-10-11
3
-20
/
+20
*
Lots of spring cleaning and added in Sphinx documentation.
Michael Trier
2009-01-24
3
-3
/
+3
*
Added license information to all files.
Michael Trier
2008-07-16
3
-0
/
+18
*
style: remove spaces around parens per PEP8
David Aguilar
2008-06-01
1
-1
/
+1
*
tests: add a test for git.foo( istream=fh )
David Aguilar
2008-05-29
1
-5
/
+8
*
Moved test stuff around and modified imports to just clean things up a bit.
Michael Trier
2008-05-07
3
-0
/
+49