index
:
GitPython
0.1
0.2
experiment-2012
fix-ci-tests
fix-non-ascii-chars-in-status-lines
gh-pages
issue-232-reproduction
issue-301-reproduction
master
no_devnull_open
py2
revert-357-autointerrupt_deadlock_fix
Forked from https://github.com/gitpython-developers/GitPython
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2010-11-06
Some cleanup of Daniels contribution. Now it appears to be ready for a merge
0.1
Sebastian Thiel
2010-10-31
Changed the test_submodule.py to be detected by nose
D.Dotsenko
2010-10-31
Remove forgotten testing code from test_submodule.py
D.Dotsenko
2010-10-31
Adding unit tests for Submodule code.
D.Dotsenko
2010-10-29
FIxing unit tests that expect failures when trees with Submodules are traversed.
D.Dotsenko
2010-10-29
Fixing recursion issue introduced with submodule support
D.Dotsenko
2010-10-20
Added submodule type and handling through Tree listing.
D. Dotsenko
2010-03-20
Many small doc changes pulled in from the 0.1.7RC branch.
0.1.7
Michael Trier
2010-03-03
Corrected a bunch of whitespace that makes some folks crazy. Added Sebastian ...
Michael Trier
2009-10-21
Fixed utils.touch which did not work as the 'time' arg was missing, and even ...
Sebastian Thiel
2009-10-21
Fixed repo.alternates implementation which didn't work in the 'real' world wi...
Sebastian Thiel
2009-10-21
Added info about 0.1.7 release changes
Sebastian Thiel
2009-10-20
Officially named next bug-fix release 0.1.7
Sebastian Thiel
2009-10-20
Added information about changed mock module requirement, its 0.5 or higher no...
Sebastian Thiel
2009-10-20
/doc/_build is not interesting...
Martin Marcher
2009-10-20
Fix unittests for Mock 0.5.0
Paul J. Davis
2009-10-20
Added TODO list
Sebastian Thiel
2009-10-20
Merging request 1108 which allows tree object parsing to deal with whitespace...
Sebastian Thiel
2009-10-20
Merge commit 'origin/improvements_for_mainline' into integration
Sebastian Thiel
2009-10-09
Moved compatibility information of possible future release into right spot ( ...
Sebastian Thiel
2009-10-08
Merge branches 'doc_enhancements' and 'fixes_for_mainline' into improvements_...
Sebastian Thiel
2009-10-08
repo_tests: fixed duplicate test-method name which would redefine the previou...
Sebastian Thiel
2009-10-08
Fixed Diff class which used Commits instead of Blobs - as Blobs contain the p...
Sebastian Thiel
2009-10-08
git.git.Git.__init__ takes None as default argument as the execute method han...
Sebastian Thiel
2009-10-08
Fixed git.blob.Blob.blame function which would return the text-per-commit as ...
Sebastian Thiel
2009-10-08
improved repo documentation
Sebastian Thiel
2009-10-08
Improved head and tag object documentation slightly
Sebastian Thiel
2009-10-08
Added docs for the error module
Sebastian Thiel
2009-10-08
Added missing information to docstrings of commit and stats module
Sebastian Thiel
2009-10-08
improved git.cmd documentation
Sebastian Thiel
2009-10-08
Improved documentation on Actor and Blob
Sebastian Thiel
2009-08-05
Fix parsing for files with whitespace
Jeremy Kerr
2009-01-24
Slight issues with the MANIFEST.in due to it including *.txt which no longer ...
Michael Trier
2009-01-24
Bumped version 0.1.6
0.1.6
Michael Trier
2009-01-24
Lots of spring cleaning and added in Sphinx documentation.
Michael Trier
2009-01-24
Corrected a problem with commits_between returning None.
Michael Trier
2009-01-24
Fixed the gzip archive creation using python gzip module
Eric Jonas
2008-12-20
Corrections to the tutorial to account for the change of Tree to a dictionary...
Michael Trier
2008-12-16
fixed Commit.stats retrieval for parentless commits in bare repos
Michael Trier
2008-12-16
Added changes information for path component change.
Michael Trier
2008-12-16
Fixed a bug with branch names omitting path components.
Michael Trier
2008-12-15
Corrected conflict with pep8 changes from apollo13.
Michael Trier
2008-12-15
Added in Changes documentation for 0.1.6
Michael Trier
2008-12-15
Added in new properties Diff.renamed, Diff.rename_from, and Diff.rename_to
Michael Trier
2008-12-15
pep008!
Florian Apolloner
2008-12-15
Added Paul Sowden to the AUTHORS file and made tutorial fixes. Thanks Paul.
Michael Trier
2008-12-15
Make message the full message and add a summary property
Paul Sowden
2008-12-15
add support for parsing rename info to the diff parser
Paul Sowden
2008-12-15
implement a far far faster diff parser
Paul Sowden
2008-12-15
add a path parameter to most commit methods
Paul Sowden
[next]