summaryrefslogtreecommitdiff
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
parentafc05f9f13beded8caf15d8e58d06fd64e0f7808 (diff)
parentd8b7db0abfd0c74478964f5a9b08ad141f4f7f82 (diff)
downloadgit-37701381b66ab66234a0a5992f2b107a6507a2fb.tar.gz
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 */