On Mon, Sep 24, 2012 at 6:59 PM, Johan Herland [off-list ref] wrote:
The following works in the git.git repo:
$ cd t
$ git log -- /Documentation
[...]
What version? Mine (recent master) does not work
~/w/git/t $ ../git log -- /Documentation
fatal: '/Documentation' is outside repository
but the following does not:
$ cd t
$ git log -- /Documentation/RelNotes
fatal: Could not switch to '/Documentation': No such file or directory
Is this the intended behavior?
--
Duy