diff options
author | Jonathan Chu <jonathan.chu@me.com> | 2016-05-24 11:19:14 -0400 |
---|---|---|
committer | Jonathan Chu <jonathan.chu@me.com> | 2016-05-24 11:19:14 -0400 |
commit | 73ab28744df3fc292a71c3099ff1f3a20471f188 (patch) | |
tree | b7cf89ea66fb2f21988d2833644a91d83ba9904d /git/test | |
parent | 7a8f96cc8a5135a0ece19e600da914dabca7d215 (diff) | |
download | gitpython-73ab28744df3fc292a71c3099ff1f3a20471f188.tar.gz |
Split lines by new line characters
Opt to split lines by the new line character instead of letting
`splitlines()` do this. This helps catch the issue when there are
special characters in the line, particular the commit summary section.
Diffstat (limited to 'git/test')
-rw-r--r-- | git/test/fixtures/blame_incremental | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/test/fixtures/blame_incremental b/git/test/fixtures/blame_incremental index 9a0d9e35..67310aec 100644 --- a/git/test/fixtures/blame_incremental +++ b/git/test/fixtures/blame_incremental @@ -7,7 +7,7 @@ committer Sebastian Thiel committer-mail <byronimo@gmail.com> committer-time 1270634931 committer-tz +0200 -summary Used this release for a first beta of the 0.2 branch of development +summary Used this release
for a first beta of the 0.2 branch of development previous 501bf602abea7d21c3dbb409b435976e92033145 AUTHORS filename AUTHORS 82b8902e033430000481eb355733cd7065342037 14 14 1 |