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/src
Peter Birk Pakkenberg 6eeb55de17 Add --tree option to rebase-update.
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>
10 months ago
..
.gitignore
_aliases.txt
_footer.txt
_git-cl_desc.helper.txt
_git-footers_desc.helper.txt
_git-freeze_desc.helper.txt
_git-hyper-blame_desc.helper.txt
_git-map-branches_desc.helper.txt
_git-map_desc.helper.txt
_git-mark-merge-base_desc.helper.txt
_git-nav-downstream_desc.helper.txt
_git-nav-upstream_desc.helper.txt
_git-new-branch_desc.helper.txt [depot_tools] clarify that new-branch also switch. 2 years ago
_git-rebase-update_desc.helper.txt
_git-rename-branch_desc.helper.txt
_git-reparent-branch_desc.helper.txt
_git-retry_desc.helper.txt
_git-squash-branch_desc.helper.txt
_git-thaw_desc.helper.txt
_git-upstream-diff_desc.helper.txt
_helper_prefix.txt
asciidoc-override.css
common_demo_functions.sh Use py3 in documentation generation 3 years ago
demo_repo.sh Use main as default branch in documentation 4 years ago
depot_tools.txt
depot_tools_tutorial.demo.walkthrough.sh Use py3 in documentation generation 3 years ago
depot_tools_tutorial.txt Switch to using issues.chromium.org bug links 1 year ago
filter_demo_output.py Remove __future__ imports 2 years ago
git-cl.txt [docs] Improve `git cl patch --help` 2 years ago
git-footers.demo.1.sh Use main ref in git-footers documentation 4 years ago
git-footers.txt Use main ref in git-footers documentation 4 years ago
git-freeze.demo.1.sh
git-freeze.txt
git-hyper-blame.demo.1.sh
git-hyper-blame.demo.2.sh
git-hyper-blame.demo.common.sh
git-hyper-blame.txt
git-map-branches.demo.1.sh
git-map-branches.txt [docs] Fix alias settings 4 years ago
git-map.demo.1.sh
git-map.txt
git-mark-merge-base.txt
git-nav-downstream.demo.1.sh Use main as default branch in documentation 4 years ago
git-nav-downstream.txt [docs] Fix alias settings 4 years ago
git-nav-upstream.demo.1.sh
git-nav-upstream.txt [docs] Fix alias settings 4 years ago
git-new-branch.demo.1.sh Add documentation for --inject_current 4 years ago
git-new-branch.txt [docs] Fix alias settings 4 years ago
git-rebase-update.txt Add --tree option to rebase-update. 10 months ago
git-rename-branch.txt
git-reparent-branch.txt [docs] Fix alias settings 4 years ago
git-retry.txt
git-squash-branch.demo.1.sh
git-squash-branch.txt [docs] Fix alias settings 4 years ago
git-thaw.txt
git-upstream-diff.txt [docs] Fix alias settings 4 years ago
make_docs.sh [man] Fix make_docs.sh 10 months ago
prep_demo_repo.sh