You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/recipes/recipe_modules
Andrii Shyshkalov 009150b7af bot_update: be explicit when checking out branches.
$ git checkout <name>

may be interpreted by git as checking out a file named <name>
if <name> has slashes. Thus,

$ git checkout infra/config

ends up checking out infra/config directory of the (typically)
master branch that was checked out before. To avoid confusion,
we have to add '--' separator between branch name and file names:

$ git checkout <name> --

This in turns allows to run CQ-based presubmit on infra/config branches.

R=nodir@chromium.org

Bug: 790738
Change-Id: I6ce31a8f0fbd66fd59ac7c2ea9cccd3ff97d1f0e
Reviewed-on: https://chromium-review.googlesource.com/802136
Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org>
Reviewed-by: Nodir Turakulov <nodir@chromium.org>
8 years ago
..
bot_update bot_update: be explicit when checking out branches. 8 years ago
cipd [cipd] Generate other platform suffixes. 8 years ago
depot_tools [bot_update] Prefix PATH, cleanup. 8 years ago
gclient Dart: Change url of Dart repository in gclient recipe module Dart config. 8 years ago
gerrit Add some differentiating details to gerrit step names. 8 years ago
git Adds progress argument option to fetch for git checkout 8 years ago
git_cl tryserver: add support for gerrit footers 8 years ago
gitiles Fix handling of potential empty gitiles result. 8 years ago
gsutil
infra_paths Roll recipe dependencies (nontrivial). 8 years ago
presubmit [recipes] add .gitattributes for proper recipe bundling 8 years ago
rietveld
tryserver Revert "Revert "[tryserver] Remove unused methods."" 8 years ago
OWNERS