Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
builtin "git prune"
[gitweb.git]
/
git.c
diff --git
a/git.c
b/git.c
index 256730112e56e19e5df70f2bef4e3efdb1a5e362..16e37e5db5f406ced8711b40aa5910f82d51dc95 100644
(file)
--- 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;