author | Luben Tuikov <ltuikov@yahoo.com> | |
Thu, 28 Sep 2006 00:24:49 +0000 (17:24 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 28 Sep 2006 04:56:59 +0000 (21:56 -0700) | ||
commit | eb51ec9c05e6f4b29567f58102e33c453e1a9a57 | |
tree | a80dd5afac49750385ed27dfe202e724d023286a | tree | snapshot |
parent | 499faeda1bd131f7c3b216c16eebbe30049728d3 | commit | diff |
gitweb: Add history and blame to git_difftree_body()
Add blame and history to Deleted files.
Add blame and history to Modified or Type changed files.
Add blame and history to Renamed or Copied files.
This allows us to do
blame->commit->blame->commit->blame->...
instead of
blame->commit->file->blame->commit->file->blame->...
which is longer and easier to get wrong.
Signed-off-by: Luben Tuikov <ltuikov@yahoo.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Add blame and history to Deleted files.
Add blame and history to Modified or Type changed files.
Add blame and history to Renamed or Copied files.
This allows us to do
blame->commit->blame->commit->blame->...
instead of
blame->commit->file->blame->commit->file->blame->...
which is longer and easier to get wrong.
Signed-off-by: Luben Tuikov <ltuikov@yahoo.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl | diff | blob | history |