public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* kvm.git git question
@ 2007-07-16 20:44 Gregory Haskins
       [not found] ` <469BA0620200005A00027A52-Igcdv/6uVdMHoYOw/+koYqIwWpluYiW7@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Gregory Haskins @ 2007-07-16 20:44 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Is there a way I can see a list of commits that are related only to KVM
since 2.6.22 without seeing all the stuff from upstream?

-Greg


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: kvm.git git question
       [not found] ` <469BA0620200005A00027A52-Igcdv/6uVdMHoYOw/+koYqIwWpluYiW7@public.gmane.org>
@ 2007-07-17  8:32   ` Avi Kivity
  0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2007-07-17  8:32 UTC (permalink / raw)
  To: Gregory Haskins; +Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Gregory Haskins wrote:
> Is there a way I can see a list of commits that are related only to KVM
> since 2.6.22 without seeing all the stuff from upstream?
>
>   

If 'kvm' is the remote referencing kvm.git and 'origin' references -linus,

  git log kvm/master ^origin/master

will show all commits into master branch, and

  git log kvm/for-linus ^origin/master

will show pending kvm-specific commits.

If you're just interested in upstream, do

  git log v2.6.22..origin/master drivers/kvm/


-- 
error compiling committee.c: too many arguments to function


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-07-17  8:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-16 20:44 kvm.git git question Gregory Haskins
     [not found] ` <469BA0620200005A00027A52-Igcdv/6uVdMHoYOw/+koYqIwWpluYiW7@public.gmane.org>
2007-07-17  8:32   ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox