]> Lady’s Gitweb - Gitweb/commit
gitweb: Default to $hash_base or HEAD for $hash in "commit" and "commitdiff"
authorJakub Narebski <redacted>
Sat, 18 Nov 2006 22:35:41 +0000 (23:35 +0100)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:11 +0000 (00:07 -0400)
commit7cf3180175bceea9dfbb8082c40a28dbeeb234c05e82e2e26ce62453c38705bb
tree212001c673ed208ea2976460aeb22ecd032583a2b357604b51883ca573f459ca
parent2be815bf7c4f96194aa9dfeb007aceb67e1e69eeeee2608835d520580d9d1178
gitweb: Default to $hash_base or HEAD for $hash in "commit" and "commitdiff"

Set $hash parameter to $hash_base || "HEAD" if it is not set (if it is
not true to be more exact). This allows [hand-edited] URLs with 'action'
"commit" or "commitdiff" but without 'hash' parameter.

If there is 'h' (hash) parameter provided, then gitweb tries
to use this. HEAD is used _only_ if nether hash, nor hash_base
are provided, i.e. for URL like below
  URL?p=project.git;a=commit
i.e. without neither 'h' nor 'hb'.

Signed-off-by: Jakub Narebski <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl
This page took 0.176748 seconds and 4 git commands to generate.