1. 13 Apr, 2018 2 commits
    • Kimmo Kinnunen's avatar
      Add support for downloading Windows VS toolchain from a HTTP URL · 54a81e45
      Kimmo Kinnunen authored
      Add support for downloading Windows VS toolchain from a HTTP URL.
      This is useful for developers that do not have access to the
      Chrome toolchain.
      
      If the developer specifies DEPOT_TOOLS_WIN_TOOLCHAIN_HTTP_BASE_URL
      environment variable, the toolchain will be downloaded from that
      url.
      
      Bug: 830569
      Change-Id: I41d815a4460085c3b028f56f2e01adc68d8410fe
      Reviewed-on: https://chromium-review.googlesource.com/1002892
      Commit-Queue: Kimmo Kinnunen FI <kkinnunen@nvidia.com>
      Reviewed-by: 's avatarScott Graham <scottmg@chromium.org>
      54a81e45
    • Asanka Herath's avatar
      Add a '--inject-current' option to 'git new-branch' · 53a115e6
      Asanka Herath authored
      This option creates a new branch that sets itself as the upstream for
      the current branch and adopts the current branch's upstream as its own.
      
      What does it do?
      ----------------
      
      Imagine we have the following set of branches (as `git map-branches -vv`
      would show it):
      
        origin/master  00001111  [ ahead 1 ]
          foo          00002222  [ ahead 1 ]
            baz *      00003333  [ ahead 1 ]
      
      'baz' is the current branch. If one were to issue the following command:
      
        $ git new-branch --inject-current bar
      
      ... then the branch layout will now look like this:
      
        origin/master  00001111  [ ahead 1 ]
          foo          00002222  [ ahead 1 ]
            bar *      00002222
              baz      00003333  [ ahead 1 ]
      
      Why would you need this?
      ------------------------
      
      When working on a single change or a sequence of changes organized into
      dependent branches, this option lets you quickly create a new branch
      with the correct upstreams so that you can peel off smaller cleanups and
      potentially unrelated changes out of your main feature branch into
      separate branches. These can then be uploaded as dependent CLs.
      
      R=petermayo@chromium.org,iannucci@chromium.org
      
      Change-Id: Id912f8e5c17e267fc52d74bdfac7bbcf87a50908
      Reviewed-on: https://chromium-review.googlesource.com/987529
      Commit-Queue: Asanka Herath <asanka@chromium.org>
      Reviewed-by: 's avatarRobbie Iannucci <iannucci@chromium.org>
      53a115e6
  2. 12 Apr, 2018 5 commits
  3. 11 Apr, 2018 1 commit
  4. 09 Apr, 2018 1 commit
  5. 08 Apr, 2018 1 commit
  6. 06 Apr, 2018 3 commits
  7. 05 Apr, 2018 6 commits
  8. 04 Apr, 2018 3 commits
  9. 03 Apr, 2018 5 commits
  10. 02 Apr, 2018 10 commits
  11. 31 Mar, 2018 3 commits