Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
tag: respect color.ui config
[gitweb.git]
/
builtin
/
tag.c
diff --git
a/builtin/tag.c
b/builtin/tag.c
index fe0a8ab9446be00e6ea5cbda848a506fa4282682..00382a56f564bf55de13ba712b8e728b3b1c9b86 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)