From 213348885fdb7670d43d10ea6f52cbf17fdc9eae Mon Sep 17 00:00:00 2001 From: Anne Redulla Date: Tue, 18 Feb 2025 08:32:35 -0800 Subject: [PATCH] [win-bootstrap] Update depot_tools_tutorial to install Git for Windows Bug: b/360206460 Change-Id: I7f92312d7160c7406ad48bd506eab00636da986f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6278219 Reviewed-by: Josip Sokcevic Auto-Submit: Anne Redulla Commit-Queue: Josip Sokcevic --- man/html/depot_tools.html | 2 +- man/html/depot_tools_tutorial.html | 28 ++++++++++++---------------- man/html/git-cl.html | 2 +- man/html/git-footers.html | 2 +- man/html/git-freeze.html | 6 +++--- man/html/git-hyper-blame.html | 2 +- man/html/git-map-branches.html | 2 +- man/html/git-map.html | 2 +- man/html/git-mark-merge-base.html | 2 +- man/html/git-nav-downstream.html | 2 +- man/html/git-nav-upstream.html | 2 +- man/html/git-new-branch.html | 2 +- man/html/git-rebase-update.html | 2 +- man/html/git-rename-branch.html | 2 +- man/html/git-reparent-branch.html | 2 +- man/html/git-retry.html | 2 +- man/html/git-squash-branch.html | 6 +++--- man/html/git-thaw.html | 2 +- man/html/git-upstream-diff.html | 2 +- man/man1/git-cl.1 | 6 +++--- man/man1/git-footers.1 | 6 +++--- man/man1/git-freeze.1 | 10 +++++----- man/man1/git-hyper-blame.1 | 6 +++--- man/man1/git-map-branches.1 | 6 +++--- man/man1/git-map.1 | 6 +++--- man/man1/git-mark-merge-base.1 | 6 +++--- man/man1/git-nav-downstream.1 | 6 +++--- man/man1/git-nav-upstream.1 | 6 +++--- man/man1/git-new-branch.1 | 6 +++--- man/man1/git-rebase-update.1 | 6 +++--- man/man1/git-rename-branch.1 | 6 +++--- man/man1/git-reparent-branch.1 | 6 +++--- man/man1/git-retry.1 | 6 +++--- man/man1/git-squash-branch.1 | 10 +++++----- man/man1/git-thaw.1 | 6 +++--- man/man1/git-upstream-diff.1 | 6 +++--- man/man7/depot_tools.7 | 6 +++--- man/man7/depot_tools_tutorial.7 | 6 +++--- man/src/depot_tools_tutorial.txt | 19 +++++++++++-------- 39 files changed, 106 insertions(+), 107 deletions(-) diff --git a/man/html/depot_tools.html b/man/html/depot_tools.html index 20151138e..77d3f8148 100644 --- a/man/html/depot_tools.html +++ b/man/html/depot_tools.html @@ -920,7 +920,7 @@ Print a diff of the current branch, compared to its upstream. diff --git a/man/html/depot_tools_tutorial.html b/man/html/depot_tools_tutorial.html index ec9f732d4..a23a64236 100644 --- a/man/html/depot_tools_tutorial.html +++ b/man/html/depot_tools_tutorial.html @@ -886,21 +886,17 @@ in your ~/.bashrc or ~/.zshrc). Assuming you cloned

WINDOWS

-

Download the depot_tools -bundle and -extract it somewhere.

-
- - - -
-
Warning
-
DO NOT use drag-n-drop or copy-n-paste extract from Explorer, this will not -extract the hidden “.git” folder which is necessary for depot_tools to -autoupdate itself. You can use “Extract all…” from the context menu though.
-
+

Download and install Git for Windows from https://git-scm.com/downloads/win.

+

From a command shell, navigate to the directory where you want to put +depot_tools and clone the depot_tools repository. For example, if you +want depot_tools to be cloned to C:\workspace\depot_tools:

+
+
+
$ cd C:\workspace
+$ git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
+

Add depot_tools to the front of your PATH (must be ahead of any installs of -Python). Assuming you unzipped the bundle to C:\workspace\depot_tools:

