From: Luben Tuikov Date: Sat, 1 Jul 2006 02:11:18 +0000 (-0700) Subject: gitweb: Enable tree (directory) history display X-Git-Tag: v1.4.2-rc1~81^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/85b7cfb1036b4218d13cbc215729ad083a61a0ea?ds=inline;hp=85b7cfb1036b4218d13cbc215729ad083a61a0ea gitweb: Enable tree (directory) history display This patch allows history display of whole trees/directories a la "git-rev-list HEAD -- ". I find this useful especially when a project lives in its own subdirectory, as opposed to being all of the GIT repository (i.e. when a sub-project is merged into a super-project). Signed-off-by: Luben Tuikov Signed-off-by: Junio C Hamano ---