GitHub / gitpython-developers/GitPython / commits
GitPython is a python library used to interact with Git repositories.
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 6ef27391 | fix(RemoteProgress): improve message sanitization | Sebastian Thiel <b****o@g****m> | about 10 years ago | |
| b6a6a109 | Fix link to latest changelog | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| 27a041e2 | Fixes for RST syntax | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| d66f2b53 | Bump the version to 2.0.3 | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| f7a2d434 | Wrap long lines for display in terminals | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| ec35edc0 | Add fix to changelog | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| 123302ce | merge Merge branch 'jonathanchu-master' | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| 187fe114 | Ignore trailing last empty string in .split() output | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| 903826a5 | Check if byte string is empty for py3 compatibility | Jonathan Chu <j****u@m****m> | about 10 years ago | |
| 7228ca9b | fix(cmd): fix with_stdout implementation | Sebastian Thiel <b****o@g****m> | about 10 years ago | |
| 73ab2874 | Split lines by new line characters | Jonathan Chu <j****u@m****m> | about 10 years ago | |
| 7a8f96cc | fix(cmd): don't catch progress handler exceptions | Sebastian Thiel <b****o@g****m> | about 10 years ago | |
| db442863 | merge Merge pull request #433 from StevenWColby/master | Sebastian Thiel <b****o@g****m> | about 10 years ago | |
| 00452efe | merge Merge pull request #431 from guyzmo/fix-opt_arg-order | Sebastian Thiel <b****o@g****m> | about 10 years ago | |
| bebc4f56 | Use correct mode for executable files | Sebastian Thiel <b****o@g****m> | about 10 years ago | |
| 2376bd39 | Clarify costs of certain properties | Sebastian Thiel <b****o@g****m> | about 10 years ago | |
| 4bcc4d55 | Deprecate Diffable.rename for .renamed_file | Sebastian Thiel <b****o@g****m> | about 10 years ago | |
| b8d6fb28 | Need spaces in Emacs style encoding comment | Steven Colby <s****y@h****m> | about 10 years ago | |
| 89ade7bf | Fix order of operators before executing the git command | Guyzmo <g****b@m****t> | about 10 years ago | |
| fb577c8a | merge Merge pull request #429 from inderpreet99/fix-reqs-doc | Sebastian Thiel <b****o@g****m> | about 10 years ago | |
| 895f0bc7 | Update requirements doc | inderpreet99 <i****9@g****m> | about 10 years ago | |
| e73c80dd | This is 2.0.2 | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| e5320a6f | Include doc sources in sdist | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| 25c95ace | Exclude *.pyc files from source tarballs | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| a15afe21 | Add contributors | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| eedf3c13 | Remove check that didn't work as expected | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| a4937fcd | This is 2.0.1 | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| 05c468ea | Automate steps to upload to PyPI | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| bc505ddd | Update changelog | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| b22a5e94 | Allow "@" sign in fetch output lines | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| 9149c34a | Information on how to make a release on pypi | Sebastian Thiel <b****o@g****m> | about 10 years ago | |
| 9c949746 | set upcoming version | Sebastian Thiel <b****o@g****m> | about 10 years ago | |
| 3c673ff2 | Travis should now be able to test tags | Sebastian Thiel <b****o@g****m> | about 10 years ago | |
| 819c4ed8 | Fix assertion | Sebastian Thiel <b****o@g****m> | about 10 years ago | |
| c883d129 | version 2.0.0 | Sebastian Thiel <b****o@g****m> | about 10 years ago | |
| 2807d494 | Declare support for py3.5 | Sebastian Thiel <b****o@g****m> | about 10 years ago | |
| 7d0d6c98 | Add change log entry | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| 26b0f384 | Bump minor instead | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| d47fc1b6 | Add change log entry | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| d04aeaa1 | merge Merge pull request #414 from nvie/support-full-datetimes-on-commits | Sebastian Thiel <b****o@g****m> | about 10 years ago | |
| fcb6e883 | merge Merge pull request #415 from nvie/fix-for-unicode-paths | Sebastian Thiel <b****o@g****m> | about 10 years ago | |
| 08938d6c | Allow "$" sign in fetch output lines | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| 19099f9c | Python 3 compat fixes | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| 7fbc182e | Fix diff patch parser for paths with unsafe chars | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| 504870e6 | merge Merge pull request #413 from nvie/support-repeated-cmd-kwargs | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| 8bbf1a3b | merge Merge pull request #412 from nvie/fix-diff-patch-parsing | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| 0d7a40f6 | merge Merge pull request #411 from nvie/enrich-incremental-blame-output | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| 8da78527 | merge Merge remote-tracking branch 'upstream/master' into enrich-incremental-blame-... | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| 4adafc5a | merge Merge pull request #408 from nvie/master | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| 3297fe50 | merge Merge remote-tracking branch 'upstream/master' | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| 722473e8 | Remove Python 2.6 hack | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| f77f9775 | Fix accidentally added import | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| a2c8c7f8 | Add support for getting "aware" datetime info | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| 76e19e42 | feat(py-support): drop py2.6 support | Sebastian Thiel <s****l@t****m> | about 10 years ago | |
| a3c89a5e | Support repeated kwargs | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| 1445b59b | Fix order of regex parts | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| 2090b548 | Make test stricter | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| cdf7c5ac | Fix regex | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| 55d40df9 | Update changelog | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| e77128e5 | Make diff patch parsing more reliable | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| 28afef55 | Perform diff-tree recursively to have the same output as diff | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| 6964e3ef | Drop dependency on six | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| 6bdaa463 | Drop dependency on six | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| 18758854 | Fix test cases | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| 2f1b69ad | Return all available data from git-blame | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| c042f56f | Export NULL_TREE | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| 82b533f8 | Use a special object rather than a string | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| aae2a732 | Fix comment | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| 07b124c1 | Update changelog for next release | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| ccb653d6 | merge Merge pull request #402 from rrei/master | Sebastian Thiel <b****o@g****m> | about 10 years ago | |
| 20a338ff | merge Merge pull request #409 from nvie/add-incremental-blame-support | Sebastian Thiel <b****o@g****m> | about 10 years ago | |
| 978eb5bd | merge Merge pull request #410 from ppietrasa/master | Sebastian Thiel <b****o@g****m> | about 10 years ago | |
| 6f671366 | fixed unittest of issue #407 for Python3 | Piotr Pietraszkiewicz <p****z@p****e> | about 10 years ago | |
| af749666 | fix(index): avoid recursing endlessly in add() | Piotr Pietraszkiewicz <p****z@p****e> | about 10 years ago | |
| f533a68c | Allow passing args to git-blame | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| e5b8220a | Add incremental blame support | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| 83156b95 | Add Python 3.5 env | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| 5de21c7f | Support "root" as a special value in .diff() calls | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| 9ae1f213 | Pass through the $HOME env var to the tox env | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| 9debf6b0 | merge Merge pull request #405 from nvie/master | Sebastian Thiel <b****o@g****m> | about 10 years ago | |
| 53245654 | Fix tests | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| 6271586d | Make sure .read() and friends always return bytes | Vincent Driessen <m****e@n****m> | about 10 years ago | |
| dabd563e | merge Merge pull request #404 from graingert/patch-1 | Sebastian Thiel <b****o@g****m> | about 10 years ago | |
| 6bb927dc | Support universal wheels | Thomas Grainger <t****n@g****m> | about 10 years ago | |
| e61e3200 | Remove assertion over fetch refspec when explicitly specified | rrei <r****i@g****m> | about 10 years ago | |
| bfaf706d | fix(remote): asssertion message formatting | Sebastian Thiel <b****o@g****m> | about 10 years ago | |
| c4c6851c | fix(refs): don't raise StopIteration | Sebastian Thiel <b****o@g****m> | about 10 years ago | |
| c877794b | merge Merge pull request #398 from gitprime/master | Sebastian Thiel <b****o@g****m> | over 10 years ago | |
| e328ffdd | Add test and fixture for diff index from raw format | Jonathan Chu <j****u@m****m> | over 10 years ago | |
| 25f27c86 | Split diff line by '\t' for metadata and path | Jonathan Chu <j****u@m****m> | over 10 years ago | |
| b2971489 | merge Merge pull request #397 from wagnermarkd/patch-1 | Sebastian Thiel <b****o@g****m> | over 10 years ago | |
| a91a659a | Fix it's vs its in tutorial.rst | Mark Wagner <w****d@g****m> | over 10 years ago | |
| ceae5e9f | merge Merge pull request #391 from pendragon-/parser_context_reenter | Sebastian Thiel <b****o@g****m> | over 10 years ago | |
| 96402136 | Fix typo |
Thomas Jackson <j****9@g****m>
Committed by: Sebastian Thiel <b****o@g****m> |
over 10 years ago | |
| 0f4d5ce5 | merge Merge pull request #389 from csnover/csnover-buffer-reads | Sebastian Thiel <b****o@g****m> | over 10 years ago | |
| 8e9481b4 | merge Merge pull request #385 from yarikoptic/skip-test | Sebastian Thiel <b****o@g****m> | over 10 years ago | |
| 5982ff78 | fix(cmd): Use buffered reads | Colin Snover <c****r@u****m> | over 10 years ago | |
| d97a8bb7 | config parsers as context mangers can now be reentered for locks | Raphael Boidol <r****l@t****m> | over 10 years ago | |
| 9f4af7c6 | chore(requirements): update to actually required version | Sebastian Thiel <b****o@g****m> | over 10 years ago | |
| fcca77ad | merge Merge pull request #388 from pendragon-/config_as_context_manager | Sebastian Thiel <b****o@g****m> | over 10 years ago |