summaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-05-17 15:32:45 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2006-05-17 15:39:38 -0700
commitae12e59a8c895e48d4ef52ac6936674ac7be6370 (patch)
tree727b6fbbffb6e96d582606511d665b6eb0cb7ec1 /git.c
parentMerge branch 'jc/gitlink' into next (diff)
parentbuiltin-add: warn on unmatched pathspecs (diff)
downloadtgif-ae12e59a8c895e48d4ef52ac6936674ac7be6370.tar.xz
Merge branch 'lt/dirwalk' into next
* lt/dirwalk: builtin-add: warn on unmatched pathspecs Do "git add" as a builtin Clean up git-ls-file directory walking library interface libify git-ls-files directory traversal Not a conflict, but builtin-add needed to be adjusted to properly invalidate the cache_tree entry.
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 84803a62e6..6a470cf140 100644
--- a/git.c
+++ b/git.c
@@ -51,6 +51,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp)
{ "count-objects", cmd_count_objects },
{ "diff", cmd_diff },
{ "grep", cmd_grep },
+ { "add", cmd_add },
};
int i;