diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2015-01-21 18:34:58 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2015-01-21 18:34:58 +0100 |
commit | e4d3809161fc54d6913c0c2c7f6a7b51eebe223f (patch) | |
tree | 1eebc9f43a1302c537da84e9a7219918da131f45 /git/test/fixtures | |
parent | e48e52001d5abad7b28a4ecadde63c78c3946339 (diff) | |
download | gitpython-e4d3809161fc54d6913c0c2c7f6a7b51eebe223f.tar.gz |
Added advance usage examples to tutorial and made minor fixes.
GIT_PYTHON_TRACE would actually fail (now) if we debugged archive operations.
Related to #239
Diffstat (limited to 'git/test/fixtures')
-rw-r--r-- | git/test/fixtures/diff_rename | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git/test/fixtures/diff_rename b/git/test/fixtures/diff_rename index 13abae0e..2d5241e3 100644 --- a/git/test/fixtures/diff_rename +++ b/git/test/fixtures/diff_rename @@ -8,5 +8,5 @@ committer Michael Trier <mtrier@gmail.com> 1229389391 -0500 diff --git a/AUTHORS b/CONTRIBUTORS similarity index 100% -rename from AUTHORS -rename to CONTRIBUTORS +rename from Jérôme +rename to müller |