Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
status: make "how to stage" messages optional
[gitweb.git]
/
upload-pack.c
diff --git
a/upload-pack.c
b/upload-pack.c
index f7d308a411d22cf350a6ac4512ee2ebb195f87d7..dacbc7614b1dc4735ca73ed067aec31463f147d0 100644
(file)
--- a/
upload-pack.c
+++ b/
upload-pack.c
@@
-427,7
+427,7
@@
static int get_common_commits(void)
save_commit_buffer = 0;
- for(;;) {
+ for
(;;) {
int len = packet_read_line(0, line, sizeof(line));
reset_timeout();
@@
-651,6
+651,7
@@
int main(int argc, char **argv)
int strict = 0;
git_extract_argv0_path(argv[0]);
+ read_replace_refs = 0;
for (i = 1; i < argc; i++) {
char *arg = argv[i];