Re: How to make a multi-line commit message with git?

2014-10-30 Thread Regina Henschel
Hi Ariel, Ariel Constenla-Haile schrieb: Hello Regina, On Wed, Oct 29, 2014 at 07:30:53PM +0100, Regina Henschel wrote: Hi Andrea, is it the same for git? @Ariel: Aren't you using git? How do you make multi-line commit messages? Yes. You can use the editor if you omit the --message=...

Re: How to make a multi-line commit message with git?

2014-10-29 Thread Regina Henschel
Hi Andrea, is it the same for git? @Ariel: Aren't you using git? How do you make multi-line commit messages? Kind regards Regina Andrea Pescetti schrieb: Regina Henschel wrote: I still fail to write multi-line commit messages. When I use git commit -a --amend -m ??? What do I have to write

How to make a multi-line commit message with git?

2014-10-26 Thread Regina Henschel
Hi all, I still fail to write multi-line commit messages. When I use git commit -a --amend -m ??? What do I have to write for ??? for to get #i123456 Title of the issue Patch by: an author Is #i123456 the right syntax to automatically generate a post to the issue? Kind regards Regina

Re: How to make a multi-line commit message with git?

2014-10-26 Thread Andrea Pescetti
Regina Henschel wrote: I still fail to write multi-line commit messages. When I use git commit -a --amend -m ??? What do I have to write for ??? for to get #i123456 Title of the issue Patch by: an author If you leave the -m out, the editor is started and you can write your message there.