Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-09-27 11:53:16 +0400
committerJunio C Hamano <junkio@cox.net>2006-09-27 11:53:16 +0400
commit244a0ae114824c8ca29bdc2148b98caaae39cac2 (patch)
tree0ff2a0d56ea61d3d60d9ce0a9953c007ef955f74 /git.c
parent5fd6f5cffc7b8bc679c922b8ff0b1cd35bb1a30c (diff)
parent340adb8bccf48b9d933f0608fd99c75a5c28003c (diff)
Merge branch 'jc/for-each-ref-with-lt-refs' into jc/ref-locking
* jc/for-each-ref-with-lt-refs: Add git-for-each-ref: helper for language bindings
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 de2a06b973..561be303dc 100644
--- a/git.c
+++ b/git.c
@@ -232,6 +232,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 },