How can search a commit using git web interface.
For example, here is a git web http://git.kernel.org/?p=git/git.git;a=summary.
It has a commit id like ‘8ead1bfe111085ef1ad7759e67340f074996b244’
http://git.kernel.org/?p=git/git.git;a=commit;h=8ead1bfe111085ef1ad7759e67340f074996b244
but why when I go to ‘http://git.kernel.org/?p=git/git.git;a=summary’, select ‘commit’ and enter ‘8ead1bfe111085ef1ad7759e67340f074996b244’, it said ‘No match’?
As far as I can tell, you can’t do that with gitweb. I suppose they reasoned that you could just paste the commit hash into the URL yourself, as the
h=parameter?Note that at least gitweb will take an arbitrary committish for the h parameter, as in http://git.kernel.org/?p=git/git.git;a=commit;h=v1.8.0.
According to gitweb’s search help, when you select “Commit”, then