diff options
author | Lukas Sandström <lukass@etek.chalmers.se> | 2006-06-13 22:21:53 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-06-18 22:12:16 -0700 |
commit | 7499c996156ea99702fe13e203b97ae60d8868ad (patch) | |
tree | b7b611873ea14e652cd9e2443636d34f13a06289 /git.c | |
parent | 34488e3c375d159506d5d98e012f3b36e7cd9fe7 (diff) | |
download | git-7499c996156ea99702fe13e203b97ae60d8868ad.tar.gz git-7499c996156ea99702fe13e203b97ae60d8868ad.tar.xz |
Make git-stripspace a builtin
Signed-off-by: Lukas Sandström <lukass@etek.chalmers.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git.c')
-rw-r--r-- | git.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -181,7 +181,8 @@ static void handle_internal_command(int argc, const char **argv, char **envp) { "rev-parse", cmd_rev_parse }, { "write-tree", cmd_write_tree }, { "mailsplit", cmd_mailsplit }, - { "mailinfo", cmd_mailinfo } + { "mailinfo", cmd_mailinfo }, + { "stripspace", cmd_stripspace } }; int i; |