emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Best Way to Submit a Patch


From: Jeff Mickey
Subject: Re: [Orgmode] Best Way to Submit a Patch
Date: Tue, 16 Dec 2008 03:47:47 -0500

I just wanted to make the addition that for emailing patches around,
git has a lot of decent tools.

`git-format-patch origin` will generate patch files for all commits
that aren't in origin yet... it will also give you the commit
messages/diffstats/etc in the patches.[1]

`git-send-email <patch files>` will send the email off for you with
the patches included.  This is best to set up with git-config for repo
specific settings.[2]

And to Carsten, when you receive patches you want to check into your
git branch, use git-am on the emails.[3]

  //  jeff

[1]: http://www.kernel.org/pub/software/scm/git/docs/git-format-patch.html
[2]: http://www.kernel.org/pub/software/scm/git/docs/git-send-email.html
[3]: http://www.kernel.org/pub/software/scm/git/docs/git-am.html




reply via email to

[Prev in Thread] Current Thread [Next in Thread]