From c02f36a7e470b09ef305510239c94f7eb82597b2 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Wed, 6 Jun 2012 18:11:28 +0300 Subject: git-post-review: also set branch --- git-post-review | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-post-review b/git-post-review index 1bf9077..5d41c4b 100755 --- a/git-post-review +++ b/git-post-review @@ -25,7 +25,7 @@ sed -e "s|^\(+++ \)\(.*\)|\1$BRANCH/\2 (working copy)|" \ > "$tempfile" REPO_URL=`echo $svn_url | cut -d/ -f1-5` -post-review --repository-url=$REPO_URL --diff-filename="$tempfile" "$@" +post-review --branch="$BRANCH" --repository-url=$REPO_URL --diff-filename="$tempfile" "$@" rm "$tempfile" -- cgit v1.2.3