]> git.ipfire.org Git - thirdparty/git.git/commit
docs & comments: replace mentions of "git-add--interactive.perl"
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Mon, 6 Feb 2023 22:58:58 +0000 (23:58 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Feb 2023 23:03:34 +0000 (15:03 -0800)
commit5a7d41d849290ceadb02487ec962c5a040391535
tree0abbeebd3f0d03bb715b4d2f33f0bbfe06f9dabc
parentd21878f073043b9205f5049f1cd53560d67b9f3f
docs & comments: replace mentions of "git-add--interactive.perl"

Now that we've removed "git-add--interactive.perl" let's replace
mentions of it with "add-interactive.c". In the case of the "git add"
documentation we were using it as an example filename, so the mention
wasn't wrong, but using a dead file is slightly confusing.

The "borrowed" comment here likewise isn't wrong, but let's mention
the successor file instead. In the case of pathspec.c the implied TODO
item should refer to the current code (and the comment may not even be
current, I didn't check).

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-add.txt
builtin/clean.c
pathspec.c