Pascal Obry <pascal@xxxxxxxx> writes: > So definitely a Git bug! Can be reproduced with: > > $ mkdir repo && cd repo > $ git init > $ mkdir dir > $ cd dir > $ echo file > file > $ echo log > log > $ git add file > $ git commit --file=log > fatal: could not read log file 'log': No such file or directory Try it without cding down to "dir". -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html