]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-push.sh
git-sh-setup: die if outside git repository.
[thirdparty/git.git] / git-push.sh
index edc0b8317a6d566895c4a2df6a3f7d86773ca138..140c8f85d55c5654cfc9077fecfd03ad067a6862 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-. git-sh-setup || die "Not a git archive"
+. git-sh-setup
 
 usage () {
     die "Usage: git push [--all] [--force] <repository> [<refspec>]"