aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2014-11-17 20:59:15 -0500
committerRuss Cox <rsc@swtch.com>2014-11-17 20:59:15 -0500
commit01463bacd036325f24a370fcd91435a8b659c331 (patch)
tree8e7b639d4acd6878c568eb021a8f819fc5161260 /bin
parentc9ed52730b352448c7c644f6942d310dd3509bf6 (diff)
downloadplan9port-01463bacd036325f24a370fcd91435a8b659c331.tar.gz
plan9port-01463bacd036325f24a370fcd91435a8b659c331.tar.bz2
plan9port-01463bacd036325f24a370fcd91435a8b659c331.zip
codereview: use 'git branch -v' for pending
Change-Id: Ib80b19cf69a15860315b2d7a38baf3b05d693acc
Diffstat (limited to 'bin')
-rwxr-xr-xbin/codereview2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/codereview b/bin/codereview
index 6606a5c6..ffa0e3cd 100755
--- a/bin/codereview
+++ b/bin/codereview
@@ -42,7 +42,7 @@ case pending
echo 'usage: codereview pending' >[1=2]
exit usage
}
- $git branch --list
+ $git branch -v
case create
shift