1. 04 Oct, 2017 1 commit
    • Aaron Gable's avatar
      Simplify git-cl-diff for Gerrit · a718c3eb
      Aaron Gable authored
      Previously, git-cl-diff went through a dance where it would create
      a new branch, download the uploaded patch onto that branch, and
      then diff against that. This had all sorts of problems: if you
      aborted the command, it might leave you on that branch; if you have
      local changes, they might get clobbered or the command would refuse
      to run.
      
      Now that we're in a Gerrit-only world, and patchsets are by definition
      equivalent to commits, we can simply diff against whatever local commit
      was last uploaded or, in a pinch, fetch the uploaded commit and diff
      against that.
      
      Bug: 759893
      Change-Id: Ia4b93dcfb9b8aba85817e62731f68d6450026e75
      Reviewed-on: https://chromium-review.googlesource.com/639915Reviewed-by: 's avatarAndrii Shyshkalov <tandrii@chromium.org>
      Commit-Queue: Aaron Gable <agable@chromium.org>
      a718c3eb
  2. 03 Oct, 2017 1 commit
  3. 02 Oct, 2017 3 commits
  4. 30 Sep, 2017 2 commits
  5. 29 Sep, 2017 5 commits
  6. 28 Sep, 2017 3 commits
  7. 27 Sep, 2017 1 commit
  8. 26 Sep, 2017 4 commits
  9. 25 Sep, 2017 1 commit
  10. 22 Sep, 2017 2 commits
  11. 19 Sep, 2017 1 commit
  12. 18 Sep, 2017 1 commit
  13. 15 Sep, 2017 2 commits
  14. 13 Sep, 2017 5 commits
  15. 12 Sep, 2017 3 commits
  16. 11 Sep, 2017 5 commits