diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2012-06-16 09:17:56 -0700 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2012-06-16 09:17:56 -0700 |
| commit | 864cf1a4ff5a2a00d5248c67ef013ff31c65e28b (patch) | |
| tree | 719bb37f59b2cefa4d058f3cc8c16d55ed45d79e /git/test/fixtures/diff_rename_raw | |
| parent | cd72d78e79271f0f9025984fb2d9a6c5b4dba4de (diff) | |
| parent | 3da67f3c498e607e9bc5f9e24564763402303f39 (diff) | |
| download | GitPython-864cf1a4ff5a2a00d5248c67ef013ff31c65e28b.tar.gz GitPython-864cf1a4ff5a2a00d5248c67ef013ff31c65e28b.zip | |
Merge pull request #62 from P2000/p2000
detect renames in "git diff --raw" output
Diffstat (limited to 'git/test/fixtures/diff_rename_raw')
| -rw-r--r-- | git/test/fixtures/diff_rename_raw | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/git/test/fixtures/diff_rename_raw b/git/test/fixtures/diff_rename_raw new file mode 100644 index 00000000..14e617a7 --- /dev/null +++ b/git/test/fixtures/diff_rename_raw @@ -0,0 +1,4 @@ +:000000 100644 0000000000000000000000000000000000000000 8b137891791fe96927ad78e64b0aad7bded08bdc A git/test/refs/__init__.py +:100644 100644 271924aa5bf43ef58a0b0dae5a356e502c48dcf8 271924aa5bf43ef58a0b0dae5a356e502c48dcf8 R100 git/test/test_reflog.py git/test/refs/test_reflog.py +:100644 100644 e49b23abc5c47f26e8cf64d46aa6851593ce1404 e49b23abc5c47f26e8cf64d46aa6851593ce1404 R100 git/test/test_refs.py git/test/refs/test_refs.py +:100644 100644 b9a0b617b66962d2c2ba211641675d06f591461f b9a0b617b66962d2c2ba211641675d06f591461f R100 git/test/test_git.py git/test/test_cmd.py |
