]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ng/add-files-to-cache-wo-rename'
authorJunio C Hamano <gitster@pobox.com>
Wed, 8 Apr 2026 17:19:17 +0000 (10:19 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 Apr 2026 17:19:18 +0000 (10:19 -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