summaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>2006-12-20 16:39:41 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-12-22 07:10:14 (GMT)
commit658f3650273abd6888c964b9fb1291c603306df8 (patch)
tree55cd330d65c42fe611ac1b6401ddc83ae7489400 /git.c
parentad8e72cba8e8dee8fccf11d98f197a44b5e3c10a (diff)
downloadgit-658f3650273abd6888c964b9fb1291c603306df8.zip
git-658f3650273abd6888c964b9fb1291c603306df8.tar.gz
git-658f3650273abd6888c964b9fb1291c603306df8.tar.bz2
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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/git.c b/git.c
index 73cf4d4..7a01e02 100644
--- a/git.c
+++ b/git.c
@@ -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 },