author | Linus Torvalds <torvalds@g5.osdl.org> | |
Fri, 8 Jul 2005 17:57:21 +0000 (10:57 -0700) | ||
committer | Linus Torvalds <torvalds@g5.osdl.org> | |
Fri, 8 Jul 2005 17:57:21 +0000 (10:57 -0700) | ||
commit | b33e9666082ce692e64ccfd688dc2a5075566f75 | |
tree | c4c5637417a6e7c3e4c7d38b82e73cf4ef1c09fa | tree | snapshot |
parent | acb46f8769dd0031a98a284e06ebc5a09b151bfd | commit | diff |
Add "git-sh-setup-script" for common git shell script setup
It 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"
to make the rest of the git scripts more careful and readable.
It 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"
to make the rest of the git scripts more careful and readable.
Makefile | diff | blob | history | |
git-checkout-script | diff | blob | history | |
git-commit-script | diff | blob | history | |
git-fetch-script | diff | blob | history | |
git-prune-script | diff | blob | history | |
git-pull-script | diff | blob | history | |
git-repack-script | diff | blob | history | |
git-reset-script | diff | blob | history | |
git-resolve-script | diff | blob | history | |
git-sh-setup-script | [new file with mode: 0644] | blob |