Hey,
I ran into a git review issue after doing a fresh Ubuntu install with the packages from the regular sources, asked for help at several places and googled for 2 hours, all to no avail.
git review Errors running git rebase -i remotes/gerrit/master /usr/lib/git-core/git-rebase--interactive: 1: arithmetic expression: expecting primary: "+"
Reinstalled git, git review and did a clean clone of the repo. I can rebase stuff just fine for my github repos.
So right now I cannot commit to core or extensions and have no idea how to fix this. Help would be appreciated.
Cheers
-- Jeroen De Dauw http://www.bn2vs.com Don't panic. Don't be evil. --
Like I said on IRC, you can skip the rebase with `git review-R` On Apr 5, 2012 10:30 AM, "Jeroen De Dauw" jeroendedauw@gmail.com wrote:
Hey,
I ran into a git review issue after doing a fresh Ubuntu install with the packages from the regular sources, asked for help at several places and googled for 2 hours, all to no avail.
git review Errors running git rebase -i remotes/gerrit/master /usr/lib/git-core/git-rebase--interactive: 1: arithmetic expression: expecting primary: "+"
Reinstalled git, git review and did a clean clone of the repo. I can rebase stuff just fine for my github repos.
So right now I cannot commit to core or extensions and have no idea how to fix this. Help would be appreciated.
Cheers
-- Jeroen De Dauw http://www.bn2vs.com Don't panic. Don't be evil. -- _______________________________________________ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
Hey,
On 5 April 2012 16:31, Chad innocentkiller@gmail.com wrote: Like I said on IRC, you can skip the rebase with `git review-R`
git review -R remote: Resolving deltas: 0% (0/3) remote: ERROR: missing Change-Id in commit message remote: Suggestion for commit message: remote: style tweaks remote: remote: Change-Id: Id4752a37c655acb4b90773844c2254a2e83232eb To ssh://jeroendedauw@gerrit.wikimedia.org:29418/mediawiki/core.git ! [remote rejected] HEAD -> refs/for/master/master (missing Change-Id in commit message) error: failed to push some refs to 'ssh:// jeroendedauw@gerrit.wikimedia.org:29418/mediawiki/core.git'
Cheers
-- Jeroen De Dauw http://www.bn2vs.com Don't panic. Don't be evil. --
On Thu, Apr 5, 2012 at 10:41 AM, Jeroen De Dauw jeroendedauw@gmail.com wrote:
Hey,
On 5 April 2012 16:31, Chad innocentkiller@gmail.com wrote: Like I said on IRC, you can skip the rebase with `git review-R`
git review -R remote: Resolving deltas: 0% (0/3) remote: ERROR: missing Change-Id in commit message remote: Suggestion for commit message: remote: style tweaks remote: remote: Change-Id: Id4752a37c655acb4b90773844c2254a2e83232eb To ssh://jeroendedauw@gerrit.wikimedia.org:29418/mediawiki/core.git ! [remote rejected] HEAD -> refs/for/master/master (missing Change-Id in commit message) error: failed to push some refs to 'ssh:// jeroendedauw@gerrit.wikimedia.org:29418/mediawiki/core.git'
That sounds like you never downloaded the git commit hook. Which repository is this?
-Chad
wikitech-l@lists.wikimedia.org