]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commitf5b69ee6abb9186898711d9658f0be5dcf67c355
tree763515aa383626c4f3c3d88ce17cd8bb637a71db
parent2b5bf70039b027ce37ec2a5442499bb9061c2da0
parent2b49d97fcb8fb2f39ded5b00f0f1a8824267c89e
Merge branch 'rp/apply-intent-to-add-fix'

"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