Hi,
I’m trying to upload a patch set to gerrit. The git status before I do the upload is:
C:\Development\Wireshark>git status
On branch bug11968
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
modified: epan/plugin_if.c
modified: epan/plugin_if.h
modified: ui/qt/main_window.cpp
modified: ui/qt/main_window.h
When I run the git push I get this:
C:\Development\Wireshark>git push ssh://PaulOfford@xxxxxxxxxxxxxxxxxx:29418/wire
shark HEAD:refs/for/master/bug11968
Enter passphrase for key '/c/Users/aslpjo/.ssh/id_rsa':
Counting objects: 176, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (71/71), done.
Writing objects: 100% (176/176), 73.10 KiB | 0 bytes/s, done.
Total 176 (delta 152), reused 128 (delta 105)
remote: Resolving deltas: 100% (152/152)
remote: Processing changes: refs: 1, done
To ssh://PaulOfford@xxxxxxxxxxxxxxxxxx:29418/wireshark
! [remote rejected] HEAD -> refs/for/master/bug11968 (no new changes)
error: failed to push some refs to 'ssh://PaulOfford@xxxxxxxxxxxxxxxxxx:29418/wireshark'
What am I doing wrong?
Thanks and regards…Paul