I'm starting to like git more and more. Today I had the pleasure of receiving the first patch for rdup made by git.

According to Tom Hendrikx (who send the patch). It was easy:

$ git pull
$ $EDITOR <whatever>
$ git commit
$ git format-patch -1
$ git send-email *.patch

And at my side:

$ mutt
<save the mail in ~/patch>
$ cd git/rdup
$ git-am --signoff ~/patch

Ready, done, fixed.

Tags: rdup, linux

3 comments

"Gentlemen, start your editor flamebait engines"
I used nano actually, but what the heck :P
I'm not going to reedit the blog entry! :P
Ok ok, have it your way :)

Comments are closed

If you really, really want to comment, please mail miek@miek.nl.

0 comments in moderator queue