diff options
Diffstat (limited to 'commit.h')
| -rw-r--r-- | commit.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -140,6 +140,8 @@ 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)  { | 
