repo.or.cz
/
git.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
built-in add -i: implement the `patch` command
[git.git]
/
add-interactive.h
blob
7043b8741d7bd367f8b347093feac23f55d92879
1
#ifndef ADD_INTERACTIVE_H
2
#define ADD_INTERACTIVE_H
3
4
struct
repository
;
5
struct
pathspec
;
6
int
run_add_i
(
struct
repository
*
r
,
const struct
pathspec
*
ps
);
7
8
#endif