summaryrefslogtreecommitdiff
path: root/lib/git
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | commit: handle --bisect-all output in Commit.list_from_stringDavid Aguilar2008-09-021-4/+4
|/
* Merge branch 'master' of git@gitorious.org:git-python/mainlineFlorian Apolloner2008-08-211-1/+1
|\
| * fixed it so init actually creates a bare repo. Thank you Daniel Watkins.Michael Trier2008-08-181-1/+1
* | fixed unneeded list unpackingFlorian Apolloner2008-08-211-3/+3
|/
* use shell=True in windows (git.exe needs to be on %PATH%)Florian Apolloner2008-08-111-3/+8
* Fix use of bare repositories.Jelmer Vernooij2008-07-281-1/+2
* Remove debug statement.Jelmer Vernooij2008-07-281-1/+0
* Avoid stripping newlines in blob data.Jelmer Vernooij2008-07-281-1/+1
* Removed method_missing since it was only used in one place.Michael Trier2008-07-172-29/+7
* fixed a silly typoFlorian Apolloner2008-07-171-1/+1
* Added license information to all files.Michael Trier2008-07-1615-1/+93
* fixed http://groups.google.com/group/git-python/browse_thread/thread/62b972d2...0.1.4-preFlorian Apolloner2008-07-081-5/+9
* fixed http://groups.google.com/group/git-python/browse_thread/thread/b8f3580a...Florian Apolloner2008-06-254-90/+52
* added os.path.expanduser to the repo initializationFlorian Apolloner2008-06-211-0/+1
* continued yesterdays work on the execute stuffFlorian Apolloner2008-06-211-24/+16
* made with_exceptions=True default (don't look before you leak ;)) and removed...Florian Apolloner2008-06-202-34/+33
* Merge branch 'master' of git://gitorious.org/git-python/david into bisectFlorian Apolloner2008-06-202-40/+93
|\
| * cmd: rename with_keep_cwd to keep_cwdDavid Aguilar2008-06-151-7/+9