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
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
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
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.
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
_
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
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
>
> | [
> 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
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:
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
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
11 matches
Mail list logo