| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-11-16 | pep8 linting (whitespaces) | Antoine Musso | |
| W191 indentation contains tabs E221 multiple spaces before operator E222 multiple spaces after operator E225 missing whitespace around operator E271 multiple spaces after keyword W292 no newline at end of file W293 blank line contains whitespace W391 blank line at end of file | |||
| 2014-11-14 | Merge branch 'patch-1' of https://github.com/syabro/GitPython into ↵ | Sebastian Thiel | |
| syabro-patch-1 Note by Sebastian Thiel: Was already fixed Conflicts: git/refs/reference.py | |||
| 2014-04-06 | Fixed undefined variable 'path' in Reference | Michael Goerz | |
| 2014-03-24 | Update symbolic.py | firm1 | |
| 2014-03-24 | correct log reference | firm1 | |
| 2014-02-09 | tabs to 4 spaces - this won't make integrating the patches easier, but it's ↵ | Sebastian Thiel | |
| probably a good idea to go a little more pep8 (and fix sins of my youth ;) ) | |||
| 2014-02-10 | Fixed NameError | Maxim Syabro | |
| 2011-07-04 | Basic remote functionality moved to Reference type, as it can in fact be ↵ | Sebastian Thiel | |
| useful for tags as well, which might end up somewhere in the refs/remotes space. Its not likely that it will ever be used on a pure Reference instance though, but it is the smallest common base | |||
| 2011-07-04 | refs: added constructor flag to allow refs to be instatiated from any path, ↵ | Sebastian Thiel | |
| including simple test | |||
| 2011-06-08 | Fixed critical issue that would cause a string to be passed to methods that ↵ | Sebastian Thiel | |
| expect a stream | |||
| 2011-06-08 | relaxed implementation when comparing symbolic references against other ↵ | Sebastian Thiel | |
| items which don't have a path. Fixed test_refs to work in all cases - it was previously dependent on the order of items returned by the file system | |||
| 2011-06-08 | log: non-existing logs no longer throw an exception, but are ignored. Fixed ↵ | Sebastian Thiel | |
| critical bug which caused packed-ref files to be written with native line endings, which made git fail to parse it. I wonder why I never noticed this before, or ignored it. Unbelievable \! | |||
| 2010-11-26 | Commit.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-25 | Moved everything into the git subdirectory - some tests still need to be ↵ | Sebastian Thiel | |
| adjusted | |||
