Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'js/mingw-full-version-in-resources'
[gitweb.git]
/
builtin
/
tag.c
diff --git
a/builtin/tag.c
b/builtin/tag.c
index 8c458b96137c62f55dcf1b6bebe71cd35221deaf..a7e6a5b0f234a95fb45a71d7e9aa7f0baa2b47f8 100644
(file)
--- a/
builtin/tag.c
+++ b/
builtin/tag.c
@@
-158,7
+158,7
@@
static int git_tag_config(const char *var, const char *value, void *cb)
if (starts_with(var, "column."))
return git_column_config(var, value, "tag", &colopts);
- return git_default_config(var, value, cb);
+ return git_
color_
default_config(var, value, cb);
}
static void write_tag_body(int fd, const struct object_id *oid)