='generator' content='cgit v1.2.3'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/git-remote-testgit.sh (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2017-10-02use strbuf_addstr() for adding strings to strbufsRené Scharfe3-4/+4
Use strbuf_addstr() instead of strbuf_addf() for adding strings. That's simpler and makes the intent clearer. Patch generated by Coccinelle and contrib/coccinelle/strbuf.cocci; adjusted indentation in refs/packed-backend.c manually. Signed-off-by: Rene Scharfe <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
2017-10-02path: use strbuf_add_real_path()René Scharfe1-1/+1
Avoid a string copy to a static buffer by using strbuf_add_real_path() instead of combining strbuf_addstr() and real_path(). Patch generated by Coccinelle and contrib/coccinelle/strbuf.cocci. Signed-off-by: Rene Scharfe <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
2017-09-29The eleventh batch for 2.15Junio C Hamano1-0/+18
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2017-09-28The tenth batch for 2.15Junio C Hamano1-0/+47
Signed-off-by: Junio C Hamano <gitster@pobox.com>