From: Junio C Hamano Date: Mon, 14 Jul 2025 18:19:29 +0000 (-0700) Subject: Merge branch 'rp/apply-intent-to-add-fix' X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f5b69ee6abb9186898711d9658f0be5dcf67c355;p=thirdparty%2Fgit.git 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 --- f5b69ee6abb9186898711d9658f0be5dcf67c355