On Mon, Nov 30, 2015 at 12:11 PM, Graham Bloice <[email protected] > wrote:
> Unfortunately I've never run git over http(s), so have no advice to > offer. I suggest you continue without the luxury of git-review for the > moment. > > A quick hack for pushing to gerrit without git-review is to add this to .gitconfig [alias] push-wireshark = "!git push origin HEAD:refs/for/master/`git rev-parse --abbrev-ref HEAD`" if you run git push-wireshark it pushes the current branch to gerrit using the current branch name as topic. Just be sure your origin remote points to a working one you can push on manually. my 2 cents. Dario.
___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: https://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
