diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-10-31 23:53:22 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-10-31 23:53:22 -0700 |
commit | 37701381b66ab66234a0a5992f2b107a6507a2fb (patch) | |
tree | 3d8c4ae1dc3d88a5ac9a4a071db4b8921939ad7c /commit.h | |
parent | afc05f9f13beded8caf15d8e58d06fd64e0f7808 (diff) | |
parent | d8b7db0abfd0c74478964f5a9b08ad141f4f7f82 (diff) | |
download | git-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.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 */ |