diff options
author | Russ Cox <rsc@swtch.com> | 2014-11-17 20:59:15 -0500 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2014-11-17 20:59:15 -0500 |
commit | 01463bacd036325f24a370fcd91435a8b659c331 (patch) | |
tree | 8e7b639d4acd6878c568eb021a8f819fc5161260 /bin | |
parent | c9ed52730b352448c7c644f6942d310dd3509bf6 (diff) | |
download | plan9port-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-x | bin/codereview | 2 |
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 |