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 4d8be834ff45ba869bb84f0fa8a424a3c469a200..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();