Re: Git does not understand absolute Win'dos' path

2012-11-15 Thread Ramsay Jones
Johannes Sixt wrote: > Am 11/14/2012 10:12, schrieb Martin Lichtin: >> Maven's release plugin prepares a call Git like in this example: >> >> cmd.exe /X /C "git commit --verbose -F >> C:\cygwin\tmp\maven-scm-915771020.commit pom.xml" >> >> Git doesn't seem to understand the -F argument and treats i

Re: Git does not understand absolute Win'dos' path

2012-11-14 Thread Johannes Sixt
Am 11/14/2012 10:12, schrieb Martin Lichtin: > Maven's release plugin prepares a call Git like in this example: > > cmd.exe /X /C "git commit --verbose -F > C:\cygwin\tmp\maven-scm-915771020.commit pom.xml" > > Git doesn't seem to understand the -F argument and treats it like a > relative path (r

Git does not understand absolute Win'dos' path

2012-11-14 Thread Martin Lichtin
Hi Maven's release plugin prepares a call Git like in this example: cmd.exe /X /C "git commit --verbose -F C:\cygwin\tmp\maven-scm-915771020.commit pom.xml" Git doesn't seem to understand the -F argument and treats it like a relative path (relative to the repository root): $ cmd.exe /X /C "gi