Files
git/read-cache.c
Junio C Hamano 8723880fc0 Merge branch 'ng/add-files-to-cache-wo-rename' into next
add_files_to_cache() used diff_files() to detect only the paths that
are different between the index and the working tree and add them,
which does not need rename detection, which interfered with unnecessary
conflicts.

* ng/add-files-to-cache-wo-rename:
  read-cache: disable renames in add_files_to_cache
2026-04-02 13:30:45 -07:00

111 KiB