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/git
Alex Schulze c22f4dc74f [git] Add ls_remote to git recipe module
Call `git ls-remote` to determine the head revision for a branch, or
the revision for a tag. The method is useful for bots which do not
require a checkout.

Bug: none
Change-Id: Ibc01d1fb9c2714bd4d719159dbdaf3d7684ea1e9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6012563
Reviewed-by: Michael Achenbach <machenbach@chromium.org>
Commit-Queue: Alexander Schulze <alexschulze@chromium.org>
Reviewed-by: Gavin Mak <gavinmak@google.com>
7 months ago
..
examples Replace Path.join() with / and Path.joinpath() 1 year ago
resources Invoke git_setup with py3 3 years ago
tests [git] Add ls_remote to git recipe module 7 months ago
__init__.py Reland "Drop py2 support in recipe modules" 2 years ago
api.py [git] Add ls_remote to git recipe module 7 months ago
test_api.py