From d8dea28fdcc8f32ddc8f194ea83ea80be482ff3d Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 6 Jan 2011 16:27:28 -0500 Subject: [PATCH] make pull request more configurable --- .bin/git-format-request-pull | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bin/git-format-request-pull b/.bin/git-format-request-pull index 73cf165..b5df8fd 100755 --- a/.bin/git-format-request-pull +++ b/.bin/git-format-request-pull @@ -19,7 +19,7 @@ while [[ -n $1 ]] ; do done commit=${1:-mainline/master} -url=$(git config --get remote.origin.url) +url=$(git config --get remote.pullrequest.url || git config --get remote.origin.url) branch=${2:-master} if [[ ${branch} != master ]] ; then subject=" (${branch} branch)" -- 2.39.5