https://issues.dlang.org/show_bug.cgi?id=11946
--- Comment #51 from Jacob Carlborg <[email protected]> --- (In reply to Walter Bright from comment #50) > I remove them because when I do a > > git checkout -a -m "message" > > I do a cut&paste from the bugzilla issue for the message. The " mess it all > up. Yes, I could re-edit the git command line, but when the line wraps > because it's too long, which it usually does, and then the command line > editor for putty fouls everything up. > > It just makes things marginally easier for me to not have to deal with the ". If you check the message first you can use ' instead of ". BTW, I never use the -m flag and always write the commit message in my text editor. Then I get spell checking, indication if a line is too long and so on for free. --
