diff options
author | Kristian Høgsberg <krh@redhat.com> | 2007-09-17 20:06:47 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-09-27 01:29:56 -0700 |
commit | d8b7db0abfd0c74478964f5a9b08ad141f4f7f82 (patch) | |
tree | 66a657272dc048755b7a1b70988076a11c3a19e5 /commit.h | |
parent | Introduce entry point add_interactive and add_files_to_cache (diff) | |
download | tgif-d8b7db0abfd0c74478964f5a9b08ad141f4f7f82.tar.xz |
Export rerere() and launch_editor().
Signed-off-by: Kristian Høgsberg <krh@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit.h')
-rw-r--r-- | commit.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -131,5 +131,6 @@ 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 */ |