summaryrefslogtreecommitdiff
path: root/git/objects
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Make sure that branches looking like a numeric scalar will not become number ↵Sebastian Thiel2014-05-011-1/+1
| |/ |/| | | | | | | | | type in python. The latter will break code that assumes it will get a string.
* | tabs to 4 spaces - this won't make integrating the patches easier, but it's ↵Sebastian Thiel2014-02-0910-2627/+2627
|/ | | | probably a good idea to go a little more pep8 (and fix sins of my youth ;) )
* Submodule now uses a specialized method to remove its trees to allow ↵Sebastian Thiel2011-06-131-5/+4
| | | | read-only files to be removed on windows as well
* Making comparisons with non-GitPython objects more tolerant.Julien Miotte2011-05-191-0/+4
|
* added test & fix for mangled tagger namesOrestis Markou2011-05-011-1/+1
|
* blob: Added class level members to represent valid file modes that can be ↵Sebastian Thiel2011-01-061-0/+5
| | | | used if you create a new blob
* submodule.add: handles addition of repositories with a specific branch ↵Sebastian Thiel2010-12-031-6/+8
| | | | 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
* Fixed bug, which was so obvious that I am wondering how none of the test ran ↵Sebastian Thiel2010-12-012-2/+2
| | | | into that, or at least triggered it
* Commit.create_from_tree used a now renamed keyword parameter - no test-case ↵Sebastian Thiel2010-11-261-1/+1
| | | | ever runs this code, which is still an issue
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-2512-0/+2897
adjusted