Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc9a722e authored by Devin Moore's avatar Devin Moore
Browse files

Update ANAPIC reviews to be easier to manage in gerrit

Mark them wip so they sit in their own section of the gerrit dashboard.
Add a hashtag to make them easier to keep track of.

Test: anapic_review_diff.sh goog/tm-dev goog/master android.hardware.cas
Bug: none
Change-Id: Id6f4b1a4b0931a9a3bfa4ef10c5f4ada51d11a44
parent 3511c739
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,5 +31,5 @@ git commit -am "convert $1" --no-edit
git revert HEAD --no-edit
git commit --amend --no-edit
git diff HEAD~1 --stat
repo upload . --no-verify
repo upload . --no-verify --wip --hashtag=anapic_release_review
popd
+1 −1
Original line number Diff line number Diff line
@@ -26,5 +26,5 @@ git diff "$1".."$2" android | git apply
git add -A
git commit -am "Android $1 to $2: $3" --no-edit
git diff HEAD~1 --stat
repo upload . --no-verify
repo upload . --no-verify --wip --hashtag=anapic_release_review
popd