summaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-07-13 05:31:55 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-07-13 05:31:55 (GMT)
commit3939b805f4147a97c08cc50ef7e53cd6c2490c5c (patch)
tree05b3f8256e5cda3d52f6d2053baab7a18095570a /git.c
parent096b1732343305b7096b1085c23eba8cd83569c7 (diff)
parentba84a797e76c27932e0b317c7ce54925e81093f7 (diff)
downloadgit-3939b805f4147a97c08cc50ef7e53cd6c2490c5c.zip
git-3939b805f4147a97c08cc50ef7e53cd6c2490c5c.tar.gz
git-3939b805f4147a97c08cc50ef7e53cd6c2490c5c.tar.bz2
Merge branch 'lt/prune'
* lt/prune: builtin "git prune"
Diffstat (limited to 'git.c')
-rw-r--r--git.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/git.c b/git.c
index 49062ca..fee7138 100644
--- a/git.c
+++ b/git.c
@@ -188,7 +188,8 @@ static void handle_internal_command(int argc, const char **argv, char **envp)
{ "stripspace", cmd_stripspace },
{ "update-index", cmd_update_index },
{ "update-ref", cmd_update_ref },
- { "fmt-merge-msg", cmd_fmt_merge_msg }
+ { "fmt-merge-msg", cmd_fmt_merge_msg },
+ { "prune", cmd_prune },
};
int i;