About 1,541,844 results (2,176 milliseconds)

Merge after importing a project to gerrit fails because of missing ...

https://groups.google.com/g/repo-discuss/c/1irZMIM5TZE
Jan 24, 2017 ... ... commits will be pushed, and all newly created commits. will have a Change-Id in their commit message. If this is not the case then I still ...

Can't see my changes in gerrit

https://groups.google.com/g/repo-discuss/c/7LPQ8HA-DRY
Nov 21, 2018 ... - git add a.java //add the code change - git commit //you need to insert the commit message after this command - git push refs/for/master 2 ...

Gerrit not updating branch after merge

https://groups.google.com/g/repo-discuss/c/ko9vyryFHvA
Mar 6, 2020 ... 2. So they decided to use "git commit --allow-empty" and then push that to Gerrit for review. 3. The code review showed ...

Gerrit workflow problems.

https://groups.google.com/g/repo-discuss/c/7vhPp90D2Jg
Jan 13, 2012 ... After changes are done, git commit --amend command can be used on that commit. Also for commit message we place copied Change ID: from gerrit ...

Pushing to Gerrit fails unexpectedly with 'no new changes'

https://groups.google.com/g/repo-discuss/c/NeuQmv4LdOc
succeeds. If to push the old commit to another branch I would of course expect a new change-id. Since the commit message does not contain a ...

Gerrit "No changes detected"

https://groups.google.com/g/repo-discuss/c/IBQBW4cxsOs
Dec 9, 2012 ... Does it work if you make any change to the commit message? ... After doing an interactive rebase and changing the commit message of A, the push ...

Upload new patchset to draft publishes the patchset

https://groups.google.com/g/repo-discuss/c/U0YZ8AevKkA
why do you push to refs/changes/<change> after amending ? Try instead to again push to refs/drafts/master, also ensure that the commit message. contains the ...

Gerrit Change-Id mismatch and push of Multiple Change-Ids commits

https://groups.google.com/g/repo-discuss/c/jflgc9vLXhA
Jan 18, 2012 ... If yes, please post the commit message which reproduces the issue here. Saša Živkov. Luciano Carvalho's profile photo ...

Gerrit merge issue

https://groups.google.com/g/repo-discuss/c/EUEs28CAkng
Nov 24, 2015 ... ... change patch which you have in gerrit (is below commit message) or use git log --oneline to see what commits do you have before pushing and ...

cherry-picking gerrit patch - am i doing it right?

https://groups.google.com/g/repo-discuss/c/FcvZUYBB7hQ
Nov 21, 2013 ... already have a Change-Id line in the commit message. If there is no Change-Id line you can push to 'refs/changes/12345' (where 12345 is the ...

cherry-picking gerrit patch - am i doing it right?

https://groups.google.com/g/repo-discuss/c/FcvZUYBB7hQ
Nov 21, 2013 ... already have a Change-Id line in the commit message. If there is no Change-Id line you can push to 'refs/changes/12345' (where 12345 is the ...

Enforce the custom template commit message in Gerrit

https://groups.google.com/g/repo-discuss/c/rP78zXaiQtM
Jul 19, 2018 ... Since commit(s) are local machine based seeking your inputs to go ... But with improper commit message the change pushed to gerrit. But ...

Does gerrit support review for merge commits

https://groups.google.com/g/repo-discuss/c/tExhesupv0o
Sep 23, 2015 ... But when I try to push this merge commit to refs/for/.. branch ... Change-Id in commit message footer). error: failed to push some refs ...

unable to push to demo project

https://groups.google.com/g/repo-discuss/c/iZXznr2ZKGs
Aug 23, 2017 ... ... message. to Repo and Gerrit Discussion. Hi ,. Change id is required before pushing any commit. This could be disabled in "Gerrit UI" under ...

Topic Branch Support

https://groups.google.com/g/repo-discuss/c/GlIBGXFcpig
> remote: ERROR: missing Change-Id in commit message > remote: Suggestion ... > I'm trying to push a large number of commits, and I think 'git commit ...

ERROR: missing Change-Id in commit message footer

https://groups.google.com/g/repo-discuss/c/5EvCo5XZfVc
Jul 22, 2015 ... Likely your push command is trying to push more than just the latest commit. Can it be that commit d11e449eca8d79fe26abda44dba39c75d6d56b7c ...

Newbie question:How can I "repo upload" a issue-fixed commit?

https://groups.google.com/g/repo-discuss/c/6wORlKl-zT0
Feb 21, 2011 ... So have I made some mistake? And the change-id after amend is same. If there is a change-id in a commit, neither gerrit commit message ...

Bypassing the review process with branches which are not under ...

https://groups.google.com/g/repo-discuss/c/a3Cxhof6UWs
Jun 18, 2013 ... You can probably work around it by rewriting the Change-Id in the commit messages before pushing. ... This is also what the commit message of ...

Gerrit and development branches issues

https://groups.google.com/g/repo-discuss/c/tmiyz6GCRaw
May 27, 2011 ... commits to my branch before pushing it for review, Gerrit will ... If you have a Change-Id line in the commit message you'll automatically

Big pull-request for Gerrit code review

https://groups.google.com/g/repo-discuss/c/U6NiB2bvdmU
Mar 22, 2021 ... push the branch representing the PR in github for review. Note that every commit on that branch will be one change in review in Gerrit since ...