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.
3 comments
"Gentlemen, start your editor flamebait engines"
I used nano actually, but what the heck :P
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 :)

