git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Git does not understand absolute Win'dos' path
@ 2012-11-14  9:12 Martin Lichtin
  2012-11-14  9:45 ` Johannes Sixt
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Lichtin @ 2012-11-14  9:12 UTC (permalink / raw)
  To: git@vger.kernel.org

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 "git commit --verbose -F C:\cygwin\tmp\commit pom.xml"
fatal: could not read log file 'mytestdir/C:\cygwin\tmp\commit': No such file or directory

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-11-15 19:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-14  9:12 Git does not understand absolute Win'dos' path Martin Lichtin
2012-11-14  9:45 ` Johannes Sixt
2012-11-15 19:20   ` Ramsay Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).