Files
gerrit/gerrit-acceptance-framework
Dan Wang 22f5360b59 Accept refs/for/ options via git push -o
Push options are a capability in the Git protocol to transport
arbitrary strings (example usage: topic strings) to the server through
command line flags rather than by the existing Gerrit-specific magic
branch "refs/for/master%..." convention.

For example with Git >= 2.10:

  git push -o r=email -o topic=fix-bug42 origin HEAD:refs/for/master

can now be used instead of:

  git push origin HEAD:refs/for/master%r=email,topic=fix-bug42

Change-Id: I44e7214b9342d461b07c4b6dd638970cf5fb622f
Signed-off-by: Dan Wang <dwwang@google.com>
2016-08-26 18:40:09 -07:00
..
2016-08-22 03:15:05 +00:00
2016-06-14 21:12:02 +02:00
2016-08-19 08:51:10 -04:00