diff options
author | Junio C Hamano <junkio@cox.net> | 2006-05-01 01:54:02 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-05-01 01:54:02 -0700 |
commit | afbe700e43b06ef87be493583953d7cf71ab4405 (patch) | |
tree | c59840312de7329c30aab8d80b786a3a97051f3e /git.c | |
parent | Merge branch 'lt/push' into next (diff) | |
parent | built-in "git grep" (diff) | |
download | tgif-afbe700e43b06ef87be493583953d7cf71ab4405.tar.xz |
Merge branch 'jc/grep' into next
* jc/grep:
built-in "git grep"
Diffstat (limited to 'git.c')
-rw-r--r-- | git.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp) { "count-objects", cmd_count_objects }, { "diffn", cmd_diff }, { "push", cmd_push }, + { "grep", cmd_grep }, }; int i; |