[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1f1b08da0901291407q7aeaa13es730bad17abda9b66@mail.gmail.com>
Date: Thu, 29 Jan 2009 14:07:01 -0800
From: john stultz <johnstul@...ibm.com>
To: Jon Masters <jonathan@...masters.org>
Cc: Steven Rostedt <rostedt@...dmis.org>,
linux-rt-users <linux-rt-users@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>, Ingo Molnar <mingo@...e.hu>,
Peter Zijlstra <peterz@...radead.org>,
Thomas Gleixner <tglx@...utronix.de>,
Arnaldo Carvalho de Melo <acme@...stprotocols.net>,
Clark Williams <clark.williams@...il.com>,
Gregory Haskins <ghaskins@...ell.com>
Subject: Re: Creating the RT git tree
On Thu, Jan 29, 2009 at 1:06 PM, Jon Masters <jonathan@...masters.org> wrote:
> *). I might not be the best git user on the planet (trying to fix that)
> but I would really like to just see the patches that are specific to a
> given topic branch, without the merge noise. For example, a git log on
> the threadirqs branch shows me all the other patches in linus' tree as
> merges are done. I could do a git log --grep="threadirqs" but is there a
> better way? How do I instruct git to show me just the patches added
> specifically in threadirqs?
This seems to work for me:
git log -r origin/linus..origin/rt/threadirqs
Although git show doesn't seem to like that.
thanks
-john
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists