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

2010-08-11 Thread Bastien
Nick Dokos writes: > Bastien wrote: > > >> > For example, I have a modified file org-whatever.el. What commands >> > must I run? >> >> Please follow the instructions on Worg and let us know what is not >> crystal-clear -- that will help improve the doc if necessary. >> > > I think Dmitry is as

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

2010-08-11 Thread Bastien
Ivanov Dmitry writes: > Yes, Nick, I was asking about the git commands. Thanks. It seems, that > creating a topic branch is more complicated, then simply editing the > local master copy, creating a diff file and sending it to the mailing > list. I think it should be used only in complicated cases

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

2010-08-10 Thread Thomas S. Dye
Aloha Dmitry, Another reason for working in topic branches is it leaves your master branch clean so that changes in the remote are easily merged. You're are probably more computer savvy than I am, but my struggles with merges after making changes to the master branch have been trying. I

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

2010-08-10 Thread Nick Dokos
Ivanov Dmitry wrote: > Yes, Nick, I was asking about the git commands. Thanks. It seems, that > creating a topic branch is more complicated, then simply editing the > local master copy, creating a diff file and sending it to the mailing > list. I think it should be used only in complicated cases.

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

2010-08-10 Thread Ivanov Dmitry
Yes, Nick, I was asking about the git commands. Thanks. It seems, that creating a topic branch is more complicated, then simply editing the local master copy, creating a diff file and sending it to the mailing list. I think it should be used only in complicated cases. Dmitry _

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

2010-08-10 Thread Nick Dokos
Bastien wrote: > > For example, I have a modified file org-whatever.el. What commands > > must I run? > > Please follow the instructions on Worg and let us know what is not > crystal-clear -- that will help improve the doc if necessary. > I think Dmitry is asking for the git commands and I'm

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

2010-08-10 Thread Bastien
Hi Ivanov, Ivanov Dmitry writes: >> Ivanov, please register at http://repo.or.cz and drop me an email with >> your username -- then you'll be able to improve this page. > > My username is usr345 Thanks - I added you, you can now push changes to Worg. > 1. Put the email into .git/config > > | [

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

2010-08-10 Thread Ivanov Dmitry
> Ivanov, please register at http://repo.or.cz and drop me an email with > your username -- then you'll be able to improve this page. My username is usr345 > Please reread Bernt's email before doing so, it might help keeping > things clear. I was trying to understand, how to create a topic bra

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

2010-08-10 Thread Eric Schulte
Added. Thanks -- Eric Ivanov Dmitry writes: > 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:

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

2010-08-10 Thread Bastien
Ivanov Dmitry writes: > Carsten, can you kindly add this to > http://orgmode.org/worg/org-contribute.php#sec-3 Ivanov, please register at http://repo.or.cz and drop me an email with your username -- then you'll be able to improve this page. Please reread Bernt's email before doing so, it might

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

2010-08-10 Thread Ivanov Dmitry
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 y