Over two years ago, Slavica Đukić participated in the Outreachy project, starting to implement a built-in version of the interactive git add command. A little over a year ago, Git turned on that mode whenever users were running with feature.experimental = true. It is time to declare this implementation robust, to use it by default, and to start deprecating the scripted implementation. Johannes Schindelin (2): t2016: require the PERL prereq only when necessary add -i: default to the built-in implementation Documentation/config/add.txt | 6 +++--- builtin/add.c | 15 +++++-------- ci/run-build-and-tests.sh | 2 +- t/README | 2 +- t/t2016-checkout-patch.sh | 42 +++++++++++++++++++----------------- 5 files changed, 32 insertions(+), 35 deletions(-) base-commit: abe6bb3905392d5eb6b01fa6e54d7e784e0522aa Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-1087%2Fdscho%2Fdefault-to-builtin-add-p-v1 Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-1087/dscho/default-to-builtin-add-p-v1 Pull-Request: https://github.com/gitgitgadget/git/pull/1087 -- gitgitgadget