Make git-mailsplit a builtin

Signed-off-by: Lukas Sandström <lukass@etek.chalmers.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Lukas Sandström
2006-06-13 22:21:46 +02:00
committed by Junio C Hamano
parent 8ed05fb5e9
commit e690e84315
4 changed files with 48 additions and 33 deletions

View File

@ -49,4 +49,6 @@ extern int cmd_rev_parse(int argc, const char **argv, char **envp);
extern int cmd_write_tree(int argc, const char **argv, char **envp);
extern int write_tree(unsigned char *sha1, int missing_ok, const char *prefix);
extern int cmd_mailsplit(int argc, const char **argv, char **envp);
extern int split_mbox(const char **mbox, const char *dir, int allow_bare, int nr_prec, int skip);
#endif