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/man
Allen Li 342cd35666 [git_auth] Add useHttpPath config for Gerrit auth
This is needed to pass the repo path to the credential helper, so we
can distinguish repos that need ReAuth.

Change-Id: I5aa72d6ec0421dcbff610f48f34129b8962050f7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6822598
Reviewed-by: Gavin Mak <gavinmak@google.com>
Commit-Queue: Allen Li <ayatane@chromium.org>
7 days ago
..
html [git_auth] Add useHttpPath config for Gerrit auth 7 days ago
man1 python -> python3 in depot_tools tutorial, and regenerate docs. 3 months ago
man7 [git_auth] Add useHttpPath config for Gerrit auth 7 days ago
src [git_auth] Add useHttpPath config for Gerrit auth 7 days ago
README.txt
push_to_gs.sh

README.txt

= Man pages for Depot_tools

This document describes how to write documentation for depot_tools and how to
deploy it.

== Edit

Only edit files in src/ directories. All other directories (e.g. html, man1) are
autogenerated and should never be edited manaully.

Once you made modifications to src/ files, run  `./make_docs.sh` in src/
directory to generate html and man pages.

== Deploy

This is fully automated. After you submit your CL, the tutorial will be deployed
within 24 hours. See [https://ci.chromium.org/ui/p/infra-internal/builders/prod/depot_tools%20zip%20uploader].