1. 06 May, 2019 1 commit
  2. 12 Dec, 2017 2 commits
    • Aaron Gable's avatar
      Reland "Use core.quotePath=false when git is listing files" · 7817f025
      Aaron Gable authored
      This is a reland of 9219d356
      
      The original was reverted due to a typo (core,quotePath instead
      of core.quotePath). This version is fixed.
      
      Original change's description:
      > Use core.quotePath=false when git is listing files
      >
      > This prevents git from putting quotes around some file names
      > (those that have astral-plane characters) and not around others.
      >
      > R=maruel
      >
      > Bug: 792302
      >
      > Change-Id: I3b6a6b36c4720116de811b40177b59aa25c263db
      > Reviewed-on: https://chromium-review.googlesource.com/815454
      > Commit-Queue: Aaron Gable <agable@chromium.org>
      > Reviewed-by: Marc-Antoine Ruel <maruel@chromium.org>
      
      Bug: 792302
      Recipe-Nontrivial-Roll: build
      Recipe-Nontrivial-Roll: build_limited_scripts_slave
      Change-Id: I28d2260948aaf63bd865888c2f60e4cdee9aea48
      Reviewed-on: https://chromium-review.googlesource.com/822990
      Commit-Queue: Aaron Gable <agable@chromium.org>
      Reviewed-by: 's avatarAndrii Shyshkalov <tandrii@chromium.org>
      7817f025
    • Robbie Iannucci's avatar
      Revert "Use core.quotePath=false when git is listing files" · 6aaee306
      Robbie Iannucci authored
      This reverts commit 9219d356.
      
      Reason for revert: unfortunately this says "core,quotePath" and since it includes recipe changes, we need something that the roller can munch on :(
      
      Original change's description:
      > Use core.quotePath=false when git is listing files
      > 
      > This prevents git from putting quotes around some file names
      > (those that have astral-plane characters) and not around others.
      > 
      > R=​maruel
      > 
      > Bug: 792302
      > Recipe-Nontrivial-Roll: build
      > Recipe-Nontrivial-Roll: build_limited_scripts_slave
      > Change-Id: I3b6a6b36c4720116de811b40177b59aa25c263db
      > Reviewed-on: https://chromium-review.googlesource.com/815454
      > Commit-Queue: Aaron Gable <agable@chromium.org>
      > Reviewed-by: Marc-Antoine Ruel <maruel@chromium.org>
      
      TBR=maruel@chromium.org,agable@chromium.org
      
      Change-Id: I226388f19024403240a1443eb2b878b9293220e1
      No-Presubmit: true
      No-Tree-Checks: true
      No-Try: true
      Bug: 792302
      Reviewed-on: https://chromium-review.googlesource.com/821671Reviewed-by: 's avatarRobbie Iannucci <iannucci@chromium.org>
      Commit-Queue: Robbie Iannucci <iannucci@chromium.org>
      6aaee306
  3. 11 Dec, 2017 1 commit
  4. 29 Jun, 2017 1 commit
  5. 27 Apr, 2017 1 commit
  6. 21 Dec, 2016 1 commit
  7. 16 Jun, 2016 1 commit
  8. 27 Jan, 2016 1 commit
    • rob@robwu.nl's avatar
      git-drover: Correctly resolve --parent_checkout · 93aa0739
      rob@robwu.nl authored
      git rev-parse --git-dir returns a relative path, e.g. ".git". This
      should be resolved relative to the cwd of the git command instead of the
      current working dir. The cwd of the git command is set to _parent_repo
      (=the absolute path after resolving --parent_checkout), so use that.
      
      TEST=The following completes without errors.
      $ cd /tmp
      $ git init somegitrepo
      $ cd somegitrepo
      $ git drover --branch [branch] --cherry-pick [hash] -v --dry-run --parent_checkout /path/to/src
      $ cd /path/to/src
      $ git drover --branch [branch] --cherry-pick [hash] -v --dry-run
      
      Review URL: https://codereview.chromium.org/1640233002
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@298416 0039d316-1c4b-4281-b951-d872f2087c98
      93aa0739
  9. 03 Nov, 2015 1 commit
  10. 07 Oct, 2015 1 commit
  11. 29 Sep, 2015 1 commit