]> gitweb.ps.run Git - ps-cgit/commitdiff
Simplify commit and tag parsing
authorLukas Fleischer <cgit@cryptocrack.de>
Tue, 3 Mar 2015 12:00:07 +0000 (13:00 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Tue, 3 Mar 2015 15:47:30 +0000 (16:47 +0100)
* Use skip_prefix to avoid magic numbers in the code.
* Use xcalloc() instead of xmalloc(), followed by manual initialization.
* Split out line splitting.

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

No differences found