Merge branch 'lt/prune'

* lt/prune:
  builtin "git prune"
This commit is contained in:
Junio C Hamano
2006-07-12 22:31:55 -07:00
5 changed files with 266 additions and 48 deletions

3
git.c
View File

@ -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;