An open API service providing commit metadata for open source projects.

GitHub / gitpython-developers/GitPython / commits

GitPython is a python library used to interact with Git repositories.

SHA Message Author Date Stats
c3c70dab is_dirty supports path. Fixes #482. Zaar Hai <h****r@h****m> almost 10 years ago
d8ef023a fix flake8 problems Barry Scott <b****y@b****g> almost 10 years ago
8bde1038 add test to detect the corrupt log Barry Scott <b****y@b****g> almost 10 years ago
572ebd6e creationflags must be set to 0 on non-windows platforms Barry Scott <b****y@b****g> almost 10 years ago
d79951fb Must pass creationflags as a keywork Barry Scott <b****y@b****g> almost 10 years ago
0d939086 Prevent CMD windows being shown when starting git in a subprocess. Barry Scott <b****y@b****g> almost 10 years ago
1116ef7e merge Merge remote-tracking branch 'upstream/master' Barry Scott <b****y@b****g> almost 10 years ago
a4ad7cee merge Merge pull request #490 from bertwesarg/patch-1 Sebastian Thiel <b****o@g****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
788bd7e5 doc(README): remove pypi badges Sebastian Thiel <b****o@g****m> almost 10 years ago
4006c434 fix(diff): use explicit change-type if possible Sebastian Thiel <b****o@g****m> almost 10 years ago
1ec4389b doc(README): remove issue stats Sebastian Thiel <b****o@g****m> almost 10 years ago
b827f816 Use binary string constant for concatenation. Bert Wesarg <B****g@g****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
cee0cec2 Add missing newline when writing a symbolic ref. Bert Wesarg <B****g@g****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
a5e6676d Update tutorial Vincent Driessen <m****e@n****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
2ff3a3e7 fix(blame): lazily fetch full commit message Sebastian Thiel <b****o@g****m> almost 10 years ago
0ed3cd7f chore(version): set dev version Sebastian Thiel <b****o@g****m> almost 10 years ago
49a9f844 chore(version-up): v2.0.7 Sebastian Thiel <b****o@g****m> almost 10 years ago
b4b5ecc2 merge Merge branch 'master' of https://github.com/gitpython-developers/GitPython Barry Scott <b****y@b****g> almost 10 years ago
4896fa2c merge Merge pull request #479 from peterbe/commit-without-executing-hooks Sebastian Thiel <b****o@g****m>
Committed by: GitHub <n****y@g****m>
almost 10 years ago
3c6e5ada chore(tests): test-initialization via script Sebastian Thiel <b****o@g****m> about 10 years ago
e031a0ee Commit without executing hooks, fixes #468 Peter Bengtsson <m****l@p****m> about 10 years ago
de894298 Bump for next release Vincent Driessen <m****e@n****m> about 10 years ago
06571d7f This is 2.0.6 Vincent Driessen <m****e@n****m> about 10 years ago
451504f1 fix(remote): lazy PushInfo.old_commit initialization Sebastian Thiel <b****o@g****m> about 10 years ago
f128ae9a merge Merge branch 'master' into fix-non-ascii-chars-in-status-lines Sebastian Thiel <b****o@g****m> about 10 years ago
07a8f73d merge Merge branch 'master' into fix-non-ascii-chars-in-status-lines Sebastian Thiel <b****o@g****m> about 10 years ago
e9405ac8 merge Merge pull request #474 from gitpython-developers/keep-raw-bytes-on-diffs Sebastian Thiel <b****o@g****m>
Committed by: GitHub <n****y@g****m>
about 10 years ago
930d03fb merge Merge pull request #475 from warsaw/issue470 Sebastian Thiel <b****o@g****m>
Committed by: GitHub <n****y@g****m>
about 10 years ago
dc2ec79a Fix issue #470 Barry Warsaw <b****y@p****g> about 10 years ago
3ee291c4 Store raw path bytes in Diff instances Vincent Driessen <m****e@n****m> about 10 years ago
105a8c0f Python 2.6 compat Vincent Driessen <m****e@n****m> about 10 years ago
5e02afbb Fix for parsing non-ASCII chars in status lines Vincent Driessen <m****e@n****m> about 10 years ago
5c8ff218 doc(changes): inform about new API Sebastian Thiel <b****o@g****m> about 10 years ago
9bebaca8 merge Merge pull request #446 from guyzmo/updating_remote_url_handling Sebastian Thiel <b****o@g****m>
Committed by: GitHub <n****y@g****m>
about 10 years ago
27f394a5 fix(test_docs): skip master-dependent assertion Sebastian Thiel <b****o@g****m> about 10 years ago
d22c40b9 merge Merge pull request #467 from gitpython-developers/fix-dont-choke-on-invalid-u... Sebastian Thiel <b****o@g****m>
Committed by: GitHub <n****y@g****m>
about 10 years ago
4510b3c4 fix(flake): misc whitespace fixes Sebastian Thiel <b****o@g****m> about 10 years ago
a7f403b1 fix flake8 found problems Barry Scott <b****y@b****g> about 10 years ago
e0eafc47 Fix corruption of the ref logs file Barry Scott <b****y@b****g> about 10 years ago
d5739cd4 fix(cmd): allow any kind of status message Sebastian Thiel <b****o@g****m> about 10 years ago
17020d8a doc(README): add basic contribution guidelines Sebastian Thiel <b****o@g****m> about 10 years ago
15ee5a50 fix(misc): various cleanup Sebastian Thiel <b****o@g****m> about 10 years ago
da86442f merge Merge branch 'pr-cmd-raise-with-stderr-on-error' of https://github.com/barry-... Sebastian Thiel <b****o@g****m> about 10 years ago
ec830a25 fix(repo): prevent error messages from being swallowed Sebastian Thiel <b****o@g****m> about 10 years ago
3f4b410c Switching the `urls` property to use `git remote show` instead of `git remote...
Signed-off-by: Guyzmo <g****b@m****t>
Guyzmo <g****b@m****t> about 10 years ago
200d3c6c Don't choke on (legitimately) invalidly encoded Unicode paths Vincent Driessen <m****e@n****m> about 10 years ago
6891caf7 Can get a str object from stream.read rather then bytes. Barry Scott <b****y@b****g> about 10 years ago
4a5cebae log all the output from stdout and stderr for debugging process failures Barry Scott <b****y@b****g> about 10 years ago
35658887 merge Merge remote-tracking branch 'upstream/master' into pr-cmd-raise-with-stderr-... Barry Scott <b****y@b****g> about 10 years ago
e0b21f45 merge Merge pull request #460 from ddanier/autointerrupt_del_no_os_kill Sebastian Thiel <b****o@g****m> about 10 years ago
fde89f2a fix(test): remove unused import Sebastian Thiel <b****o@g****m> about 10 years ago
85e78ca3 Make sure os is not even partly destroyed David Danier <d****r@t****e> about 10 years ago
7548a5c4 merge Merge pull request #459 from andy-maier/fix-457-typerror-on-py26 Vincent Driessen <m****e@n****m> about 10 years ago
55969cb6 Fixed 'TypeError: decode() takes no keyword arguments' on Python 2.6 Andreas Maier <m****a@d****m> about 10 years ago
2219f13e fix(test): do not skip test on travis Sebastian Thiel <b****o@g****m> about 10 years ago
543d900e chore(compat): state py2.6 support officially Sebastian Thiel <b****o@g****m> about 10 years ago
6581acaa Bump for new version Vincent Driessen <m****e@n****m> about 10 years ago
88716d3b This is 2.0.5 Vincent Driessen <m****e@n****m> about 10 years ago
25844b80 Fix regex Vincent Driessen <m****e@n****m> about 10 years ago
2f91ab7b This is 2.0.4 Vincent Driessen <m****e@n****m> about 10 years ago
c4ace548 Update changelog Vincent Driessen <m****e@n****m> about 10 years ago
79fdaf34 merge Merge pull request #456 from gitpython-developers/fix-for-invalid-data-in-com... Sebastian Thiel <b****o@g****m> about 10 years ago
f5089d9d merge Merge pull request #454 from gitpython-developers/fix-octal-escaped-path-pars... Sebastian Thiel <b****o@g****m> about 10 years ago
08a0fad2 Make sure that stderr is converted to bytes Barry Scott <b****y@b****g> about 10 years ago
a3f24f64 merge Merge pull request #455 from gitpython-developers/fix-ci-tests Vincent Driessen <m****e@n****m> about 10 years ago
79c99c0f Ignore invalid data when decoding commit objects Vincent Driessen <m****e@n****m> about 10 years ago
0eafe201 Add test case as example of Git commit with invalid data Vincent Driessen <m****e@n****m> about 10 years ago
46201b34 Fix flake8 complaints Barry Scott <b****y@b****g> about 10 years ago
0235f910 Skip test that always fails on Travis CI Vincent Driessen <m****e@n****m> about 10 years ago
1faf84f8 Fix bug in diff parser output Vincent Driessen <m****e@n****m> about 10 years ago
78f3f38d Return stderr lines from a pull() call that fails Barry Scott <b****y@b****g> about 10 years ago
5077fc7e Return all the stderr messge after an error is detected for pull() Barry Scott <b****y@b****g> about 10 years ago
e836e5cd chore(remote): better super-class call syntax Sebastian Thiel <b****o@g****m> about 10 years ago
fb204776 chore(flake8): whitespace ...
Signed-off-by: Sebastian Thiel <b****o@g****m>
Sebastian Thiel <b****o@g****m> about 10 years ago
ff0365e0 merge Merge pull request #451 from barry-scott/pr-fix-callable-remote-progress Sebastian Thiel <b****o@g****m> about 10 years ago
9ba48ce5 Fix traceback because _seen_ops is not initialised Barry Scott <b****y@b****g> about 10 years ago
8df3dd97 fix(remote): improve version check Sebastian Thiel <b****o@g****m> about 10 years ago
29724818 fix(remote): Add CallableRemoteProgress Sebastian Thiel <b****o@g****m> about 10 years ago
ce87a2be doc(changes): inform about new progress API Sebastian Thiel <b****o@g****m> about 10 years ago
98889c3e chore(misc): cleanup and docs Sebastian Thiel <b****o@g****m> about 10 years ago
ece57af3 merge Merge pull request #450 from barry-scott/master Sebastian Thiel <b****o@g****m> about 10 years ago
d255f4c8 merge Merge remote-tracking branch 'upstream/master' Barry Scott <b****y@b****g> about 10 years ago
b4492c79 The progress arg to push, pull, fetch and clone is now a python callable. Barry Scott <b****y@b****g> about 10 years ago
c5077dac merge Merge pull request #447 from Xender/patch-1 Sebastian Thiel <b****o@g****m> about 10 years ago
06ea4a0b merge Merge pull request #445 from guyzmo/got_rid_of_warning Sebastian Thiel <b****o@g****m> about 10 years ago
39164b03 Use proper syntax for conditional expression Aleksander Nitecki <i****r@i****e> about 10 years ago
b366d3fa Adding support for git remote set-url/get-url API to Remote
Signed-off-by: Guyzmo <g****b@m****t>
Guyzmo <g****b@m****t> about 10 years ago
33940022 Changing warning to debug logging, to avoid warning showing off when nothing'...
Signed-off-by: Guyzmo <g****b@m****t>
Guyzmo <g****b@m****t> about 10 years ago
902679c4 fix(remote): py3 compatibility Sebastian Thiel <b****o@g****m> about 10 years ago
5efdad25 fix(remote): py3 compatibility Sebastian Thiel <b****o@g****m> about 10 years ago
515a6b9c fix(remote): use universal_newlines for fetch/push Sebastian Thiel <b****o@g****m> about 10 years ago
04ff96dd fix(remote): real-time reading of lines from stderr Sebastian Thiel <b****o@g****m> about 10 years ago
b9a7dc5f chore(compat): another attempt to get travis right Sebastian Thiel <b****o@g****m> about 10 years ago
b40d4b54 chore(compat): re-add allowed breakage of py2.6 Sebastian Thiel <b****o@g****m> about 10 years ago
8486f2d2 merge Merge pull request #443 from boegel/fix_ordereddict Sebastian Thiel <b****o@g****m> about 10 years ago
9989f896 import OrderedDict from git.odict rather than directly from collections, to p... Kenneth Hoste <k****e@u****e> about 10 years ago
1537aabf fix(remote): better array truncation logic Sebastian Thiel <b****o@g****m> about 10 years ago
b0be02e1 fix(remote): remove assertion in favour of runtime stability Sebastian Thiel <b****o@g****m> about 10 years ago
bed46300 chore(changes): put fix to correct patch level Sebastian Thiel <b****o@g****m> about 10 years ago
5f4b1618 fix(requirements): now works with tox Sebastian Thiel <b****o@g****m> about 10 years ago

← Back to repository