summaryrefslogtreecommitdiff
path: root/lib/git
Commit message (Expand)AuthorAgeFilesLines
* Some cleanup of Daniels contribution. Now it appears to be ready for a merge0.1Sebastian Thiel2010-11-061-6/+7
* FIxing unit tests that expect failures when trees with Submodules are traversed.D.Dotsenko2010-10-291-0/+1
* Fixing recursion issue introduced with submodule supportD.Dotsenko2010-10-292-2/+2
* Added submodule type and handling through Tree listing.D. Dotsenko2010-10-203-7/+145
* Many small doc changes pulled in from the 0.1.7RC branch.0.1.7Michael Trier2010-03-203-7/+7
* Corrected a bunch of whitespace that makes some folks crazy. Added Sebastian ...Michael Trier2010-03-0314-81/+81
* Fixed utils.touch which did not work as the 'time' arg was missing, and even ...Sebastian Thiel2009-10-211-1/+2
* Fixed repo.alternates implementation which didn't work in the 'real' world wi...Sebastian Thiel2009-10-211-9/+13
* Added info about 0.1.7 release changesSebastian Thiel2009-10-211-41/+14
* Merging request 1108 which allows tree object parsing to deal with whitespace...Sebastian Thiel2009-10-201-1/+1
|\
| * Fix parsing for files with whitespaceJeremy Kerr2009-08-051-1/+1
* | Merge branches 'doc_enhancements' and 'fixes_for_mainline' into improvements_...Sebastian Thiel2009-10-083-16/+43
|\ \
| * | Fixed Diff class which used Commits instead of Blobs - as Blobs contain the p...Sebastian Thiel2009-10-081-14/+41
| * | git.git.Git.__init__ takes None as default argument as the execute method han...Sebastian Thiel2009-10-081-1/+1
| * | Fixed git.blob.Blob.blame function which would return the text-per-commit as ...Sebastian Thiel2009-10-081-1/+1
| |/
* | improved repo documentationSebastian Thiel2009-10-081-29/+51
* | Improved head and tag object documentation slightlySebastian Thiel2009-10-083-24/+26
* | Added docs for the error moduleSebastian Thiel2009-10-082-3/+16
* | Added missing information to docstrings of commit and stats moduleSebastian Thiel2009-10-082-21/+88
* | improved git.cmd documentationSebastian Thiel2009-10-081-8/+43
* | Improved documentation on Actor and BlobSebastian Thiel2009-10-082-0/+20
|/
* Lots of spring cleaning and added in Sphinx documentation.Michael Trier2009-01-2414-14/+14
* Corrected a problem with commits_between returning None.Michael Trier2009-01-241-2/+2
* Fixed the gzip archive creation using python gzip moduleEric Jonas2009-01-241-1/+8
* fixed Commit.stats retrieval for parentless commits in bare reposMichael Trier2008-12-161-4/+4
* Fixed a bug with branch names omitting path components.Michael Trier2008-12-161-1/+6
* Corrected conflict with pep8 changes from apollo13.Michael Trier2008-12-152-10/+10
|\
| * pep008!Florian Apolloner2008-12-152-9/+9
* | Added in new properties Diff.renamed, Diff.rename_from, and Diff.rename_toMichael Trier2008-12-152-5/+10
* | Make message the full message and add a summary propertyPaul Sowden2008-12-151-2/+6
* | add support for parsing rename info to the diff parserPaul Sowden2008-12-151-3/+7
* | implement a far far faster diff parserPaul Sowden2008-12-151-42/+19
* | add a path parameter to most commit methodsPaul Sowden2008-12-152-14/+35
* | remove ambiguity between paths and treeishsPaul Sowden2008-12-152-10/+9
|/
* fixed git.Tree.__len__ argumentsk00012008-12-151-1/+1
* Replace GitPython with git in repr() outputs.Steve Frécinaux2008-09-177-41/+41
* Merge branch 'master' of git://gitorious.org/git-python/dokais-cloneMichael Trier2008-09-141-0/+31
|\
| * Added a read-only Repo.active_branch property which returns the name of the c...Kai Lautaportti2008-09-121-0/+14
| * Cosmetic fixes to be consistent with the overall coding style.Kai Lautaportti2008-09-121-4/+5
| * Added a read-only property Repo.is_dirty which reflects the status of theKai Lautaportti2008-09-121-0/+16
* | Merge branch 'master' of git://gitorious.org/git-python/nudMichael Trier2008-09-144-96/+108
|\ \ | |/ |/|
| * Allow modifying the project descriptionSteve Frécinaux2008-09-071-14/+13
| * Make daemon export a property of git.RepoSteve Frécinaux2008-09-071-19/+16
| * Do not use **kwargs for constructors.Steve Frécinaux2008-09-063-33/+35
| * Make Tree.content_from_string a static method.Steve Frécinaux2008-09-061-1/+2
| * Implement dict protocol for trees.Steve Frécinaux2008-09-061-5/+31
| * Initialize trees completely in tree.__bake__().Steve Frécinaux2008-09-052-21/+9
| * Use a dictionnary for tree contentsSteve Frécinaux2008-09-051-6/+5
* | Merge branch 'master' of git://gitorious.org/git-python/nudFlorian Apolloner2008-09-057-25/+25
|\ \ | |/
| * Fix unneeded dict unpacking.Steve Frécinaux2008-09-057-25/+25