Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-revert: Fix die before git-sh-setup defines it.
The code previously checked it's own name and called 'die' upon an error. However 'die' was not yet defined because git-sh-setup had not been sourced yet. Instead simply write the error message to stderr and exit with an error as was originally desired. Signed-off-by: Bob Proulx <bob@proulx.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
- Loading branch information