commit | d8b7db0abfd0c74478964f5a9b08ad141f4f7f82 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@redhat.com> | Mon Sep 17 20:06:47 2007 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Thu Sep 27 01:29:56 2007 -0700 |
tree | 66a657272dc048755b7a1b70988076a11c3a19e5 | |
parent | 586801650824f0f7b62c34a206b6a60ffbcd8be0 [diff] [blame] |
Export rerere() and launch_editor(). Signed-off-by: Kristian Høgsberg <krh@redhat.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff --git a/commit.h b/commit.h index b50c30e..b661503 100644 --- a/commit.h +++ b/commit.h
@@ -131,5 +131,6 @@ 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 */