diff options
author | Junio C Hamano <junkio@cox.net> | 2006-07-12 22:31:55 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-07-12 22:31:55 -0700 |
commit | 3939b805f4147a97c08cc50ef7e53cd6c2490c5c (patch) | |
tree | 05b3f8256e5cda3d52f6d2053baab7a18095570a /git.c | |
parent | 096b1732343305b7096b1085c23eba8cd83569c7 (diff) | |
parent | ba84a797e76c27932e0b317c7ce54925e81093f7 (diff) | |
download | git-3939b805f4147a97c08cc50ef7e53cd6c2490c5c.tar.gz git-3939b805f4147a97c08cc50ef7e53cd6c2490c5c.tar.xz |
Merge branch 'lt/prune'
* lt/prune:
builtin "git prune"
Diffstat (limited to 'git.c')
-rw-r--r-- | git.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; |