| Issue 428: | SSHd submit feature | |
| 1 person starred this issue and may be notified of changes. | Back to list |
I would like to have a way to submit approved changes over SSH. There can be several ways to do it: - with the "gerrit" command (add some "submit" subcommand) - with "git" by submitting to something different than refs/for/... say submit either to "refs/heads/..." (and thus do not require Push Branch if the change as identified by the Change-Id in the commit description has been approved and this user has Submit privileges) or some other path (like "refs/submit/...") to not confuse people between cases bypassing code review and reviewed ones tho there is some advantage to having a single way to push things over to Gerrit (using "refs/heads/...") and depending on your privileges you need code review or not I like the idea of using git push ...:refs/heads/... and depending on your privilege it might require code review or not but YMMV. This is attractive to people that prefer raw git than repo or other scripts.
Feb 1, 2010
#1
di...@google.com
Feb 1, 2010
(No comment was entered for this change.)
Status:
Duplicate
Mergedinto: 310 |
|
| ► Sign in to add a comment |