Vincent Bernat wrote: > While "git log some/annexed/file" works, "git $PWD/some/annexed/file" > does not return any result. This works fine for not annexed file.
Similarly: joey@gnu:~/tmp/repo>ln -s /etc/passwd joey@gnu:~/tmp/repo>git add passwd joey@gnu:~/tmp/repo>git commit -m add [master 2638b1d] add 1 files changed, 1 insertions(+), 0 deletions(-) create mode 120000 passwd joey@gnu:~/tmp/repo>git log `pwd`/passwd fatal: '/home/joey/tmp/repo/passwd' is outside repository Surely the answer is "don't do that then", or possibly to fix git? -- see shy jo
signature.asc
Description: Digital signature

