]> git.ipfire.org Git - thirdparty/git.git/blobdiff - pretty.c
t: local VAR="VAL" (quote positional parameters)
[thirdparty/git.git] / pretty.c
index eecbce82cf83b160a982259619f0ac7e885d17fe..2faf651d3ef2afc237bb755c9c535d9bd9b60295 100644 (file)
--- a/pretty.c
+++ b/pretty.c
@@ -147,7 +147,7 @@ static struct cmt_fmt_map *find_commit_format_recursive(const char *sought,
        for (i = 0; i < commit_formats_len; i++) {
                size_t match_len;
 
-               if (!starts_with(commit_formats[i].name, sought))
+               if (!istarts_with(commit_formats[i].name, sought))
                        continue;
 
                match_len = strlen(commit_formats[i].name);