Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
completion: add more parameter value completion
[gitweb.git]
/
ref-filter.c
diff --git
a/ref-filter.c
b/ref-filter.c
index 422a9c9ae3fd2cfd552ce48c5e68ce18919b1eb9..cf80d4d69b75d778df90d2e16f7d5762ef86da4f 100644
(file)
--- a/
ref-filter.c
+++ b/
ref-filter.c
@@
-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 }