"Brown, Len" <len.brown@intel.com> wrote: > it is tiresome to access kernel.org/git tree display > to see the list of commits that changed a particular file. > (and for files on my local disk, this isn't available). > > How do I print the list of commits that change a particular file > on my local disk? I'm confused - why aren't these available on your local disk? Do you not have a clone of the kernel repository local? If you don't have a clone you aren't really going to be able to get a history. But assuming you had one use whatchanged: git whatchanged A will show only the commits which affected file A, listing them in reverse order (most recent to oldest). -- Shawn. - 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.htmlReceived on Mon May 15 16:01:33 2006
This archive was generated by hypermail 2.1.8 : 2006-05-15 16:01:51 EST