----- Original Message -----
From: "Patrick McCarty" <address@hidden>
To: "Phil Holmes" <address@hidden>
Cc: "Devel" <address@hidden>
Sent: Monday, September 12, 2011 1:31 AM
Subject: Re: Finding commits
On Sun, Sep 11, 2011 at 8:52 AM, Phil Holmes <address@hidden>
wrote:
To verify that a "patch" Issue has been fixed, we check the commit.
Using
the git web interface, is there a way to find the commit from the
commitish?
I've tried but can't find a way, but I'm assuming I'm missing something.
There is no way to search for a committish (AFAIK) through the gitweb
interface.
That said, notice that the committish is part of the URL for a
particular commit/commitdiff. So, you can craft a URL to display the
commit you are looking for.
For example, the diff for commit
d63744cb5e26c4ec8e125a05f9f45654496c248b is shown here:
http://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=commitdiff;h=d63744cb5e26c4ec8e125a05f9f45654496c248b
Good point, Patrick. I might make a small web page to produce that as a
"search".