aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-06Some cleanup of Daniels contribution. Now it appears to be ready for a merge0.1Sebastian Thiel
2010-10-31Changed the test_submodule.py to be detected by noseD.Dotsenko
2010-10-31Remove forgotten testing code from test_submodule.pyD.Dotsenko
2010-10-31Adding unit tests for Submodule code.D.Dotsenko
2010-10-29FIxing unit tests that expect failures when trees with Submodules are traversed.D.Dotsenko
2010-10-29Fixing recursion issue introduced with submodule supportD.Dotsenko
2010-10-20Added submodule type and handling through Tree listing.D. Dotsenko
2010-03-20Many small doc changes pulled in from the 0.1.7RC branch.0.1.7Michael Trier
2010-03-03Corrected a bunch of whitespace that makes some folks crazy. Added Sebastian ...Michael Trier
2009-10-21Fixed utils.touch which did not work as the 'time' arg was missing, and even ...Sebastian Thiel
2009-10-21Fixed repo.alternates implementation which didn't work in the 'real' world wi...Sebastian Thiel
2009-10-21Added info about 0.1.7 release changesSebastian Thiel
2009-10-20Officially named next bug-fix release 0.1.7Sebastian Thiel
2009-10-20Added 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-20Fix unittests for Mock 0.5.0Paul J. Davis
2009-10-20Added TODO listSebastian Thiel
2009-10-20Merging request 1108 which allows tree object parsing to deal with whitespace...Sebastian Thiel
2009-10-20Merge commit 'origin/improvements_for_mainline' into integrationSebastian Thiel
2009-10-09Moved compatibility information of possible future release into right spot ( ...Sebastian Thiel
2009-10-08Merge branches 'doc_enhancements' and 'fixes_for_mainline' into improvements_...Sebastian Thiel
2009-10-08repo_tests: fixed duplicate test-method name which would redefine the previou...Sebastian Thiel
2009-10-08Fixed Diff class which used Commits instead of Blobs - as Blobs contain the p...Sebastian Thiel
2009-10-08git.git.Git.__init__ takes None as default argument as the execute method han...Sebastian Thiel
2009-10-08Fixed git.blob.Blob.blame function which would return the text-per-commit as ...Sebastian Thiel
2009-10-08improved repo documentationSebastian Thiel
2009-10-08Improved head and tag object documentation slightlySebastian Thiel
2009-10-08Added docs for the error moduleSebastian Thiel
2009-10-08Added missing information to docstrings of commit and stats moduleSebastian Thiel
2009-10-08improved git.cmd documentationSebastian Thiel
2009-10-08Improved documentation on Actor and BlobSebastian Thiel
2009-08-05Fix parsing for files with whitespaceJeremy Kerr
2009-01-24Slight issues with the MANIFEST.in due to it including *.txt which no longer ...Michael Trier
2009-01-24Bumped version 0.1.60.1.6Michael Trier
2009-01-24Lots of spring cleaning and added in Sphinx documentation.Michael Trier
2009-01-24Corrected a problem with commits_between returning None.Michael Trier
2009-01-24Fixed the gzip archive creation using python gzip moduleEric Jonas
2008-12-20Corrections to the tutorial to account for the change of Tree to a dictionary...Michael Trier
2008-12-16fixed Commit.stats retrieval for parentless commits in bare reposMichael Trier
2008-12-16Added changes information for path component change.Michael Trier
2008-12-16Fixed a bug with branch names omitting path components.Michael Trier
2008-12-15Corrected conflict with pep8 changes from apollo13.Michael Trier
2008-12-15Added in Changes documentation for 0.1.6Michael Trier
2008-12-15Added in new properties Diff.renamed, Diff.rename_from, and Diff.rename_toMichael Trier
2008-12-15pep008!Florian Apolloner
2008-12-15Added Paul Sowden to the AUTHORS file and made tutorial fixes. Thanks Paul.Michael Trier
2008-12-15Make message the full message and add a summary propertyPaul Sowden
2008-12-15add support for parsing rename info to the diff parserPaul Sowden
2008-12-15implement a far far faster diff parserPaul Sowden
2008-12-15add a path parameter to most commit methodsPaul Sowden