summaryrefslogtreecommitdiff
path: root/git-review.1
diff options
context:
space:
mode:
authorAntoine Musso <hashar@free.fr>2012-04-13 22:14:10 +0200
committersaper <saper@saper.info>2012-04-13 22:28:49 +0200
commit9c349f24c13494da33f76dfed4f8a26f1700fce6 (patch)
tree4ec4ee2336027de9f74757640b08c2c6a38890dd /git-review.1
parentb3e0b37d80875cfae3b9d568f2f29bdd9fb3c8d1 (diff)
downloadgit-review-9c349f24c13494da33f76dfed4f8a26f1700fce6.tar.gz
fix -d not reusing already existing local branch
For sometime now, git-review -d would bail out with a fatal error whenever a local branch already exists. The cause is that the output message sent by `git checkout -b` has changed and ends with a dot on certain git version, that skip a condition in git-review code. git version 1.7.9.4 Patchset 2: Fix nitpicks Change-Id: I86ce9b577eff185e2cdd3b4dfa8dc31b110b0f13
Diffstat (limited to 'git-review.1')
-rw-r--r--git-review.11
1 files changed, 1 insertions, 0 deletions
diff --git a/git-review.1 b/git-review.1
index f0de17a..4a0b2ee 100644
--- a/git-review.1
+++ b/git-review.1
@@ -38,6 +38,7 @@ Download
.Ar change
from Gerrit
into a local branch. The branch will be named after the patch author and the name of a topic.
+If the local branch already exists, it will attempt to update with the latest patchset for this change.
.It Fl f , Fl -finish
Close down the local branch and switch back to the target branch on
successful submission.