]> git.ipfire.org Git - thirdparty/git.git/blame - add-interactive.h
Start to implement a built-in version of `git add --interactive`
[thirdparty/git.git] / add-interactive.h
CommitLineData
f83dff60
JS
1#ifndef ADD_INTERACTIVE_H
2#define ADD_INTERACTIVE_H
3
4struct repository;
5struct pathspec;
6int run_add_i(struct repository *r, const struct pathspec *ps);
7
8#endif