+Python). Assuming you cloned depot_tools to C:\workspace\depot_tools:

With Administrator access: @@ -1455,7 +1451,7 @@ EOF | * 2c0ad9c59b (fix_typo) 2014-04-10 ~ Fix typo for good! | * 615ffa720f 2014-04-10 ~ Fix terrible typo. |/ -* beec6f4746 (origin/main, origin/HEAD) 2014-04-10 ~ Make ReflectorImpl use mailboxes <(chap2, fix_typo) +* beec6f4746 (origin/main, origin/HEAD) 2014-04-10 ~ Make ReflectorImpl use mailboxes <(fix_typo, chap2) * 41290e02b7 2014-04-10 ~ don't use glibc-specific execinfo.h on uclibc builds * a76fde7b7b 2014-04-10 ~ [fsp] Add requestUnmount() method together with the request manager. * 9de7a713b3 2014-04-10 ~ linux_aura: Use system configuration for middle clicking the titlebar. @@ -1632,7 +1628,7 @@ by checking out the
diff --git a/man/html/git-cl.html b/man/html/git-cl.html index 6218a4d24..da6f7ae53 100644 --- a/man/html/git-cl.html +++ b/man/html/git-cl.html @@ -1028,7 +1028,7 @@ by checking out the diff --git a/man/html/git-footers.html b/man/html/git-footers.html index b5dbd59be..86cab7f3b 100644 --- a/man/html/git-footers.html +++ b/man/html/git-footers.html @@ -877,7 +877,7 @@ by checking out the diff --git a/man/html/git-freeze.html b/man/html/git-freeze.html index 83865d4f3..a343d3ae6 100644 --- a/man/html/git-freeze.html +++ b/man/html/git-freeze.html @@ -794,7 +794,7 @@ time you ran git freeze (freshly modified files, new files, etc.).

