mirror of
https://github.com/git/git.git
synced 2026-02-28 18:48:50 +00:00
The command used a very old fashioned construct to extract
filenames out of diff-index and ended up corrupting the output.
We can simply use --name-only and pipe into --stdin mode of
update-index. It's been like that for the past 2 years or so
since a94d994 (update-index: work with c-quoted name).
Signed-off-by: Junio C Hamano <gitster@pobox.com>
9.7 KiB
Executable File
9.7 KiB
Executable File