Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bin/git-commit-filetree: Add set -o pipefail
Again, we don't actually need this right now because the only two places we use a pipe are in command-substitution subshells (`$(...)`), but this should always go with set -e.
- Loading branch information