author | Junio C Hamano <junkio@cox.net> | |
Thu, 24 Nov 2005 08:12:11 +0000 (00:12 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 25 Nov 2005 21:49:17 +0000 (13:49 -0800) | ||
commit | ae2b0f15180d4b044828c836bcab6a990efa5c8e | |
tree | f316bfd81eaa2064c1d9e01a336eaed8d7a5bd4f | tree | snapshot |
parent | e8cc80d03934cc607e3a4d89a05350c238dbf9c5 | commit | diff |
git-sh-setup: die if outside git repository.
Now all the users of this script detect its exit status and die,
complaining that it is outside git repository. So move the code
that dies from all callers to git-sh-setup script.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Now all the users of this script detect its exit status and die,
complaining that it is outside git repository. So move the code
that dies from all callers to git-sh-setup script.
Signed-off-by: Junio C Hamano <junkio@cox.net>
26 files changed:
git-am.sh | diff | blob | history | |
git-applymbox.sh | diff | blob | history | |
git-applypatch.sh | diff | blob | history | |
git-bisect.sh | diff | blob | history | |
git-branch.sh | diff | blob | history | |
git-checkout.sh | diff | blob | history | |
git-cherry.sh | diff | blob | history | |
git-commit.sh | diff | blob | history | |
git-count-objects.sh | diff | blob | history | |
git-fetch.sh | diff | blob | history | |
git-format-patch.sh | diff | blob | history | |
git-lost-found.sh | diff | blob | history | |
git-merge.sh | diff | blob | history | |
git-octopus.sh | diff | blob | history | |
git-prune.sh | diff | blob | history | |
git-pull.sh | diff | blob | history | |
git-push.sh | diff | blob | history | |
git-rebase.sh | diff | blob | history | |
git-repack.sh | diff | blob | history | |
git-reset.sh | diff | blob | history | |
git-resolve.sh | diff | blob | history | |
git-revert.sh | diff | blob | history | |
git-sh-setup.sh | diff | blob | history | |
git-status.sh | diff | blob | history | |
git-tag.sh | diff | blob | history | |
git-verify-tag.sh | diff | blob | history |