author | Luben Tuikov <ltuikov@yahoo.com> | |
Sat, 1 Jul 2006 02:11:18 +0000 (19:11 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 2 Jul 2006 01:29:25 +0000 (18:29 -0700) | ||
commit | e0becd944578ed2a38742911dff75fa7774059e5 | |
tree | 8b9cb7ab0513479e54da623155903c52152c288e | tree | snapshot |
parent | b00d7079ce000afe8803b6e88a7ab0f09942462d | commit | diff |
gitweb: Enable tree (directory) history display
This patch allows history display of whole trees/directories a la
"git-rev-list HEAD -- <dir or file>". 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 <ltuikov@yahoo.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This patch allows history display of whole trees/directories a la
"git-rev-list HEAD -- <dir or file>". 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 <ltuikov@yahoo.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.cgi | diff | blob | history |