]> git.ipfire.org Git - thirdparty/git.git/blobdiff - ref-filter.c
gc docs: clean grammar for "gc.bigPackThreshold"
[thirdparty/git.git] / ref-filter.c
index 09b5fb439f472f3ba541b63dd01c192f689c6735..3aca105307863f5342699babfbea2ac3035fdacb 100644 (file)
@@ -485,6 +485,10 @@ static struct {
        { "if", SOURCE_NONE, FIELD_STR, if_atom_parser },
        { "then", SOURCE_NONE },
        { "else", SOURCE_NONE },
+       /*
+        * Please update $__git_ref_fieldlist in git-completion.bash
+        * when you add new atoms
+        */
 };
 
 #define REF_FORMATTING_STATE_INIT  { 0, NULL }