blob: 482e458dc60f5c146d0192ab5564e9b8e668ca94 (
plain)
1
2
3
4
5
6
7
|
#include "cache.h"
#include "add-interactive.h"
int run_add_i(struct repository *r, const struct pathspec *ps)
{
die(_("No commands are available in the built-in `git add -i` yet!"));
}
|