-
as seen on Server Fault
- Search for 'Server Fault'
I am using Subversion 1.6.6 on Ubuntu 10.04. I would like to insert a carriage return, or linefeed, or newline into my commit message so that when reading the log, the comments are formatted appropriately. It works fine when I use the system editor, or specify a file for the commit comment, but what…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm using egg (emacs got git) as git interface in emacs.
Whenever I try to achieve a commit --amend, I receive a "GIT-COMMIT-AMEND> Aborting commit due to empty commit message".
This is what i do:
C-u C-x v c
Then the commit buffer appears, with the message of my previous commit.
Then upon…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
After using hg qnew and hg qrefresh to create and update a patch that I want to apply to my repository, but the commit message that I wrote when I did hg qnew was not very good, it did not reference the ticket number from trac, and I would like to say something in it about some of the issues that…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I would like to show guidelines to commiter independently of the subversion client used.
Do you know how to do that?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Git treats lines starting with # as comment lines when committing. this is very annoying when working with a ticket tracking system, and trying to write the ticket number at the beginning of the line, e.g.
#123 salt hashed passwords
git will simply remove the line from the commit message. is there…
>>> More