Small fixes in Documentation/git-mv.txt
[gitweb.git] / git-rebase.sh
index 5289762883f07e2737e1dbf3acfa106d101687f3..2bc3a12995ec5f18cf666289a6691fa2e4d3fb47 100755 (executable)
@@ -3,7 +3,7 @@
 # Copyright (c) 2005 Junio C Hamano.
 #
 
-. git-sh-setup || die "Not a git archive."
+. git-sh-setup
 
 # The other head is given
 other=$(git-rev-parse --verify "$1^0") || exit