Re: [was: Linux v2.6.14-rc4] fix textsearch build warning

From: Borislav Petkov
Date: Wed Oct 12 2005 - 03:29:50 EST


On Tue, Oct 11, 2005 at 04:38:14PM -0700, Linus Torvalds wrote:
>
>
> 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.

You're right, hm, it was too late yesterday so i might have been dreaming
already :)) Anyways, thanks for the git crash course.

Regards,
Boris.





___________________________________________________________
Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/