Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'nd/worktree' into HEAD
author
Junio C Hamano
<gitster@pobox.com>
Wed, 31 Oct 2007 04:38:11 +0000
(21:38 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 31 Oct 2007 04:38:11 +0000
(21:38 -0700)
* nd/worktree:
git-sh-setup.sh: use "git rev-parse --show-cdup" to check for SUBDIRECTORY_OK
git-sh-setup.sh
patch
|
blob
|
history
raw
(from parent 1:
9725bb8
)
diff --git
a/git-sh-setup.sh
b/git-sh-setup.sh
index 3c325fd1339608d681d3485aa37647d9ac734037..86d7d4c4e742c80e936d5f1c9f2037327eba7287 100755
(executable)
--- a/
git-sh-setup.sh
+++ b/
git-sh-setup.sh
@@
-110,7
+110,7
@@
esac
if [ -z "$SUBDIRECTORY_OK" ]
then
: ${GIT_DIR=.git}
-
GIT_DIR=$(GIT_DIR="$GIT_DIR" git rev-parse --git-dir)
|| {
+
test -z "$(git rev-parse --show-cdup)"
|| {
exit=$?
echo >&2 "You need to run this command from the toplevel of the working tree."
exit $exit