X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-sh-setup.txt;h=6ef59acf50a14088d0f93b5ac745366159f751f6;hb=4e72dcec89c7cda7022d4ec2dd686e77deb5376e;hp=a02a2b051c1463604f69d9f06c8825f8e720ab34;hpb=dbc37438687e110697574d175e4eca5f9cbeae81;p=git.git diff --git a/Documentation/git-sh-setup.txt b/Documentation/git-sh-setup.txt index a02a2b05..6ef59acf 100644 --- a/Documentation/git-sh-setup.txt +++ b/Documentation/git-sh-setup.txt @@ -14,11 +14,12 @@ DESCRIPTION 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 +So, to make the rest of the git scripts more careful and readable, +use it as follows: - . git-sh-setup || die "Not a git archive" - -to make the rest of the git scripts more careful and readable. +------------------------------------------------- +. git-sh-setup || die "Not a git archive" +------------------------------------------------- Author ------