On Thu Dec 18 2014 at 8:34:23 Brad Fitzpatrick <
brad...@golang.org> wrote:
> Migrate them by hand.
I followed the instructions at [0]. Everything went smoothly until:
(11:49) jnml@r550:~/go-tip/src$ git change issue9099
git branch -q
error: unknown switch `q'
usage: git branch [options] [-r | -a] [--merged | --no-merged]
or: git branch [options] [-l] [-f] <branchname> [<start-point>]
or: git branch [options] [-r] (-d | -D) <branchname>...
or: git branch [options] (-m | -M) [<oldbranch>] <newbranch>
Generic options
-v, --verbose show hash and subject, give twice for upstream branch
-t, --track set up tracking mode (see git-pull(1))
--set-upstream change upstream info
--color[=<when>] use colored output
-r, --remotes act on remote-tracking branches
--contains <commit> print only branches that contain the commit
--abbrev[=<n>] use <n> digits to display SHA-1s
Specific git-branch actions:
-a, --all list both remote-tracking and local branches
-d, --delete delete fully merged branch
-D delete branch (even if not merged)
-m, --move move/rename a branch and its reflog
-M move/rename a branch, even if target exists
--list list branch names
-l, --create-reflog create the branch's reflog
--edit-description edit the description for the branch
-f, --force force creation (when already exists)
--no-merged <commit> print only not merged branches
--merged <commit> print only merged branches
git-codereview: exit status 129
(11:50) jnml@r550:~/go-tip/src$
I have git version 1.7.10.4, which is latest at Debian Wheezy 7.7/64 bit. The codereview tool has been downloaded and installed very recently, as instructed and the commit is:
commit f473ce13dd1bba7ce531e7800fdf018f60aa2454
Date: Thu Dec 18 11:25:48 2014 +1100
git-codereview: rename from 'git-review' to 'git-codereview'
Mostly trivial search and replace, except for hooks.go which
includes a special case to remove the old git-review hooks.
Change-Id: Ic0792bb3e26607e5e0ead88958e46c3ac08288cd
Please advise, thanks.
-j