[Issue 11946] need 'this' to access member when passing field to template parameter

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Aug 25 12:57:12 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=11946

--- Comment #51 from Jacob Carlborg <doob at me.com> ---
(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.

--


More information about the Digitalmars-d-bugs mailing list