Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jh/strbuf-read-use-read-in-full' into maint
author
Junio C Hamano
<gitster@pobox.com>
Fri, 4 Sep 2015 02:17:50 +0000
(19:17 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 4 Sep 2015 02:17:50 +0000
(19:17 -0700)
strbuf_read() used to have one extra iteration (and an unnecessary
strbuf_grow() of 8kB), which was eliminated.
* jh/strbuf-read-use-read-in-full:
strbuf_read(): skip unnecessary strbuf_grow() at eof
1
2
strbuf.c
patch
|
diff1
|
diff2
|
blob
|
history
raw
|
combined
(merge:
6c0850f
3ebbd00
)
diff --cc
strbuf.c
Simple merge