aboutsummaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-10-25 13:29:12 -0700
committerJunio C Hamano <junkio@cox.net>2006-10-25 13:29:12 -0700
commit9ee93dceb5dbef8052b0abde3eea94181bd9d95b (patch)
tree2643405a0c9846b8985c95f9af8fd95f6bbcbc1e /git.c
parent8e95026f2942c2c485d9686736d861a6477480b5 (diff)
parent1729fa9878ed8c99ae0bb2aecced557618d0c894 (diff)
downloadgit-9ee93dceb5dbef8052b0abde3eea94181bd9d95b.tar.gz
git-9ee93dceb5dbef8052b0abde3eea94181bd9d95b.tar.xz
Merge for-each-ref to sync gitweb fully with 'next'
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 235b6fea1..6475847b7 100644
--- a/git.c
+++ b/git.c
@@ -233,6 +233,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp)
{ "diff-stages", cmd_diff_stages, RUN_SETUP },
{ "diff-tree", cmd_diff_tree, RUN_SETUP },
{ "fmt-merge-msg", cmd_fmt_merge_msg, RUN_SETUP },
+ { "for-each-ref", cmd_for_each_ref, RUN_SETUP },
{ "format-patch", cmd_format_patch, RUN_SETUP },
{ "get-tar-commit-id", cmd_get_tar_commit_id },
{ "grep", cmd_grep, RUN_SETUP },