$ git status --short $ git log -n 2 --stat -commit 55c698324d4c37b38d1ea26563ce426697fef9f3 +commit f879ba5dc5c9ca32736938865f85e0d257bc3a0e Author: local <local@chromium.org> Date: Thu Apr 10 08:54:56 2014 +0000 @@ -806,7 +806,7 @@ Date: Thu Apr 10 08:54:56 2014 +0000 unstaged_deleted_file | 1 - 4 files changed, 2 insertions(+), 1 deletion(-) -commit 167fdf864347ccf1ed359381653b90423b92888d +commit 1288ea0739d12aa67b785a672769bd6edf483666 Author: local <local@chromium.org> Date: Thu Apr 10 08:54:56 2014 +0000 @@ -859,7 +859,7 @@ by checking out the
diff --git a/man/html/git-hyper-blame.html b/man/html/git-hyper-blame.html index a32ca7cea..cc352097d 100644 --- a/man/html/git-hyper-blame.html +++ b/man/html/git-hyper-blame.html @@ -873,7 +873,7 @@ by checking out the diff --git a/man/html/git-map-branches.html b/man/html/git-map-branches.html index 9c658cc03..706eaa408 100644 --- a/man/html/git-map-branches.html +++ b/man/html/git-map-branches.html @@ -901,7 +901,7 @@ by checking out the diff --git a/man/html/git-map.html b/man/html/git-map.html index b5ccf26d3..6be4ece42 100644 --- a/man/html/git-map.html +++ b/man/html/git-map.html @@ -882,7 +882,7 @@ by checking out the diff --git a/man/html/git-mark-merge-base.html b/man/html/git-mark-merge-base.html index d12a078ed..5fd09b297 100644 --- a/man/html/git-mark-merge-base.html +++ b/man/html/git-mark-merge-base.html @@ -821,7 +821,7 @@ by checking out the diff --git a/man/html/git-nav-downstream.html b/man/html/git-nav-downstream.html index 34c17fa39..92f1eb6d6 100644 --- a/man/html/git-nav-downstream.html +++ b/man/html/git-nav-downstream.html @@ -843,7 +843,7 @@ by checking out the diff --git a/man/html/git-nav-upstream.html b/man/html/git-nav-upstream.html index bfca92939..1a3a25098 100644 --- a/man/html/git-nav-upstream.html +++ b/man/html/git-nav-upstream.html @@ -853,7 +853,7 @@ by checking out the diff --git a/man/html/git-new-branch.html b/man/html/git-new-branch.html index 2bf6e264b..fa022e215 100644 --- a/man/html/git-new-branch.html +++ b/man/html/git-new-branch.html @@ -972,7 +972,7 @@ by checking out the diff --git a/man/html/git-rebase-update.html b/man/html/git-rebase-update.html index 91b5c276e..516ee57dc 100644 --- a/man/html/git-rebase-update.html +++ b/man/html/git-rebase-update.html @@ -973,7 +973,7 @@ by checking out the diff --git a/man/html/git-rename-branch.html b/man/html/git-rename-branch.html index 07caa03fd..d451f947c 100644 --- a/man/html/git-rename-branch.html +++ b/man/html/git-rename-branch.html @@ -789,7 +789,7 @@ by checking out the diff --git a/man/html/git-reparent-branch.html b/man/html/git-reparent-branch.html index c782f0e64..3fac0c6cf 100644 --- a/man/html/git-reparent-branch.html +++ b/man/html/git-reparent-branch.html @@ -842,7 +842,7 @@ by checking out the diff --git a/man/html/git-retry.html b/man/html/git-retry.html index dd14cdad5..8ba5cc93f 100644 --- a/man/html/git-retry.html +++ b/man/html/git-retry.html @@ -853,7 +853,7 @@ by checking out the diff --git a/man/html/git-squash-branch.html b/man/html/git-squash-branch.html index 4dc2a6df3..ac3a8dedc 100644 --- a/man/html/git-squash-branch.html +++ b/man/html/git-squash-branch.html @@ -815,7 +815,7 @@ verify that the conflict diff is what you expected (and then skip it with | * 27abea4b40 (spleen_tag) 2014-04-10 ~ Refactor spleen | * d8abe739e3 2014-04-10 ~ Add widget |/ -* beec6f4746 (origin/main, origin/HEAD) 2014-04-10 ~ Make ReflectorImpl use mailboxes <(fixit, cool_feature) +* beec6f4746 (origin/main, origin/HEAD) 2014-04-10 ~ Make ReflectorImpl use mailboxes <(cool_feature, fixit) * 41290e02b7 2014-04-10 ~ don't use glibc-specific execinfo.h on uclibc builds * a76fde7b7b 2014-04-10 ~ [fsp] Add requestUnmount() method together with the request manager. * 9de7a713b3 2014-04-10 ~ linux_aura: Use system configuration for middle clicking the titlebar. @@ -837,7 +837,7 @@ verify that the conflict diff is what you expected (and then skip it with | * 27abea4b40 (spleen_tag) 2014-04-10 ~ Refactor spleen | * d8abe739e3 2014-04-10 ~ Add widget |/ -* beec6f4746 (origin/main, origin/HEAD) 2014-04-10 ~ Make ReflectorImpl use mailboxes <(cool_feature, fixit) +* beec6f4746 (origin/main, origin/HEAD) 2014-04-10 ~ Make ReflectorImpl use mailboxes <(fixit, cool_feature) * 41290e02b7 2014-04-10 ~ don't use glibc-specific execinfo.h on uclibc builds * a76fde7b7b 2014-04-10 ~ [fsp] Add requestUnmount() method together with the request manager. * 9de7a713b3 2014-04-10 ~ linux_aura: Use system configuration for middle clicking the titlebar. @@ -878,7 +878,7 @@ by checking out the diff --git a/man/html/git-thaw.html b/man/html/git-thaw.html index a23df6dae..d6e1eb21b 100644 --- a/man/html/git-thaw.html +++ b/man/html/git-thaw.html @@ -789,7 +789,7 @@ by checking out the diff --git a/man/html/git-upstream-diff.html b/man/html/git-upstream-diff.html index 1d1509124..ab47976c6 100644 --- a/man/html/git-upstream-diff.html +++ b/man/html/git-upstream-diff.html @@ -918,7 +918,7 @@ by checking out the diff --git a/man/man1/git-cl.1 b/man/man1/git-cl.1 index d5e5c1e64..f589f31b5 100644 --- a/man/man1/git-cl.1 +++ b/man/man1/git-cl.1 @@ -2,12 +2,12 @@ .\" Title: git-cl .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 02/14/2025 +.\" Date: 02/18/2025 .\" Manual: Chromium depot_tools Manual -.\" Source: depot_tools c0328fd4 +.\" Source: depot_tools 6cf251b5 .\" Language: English .\" -.TH "GIT\-CL" "1" "02/14/2025" "depot_tools c0328fd4" "Chromium depot_tools Manual" +.TH "GIT\-CL" "1" "02/18/2025" "depot_tools 6cf251b5" "Chromium depot_tools Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man1/git-footers.1 b/man/man1/git-footers.1 index b256dc490..c4467427f 100644 --- a/man/man1/git-footers.1 +++ b/man/man1/git-footers.1 @@ -2,12 +2,12 @@ .\" Title: git-footers .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 02/14/2025 +.\" Date: 02/18/2025 .\" Manual: Chromium depot_tools Manual -.\" Source: depot_tools c0328fd4 +.\" Source: depot_tools 6cf251b5 .\" Language: English .\" -.TH "GIT\-FOOTERS" "1" "02/14/2025" "depot_tools c0328fd4" "Chromium depot_tools Manual" +.TH "GIT\-FOOTERS" "1" "02/18/2025" "depot_tools 6cf251b5" "Chromium depot_tools Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man1/git-freeze.1 b/man/man1/git-freeze.1 index 80e2c8303..4ef5381fc 100644 --- a/man/man1/git-freeze.1 +++ b/man/man1/git-freeze.1 @@ -2,12 +2,12 @@ .\" Title: git-freeze .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 02/14/2025 +.\" Date: 02/18/2025 .\" Manual: Chromium depot_tools Manual -.\" Source: depot_tools c0328fd4 +.\" Source: depot_tools 6cf251b5 .\" Language: English .\" -.TH "GIT\-FREEZE" "1" "02/14/2025" "depot_tools c0328fd4" "Chromium depot_tools Manual" +.TH "GIT\-FREEZE" "1" "02/18/2025" "depot_tools 6cf251b5" "Chromium depot_tools Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -63,7 +63,7 @@ D deleted_file \fB$ git status \-\-short\fR \fB$ git log \-n 2 \-\-stat\fR -commit 0421a3e5612a3ca244cc0c48cdbdc6158ab35194 +commit 99b93ff68bad103a5fc79292f6d4e9f9d843bec8 Author: local Date: Thu Apr 10 08:54:56 2014 +0000 @@ -75,7 +75,7 @@ Date: Thu Apr 10 08:54:56 2014 +0000 unstaged_deleted_file | 1 \- 4 files changed, 2 insertions(+), 1 deletion(\-) -commit ab5825855b37d4c7530f37039ff8b5ecd3babf68 +commit 8823cc046c2cd02dac18d409c7f62ade8a1b98a3 Author: local Date: Thu Apr 10 08:54:56 2014 +0000 diff --git a/man/man1/git-hyper-blame.1 b/man/man1/git-hyper-blame.1 index d2875ad3c..c7b0c5996 100644 --- a/man/man1/git-hyper-blame.1 +++ b/man/man1/git-hyper-blame.1 @@ -2,12 +2,12 @@ .\" Title: git-hyper-blame .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 02/14/2025 +.\" Date: 02/18/2025 .\" Manual: Chromium depot_tools Manual -.\" Source: depot_tools c0328fd4 +.\" Source: depot_tools 6cf251b5 .\" Language: English .\" -.TH "GIT\-HYPER\-BLAME" "1" "02/14/2025" "depot_tools c0328fd4" "Chromium depot_tools Manual" +.TH "GIT\-HYPER\-BLAME" "1" "02/18/2025" "depot_tools 6cf251b5" "Chromium depot_tools Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man1/git-map-branches.1 b/man/man1/git-map-branches.1 index 54470f249..af54e39a4 100644 --- a/man/man1/git-map-branches.1 +++ b/man/man1/git-map-branches.1 @@ -2,12 +2,12 @@ .\" Title: git-map-branches .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 02/14/2025 +.\" Date: 02/18/2025 .\" Manual: Chromium depot_tools Manual -.\" Source: depot_tools c0328fd4 +.\" Source: depot_tools 6cf251b5 .\" Language: English .\" -.TH "GIT\-MAP\-BRANCHES" "1" "02/14/2025" "depot_tools c0328fd4" "Chromium depot_tools Manual" +.TH "GIT\-MAP\-BRANCHES" "1" "02/18/2025" "depot_tools 6cf251b5" "Chromium depot_tools Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man1/git-map.1 b/man/man1/git-map.1 index 600bd9aac..a3d4e5ee2 100644 --- a/man/man1/git-map.1 +++ b/man/man1/git-map.1 @@ -2,12 +2,12 @@ .\" Title: git-map .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 02/14/2025 +.\" Date: 02/18/2025 .\" Manual: Chromium depot_tools Manual -.\" Source: depot_tools c0328fd4 +.\" Source: depot_tools 6cf251b5 .\" Language: English .\" -.TH "GIT\-MAP" "1" "02/14/2025" "depot_tools c0328fd4" "Chromium depot_tools Manual" +.TH "GIT\-MAP" "1" "02/18/2025" "depot_tools 6cf251b5" "Chromium depot_tools Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man1/git-mark-merge-base.1 b/man/man1/git-mark-merge-base.1 index 19a11f097..f25683859 100644 --- a/man/man1/git-mark-merge-base.1 +++ b/man/man1/git-mark-merge-base.1 @@ -2,12 +2,12 @@ .\" Title: git-mark-merge-base .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 02/14/2025 +.\" Date: 02/18/2025 .\" Manual: Chromium depot_tools Manual -.\" Source: depot_tools c0328fd4 +.\" Source: depot_tools 6cf251b5 .\" Language: English .\" -.TH "GIT\-MARK\-MERGE\-BA" "1" "02/14/2025" "depot_tools c0328fd4" "Chromium depot_tools Manual" +.TH "GIT\-MARK\-MERGE\-BA" "1" "02/18/2025" "depot_tools 6cf251b5" "Chromium depot_tools Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man1/git-nav-downstream.1 b/man/man1/git-nav-downstream.1 index d61a618f0..abcdd5f34 100644 --- a/man/man1/git-nav-downstream.1 +++ b/man/man1/git-nav-downstream.1 @@ -2,12 +2,12 @@ .\" Title: git-nav-downstream .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 02/14/2025 +.\" Date: 02/18/2025 .\" Manual: Chromium depot_tools Manual -.\" Source: depot_tools c0328fd4 +.\" Source: depot_tools 6cf251b5 .\" Language: English .\" -.TH "GIT\-NAV\-DOWNSTREAM" "1" "02/14/2025" "depot_tools c0328fd4" "Chromium depot_tools Manual" +.TH "GIT\-NAV\-DOWNSTREAM" "1" "02/18/2025" "depot_tools 6cf251b5" "Chromium depot_tools Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man1/git-nav-upstream.1 b/man/man1/git-nav-upstream.1 index 6ea0c158a..719287e33 100644 --- a/man/man1/git-nav-upstream.1 +++ b/man/man1/git-nav-upstream.1 @@ -2,12 +2,12 @@ .\" Title: git-nav-upstream .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 02/14/2025 +.\" Date: 02/18/2025 .\" Manual: Chromium depot_tools Manual -.\" Source: depot_tools c0328fd4 +.\" Source: depot_tools 6cf251b5 .\" Language: English .\" -.TH "GIT\-NAV\-UPSTREAM" "1" "02/14/2025" "depot_tools c0328fd4" "Chromium depot_tools Manual" +.TH "GIT\-NAV\-UPSTREAM" "1" "02/18/2025" "depot_tools 6cf251b5" "Chromium depot_tools Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man1/git-new-branch.1 b/man/man1/git-new-branch.1 index 3020ffdf6..9198087b7 100644 --- a/man/man1/git-new-branch.1 +++ b/man/man1/git-new-branch.1 @@ -2,12 +2,12 @@ .\" Title: git-new-branch .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 02/14/2025 +.\" Date: 02/18/2025 .\" Manual: Chromium depot_tools Manual -.\" Source: depot_tools c0328fd4 +.\" Source: depot_tools 6cf251b5 .\" Language: English .\" -.TH "GIT\-NEW\-BRANCH" "1" "02/14/2025" "depot_tools c0328fd4" "Chromium depot_tools Manual" +.TH "GIT\-NEW\-BRANCH" "1" "02/18/2025" "depot_tools 6cf251b5" "Chromium depot_tools Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man1/git-rebase-update.1 b/man/man1/git-rebase-update.1 index 3c8f4b542..f5c62f59a 100644 --- a/man/man1/git-rebase-update.1 +++ b/man/man1/git-rebase-update.1 @@ -2,12 +2,12 @@ .\" Title: git-rebase-update .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 02/14/2025 +.\" Date: 02/18/2025 .\" Manual: Chromium depot_tools Manual -.\" Source: depot_tools c0328fd4 +.\" Source: depot_tools 6cf251b5 .\" Language: English .\" -.TH "GIT\-REBASE\-UPDATE" "1" "02/14/2025" "depot_tools c0328fd4" "Chromium depot_tools Manual" +.TH "GIT\-REBASE\-UPDATE" "1" "02/18/2025" "depot_tools 6cf251b5" "Chromium depot_tools Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man1/git-rename-branch.1 b/man/man1/git-rename-branch.1 index 60719b080..ff38aabb8 100644 --- a/man/man1/git-rename-branch.1 +++ b/man/man1/git-rename-branch.1 @@ -2,12 +2,12 @@ .\" Title: git-rename-branch .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 02/14/2025 +.\" Date: 02/18/2025 .\" Manual: Chromium depot_tools Manual -.\" Source: depot_tools c0328fd4 +.\" Source: depot_tools 6cf251b5 .\" Language: English .\" -.TH "GIT\-RENAME\-BRANCH" "1" "02/14/2025" "depot_tools c0328fd4" "Chromium depot_tools Manual" +.TH "GIT\-RENAME\-BRANCH" "1" "02/18/2025" "depot_tools 6cf251b5" "Chromium depot_tools Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man1/git-reparent-branch.1 b/man/man1/git-reparent-branch.1 index e74b0b21d..86441c0ec 100644 --- a/man/man1/git-reparent-branch.1 +++ b/man/man1/git-reparent-branch.1 @@ -2,12 +2,12 @@ .\" Title: git-reparent-branch .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 02/14/2025 +.\" Date: 02/18/2025 .\" Manual: Chromium depot_tools Manual -.\" Source: depot_tools c0328fd4 +.\" Source: depot_tools 6cf251b5 .\" Language: English .\" -.TH "GIT\-REPARENT\-BRANC" "1" "02/14/2025" "depot_tools c0328fd4" "Chromium depot_tools Manual" +.TH "GIT\-REPARENT\-BRANC" "1" "02/18/2025" "depot_tools 6cf251b5" "Chromium depot_tools Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man1/git-retry.1 b/man/man1/git-retry.1 index d27f57483..536079046 100644 --- a/man/man1/git-retry.1 +++ b/man/man1/git-retry.1 @@ -2,12 +2,12 @@ .\" Title: git-retry .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 02/14/2025 +.\" Date: 02/18/2025 .\" Manual: Chromium depot_tools Manual -.\" Source: depot_tools c0328fd4 +.\" Source: depot_tools 6cf251b5 .\" Language: English .\" -.TH "GIT\-RETRY" "1" "02/14/2025" "depot_tools c0328fd4" "Chromium depot_tools Manual" +.TH "GIT\-RETRY" "1" "02/18/2025" "depot_tools 6cf251b5" "Chromium depot_tools Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man1/git-squash-branch.1 b/man/man1/git-squash-branch.1 index 26fecd91e..572a88370 100644 --- a/man/man1/git-squash-branch.1 +++ b/man/man1/git-squash-branch.1 @@ -2,12 +2,12 @@ .\" Title: git-squash-branch .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 02/14/2025 +.\" Date: 02/18/2025 .\" Manual: Chromium depot_tools Manual -.\" Source: depot_tools c0328fd4 +.\" Source: depot_tools 6cf251b5 .\" Language: English .\" -.TH "GIT\-SQUASH\-BRANCH" "1" "02/14/2025" "depot_tools c0328fd4" "Chromium depot_tools Manual" +.TH "GIT\-SQUASH\-BRANCH" "1" "02/18/2025" "depot_tools 6cf251b5" "Chromium depot_tools Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -68,7 +68,7 @@ Optional message to use for the first line of the squashed commit\&. If omitted, | * \fB27abea4b40\fR \fB(spleen_tag\fR\fB) \fR2014\-04\-10 ~ Refactor spleen | * \fBd8abe739e3\fR 2014\-04\-10 ~ Add widget |/ -* \fBbeec6f4746\fR \fB(origin/main\fR\fB, origin/HEAD\fR\fB) \fR2014\-04\-10 ~ Make ReflectorImpl use mailboxes <(\fBfixit, cool_feature\fR) +* \fBbeec6f4746\fR \fB(origin/main\fR\fB, origin/HEAD\fR\fB) \fR2014\-04\-10 ~ Make ReflectorImpl use mailboxes <(\fBcool_feature, fixit\fR) * \fB41290e02b7\fR 2014\-04\-10 ~ don\*(Aqt use glibc\-specific execinfo\&.h on uclibc builds * \fBa76fde7b7b\fR 2014\-04\-10 ~ [fsp] Add requestUnmount() method together with the request manager\&. * \fB9de7a713b3\fR 2014\-04\-10 ~ linux_aura: Use system configuration for middle clicking the titlebar\&. @@ -90,7 +90,7 @@ Optional message to use for the first line of the squashed commit\&. If omitted, | * \fB27abea4b40\fR \fB(spleen_tag\fR\fB) \fR2014\-04\-10 ~ Refactor spleen | * \fBd8abe739e3\fR 2014\-04\-10 ~ Add widget |/ -* \fBbeec6f4746\fR \fB(origin/main\fR\fB, origin/HEAD\fR\fB) \fR2014\-04\-10 ~ Make ReflectorImpl use mailboxes <(\fBfixit, cool_feature\fR) +* \fBbeec6f4746\fR \fB(origin/main\fR\fB, origin/HEAD\fR\fB) \fR2014\-04\-10 ~ Make ReflectorImpl use mailboxes <(\fBcool_feature, fixit\fR) * \fB41290e02b7\fR 2014\-04\-10 ~ don\*(Aqt use glibc\-specific execinfo\&.h on uclibc builds * \fBa76fde7b7b\fR 2014\-04\-10 ~ [fsp] Add requestUnmount() method together with the request manager\&. * \fB9de7a713b3\fR 2014\-04\-10 ~ linux_aura: Use system configuration for middle clicking the titlebar\&. diff --git a/man/man1/git-thaw.1 b/man/man1/git-thaw.1 index 2ff323ab6..a989bf4fe 100644 --- a/man/man1/git-thaw.1 +++ b/man/man1/git-thaw.1 @@ -2,12 +2,12 @@ .\" Title: git-thaw .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 02/14/2025 +.\" Date: 02/18/2025 .\" Manual: Chromium depot_tools Manual -.\" Source: depot_tools c0328fd4 +.\" Source: depot_tools 6cf251b5 .\" Language: English .\" -.TH "GIT\-THAW" "1" "02/14/2025" "depot_tools c0328fd4" "Chromium depot_tools Manual" +.TH "GIT\-THAW" "1" "02/18/2025" "depot_tools 6cf251b5" "Chromium depot_tools Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man1/git-upstream-diff.1 b/man/man1/git-upstream-diff.1 index dc4b4d1ec..13f095fd0 100644 --- a/man/man1/git-upstream-diff.1 +++ b/man/man1/git-upstream-diff.1 @@ -2,12 +2,12 @@ .\" Title: git-upstream-diff .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 02/14/2025 +.\" Date: 02/18/2025 .\" Manual: Chromium depot_tools Manual -.\" Source: depot_tools c0328fd4 +.\" Source: depot_tools 6cf251b5 .\" Language: English .\" -.TH "GIT\-UPSTREAM\-DIFF" "1" "02/14/2025" "depot_tools c0328fd4" "Chromium depot_tools Manual" +.TH "GIT\-UPSTREAM\-DIFF" "1" "02/18/2025" "depot_tools 6cf251b5" "Chromium depot_tools Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man7/depot_tools.7 b/man/man7/depot_tools.7 index 6fec97f5f..e791e0ace 100644 --- a/man/man7/depot_tools.7 +++ b/man/man7/depot_tools.7 @@ -2,12 +2,12 @@ .\" Title: depot_tools .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 02/14/2025 +.\" Date: 02/18/2025 .\" Manual: Chromium depot_tools Manual -.\" Source: depot_tools c0328fd4 +.\" Source: depot_tools 6cf251b5 .\" Language: English .\" -.TH "DEPOT_TOOLS" "7" "02/14/2025" "depot_tools c0328fd4" "Chromium depot_tools Manual" +.TH "DEPOT_TOOLS" "7" "02/18/2025" "depot_tools 6cf251b5" "Chromium depot_tools Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/man7/depot_tools_tutorial.7 b/man/man7/depot_tools_tutorial.7 index 9e07db544..9c553f3f2 100644 --- a/man/man7/depot_tools_tutorial.7 +++ b/man/man7/depot_tools_tutorial.7 @@ -2,12 +2,12 @@ .\" Title: depot_tools_tutorial .\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author] .\" Generator: DocBook XSL Stylesheets vsnapshot -.\" Date: 02/14/2025 +.\" Date: 02/18/2025 .\" Manual: Chromium depot_tools Manual -.\" Source: depot_tools c0328fd4 +.\" Source: depot_tools 6cf251b5 .\" Language: English .\" -.TH "DEPOT_TOOLS_TUTORIAL" "7" "02/14/2025" "depot_tools c0328fd4" "Chromium depot_tools Manual" +.TH "DEPOT_TOOLS_TUTORIAL" "7" "02/18/2025" "depot_tools 6cf251b5" "Chromium depot_tools Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- diff --git a/man/src/depot_tools_tutorial.txt b/man/src/depot_tools_tutorial.txt index eec4b315f..ff7cb7bd9 100644 --- a/man/src/depot_tools_tutorial.txt +++ b/man/src/depot_tools_tutorial.txt @@ -87,17 +87,20 @@ in your `~/.bashrc` or `~/.zshrc`). Assuming you cloned 'depot_tools' to ifdef::backend-xhtml11[] WINDOWS ^^^^^^^ -Download the 'depot_tools' -link:https://storage.googleapis.com/chrome-infra/depot_tools.zip[bundle] and -extract it somewhere. +Download and install Git for Windows from https://git-scm.com/downloads/win. -[WARNING] -*DO NOT* use drag-n-drop or copy-n-paste extract from Explorer, this will not -extract the hidden ``.git'' folder which is necessary for 'depot_tools' to -autoupdate itself. You can use ``Extract all...'' from the context menu though. +From a command shell, navigate to the directory where you want to put +'depot_tools' and clone the 'depot_tools' repository. For example, if you +want 'depot_tools' to be cloned to `C:\workspace\depot_tools`: + +[subs="quotes"] +---- +[white]**$ cd C:\workspace** +[white]**$ git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git** +---- Add 'depot_tools' to the 'front' of your PATH (must be ahead of any installs of -Python). Assuming you unzipped the bundle to `C:\workspace\depot_tools`: +Python). Assuming you cloned 'depot_tools' to `C:\workspace\depot_tools`: With Administrator access: :: *Control Panel -> System and Security -> System -> Advanced system settings*