]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ab/retire-scripted-add-p'
authorJunio C Hamano <gitster@pobox.com>
Thu, 16 Feb 2023 01:11:53 +0000 (17:11 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Feb 2023 01:11:53 +0000 (17:11 -0800)
Finally retire the scripted "git add -p/-i" implementation and have
everybody use the one reimplemented in C.

* ab/retire-scripted-add-p:
  docs & comments: replace mentions of "git-add--interactive.perl"
  add API: remove run_add_interactive() wrapper function
  add: remove "add.interactive.useBuiltin" & Perl "git add--interactive"


Trivial merge