]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ng/add-files-to-cache-wo-rename' into next
authorJunio C Hamano <gitster@pobox.com>
Thu, 2 Apr 2026 20:30:45 +0000 (13:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Apr 2026 20:30:45 +0000 (13:30 -0700)
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

1  2 
read-cache.c

diff --cc read-cache.c
Simple merge