[jboss-as7-dev] Can't one search commits on github?

David M. Lloyd david.lloyd at redhat.com
Wed May 18 19:46:38 EDT 2011


That's just:

git log 01234567...

where 01234567... is the commit ID.  If nothing comes back, you don't 
have it.

On 05/18/2011 06:34 PM, Scott Stark wrote:
> Curious. Ok, I can get that to do what I need, but I'm surprised that
> log will not take a commit id. The git log --help output was amazing
> long, but I could not see how to request a specific commit.
>
> On 5/18/11 12:04 PM, David M. Lloyd wrote:
>> On 05/18/2011 01:39 PM, Scott Stark wrote:
>>> I'm trying to find the changes associated with this issue:
>>>
>>> https://issues.jboss.org/browse/AS7-486 formerly known as JBAS-9270, but
>>> I can't seem to find a way to search the jboss-as git commits. Am I
>>> missing a search box somewhere? The only one I can find up in the corner
>>> appears to want to search repo names or something not useful.
>>>
>>> Is there any way to tie this workflow info to the commit?
>> I've always just done "git log | grep -i whatever" or browsed the log
>> via the default pager.  It's fast enough that even searching the whole
>> history is pretty quick.
>>
>
> _______________________________________________
> jboss-as7-dev mailing list
> jboss-as7-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-as7-dev


-- 
- DML


More information about the jboss-as7-dev mailing list