Git info needed

Jim Cromie jim.cromie at gmail.com
Mon Mar 26 00:52:22 EDT 2012


On Sun, Mar 11, 2012 at 11:06 PM, trisha yad <trisha1march at gmail.com> wrote:
> Hi All,
>
> I want Info about how to get patches from private Git.
> I have downloaded Catalin Marinas git(ARM). I want to know check to
> support ARM 15 how many patches are added, so that we can analysis the
> difference.
> http://git.kernel.org/?p=linux/kernel/git/cmarinas/linux-arm-arch.git;a=summary
>
> 1. I want to extract the patches. what command I will use for it with
> reference to linus torvalds git.

git clone URL (which is on that page)

> 2. Also If i want to see on kernel version 3.1 which all patches are
> added by catalin to make it work for ARM 15, How can I know.

once youve cloned, you can branch from HEAD,
and rebase the new branch to whatever new starting point you want.

this is pretty basic git usage, you should find and read some of the tutorials
iirc, one is "git in 20 commands" or something.

>

>
> Thanks a lot.
> Regards
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies



More information about the Kernelnewbies mailing list