-
Aaron Gable authored
We don't set the branch.<name>.gerritpatchset git config value during "git cl upload" because it isn't returned from the server either during push or during any of our subsequent RPCs, and adding another RPC just for that metadata would be slower that we would like. But calling "git cl status" already makes an RPC per branch, so take advantage of that to cache the gerritpatchset value during that operation. R=robertma Bug: 792611 Change-Id: I37b09f3c4cfced86668b457eff82f2424012b14b Reviewed-on: https://chromium-review.googlesource.com/815137Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> Commit-Queue: Aaron Gable <agable@chromium.org>
e8856eea