1. 24 Jul, 2017 5 commits
  2. 21 Jul, 2017 2 commits
  3. 20 Jul, 2017 4 commits
  4. 18 Jul, 2017 5 commits
  5. 17 Jul, 2017 4 commits
  6. 15 Jul, 2017 1 commit
    • Yuke Liao's avatar
      Fix git-crrev-parse on Mac. · 383ace4b
      Yuke Liao authored
      Previously, running git crrev-parse {crrev_number} on Mac doesn't 
      produce any meaningful output, and the reason is that parameter 
      substitutions resulted in extra back slashes ('\'):
      
      ref="refs/heads/master"
      remote_ref="${ref/refs\/heads/refs\/remotes\/origin}"
      
      expected: remote_ref="refs/remotes/origin/master"
      actual: remote_ref="refs\/remotes\/origin/master"
      
      This CL fixes the issue by removing the extra back slashes.
      
      Bug:
      Change-Id: I1ee1b4702f09c96fb65518ee1465d0de927e95cc
      Reviewed-on: https://chromium-review.googlesource.com/572052Reviewed-by: 's avatarDirk Pranke <dpranke@chromium.org>
      Commit-Queue: Yuke Liao <liaoyuke@chromium.org>
      383ace4b
  7. 14 Jul, 2017 6 commits
  8. 13 Jul, 2017 9 commits
  9. 12 Jul, 2017 4 commits