From: Mike Frysinger Date: Thu, 6 Jan 2011 21:27:28 +0000 (-0500) Subject: make pull request more configurable X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d8dea28fdcc8f32ddc8f194ea83ea80be482ff3d;p=home.git make pull request more configurable --- 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)"