diff options
author | Junio C Hamano <junkio@cox.net> | 2006-05-04 08:54:34 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-05-04 08:54:34 +0200 |
commit | 230f544e877641666f8c3718ac4563294c2b305e (patch) | |
tree | ae2c574c6c8384b7b379aff52c035a7b953ff084 /git.c | |
parent | Merge branch 'js/repoconfig' (diff) | |
parent | builtin-diff: call it "git-diff", really. (diff) | |
download | git-230f544e877641666f8c3718ac4563294c2b305e.tar.xz git-230f544e877641666f8c3718ac4563294c2b305e.zip |
Merge branch 'jc/diff'
* jc/diff:
builtin-diff: call it "git-diff", really.
builtin-diff.c: die() formatting type fix.
built-in diff: assorted updates.
built-in diff.
Diffstat (limited to 'git.c')
-rw-r--r-- | git.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp) { "show", cmd_show }, { "push", cmd_push }, { "count-objects", cmd_count_objects }, + { "diff", cmd_diff }, }; int i; |