linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git resources
@ 2011-08-19  7:09 Anand Jain
  2011-08-19  7:22 ` Arne Jansen
  0 siblings, 1 reply; 5+ messages in thread
From: Anand Jain @ 2011-08-19  7:09 UTC (permalink / raw)
  To: linux-btrfs


Hello,

  There are quite a number of contents on the internet talking
  about git. (a problem in my case).
  Since I just need one good providing steps for what we are
  doing here..
   ---
    clone mainline
    clone btrfs (or some other)
    merge
     (make menuconfig, make, make modules_install, make install)
    make change(s)
    generate patch(s)
    setup for thunderbird send-email setup
    send-mail with the patches in the body
    make change(s) again
    generate patch(s) again
    send-mail

    pull the newer official release when released.

    apply the patch
   ---

  any idea what can help ?  Appreciate your time.

  (When we have this I shall update the btrfs wiki)

Thanks, Anand



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

* Re: git resources
  2011-08-19  7:09 git resources Anand Jain
@ 2011-08-19  7:22 ` Arne Jansen
  2011-08-19 11:24   ` Hugo Mills
  0 siblings, 1 reply; 5+ messages in thread
From: Arne Jansen @ 2011-08-19  7:22 UTC (permalink / raw)
  To: Linux Btrfs

On 19.08.2011 09:09, Anand Jain wrote:
> 
> Hello,
> 
>  There are quite a number of contents on the internet talking
>  about git. (a problem in my case).
>  Since I just need one good providing steps for what we are
>  doing here..

You should take the time and learn git properly. I can recommend
"Version Control with Git" by Jon Loeliger.

>   ---
>    clone mainline
>    clone btrfs (or some other)
>    merge
>     (make menuconfig, make, make modules_install, make install)
>    make change(s)
>    generate patch(s)
>    setup for thunderbird send-email setup
>    send-mail with the patches in the body
>    make change(s) again
>    generate patch(s) again
>    send-mail
> 
>    pull the newer official release when released.
> 
>    apply the patch
>   ---
> 
>  any idea what can help ?  Appreciate your time.
> 
>  (When we have this I shall update the btrfs wiki)
> 
> Thanks, Anand
> 
> 
> -- 
> To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

* Re: git resources
  2011-08-19  7:22 ` Arne Jansen
@ 2011-08-19 11:24   ` Hugo Mills
  2011-08-19 23:26     ` Homer Parker
  0 siblings, 1 reply; 5+ messages in thread
From: Hugo Mills @ 2011-08-19 11:24 UTC (permalink / raw)
  To: Arne Jansen; +Cc: Linux Btrfs

[-- Attachment #1: Type: text/plain, Size: 931 bytes --]

On Fri, Aug 19, 2011 at 09:22:38AM +0200, Arne Jansen wrote:
> On 19.08.2011 09:09, Anand Jain wrote:
> > 
> > Hello,
> > 
> >  There are quite a number of contents on the internet talking
> >  about git. (a problem in my case).
> >  Since I just need one good providing steps for what we are
> >  doing here..
> 
> You should take the time and learn git properly. I can recommend
> "Version Control with Git" by Jon Loeliger.

   "Pro Git" by Scott Chacon from APress was what I used. I found it
very helpful. (I originally got it free as a review copy, but had to
hand it on to someone else. So I bought it for myself.)

   Hugo.

-- 
=== Hugo Mills: hugo@... carfax.org.uk | darksatanic.net | lug.org.uk ===
  PGP key: 515C238D from wwwkeys.eu.pgp.net or http://www.carfax.org.uk
     --- The Tao that is seen / Is not the true Tao, until / You ---     
                           bring fresh toner.                            

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 190 bytes --]

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

* Re: git resources
  2011-08-19 11:24   ` Hugo Mills
@ 2011-08-19 23:26     ` Homer Parker
  2012-02-24  5:35       ` Anand Jain
  0 siblings, 1 reply; 5+ messages in thread
From: Homer Parker @ 2011-08-19 23:26 UTC (permalink / raw)
  To: Hugo Mills; +Cc: Arne Jansen, Linux Btrfs

On Fri, 2011-08-19 at 12:24 +0100, Hugo Mills wrote:
> On Fri, Aug 19, 2011 at 09:22:38AM +0200, Arne Jansen wrote:
> > On 19.08.2011 09:09, Anand Jain wrote:
> > > 
> > > Hello,
> > > 
> > >  There are quite a number of contents on the internet talking
> > >  about git. (a problem in my case).
> > >  Since I just need one good providing steps for what we are
> > >  doing here..
> > 
> > You should take the time and learn git properly. I can recommend
> > "Version Control with Git" by Jon Loeliger.
> 
>    "Pro Git" by Scott Chacon from APress was what I used. I found it
> very helpful. (I originally got it free as a review copy, but had to
> hand it on to someone else. So I bought it for myself.)
> 
>    Hugo.
> 

http://progit.org/book/

-- 
Homer Parker <hparker@homershut.net>


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

* Re: git resources
  2011-08-19 23:26     ` Homer Parker
@ 2012-02-24  5:35       ` Anand Jain
  0 siblings, 0 replies; 5+ messages in thread
From: Anand Jain @ 2012-02-24  5:35 UTC (permalink / raw)
  To: Homer Parker; +Cc: Hugo Mills, Arne Jansen, Linux Btrfs



> (When we have this I shall update the btrfs wiki)

  As promised an article was posted here sometime back.
  
   Writing patch for btrfs
   http://btrfs.ipv5.de/index.php?title=Writing_patch_for_btrfs

  It was long waiting in my mail draft as kernel.org was down
  sorry for the delay.

-Anand

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

end of thread, other threads:[~2012-02-24  5:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-19  7:09 git resources Anand Jain
2011-08-19  7:22 ` Arne Jansen
2011-08-19 11:24   ` Hugo Mills
2011-08-19 23:26     ` Homer Parker
2012-02-24  5:35       ` Anand Jain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).