On Sun, May 4, 2008 at 5:09 PM, Johannes Sixt <[EMAIL PROTECTED]> wrote:
> Thanks a lot! > > But if I understand your patch correctly, it only caters for :/ at the > beginning and :: in the middle of a path-lookalike. But I have some > repositories set up like this: > > [remote "origin"] > url = R:/jsixt/something.git > > and after a 'git pull' I see this in the commit message: > > Merge branch master of 'R;C:\GIT\jsixt/something.git' > > because 'git pull' passes the configured url to git-fmt-merge-msg, at > which > point bash mangles the path. > > Maybe it's possible to remove a bit more of this dwimmery? Well, I learn something new here every day. At first I thought I was seeing a German word, but luckily ESR came to the rescue. :) http://www.catb.org/jargon/html/D/DWIM.html > > > -- Hannes >
