| Issue 695: | Gerrit rejects replacement commit with only the author changed | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Affected Version: 2.1.5 What steps will reproduce the problem? (using the commit-msg changeId hook) 1. git commit --author="Nasser Grainawi <nasser@codeaurora.org>" 2. git push review-dev:tools/test/project0 newest-branch:refs/for/master 3. git commit --amend --author="Nasser Grainawi <nasserg@example.com>" 4. git push review-dev:tools/test/project0 newest-branch:refs/for/master What is the expected output? What do you see instead? Expected: To review-dev:tools/test/project0 * [new branch] newest-branch -> refs/for/master Instead: To review-dev:tools/test/project0 ! [remote rejected] newest-branch -> refs/for/master (no changes made) error: failed to push some refs to 'review-dev:tools/test/project0' Please provide any additional information below. This can be worked around by actually changing the commit message as well.
Dec 15, 2010
(No comment was entered for this change.)
Status:
Released
|
|
| ► Sign in to add a comment |
Labels: FixedIn-2.1.6