mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
Avoid using pipes downstream of Git commands since the exit codes of commands upstream of pipes get swallowed, thus potentially hiding failure of those commands. Instead, capture Git command output to a file and apply the downstream command(s) to that file. Signed-off-by: Pratik Karki <predatoramigo@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1.9 KiB
Executable File
1.9 KiB
Executable File