]> gitweb.ps.run Git - ps-cgit/commitdiff
t0108: Avoid unnecessary fork()
authorLukas Fleischer <cgit@cryptocrack.de>
Mon, 26 Aug 2013 18:38:31 +0000 (20:38 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 26 Aug 2013 19:01:11 +0000 (21:01 +0200)
Use `git rev-list --max-parents=0 HEAD` instead of `git rev-list HEAD |
tail -1` to get the root commit. This works since Git 1.7.4.2.

Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>

No differences found