summaryrefslogtreecommitdiff
path: root/git/objects/commit.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | pep8 linting (whitespaces)Antoine Musso2014-11-161-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 Thiel2014-11-151-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 commitsCory Johns2014-03-041-1/+1
| | |
| * | [#7021] Added serialization and test from upstream and fixed test issuesCory Johns2014-03-031-0/+5
| | |
| * | [#7021] ticket:533 fixed error with pgp signed commitsYuriy Arhipov2014-02-241-10/+26
| | |
| * | [#5330] Fixed has_attr typoCory Johns2013-10-171-1/+1
| | |
| * | [#5330] Ensure wait() is called on git processesCory Johns2013-10-091-0/+3
| | |
| * | [#6078] #102 Work-around mergetag blocks by ignoring themCory Johns2013-04-111-1/+8
| | |
* | | GPG signature support on commit object.Max Rasskazov2014-09-081-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 Thiel2014-02-091-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 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-251-0/+465
adjusted