Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
builtin-grep: allow more than one patterns.
[gitweb.git]
/
config.c
diff --git
a/config.c
b/config.c
index 7ea8a7369a316c5a74266d891e9173a5926a8c53..4e1f0c22862b8c8605dbbf3a83ec4e87d9059513 100644
(file)
--- a/
config.c
+++ b/
config.c
@@
-252,7
+252,7
@@
int git_default_config(const char *var, const char *value)
return 0;
}
- /* Add other config variables here
.
. */
+ /* Add other config variables here
and to Documentation/config.txt
. */
return 0;
}