]> git.ipfire.org Git - thirdparty/git.git/commit
ls-remote: define die() now we do not use git-sh-setup
authorJunio C Hamano <junkio@cox.net>
Mon, 28 Nov 2005 07:15:02 +0000 (23:15 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 29 Nov 2005 07:13:03 +0000 (23:13 -0800)
commit1abacf3b5b53f6cde7148862234d451cd88d0de3
tree4bf529274a7e9bc6ce7c26a0a11499dd8655569a
parent710b7098e28513355cbdbedbb8d9c35ce5b4a488
ls-remote: define die() now we do not use git-sh-setup

Another interesting "property" is that from inside a git managed
tree, "git-ls-remote ." names the current repository no matter
how deep a subdirectory you are in.

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