diff options
Diffstat (limited to 'Documentation/git-sh-setup.txt')
-rw-r--r-- | Documentation/git-sh-setup.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Documentation/git-sh-setup.txt b/Documentation/git-sh-setup.txt index a02a2b051..6ef59acf5 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 ------ |