OSDN Git Service

Merge branch 'rs/rm-strbuf-optim' into maint
authorJunio C Hamano <gitster@pobox.com>
Wed, 10 Aug 2016 18:55:24 +0000 (11:55 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 10 Aug 2016 18:55:24 +0000 (11:55 -0700)
The use of strbuf in "git rm" to build filename to remove was a bit
suboptimal, which has been fixed.

* rs/rm-strbuf-optim:
  rm: reuse strbuf for all remove_dir_recursively() calls

1  2 
builtin/rm.c

diff --cc builtin/rm.c
Simple merge