Export rerere() and launch_editor().

Signed-off-by: Kristian Høgsberg <krh@redhat.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Kristian Høgsberg
2007-09-17 20:06:47 -04:00
committed by Junio C Hamano
parent 5868016508
commit d8b7db0abf
2 changed files with 27 additions and 5 deletions

View File

@ -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 */