summaryrefslogtreecommitdiff
path: root/lib/git/commit.py
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of git://gitorious.org/git-python/nudFlorian Apolloner2008-09-051-7/+7
|\
| * Fix unneeded dict unpacking.Steve Frécinaux2008-09-051-7/+7
| |
* | commit: handle --bisect-all output in Commit.list_from_stringDavid Aguilar2008-09-021-4/+4
|/ | | | | | | | | | | | Rui Abreu Ferrerira pointed out that "git rev-list --bisect-all" returns a slightly different format which we can easily accomodate by changing the way we parse rev-list output. http://groups.google.com/group/git-python/browse_thread/thread/aed1d5c4b31d5027 This resolves the issue mentioned in that thread. Signed-off-by: David Aguilar <davvid@gmail.com>
* Added license information to all files.Michael Trier2008-07-161-0/+6
|
* fixed second problem in ↵Florian Apolloner2008-06-201-1/+3
| | | | | | http://groups.google.com/group/git-python/browse_thread/thread/b8f3580abf31f9db?hl=en# I'll look at the other one in an hour
* renamed git_python to git. Removed pop_key and replaced with dict.pop. Fixed ↵Michael Trier2008-05-301-0/+235
up tests so they pass except for stderr test. Modified version information retrieval.