Merge commit 'refs/top-bases/t/nav/non-commit-ish' into t/nav/non-commit-ish
[git/gitweb.git] / .topmsg
blob6c98f4468b73c5711af35dc2e2ba0b97adf114c1
1 Subject: [PATCH] gitweb: include navigation for non-commit-ishes
3 It's possible to view a tree or blob directly by using the tree
4 or blob's hash or a tag that points directly to one (without
5 an intervening commit).  In that case it does not make sense
6 to show 'commit', 'commitdiff' or 'tree' (in the case of a blob)
7 options in the navigation line, but things like 'summary' and
8 'log' still apply.
10 Modify the code to provide minimal navigation links in these
11 cases rather than nothing at all which was previously the case.
13 Signed-off-by: Kyle J. McKay <mackyle@gmail.com>