6 git-sh-setup - Common git shell script setup code.
15 Sets up the normal git environment variables and a few helper functions
16 (currently just "die()"), and returns ok if it all looks like a git archive.
17 So use it something like
19 . git-sh-setup || die "Not a git archive"
21 to make the rest of the git scripts more careful and readable.
25 Written by Linus Torvalds <torvalds@osdl.org>
29 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
33 Part of the gitlink:git[7] suite