emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re[2]: need detailed instructions for submitting the patch


From: Ivanov Dmitry
Subject: [Orgmode] Re[2]: need detailed instructions for submitting the patch
Date: Tue, 10 Aug 2010 19:00:05 +0400

Carsten, can you kindly add this to 
http://orgmode.org/worg/org-contribute.php#sec-3

"
To submit the patch follow the instructions:

This command will make a patch between the staging area
(in your computer), and the file you modified:

    git diff -p org-whatever.el > org-whatever.el.diff

If you already committed your changes to your index (staging area),
then you should compare against a particular branch (in this example,
origin/master):

    git diff -p origin/master org-whatever.el > org-whatever.el.diff

You email the output to the mailing list, adding [PATCH] to the
subject, and description of what you fixed or changed.
"

Should I add  "> org-whatever.el.diff" to output the diff into a file, cause in 
Juans message it was missing?

It will be helpful to the new developers, I think.




reply via email to

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