ls-tree documentation: enhance notes on subdirectory and pathspec behaviour
authorJunio C Hamano <gitster@pobox.com>
Mon, 28 Jul 2008 09:33:33 +0000 (02:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 29 Jul 2008 06:01:57 +0000 (23:01 -0700)
When run in a working copy subdirectory, git-ls-tree will automagically
add the prefix to the pathspec, which can result in an unexpected behavior
when the tree object accessed is not the root tree object.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found