aboutsummaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-05-01 22:58:18 -0700
committerJunio C Hamano <junkio@cox.net>2006-05-01 23:07:28 -0700
commit8ab99476ec2298a43e94949e0bb7aa5125793a28 (patch)
treeb0874d8c158c857fe3783dd654699bbbc578a8e1 /git.c
parent334b506a3487f762493d3db2d3053114f25590e3 (diff)
downloadgit-8ab99476ec2298a43e94949e0bb7aa5125793a28.tar.gz
git-8ab99476ec2298a43e94949e0bb7aa5125793a28.tar.xz
builtin-diff: call it "git-diff", really.
Call it "git diff" not "git diffn", remove the shell script version, and hardlink the git binary to it. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git.c')
-rw-r--r--git.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/git.c b/git.c
index ff9b87abb..e6a960a96 100644
--- a/git.c
+++ b/git.c
@@ -46,7 +46,7 @@ static void handle_internal_command(int argc, const char **argv, char **envp)
{ "log", cmd_log },
{ "whatchanged", cmd_whatchanged },
{ "show", cmd_show },
- { "diffn", cmd_diff },
+ { "diff", cmd_diff },
};
int i;