]> git.99rst.org Git - git.git/commitdiff
Merge branch 'ng/add-files-to-cache-wo-rename'
authorJunio C Hamano <redacted>
Wed, 8 Apr 2026 17:19:17 +0000 (10:19 -0700)
committerJunio C Hamano <redacted>
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
git clone https://git.99rst.org/PROJECT