lkml.org 
[lkml]   [2005]   [Oct]   [11]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateTue, 11 Oct 2005 16:38:14 -0700 (PDT)
FromLinus Torvalds <>
SubjectRe: [was: Linux v2.6.14-rc4] fix textsearch build warning

On Tue, 11 Oct 2005, Linus Torvalds wrote:
> 
> HOWEVER. What you actually want to see is probably
> 
> 	git-diff-tree -p --pretty dd0fc66
> 
> which shows the commit as "patch" (-p) and a "pretty header" (--pretty).

Oh, and in the (more common) case when you don't actually know the commit 
ID, just the file that was changed, do

	git-whatchanged -p include/linux/textsearch.h

which shows only the commits (and the _parts_ of those commits) that 
change that particular file (or list of files: you don't have to limit 
yourself to just one file - you can track a whole directory or an 
arbitrary list of files/directories).

And no, my tree doesn't contain your patch. My tree just contains Al's 
first part, that added the typedef and replaced the existing users of 
"unsigned int __nocast gfp_mask" to use that typedef.

I'll merge the full series after 2.6.14..

			Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-10-11 23:40    [from the cache]
©2003-2008