aboutsummaryrefslogtreecommitdiffstats
path: root/commit.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-02-15 17:11:53 -0800
committerJunio C Hamano <gitster@pobox.com>2023-02-15 17:11:53 -0800
commit06bca9708ac86d286a6f5265ff0e6c532f44c657 (patch)
treeb334bef2db6fa40422d14aadbbac3f1a4e18acfa /commit.h
parentMerge branch 'rs/size-t-fixes' (diff)
parentdocs & comments: replace mentions of "git-add--interactive.perl" (diff)
downloadgit-06bca9708ac86d286a6f5265ff0e6c532f44c657.tar.gz
git-06bca9708ac86d286a6f5265ff0e6c532f44c657.zip
Merge branch 'ab/retire-scripted-add-p'
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"
Diffstat (limited to 'commit.h')
-rw-r--r--commit.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/commit.h b/commit.h
index fa39202fa6..cc2c5da7bd 100644
--- a/commit.h
+++ b/commit.h
@@ -274,8 +274,6 @@ struct ref;
int for_each_commit_graft(each_commit_graft_fn, void *);
int interactive_add(const char **argv, const char *prefix, int patch);
-int run_add_interactive(const char *revision, const char *patch_mode,
- const struct pathspec *pathspec);
struct commit_extra_header {
struct commit_extra_header *next;