Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
launch_editor(): indicate that Git waits for user input
[gitweb.git]
/
send-pack.c
diff --git
a/send-pack.c
b/send-pack.c
index b865f662e41880d11305ac6a4fe64450ef26f133..a8cc6b266e67847abafa613184752b3b781eb8dd 100644
(file)
--- a/
send-pack.c
+++ b/
send-pack.c
@@
-497,7
+497,7
@@
int send_pack(struct send_pack_args *args,
strbuf_release(&cap_buf);
return atomic_push_failure(args, remote_refs, ref);
}
- /*
Fallthrough for non atomic case.
*/
+ /*
else fallthrough
*/
default:
continue;
}