gitweb: Change the name of diff to parent link in "commit" view to "diff
authorJakub Narebski <jnareb@gmail.com>
Sun, 3 Sep 2006 21:43:03 +0000 (23:43 +0200)
committerJunio C Hamano <junkio@cox.net>
Sun, 3 Sep 2006 23:15:11 +0000 (16:15 -0700)
Change the name of diff to parent (current commit to one of parents)
link in "commit" view (git_commit subroutine) from "commitdiff" to
"diff". Let's leave "commitdiff" for equivalent of git-show, or
git-diff-tree with one revision, i.e. diff for a given commit to its
parent (parents).

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found