]> git.proxmox.com Git - libgit2.git/commit
Fix ident replacement to match Git behavior
authorColomban Wendling <ban@herbesfolles.org>
Tue, 26 May 2015 17:16:27 +0000 (19:16 +0200)
committerColomban Wendling <ban@herbesfolles.org>
Tue, 26 May 2015 17:56:06 +0000 (19:56 +0200)
commit1ecbcd8e51032529435a9e714802f2502293b050
tree2439954e67e7fac7867c062b822e53f350a30173
parentc11daac9de2fb582873e2471346526f33835226e
Fix ident replacement to match Git behavior

Git inserts a space after the SHA1 (as of 2.1.4 at least), so do the
same.
src/ident.c
tests/checkout/crlf.c
tests/filter/blob.c
tests/filter/custom.c
tests/filter/ident.c