Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Update gitweb README: gitweb is now included with git
[gitweb.git]
/
name-rev.c
diff --git
a/name-rev.c
b/name-rev.c
index 0c3f547622245a2bc8984498289e86f89f87c362..bad8a5377771e678624d01895ca0603070d6bede 100644
(file)
--- a/
name-rev.c
+++ b/
name-rev.c
@@
-127,6
+127,7
@@
int main(int argc, char **argv)
int as_is = 0, all = 0, transform_stdin = 0;
setup_git_directory();
+ git_config(git_default_config);
if (argc < 2)
usage(name_rev_usage);