Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2007-09-18 04:06:47 +0400
committerJunio C Hamano <gitster@pobox.com>2007-09-27 12:29:56 +0400
commitd8b7db0abfd0c74478964f5a9b08ad141f4f7f82 (patch)
tree66a657272dc048755b7a1b70988076a11c3a19e5 /commit.h
parent586801650824f0f7b62c34a206b6a60ffbcd8be0 (diff)
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 b50c30e255..b661503972 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 */