| Commit message (Expand) | Author | Age | Files | Lines |
* | add types to git.__init__, compat, db, diff, exc, util | Yobmod | 2021-03-16 | 1 | -48/+69 |
* | Fix handle_diff_line for -z option. | Martin Liska | 2021-01-06 | 1 | -49/+49 |
* | try fixing up test fixtures and implementation | Sebastian Thiel | 2021-01-06 | 1 | -2/+2 |
* | Add '-z' on top of '--raw' to avoid path name mangling | Sebastian Thiel | 2021-01-06 | 1 | -1/+2 |
* | change decode type and add replace flag | Davide Spadini | 2020-11-10 | 1 | -1/+1 |
* | Remove checks for Python 2 and/or 3 | Harmon | 2020-02-08 | 1 | -10/+2 |
* | Remove and replace compat.binary_type | Harmon | 2020-02-08 | 1 | -5/+4 |
* | Merge branch 'fix/deepsource-issues' of https://github.com/imkaka/GitPython i... | Sebastian Thiel | 2019-10-29 | 1 | -4/+6 |
|\ |
|
| * | Merge branch 'master' into fix/deepsource-issues | Anil Khatri | 2019-10-23 | 1 | -10/+33 |
| |\ |
|
| * | | fix Loop variable used outside the loop | Anil Khatri | 2019-10-23 | 1 | -4/+6 |
* | | | Check if submodule exists before referencing | tanaga9 | 2019-10-28 | 1 | -1/+2 |
| |/
|/| |
|
* | | Fix #852 by tweaking regex to handle -R option to git diff | JJ Graham | 2019-10-22 | 1 | -1/+1 |
* | | Initial stab at fixing diffs involving submodule changes | JJ Graham | 2019-10-21 | 1 | -0/+8 |
* | | Satisfying flake8 | JJ Graham | 2019-10-19 | 1 | -2/+2 |
* | | Updating variable name to more accurately reflect contents | JJ Graham | 2019-10-19 | 1 | -3/+3 |
* | | Fixed new test for copied files | JJ Graham | 2019-10-19 | 1 | -2/+4 |
* | | Adding diff support for copied files, still working on test | JJ Graham | 2019-10-19 | 1 | -8/+21 |
|/ |
|
* | Fixed error in documentation | Syoc | 2019-01-12 | 1 | -1/+0 |
* | Add change in type support | Aurélien Matouillot | 2018-05-19 | 1 | -3/+9 |
* | Get correcly rename change_type. | Aurélien Matouillot | 2018-05-19 | 1 | -6/+14 |
* | Rewrite unnecessary dict/list/tuple calls as literals | Hugo | 2018-03-18 | 1 | -2/+2 |
* | RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXT | Yaroslav Halchenko | 2017-11-27 | 1 | -7/+7 |
* | Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-... | Sebastian Thiel | 2016-10-22 | 1 | -7/+6 |
|\ |
|
| * | src: reduce needless deps to `gitdb.util` | Kostis Anagnostopoulos | 2016-10-16 | 1 | -7/+6 |
* | | Fix some typos | Santiago Castro | 2016-10-20 | 1 | -7/+7 |
|/ |
|
* | Proc, #519: Rework error-exc msgs & log thread-pumps errors | Kostis Anagnostopoulos | 2016-09-28 | 1 | -2/+2 |
* | io, dif: #519: FIX DIFF freeze when reading from GIL | Kostis Anagnostopoulos | 2016-09-28 | 1 | -11/+21 |
* | fix(diff): use explicit change-type if possible | Sebastian Thiel | 2016-07-23 | 1 | -5/+9 |
* | Store raw path bytes in Diff instanceskeep-raw-bytes-on-diffs | Vincent Driessen | 2016-06-14 | 1 | -17/+41 |
* | Don't choke on (legitimately) invalidly encoded Unicode pathsfix-dont-choke-on-invalid-unicode-paths | Vincent Driessen | 2016-06-06 | 1 | -4/+4 |
* | Fix bug in diff parser outputfix-octal-escaped-path-parser-bug | Vincent Driessen | 2016-05-30 | 1 | -2/+15 |
* | Deprecate Diffable.rename for .renamed_file | Sebastian Thiel | 2016-05-19 | 1 | -1/+10 |
* | Python 3 compat fixes | Vincent Driessen | 2016-04-20 | 1 | -1/+4 |
* | Fix diff patch parser for paths with unsafe chars | Vincent Driessen | 2016-04-19 | 1 | -13/+34 |
* | Fix order of regex parts | Vincent Driessen | 2016-04-19 | 1 | -3/+4 |
* | Fix regex | Vincent Driessen | 2016-04-19 | 1 | -2/+2 |
* | Make diff patch parsing more reliable | Vincent Driessen | 2016-04-19 | 1 | -10/+22 |
* | Perform diff-tree recursively to have the same output as diff | Vincent Driessen | 2016-04-14 | 1 | -0/+2 |
* | Export NULL_TREE | Vincent Driessen | 2016-04-14 | 1 | -1/+1 |
* | Use a special object rather than a string | Vincent Driessen | 2016-04-14 | 1 | -2/+5 |
* | Support "root" as a special value in .diff() calls | Vincent Driessen | 2016-04-14 | 1 | -4/+10 |
* | Split diff line by '\t' for metadata and path | Jonathan Chu | 2016-03-15 | 1 | -1/+2 |
* | fix(diff): mode-assertions now deal with 0 | Sebastian Thiel | 2015-07-29 | 1 | -2/+2 |
* | Store path attribute on Diff object | James E. Blair | 2015-03-02 | 1 | -2/+7 |
* | Overhauled all tutorials, and placed them in a unit-test. | Sebastian Thiel | 2015-01-22 | 1 | -3/+1 |
* | Now Diff.__str__ works correctly in all python versions. | Sebastian Thiel | 2015-01-09 | 1 | -7/+29 |
* | Fixed mode-handling in Diff creation, and added assertions to catch this in f... | Sebastian Thiel | 2015-01-09 | 1 | -2/+5 |
* | Added test to verify binary diffs are working as well. | Sebastian Thiel | 2015-01-09 | 1 | -10/+20 |
* | Added support for rename detection in raw mode (which is the default). | Sebastian Thiel | 2015-01-08 | 1 | -6/+8 |
* | Added assertion to better detect diff issues. | Sebastian Thiel | 2015-01-08 | 1 | -0/+1 |