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/examples/full.expected
Dan Jacques 209a681f9c [git] Remove hard-coded "depot_tools" Git.
Several tools, including the "git" recipe module, hard-code a
checkout-relative "git.bat" path. Git is a feature that is provided by
the system, both to tooling and recipes:

1) For users, "depot_tools" must be on PATH, and during setup it will
   have installed "git.bat", ensuring that Git tooling is available in
   PATH.
2) For bots, the system is responsible for providing "git.bat" on PATH.
   This is typically done at "/b/depot_tools/git.bat", which is sync'd
   through the "update_scripts" step.

By formally treating Git as a system resource, we absolve Windows bots
and users from manually installing a depot_tools-local Git, bringing
them in line with other platforms.

BUG=chromium:590806
TEST=local

Change-Id: I93e89855cdd330a2ba7a8cfb8117a1789d1ab54e
Reviewed-on: https://chromium-review.googlesource.com/568694
Commit-Queue: Daniel Jacques <dnj@chromium.org>
Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
8 years ago
..
basic.json rename example.py -> examples/full.py for all modules 8 years ago
basic_branch.json rename example.py -> examples/full.py for all modules 8 years ago
basic_file_name.json rename example.py -> examples/full.py for all modules 8 years ago
basic_hash.json rename example.py -> examples/full.py for all modules 8 years ago
basic_ref.json rename example.py -> examples/full.py for all modules 8 years ago
basic_submodule_update_force.json rename example.py -> examples/full.py for all modules 8 years ago
can_fail_build.json rename example.py -> examples/full.py for all modules 8 years ago
cannot_fail_build.json rename example.py -> examples/full.py for all modules 8 years ago
cat-file_test.json rename example.py -> examples/full.py for all modules 8 years ago
count-objects_delta.json rename example.py -> examples/full.py for all modules 8 years ago
count-objects_failed.json rename example.py -> examples/full.py for all modules 8 years ago
count-objects_with_bad_output.json rename example.py -> examples/full.py for all modules 8 years ago
count-objects_with_bad_output_fails_build.json rename example.py -> examples/full.py for all modules 8 years ago
curl_trace_file.json rename example.py -> examples/full.py for all modules 8 years ago
git-cache-checkout.json rename example.py -> examples/full.py for all modules 8 years ago
platform_win.json [git] Remove hard-coded "depot_tools" Git. 8 years ago
rebase_failed.json rename example.py -> examples/full.py for all modules 8 years ago
remote_not_origin.json rename example.py -> examples/full.py for all modules 8 years ago
set_got_revision.json rename example.py -> examples/full.py for all modules 8 years ago