]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-format-patch.sh
Big tool rename.
[thirdparty/git.git] / git-format-patch.sh
similarity index 98%
rename from git-format-patch-script
rename to git-format-patch.sh
index 9b13b8858bebcad23f8d876272b33c6fed7a925a..cfba1deb259712cd471af1e0af1adec2c42c067d 100755 (executable)
@@ -3,7 +3,7 @@
 # Copyright (c) 2005 Junio C Hamano
 #
 
-. git-sh-setup-script || die "Not a git archive."
+. git-sh-setup || die "Not a git archive."
 
 usage () {
     echo >&2 "usage: $0"' [-n] [-o dir] [--keep-subject] [--mbox] [--check] [--signoff] [-<diff options>...] upstream [ our-head ]