We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2226ffa commit b15384cCopy full SHA for b15384c
Documentation/RelNotes/2.54.0.adoc
@@ -509,6 +509,12 @@ Fixes since v2.53
509
working tree, which was broken.
510
(merge 339eba65a7 th/backfill-auto-detect-sparseness-fix later to maint).
511
512
+ * add_files_to_cache() used diff_files() to detect only the paths that
513
+ are different between the index and the working tree and add them,
514
+ which does not need rename detection, which interfered with unnecessary
515
+ conflicts.
516
+ (merge c0ce43376b ng/add-files-to-cache-wo-rename later to maint).
517
+
518
* Other code cleanup, docfix, build fix, etc.
519
(merge d79fff4a11 jk/remote-tracking-ref-leakfix later to maint).
520
(merge 7a747f972d dd/t5403-modernise later to maint).
0 commit comments