summaryrefslogtreecommitdiff
path: root/commit.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2007-09-18 00:06:47 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-09-27 08:29:56 (GMT)
commitd8b7db0abfd0c74478964f5a9b08ad141f4f7f82 (patch)
tree66a657272dc048755b7a1b70988076a11c3a19e5 /commit.h
parent586801650824f0f7b62c34a206b6a60ffbcd8be0 (diff)
downloadgit-d8b7db0abfd0c74478964f5a9b08ad141f4f7f82.zip
git-d8b7db0abfd0c74478964f5a9b08ad141f4f7f82.tar.gz
git-d8b7db0abfd0c74478964f5a9b08ad141f4f7f82.tar.bz2
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/commit.h b/commit.h
index b50c30e..b661503 100644
--- a/commit.h
+++ b/commit.h
@@ -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 */