]> gitweb.ps.run Git - ps-cgit/commit
Replace most uses of strncmp() with prefixcmp()
authorLukas Fleischer <cgit@cryptocrack.de>
Fri, 10 Jan 2014 11:44:35 +0000 (12:44 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Fri, 10 Jan 2014 16:01:29 +0000 (17:01 +0100)
commit36bdb2171f7154fcdf1a24d38c8ce3bd7e448cb1
tree06a5bc8163bde09074e18ad5e66deb35ebb136c6
parentd523dacc3b1c93bb186cdd0ddb5e721162aa927e
Replace most uses of strncmp() with prefixcmp()

This is a preparation for replacing all prefix checks with either
strip_prefix() or starts_with() when Git 1.8.6 is released.

Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
cgit.c
parsing.c
scan-tree.c
ui-refs.c
ui-shared.c
ui-summary.c