mirror of
https://github.com/git/git.git
synced 2026-03-31 20:10:10 +02:00
The require_clean_work_tree() function calls hold_locked_index() with die_on_error=0 to signal that it is OK if it fails to obtain the lock, but unconditionally calls update_index_if_able(), which will try to write into fd=-1. Signed-off-by: Junio C Hamano <gitster@pobox.com>
62 KiB
62 KiB