remote-curl: remove spurious period
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>maint
parent
c70e1b04f6
commit
a8132410ee
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue