mirror of
https://github.com/git/git.git
synced 2026-01-10 01:56:42 +00:00
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>
This commit is contained in:
committed by
Junio C Hamano
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;
|
||||
|
||||
Reference in New Issue
Block a user