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
Alex Schulze f37e7f4633 [git] Remove tags / branches filter from ls-remote
The flag to filter for branches was renamed in git 2.46.0 [1] from
`-h` to `-b`. This causes previous versions of git to fail when running
ls-remote.

To be compatible across a version upgrade, a second git call would be
required to retrieve the version and determine the correct flag.
However, the filter feature is not used yet and can also be solved by
specifying the absolute ref path within the recipe. Therefore, this
change removes ls-remote's filter flags.

[1] https://git-scm.com/docs/git-ls-remote/2.42.0

R=machenbach@chromium.org, gavinmak@google.com

Bug: none
Change-Id: I840fb3ac56daf47c798d5c32f00de841b8db2771
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6028418
Auto-Submit: Alexander Schulze <alexschulze@chromium.org>
Reviewed-by: Gavin Mak <gavinmak@google.com>
Commit-Queue: Gavin Mak <gavinmak@google.com>
1 year ago
..
bot_update Add parse_commit_position parameter to BotUpdateApi.ensure_checkout. 1 year ago
depot_tools Add roll_downstream_gcs_deps.py to depot_tools recipe module. 1 year ago
gclient Add ytdevinfra config 1 year ago
gerrit recipe: introduce add_message api 1 year ago
git [git] Remove tags / branches filter from ls-remote 1 year ago
git_cl Reland "Drop py2 support in recipe modules" 2 years ago
gitiles [gerrit_client] Uprev vpython python to 3.11 1 year ago
gsutil Replace Path.join() with / and Path.joinpath() 2 years ago
osx_sdk [recipes/*_sdk] Replace '[*]' paths in comments 2 years ago
presubmit [recipes] Migrate away from deprecated post_process checks 1 year ago
tryserver Replace Path.join() with / and Path.joinpath() 2 years ago
windows_sdk [recipes/*_sdk] Replace '[*]' paths in comments 2 years ago
OWNERS