Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | pep8 linting (whitespaces) | Antoine Musso | 2014-11-16 | 1 | -49/+49 | |
| | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | | Merge branch 'sf-master' of https://github.com/johnsca/GitPython into ↵ | Sebastian Thiel | 2014-11-15 | 1 | -3/+14 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | johnsca-sf-master Conflicts: git/cmd.py git/objects/commit.py git/objects/fun.py git/objects/util.py git/remote.py git/repo/base.py git/test/lib/helper.py git/test/test_commit.py git/test/test_fun.py git/util.py | |||||
| * | | [#7021] Fixed error serializing programmatically created commits | Cory Johns | 2014-03-04 | 1 | -1/+1 | |
| | | | ||||||
| * | | [#7021] Added serialization and test from upstream and fixed test issues | Cory Johns | 2014-03-03 | 1 | -0/+5 | |
| | | | ||||||
| * | | [#7021] ticket:533 fixed error with pgp signed commits | Yuriy Arhipov | 2014-02-24 | 1 | -10/+26 | |
| | | | ||||||
| * | | [#5330] Fixed has_attr typo | Cory Johns | 2013-10-17 | 1 | -1/+1 | |
| | | | ||||||
| * | | [#5330] Ensure wait() is called on git processes | Cory Johns | 2013-10-09 | 1 | -0/+3 | |
| | | | ||||||
| * | | [#6078] #102 Work-around mergetag blocks by ignoring them | Cory Johns | 2013-04-11 | 1 | -1/+8 | |
| | | | ||||||
* | | | GPG signature support on commit object. | Max Rasskazov | 2014-09-08 | 1 | -17/+36 | |
| |/ |/| | | | | | | | | | | | | | Originals: Pull request "GPG signature support on commit object" #124 by Tatsuki Sugiura. https://github.com/gitpython-developers/GitPython/pull/124 commit 8065d2abdbb18e09560fc061807301b4c834d5a7 commit 62ecd6c66a84144632b045696326af503ee8cd4e | |||||
* | | tabs to 4 spaces - this won't make integrating the patches easier, but it's ↵ | Sebastian Thiel | 2014-02-09 | 1 | -432/+432 | |
|/ | | | | probably a good idea to go a little more pep8 (and fix sins of my youth ;) ) | |||||
* | Commit.create_from_tree used a now renamed keyword parameter - no test-case ↵ | Sebastian Thiel | 2010-11-26 | 1 | -1/+1 | |
| | | | | ever runs this code, which is still an issue | |||||
* | Moved everything into the git subdirectory - some tests still need to be ↵ | Sebastian Thiel | 2010-11-25 | 1 | -0/+465 | |
adjusted |