Implement 'git checkout --patch'
[gitweb.git] / commit.h
index 3a7b06a828930ca23d0fb045feab993a1452b2d3..339f1f6f041d2a2af1305021a8b047f1a5962c16 100644 (file)
--- a/commit.h
+++ b/commit.h
@@ -133,9 +133,12 @@ extern int is_repository_shallow(void);
 extern struct commit_list *get_shallow_commits(struct object_array *heads,
                int depth, int shallow_flag, int not_shallow_flag);
 
+int is_descendant_of(struct commit *, struct commit_list *);
 int in_merge_bases(struct commit *, struct commit **, int);
 
 extern int interactive_add(int argc, const char **argv, const char *prefix);
+extern int run_add_interactive(const char *revision, const char *patch_mode,
+                              const char **pathspec);
 
 static inline int single_parent(struct commit *commit)
 {