My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c70e1b0
)
remote-curl: remove spurious period
author
Johannes Schindelin
<johannes.schindelin@gmx.de>
Wed, 8 Aug 2018 11:50:00 +0000
(
04:50
-0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 8 Aug 2018 16:07:18 +0000
(09:07 -0700)
We should not interrupt. sentences in the middle.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
remote-curl.c
patch
|
blob
|
history
diff --git
a/remote-curl.c
b/remote-curl.c
index
6b83b77
..
954c41b
100644
(file)
--- a/
remote-curl.c
+++ b/
remote-curl.c
@@
-587,7
+587,7
@@
retry:
} else if (use_gzip && 1024 < rpc->len) {
/* The client backend isn't giving us compressed data so
- * we can try to deflate it ourselves, this may save on
.
+ * we can try to deflate it ourselves, this may save on
* the transfer time.
*/
git_zstream stream;