diff options
author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | 2006-12-20 17:39:41 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-12-21 23:10:14 -0800 |
commit | 658f3650273abd6888c964b9fb1291c603306df8 (patch) | |
tree | 55cd330d65c42fe611ac1b6401ddc83ae7489400 /git.c | |
parent | ad8e72cba8e8dee8fccf11d98f197a44b5e3c10a (diff) | |
download | git-658f3650273abd6888c964b9fb1291c603306df8.tar.gz git-658f3650273abd6888c964b9fb1291c603306df8.tar.xz |
Make git-rerere a builtin
The perl version used modules which are non-standard in some setups.
This patch brings the full power of rerere to a wider audience.
Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git.c')
-rw-r--r-- | git.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -245,6 +245,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp) { "push", cmd_push, RUN_SETUP }, { "read-tree", cmd_read_tree, RUN_SETUP }, { "repo-config", cmd_repo_config }, + { "rerere", cmd_rerere, RUN_SETUP }, { "rev-list", cmd_rev_list, RUN_SETUP }, { "rev-parse", cmd_rev_parse, RUN_SETUP }, { "rm", cmd_rm, RUN_SETUP }, |