Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
send-pack/receive-pack: allow errors to be reported back to pusher.
[gitweb.git]
/
config.c
diff --git
a/config.c
b/config.c
index 5b5a9a2e4c49026db7fcb9953a0ed25432de24e0..992e9884079a1edd5e42a6481ef5c40ac27edfed 100644
(file)
--- a/
config.c
+++ b/
config.c
@@
-487,7
+487,7
@@
int git_config_set_multivar(const char* key, const char* value,
store.value_regex = (regex_t*)malloc(sizeof(regex_t));
if (regcomp(store.value_regex, value_regex,
REG_EXTENDED)) {
- fprintf(stderr, "Invalid pattern: %s",
+ fprintf(stderr, "Invalid pattern: %s
\n
",
value_regex);
free(store.value_regex);
return 6;