]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'rp/apply-intent-to-add-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 14 Jul 2025 18:19:29 +0000 (11:19 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 14 Jul 2025 18:19:29 +0000 (11:19 -0700)
"git apply -N" should start from the current index and register
only new files, but it instead started from an empty index, which
has been corrected.

* rp/apply-intent-to-add-fix:
  apply docs: clarify wording for --intent-to-add
  t4140: test apply --intent-to-add interactions
  apply: only write intents to add for new files
  apply: read in the index in --intent-to-add mode


Trivial merge