-
-
Notifications
You must be signed in to change notification settings - Fork 932
Pull requests: gitpython-developers/GitPython
Author
Label
Milestones
Reviews
Assignee
Sort
Pull requests list
test & fix for mangled tagger names
#14
by orestis
was merged May 2, 2011
Loading…
updated May 2, 2011
Proposition to make comparisons between GitPython objects and non-GitPython objects possible.
#16
by mike-perdide
was merged May 19, 2011
Loading…
updated May 19, 2011
As the commit says, the current option regex only matches zero or one leading space, although the comments state that any number of leading spaces are allowed.
#19
by jkeating
was merged May 24, 2011
Loading…
updated May 24, 2011
Strip the line when matching for sections
#22
by jkeating
was closed Jun 7, 2011
Loading…
updated Jun 7, 2011
Ignore progress lines from the git http backend that start w/ POST ...
#42
by gsoltis
was merged May 17, 2012
Loading…
updated May 17, 2012
Add an output_nostrip kwarg to Git.execute
#76
by znerol
was closed Oct 12, 2012
Loading…
updated Oct 12, 2012
Add an output_nostrip kwarg to Git.execute
#77
by znerol
was closed Oct 18, 2012
Loading…
updated Oct 18, 2012
Add an output_strip kwarg to Git.execute
#79
by znerol
was merged Oct 21, 2012
Loading…
updated Oct 21, 2012
Fixed parse_actor_and_date with mangled tags
#95
by jetmind
was closed Feb 14, 2013
Loading…
updated Feb 14, 2013
Fixed 'Inappropriate ioctl for device' problem on posix systems
#43
by swallat
was merged May 17, 2012
Loading…
updated Jun 13, 2014
GPG signature support on commit object.
#57
by sugi
was closed Oct 7, 2013
Loading…
updated Jun 14, 2014
Fix for #142. Simply ignores lines that begin with ' ='
#163
by nefaspartim
was merged May 16, 2014
Loading…
updated Jun 18, 2014
Fix another bug found by Fedora users, indented config sections. Newer RawConfigParser handles them fine, as does git config.
#21
by jkeating
was closed May 28, 2011
Loading…
updated Jun 18, 2014
detect renames in "git diff --raw" output
#62
by Pfiver
was merged Jun 16, 2012
Loading…
updated Jun 19, 2014
Fixed undefined variable 'path' in Reference
#151
by goerz
was merged Apr 7, 2014
Loading…
updated Jun 22, 2014
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.