Re: get kernel version using git

2009-07-09 Thread Karel Zak
On Tue, Jul 07, 2009 at 01:39:34PM +0200, Belisko Marek wrote: > it's possible after kernel git-pulling get what actual kernel > version is updated? I can read it from Makefile but I'm curious > if exist another way. $ git describe v2.6.31-rc1-195-g5298976 Karel -- Karel Zak -- To un

get kernel version using git

2009-07-07 Thread Belisko Marek
Hi, it's possible after kernel git-pulling get what actual kernel version is updated? I can read it from Makefile but I'm curious if exist another way. Thanks, Marek -- as simple as primitive as possible - Marek Belisko - OPEN-NANDRA Ruska Nova

Re: using git

2009-05-18 Thread pradeep singh
On Mon, May 18, 2009 at 4:03 PM, vibisreenivasan wrote: > > -Original Message- > From: pradeep singh > To: SandeepKsinha > Cc: Kernelnewbies > Subject: Re: using git > > On Mon, May 18, 2009 at 11:20 AM, SandeepKsinha > wrote: >> Hi all, >> &g

Re: using git

2009-05-18 Thread vibisreenivasan
-Original Message- From: pradeep singh To: SandeepKsinha Cc: Kernelnewbies Subject: Re: using git On Mon, May 18, 2009 at 11:20 AM, SandeepKsinha wrote: > Hi all, > > I have recently started using git... I know quite late. > > Say, I make some changes and create a pat

Re: using git

2009-05-18 Thread pradeep singh
On Mon, May 18, 2009 at 11:20 AM, SandeepKsinha wrote: > Hi all, > > I have recently started using git... I know quite late. > > Say, I make some changes and create a patch. > I want to revert back the files to the original/initial revision( when > I created git ), how to

Re: using git

2009-05-17 Thread Manish Katiyar
On Mon, May 18, 2009 at 11:20 AM, SandeepKsinha wrote: > Hi all, > > I have recently started using git... I know quite late. > > Say, I make some changes and create a patch. > I want to revert back the files to the original/initial revision( when > I created git ), how to do

using git

2009-05-17 Thread SandeepKsinha
Hi all, I have recently started using git... I know quite late. Say, I make some changes and create a patch. I want to revert back the files to the original/initial revision( when I created git ), how to do that? I tried git checkout -f This didn;t work for me. -- Regards, Sandeep