diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2016-07-23 16:38:59 +0200 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2016-07-23 16:45:40 +0200 |
commit | 4006c4347788a078051dffd6b197bb0f19d50b86 (patch) | |
tree | f3891d8874ac9e20f0800c4d5f995579d2a8ccb4 /git/test/fixtures | |
parent | 1ec4389bc3d1653af301e93fe0a6b25a31da9f3d (diff) | |
download | gitpython-4006c4347788a078051dffd6b197bb0f19d50b86.tar.gz |
fix(diff): use explicit change-type if possible
That way, we do not have to figure the change type out by
examining the diff object.
It's implemented in a way that should yield more desireable results
as we keep the change-type that git is providing us with.
Fixes #493
Diffstat (limited to 'git/test/fixtures')
-rw-r--r-- | git/test/fixtures/diff_abbrev-40_full-index_M_raw_no-color | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git/test/fixtures/diff_abbrev-40_full-index_M_raw_no-color b/git/test/fixtures/diff_abbrev-40_full-index_M_raw_no-color new file mode 100644 index 00000000..dad85c68 --- /dev/null +++ b/git/test/fixtures/diff_abbrev-40_full-index_M_raw_no-color @@ -0,0 +1 @@ +:100644 100644 739bc65220ad90e9ebfa2d6af1723b97555569a4 0000000000000000000000000000000000000000 M README.md |