]> git.ipfire.org Git - thirdparty/git.git/commit - git-merge-octopus.sh
define die() for scripts that use it.
authorJunio C Hamano <junkio@cox.net>
Mon, 28 Nov 2005 07:33:54 +0000 (23:33 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 29 Nov 2005 07:13:03 +0000 (23:13 -0800)
commitd165fa14f0a111dfc85d964ecc037d0b280cd54f
tree4e7244f27b394bc4f2fd84a677bda73e1231276c
parentd6ea70af7708af5f29db09b2d782ab3b9ce50f79
define die() for scripts that use it.

As a fallout from not using git-sh-setup in scripts that can
operate from a subdirectory, we lost definition of die() from
them.  It might make sense to do some cleanup to consolidate
them back again, but this should suffice for now.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-add.sh
git-branch.sh
git-diff.sh
git-merge-octopus.sh
git-tag.sh
git-verify-tag.sh