]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-sh-setup.txt
Big tool rename.
[thirdparty/git.git] / Documentation / git-sh-setup.txt
similarity index 74%
rename from Documentation/git-sh-setup-script.txt
rename to Documentation/git-sh-setup.txt
index 5ac613a2c79999b5db08daa77ef3af574e4efa94..fcf2cdfd5468b8ac22082844b40b8ded3630c8d6 100644 (file)
@@ -1,13 +1,13 @@
-git-sh-setup-script(1)
-======================
+git-sh-setup(1)
+===============
 
 NAME
 ----
-git-sh-setup-script - Common git shell script setup code.
+git-sh-setup - Common git shell script setup code.
 
 SYNOPSIS
 --------
-'git-sh-setup-script'
+'git-sh-setup'
 
 DESCRIPTION
 -----------
@@ -16,7 +16,7 @@ Sets up the normal git environment variables and a few helper functions
 (currently just "die()"), and returns ok if it all looks like a git archive.
 So use it something like
 
-       . git-sh-setup-script || die "Not a git archive"
+       . git-sh-setup || die "Not a git archive"
 
 to make the rest of the git scripts more careful and readable.