aboutsummaryrefslogtreecommitdiffstats
path: root/commit.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-10-31 23:53:22 -0700
committerJunio C Hamano <gitster@pobox.com>2007-10-31 23:53:22 -0700
commit37701381b66ab66234a0a5992f2b107a6507a2fb (patch)
tree3d8c4ae1dc3d88a5ac9a4a071db4b8921939ad7c /commit.h
parentMerge branch 'maint' to catch up with 1.5.3.5 (diff)
parentExport rerere() and launch_editor(). (diff)
downloadgit-37701381b66ab66234a0a5992f2b107a6507a2fb.tar.gz
git-37701381b66ab66234a0a5992f2b107a6507a2fb.zip
Merge branch 'kh/commit'
* kh/commit: Export rerere() and launch_editor(). Introduce entry point add_interactive and add_files_to_cache Enable wt-status to run against non-standard index file. Enable wt-status output to a given FILE pointer.
Diffstat (limited to 'commit.h')
-rw-r--r--commit.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/commit.h b/commit.h
index b779de8cbc..b661503972 100644
--- a/commit.h
+++ b/commit.h
@@ -128,4 +128,9 @@ extern struct commit_list *get_shallow_commits(struct object_array *heads,
int depth, int shallow_flag, int not_shallow_flag);
int in_merge_bases(struct commit *, struct commit **, int);
+
+extern int interactive_add(void);
+extern void add_files_to_cache(int verbose, const char *prefix, const char **files);
+extern int rerere(void);
+
#endif /* COMMIT_H */