login
Header Space

 
 

Re: How can I figure out what commits relate to a given diff?

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Steven A. Falco <sfalco@...>
Cc: <git@...>
Date: Thursday, May 22, 2008 - 12:04 pm

On Thu, May 22, 2008 at 11:21:34AM -0400, Steven A. Falco wrote:


Miklos suggested a way of looking up trees and commits which contain
blobs, but you can also look for that specific change of blobs:

  git log --pretty=format:'%h %s' --raw |
    perl -00 -ne 'print if /9ceadaa.*ad31bc6/'

-Peff
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
How can I figure out what commits relate to a given diff?, Steven A. Falco, (Thu May 22, 11:21 am)
Re: How can I figure out what commits relate to a given diff?, Jeff King, (Thu May 22, 12:04 pm)
perforce import: git-p4 memory usage, Luke Diamand, (Fri May 23, 6:07 am)
Re: perforce import: git-p4 memory usage, Logan Kennelly, (Fri May 23, 6:27 pm)
Re: perforce import: git-p4 memory usage, Andreas Ericsson, (Fri May 23, 7:25 am)
speck-geostationary