aboutsummaryrefslogtreecommitdiff
path: root/git/objects
AgeCommit message (Collapse)Author
2013-10-09[#5330] Ensure wait() is called on git processesCory Johns
2013-04-17Fix whacky indentationTim Van Steenburgh
Signed-off-by: Tim Van Steenburgh <tvansteenburgh@gmail.com>
2013-04-17Return bytes if object name can't be utf8-decodedTim Van Steenburgh
Signed-off-by: Tim Van Steenburgh <tvansteenburgh@gmail.com>
2013-04-11[#6078] #102 Work-around mergetag blocks by ignoring themCory Johns
2013-02-14Fixed parse_actor_and_date with mangled tagsIgor Bondarenko
2011-06-13Submodule now uses a specialized method to remove its trees to allow ↵Sebastian Thiel
read-only files to be removed on windows as well
2011-05-19Making comparisons with non-GitPython objects more tolerant.Julien Miotte
2011-05-01added test & fix for mangled tagger namesOrestis Markou
2011-01-06blob: Added class level members to represent valid file modes that can be ↵Sebastian Thiel
used if you create a new blob
2010-12-03submodule.add: handles addition of repositories with a specific branch ↵Sebastian Thiel
correctly now - previously it would pass the full path of the branch, which in fact didn't work, unless the default branch is used to which it will default. The bug wasn't noticed because of this
2010-12-01Fixed bug, which was so obvious that I am wondering how none of the test ran ↵Sebastian Thiel
into that, or at least triggered it
2010-11-26Commit.create_from_tree used a now renamed keyword parameter - no test-case ↵Sebastian Thiel
ever runs this code, which is still an issue
2010-11-25Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel
adjusted