Files
scripts/lineage-push
Luca Stefani c23843dc00 Add lineage-push
Change-Id: I177a031617591bb4891b2147f5778cdd3de502b3
2017-05-20 17:21:46 +01:00
..
2017-05-20 17:21:46 +01:00
2017-05-20 17:21:46 +01:00

LineageOS Push Script

Pushes a local git repository's changes to Gerrit for code review

Usage:
  ./lineage-push.sh [options] branch

  Options:
    -d Upload change as draft.
    -e Update change as edit.
    -f Force push.
    -l <label> Assign label.
    -m Bypass review and merge.
    -r <ref> Push to specified ref ( will override draft ).
    -s Submit.
    -t <topic> Append topic to change.

  Example:
    lineage-push -d -t test cm-14.1
    lineage-push -s -l "Code-Review+2,Verified+1" cm-14.1