Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
builtin rebase: support `fork-point` option
[gitweb.git]
/
builtin
/
send-pack.c
diff --git
a/builtin/send-pack.c
b/builtin/send-pack.c
index 4923b1058c667bd45282c0930e1089594a3f4731..42fd8d1a3528c3ea0b30007407b2ae38f240f4c7 100644
(file)
--- a/
builtin/send-pack.c
+++ b/
builtin/send-pack.c
@@
-121,7
+121,7
@@
static int send_pack_config(const char *k, const char *v, void *cb)
}
}
}
- return
0
;
+ return
git_default_config(k, v, cb)
;
}
int cmd_send_pack(int argc, const char **argv, const char *prefix)