Hi,
Is there any way tosee the history of a linux kernel file....
I mean .. when it is updated changed or what is the latest version ...
--Prabhu
On Tue, Oct 21, 2008 at 4:56 PM, Prabhu Chawandi
<[email protected]> wrote:
> Hi,
>
> Is there any way tosee the history of a linux kernel file....
>
> I mean .. when it is updated changed or what is the latest version ...
>
try :
$ git whatchanged -p path/to/your/file
--
Thanks,
Jike
Thanks ..
Or do v have any site ... where we can see all version as we see in WinCVS ?
Prabhu
On 10/21/08, Jike Song <[email protected]> wrote:
> On Tue, Oct 21, 2008 at 4:56 PM, Prabhu Chawandi
> <[email protected]> wrote:
> > Hi,
> >
> > Is there any way tosee the history of a linux kernel file....
> >
> > I mean .. when it is updated changed or what is the latest version ...
> >
>
> try :
>
> $ git whatchanged -p path/to/your/file
>
> --
> Thanks,
> Jike
>
On Tue, Oct 21, 2008 at 6:00 PM, Prabhu Chawandi
<[email protected]> wrote:
> Thanks ..
>
> Or do v have any site ... where we can see all version as we see in WinCVS ?
I have no idea about wincvs... Anyway, here is the git web of Linus tree:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git
Besides, google it before posting to LKML should be a good idea;)
--
Thanks,
Jike