Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
describe: Break annotated tag ties by tagger date
[gitweb.git]
/
builtin-config.c
diff --git
a/builtin-config.c
b/builtin-config.c
index a2d656edb383da47fb3622f1f7c2d1524285ac00..78724fbf7dd8e2174ac8cc199241641289383c7f 100644
(file)
--- a/
builtin-config.c
+++ b/
builtin-config.c
@@
-340,7
+340,7
@@
int cmd_config(int argc, const char **argv, const char *unused_prefix)
if (!is_absolute_path(given_config_file) && prefix)
config_exclusive_filename = prefix_filename(prefix,
strlen(prefix),
-
argv[2]
);
+
given_config_file
);
else
config_exclusive_filename = given_config_file;
}