]> Lady’s Gitweb - Gitweb/commit
gitweb: Add history and blame to git_difftree_body()
authorLuben Tuikov <redacted>
Thu, 28 Sep 2006 00:24:49 +0000 (17:24 -0700)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:10 +0000 (00:07 -0400)
commitb7a0ac3afbd158933ca04494dc73889f637a7585a9d63e413bda2be23112fcfd
treead1b2c7e16057123cb100ebf470f44b736ca07bb3622e55c308c78cf7206dd43
parentc1573c21578ed05a6f85ec6d4dcc5651659cb543cc3f0c2d27b6a60b61a16727
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl
This page took 0.177135 seconds and 4 git commands to generate.