The application of the edited patch in 'git add -e' has been
refactored to use the internal apply API directly, avoiding the need
to spawn a 'git apply' subprocess.
* gr/add-e-use-apply-api:
builtin/add.c: replace run_command() with direct apply_all_patches() call
#include "diff.h"
#include "read-cache.h"
#include "revision.h"
- #include "strvec.h"
#include "submodule.h"
#include "add-interactive.h"
+#include "merge-ll.h"
+ #include "apply.h"
static const char * const builtin_add_usage[] = {
N_("git add [<options>] [--] <pathspec>..."),