Closed
Description
This is an outline for a feature, rather than a bug report.
One of the relatively few remaining scripted parts (after turning rebase
, rebase -i
and stash
into built-in commands, which are still experimental but should replace the scripted versions before long), the next one in line seems to be git-add--interactive.perl
.
Here is a head-start: https://public-inbox.org/git/1494907234-28903-1-git-send-email-bnmvco%40gmail.com/t
I shall fill in more details as I get around to analyze the source code and come up with a good project plan.