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.
I often find myself working on stacked changes, and this option will make it easier to integrate changes into downstream CLs. With `git rebase-update --current --tree --no-fetch`, it is possible to only rebase the current chain of changes, without touching any other local branches that may exist. This is beneficial both for speed, and to avoid having to resolve merge conflicts on branches unrelated to the changes you are currently working on. Change-Id: I2d3853ad5aad6c74db0ae26ff8d27d14dcaed3e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/5546383 Auto-Submit: Peter Pakkenberg <pbirk@chromium.org> Commit-Queue: Scott Lee <ddoman@chromium.org> Reviewed-by: Scott Lee <ddoman@chromium.org> |
8 months ago | |
---|---|---|
.. | ||
html | 1 year ago | |
man1 | 2 years ago | |
man7 | 2 years ago | |
src | 8 months ago | |
README.txt | 3 years ago | |
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 Run `./push_to_gs.sh` from this directory. If you not have access, ask someone from chrome infra to deploy it for you.