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 f5b53c0e98 [git_cl] Add --global to creds-check
The UX of cd'ing to a non-Gerrit repo to setup common repo auth is not
good.  Also people don't read.

Bug: 408501013
Change-Id: Ia31914cf8672d0b5a6033de11c928140fd34a95c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6442235
Reviewed-by: Gavin Mak <gavinmak@google.com>
Commit-Queue: Allen Li <ayatane@chromium.org>
3 months ago
..
html [git_cl] Add --global to creds-check 3 months ago
man1 Update depot_tools documentation for squash-closed 4 months ago
man7 [git_cl] Add --global to creds-check 3 months ago
src [git_cl] Add --global to creds-check 3 months ago
README.txt [docs] Update readme with instructions for auto deployment 4 months ago
push_to_gs.sh Invoke the bash shell via /usr/bin/env so that these scripts run on operating systems without /bin/bash too. 11 years ago

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].