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