]> git.ipfire.org Git - thirdparty/git.git/commit
Adjust to ls-tree --full-name when run from a subdirectory.
authorJunio C Hamano <junkio@cox.net>
Fri, 23 Dec 2005 22:10:16 +0000 (14:10 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 23 Dec 2005 22:10:16 +0000 (14:10 -0800)
commitd0d14cf33d0e4446ed98b03ac5f81367d368e557
tree2ce93147fd50669cd141a491469424013f41eb95
parent104f3e03c03a83617bac9d120b5e536c5f29d9ef
parenta69dd585fca9ab7fc4a07f7563f6cdb106e3ffed
Adjust to ls-tree --full-name when run from a subdirectory.

A proposed change to show cwd relative paths by default from
ls-tree when run from a subdirectory means we would need to
give --full-name option to it.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-checkout.sh