From: Lukas Fleischer Date: Fri, 10 Jan 2014 11:44:35 +0000 (+0100) Subject: Replace most uses of strncmp() with prefixcmp() X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/36bdb2171f7154fcdf1a24d38c8ce3bd7e448cb1?hp=36bdb2171f7154fcdf1a24d38c8ce3bd7e448cb1 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 ---