diff --git a/.github/workflows/update-git-version-and-manual-pages.yml b/.github/workflows/update-git-version-and-manual-pages.yml index cbddc54ee4..2677d4dd64 100644 --- a/.github/workflows/update-git-version-and-manual-pages.yml +++ b/.github/workflows/update-git-version-and-manual-pages.yml @@ -80,7 +80,7 @@ jobs: id: manual-pages if: steps.commit.outputs.result != '' || inputs.force-rebuild == true run: | - git add -A external/docs && + git add -A external/docs static/js/glossary && if test true = '${{ inputs.force-rebuild }}' && git diff-index --cached --quiet HEAD -- then echo '::notice::A manual pages rebuild was requested but resulted in no changes' >&2 diff --git a/.github/workflows/update-translated-manual-pages.yml b/.github/workflows/update-translated-manual-pages.yml index 678ccfe037..da2ef1bd01 100644 --- a/.github/workflows/update-translated-manual-pages.yml +++ b/.github/workflows/update-translated-manual-pages.yml @@ -65,7 +65,7 @@ jobs: run: | mkdir -p external/docs/sync && git -C '${{ runner.temp }}/git-html-l10n' rev-parse HEAD >external/docs/sync/git-html-l10n.sha && - git add external/docs/sync/git-html-l10n.sha && + git add external/docs/sync/git-html-l10n.sha static/js/glossary && git add -A external/docs && if test true = '${{ inputs.force-rebuild }}' && git diff-index --cached --quiet HEAD -- diff --git a/assets/sass/reference.scss b/assets/sass/reference.scss index 4873a402c8..52cd0f4091 100644 --- a/assets/sass/reference.scss +++ b/assets/sass/reference.scss @@ -57,6 +57,51 @@ h3.plumbing { @include background-image-2x($baseurl + "images/icons/plumbing-sm", 17px, 14px, 2px 50%); } +.tooltip { + position: absolute; + /* invisible padding to make it easier to enter with the mouse */ + padding: 15px; + visibility: hidden; + + .tooltip-content { + background: white; + border: 1px solid #ccc; + border-radius: 4px; + padding: 10px; + box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); + max-width: 300px; + font-size: 14px; + line-height: 1.4; + } +} + +.tooltip.show { + visibility: visible; +} + +.expand-icon { + position: absolute; + top: 8px; + right: 8px; + text-decoration: none; + + img { + width: 16px; + height: 16px; + opacity: 0.6; + } + + &:hover img { + opacity: 1; + } +} + +.hover-term { + cursor: help; + text-decoration: underline dotted; + -webkit-text-decoration: underline dotted; +} + // § section sign anchor links #content { h1>a.anchor, diff --git a/external/docs/content/docs/CodingGuidelines.html b/external/docs/content/docs/CodingGuidelines.html index d5665fe6bc..bc64e99255 100644 --- a/external/docs/content/docs/CodingGuidelines.html +++ b/external/docs/content/docs/CodingGuidelines.html @@ -1341,7 +1341,7 @@
Placeholders are spelled in lowercase and enclosed in
 angle brackets surrounded by underscores:
   _<file>_
-  _<commit>_
+ _<commit>_
@@ -1371,7 +1371,7 @@ the content. `--jobs <n>` `--sort=<key>` - `<directory>/.git` + `<directory>/.git` `remote.<name>.mirror` `ssh://[<user>@]<host>[:<port>]/<path-to-git-repo>`
@@ -1428,7 +1428,7 @@
An optional parameter needs to be typeset with unconstrained pairs
-  [<repository>]
+ [<repository>]
@@ -1478,14 +1478,14 @@
-
[(-p <parent>)...]
-(Any number of option -p, each with one <parent> argument.)
+
[(-p <parent>)...]
+(Any number of option -p, each with one <parent> argument.)
-
git remote set-head <name> (-a|-d|<branch>)
-(One and only one of "-a", "-d" or "<branch>" _must_ (no square
+
git remote set-head <name> (-a|-d|<branch>)
+(One and only one of "-a", "-d" or "<branch>" _must_ (no square
 brackets) be provided.)
diff --git a/external/docs/content/docs/CodingGuidelines/2.0.5.html b/external/docs/content/docs/CodingGuidelines/2.0.5.html index 7e52001ed0..f61566d756 100644 --- a/external/docs/content/docs/CodingGuidelines/2.0.5.html +++ b/external/docs/content/docs/CodingGuidelines/2.0.5.html @@ -515,14 +515,14 @@
-
[(-p <parent>)...]
-(Any number of option -p, each with one <parent> argument.)
+
[(-p <parent>)...]
+(Any number of option -p, each with one <parent> argument.)
-
git remote set-head <name> (-a | -d | <branch>)
-(One and only one of "-a", "-d" or "<branch>" _must_ (no square
+
git remote set-head <name> (-a | -d | <branch>)
+(One and only one of "-a", "-d" or "<branch>" _must_ (no square
 brackets) be provided.)
diff --git a/external/docs/content/docs/CodingGuidelines/2.1.4.html b/external/docs/content/docs/CodingGuidelines/2.1.4.html index 16f9dc4414..b02eb44053 100644 --- a/external/docs/content/docs/CodingGuidelines/2.1.4.html +++ b/external/docs/content/docs/CodingGuidelines/2.1.4.html @@ -742,14 +742,14 @@
-
[(-p <parent>)...]
-(Any number of option -p, each with one <parent> argument.)
+
[(-p <parent>)...]
+(Any number of option -p, each with one <parent> argument.)
-
git remote set-head <name> (-a | -d | <branch>)
-(One and only one of "-a", "-d" or "<branch>" _must_ (no square
+
git remote set-head <name> (-a | -d | <branch>)
+(One and only one of "-a", "-d" or "<branch>" _must_ (no square
 brackets) be provided.)
diff --git a/external/docs/content/docs/CodingGuidelines/2.11.4.html b/external/docs/content/docs/CodingGuidelines/2.11.4.html index 412d0770c8..b3042f4f90 100644 --- a/external/docs/content/docs/CodingGuidelines/2.11.4.html +++ b/external/docs/content/docs/CodingGuidelines/2.11.4.html @@ -840,14 +840,14 @@
-
[(-p <parent>)...]
-(Any number of option -p, each with one <parent> argument.)
+
[(-p <parent>)...]
+(Any number of option -p, each with one <parent> argument.)
-
git remote set-head <name> (-a | -d | <branch>)
-(One and only one of "-a", "-d" or "<branch>" _must_ (no square
+
git remote set-head <name> (-a | -d | <branch>)
+(One and only one of "-a", "-d" or "<branch>" _must_ (no square
 brackets) be provided.)
diff --git a/external/docs/content/docs/CodingGuidelines/2.13.7.html b/external/docs/content/docs/CodingGuidelines/2.13.7.html index 79994f0870..64389bcbae 100644 --- a/external/docs/content/docs/CodingGuidelines/2.13.7.html +++ b/external/docs/content/docs/CodingGuidelines/2.13.7.html @@ -842,14 +842,14 @@
-
[(-p <parent>)...]
-(Any number of option -p, each with one <parent> argument.)
+
[(-p <parent>)...]
+(Any number of option -p, each with one <parent> argument.)
-
git remote set-head <name> (-a | -d | <branch>)
-(One and only one of "-a", "-d" or "<branch>" _must_ (no square
+
git remote set-head <name> (-a | -d | <branch>)
+(One and only one of "-a", "-d" or "<branch>" _must_ (no square
 brackets) be provided.)
diff --git a/external/docs/content/docs/CodingGuidelines/2.17.0.html b/external/docs/content/docs/CodingGuidelines/2.17.0.html index b5352e34a3..8196c449e0 100644 --- a/external/docs/content/docs/CodingGuidelines/2.17.0.html +++ b/external/docs/content/docs/CodingGuidelines/2.17.0.html @@ -859,14 +859,14 @@
-
[(-p <parent>)...]
-(Any number of option -p, each with one <parent> argument.)
+
[(-p <parent>)...]
+(Any number of option -p, each with one <parent> argument.)
-
git remote set-head <name> (-a | -d | <branch>)
-(One and only one of "-a", "-d" or "<branch>" _must_ (no square
+
git remote set-head <name> (-a | -d | <branch>)
+(One and only one of "-a", "-d" or "<branch>" _must_ (no square
 brackets) be provided.)
diff --git a/external/docs/content/docs/CodingGuidelines/2.19.2.html b/external/docs/content/docs/CodingGuidelines/2.19.2.html index 4600ba671f..cfda2728e9 100644 --- a/external/docs/content/docs/CodingGuidelines/2.19.2.html +++ b/external/docs/content/docs/CodingGuidelines/2.19.2.html @@ -852,14 +852,14 @@
-
[(-p <parent>)...]
-(Any number of option -p, each with one <parent> argument.)
+
[(-p <parent>)...]
+(Any number of option -p, each with one <parent> argument.)
-
git remote set-head <name> (-a | -d | <branch>)
-(One and only one of "-a", "-d" or "<branch>" _must_ (no square
+
git remote set-head <name> (-a | -d | <branch>)
+(One and only one of "-a", "-d" or "<branch>" _must_ (no square
 brackets) be provided.)
diff --git a/external/docs/content/docs/CodingGuidelines/2.20.0.html b/external/docs/content/docs/CodingGuidelines/2.20.0.html index 746736ef28..609cbb949f 100644 --- a/external/docs/content/docs/CodingGuidelines/2.20.0.html +++ b/external/docs/content/docs/CodingGuidelines/2.20.0.html @@ -883,14 +883,14 @@
-
[(-p <parent>)...]
-(Any number of option -p, each with one <parent> argument.)
+
[(-p <parent>)...]
+(Any number of option -p, each with one <parent> argument.)
-
git remote set-head <name> (-a | -d | <branch>)
-(One and only one of "-a", "-d" or "<branch>" _must_ (no square
+
git remote set-head <name> (-a | -d | <branch>)
+(One and only one of "-a", "-d" or "<branch>" _must_ (no square
 brackets) be provided.)
diff --git a/external/docs/content/docs/CodingGuidelines/2.22.0.html b/external/docs/content/docs/CodingGuidelines/2.22.0.html index 601abe0fb1..6c2435778b 100644 --- a/external/docs/content/docs/CodingGuidelines/2.22.0.html +++ b/external/docs/content/docs/CodingGuidelines/2.22.0.html @@ -873,14 +873,14 @@
-
[(-p <parent>)...]
-(Any number of option -p, each with one <parent> argument.)
+
[(-p <parent>)...]
+(Any number of option -p, each with one <parent> argument.)
-
git remote set-head <name> (-a | -d | <branch>)
-(One and only one of "-a", "-d" or "<branch>" _must_ (no square
+
git remote set-head <name> (-a | -d | <branch>)
+(One and only one of "-a", "-d" or "<branch>" _must_ (no square
 brackets) be provided.)
diff --git a/external/docs/content/docs/CodingGuidelines/2.22.1.html b/external/docs/content/docs/CodingGuidelines/2.22.1.html index d6c990f5e7..31e60a6231 100644 --- a/external/docs/content/docs/CodingGuidelines/2.22.1.html +++ b/external/docs/content/docs/CodingGuidelines/2.22.1.html @@ -929,14 +929,14 @@
-
[(-p <parent>)...]
-(Any number of option -p, each with one <parent> argument.)
+
[(-p <parent>)...]
+(Any number of option -p, each with one <parent> argument.)
-
git remote set-head <name> (-a | -d | <branch>)
-(One and only one of "-a", "-d" or "<branch>" _must_ (no square
+
git remote set-head <name> (-a | -d | <branch>)
+(One and only one of "-a", "-d" or "<branch>" _must_ (no square
 brackets) be provided.)
diff --git a/external/docs/content/docs/CodingGuidelines/2.25.0.html b/external/docs/content/docs/CodingGuidelines/2.25.0.html index f0e9081733..5b57c996b2 100644 --- a/external/docs/content/docs/CodingGuidelines/2.25.0.html +++ b/external/docs/content/docs/CodingGuidelines/2.25.0.html @@ -924,14 +924,14 @@
-
[(-p <parent>)...]
-(Any number of option -p, each with one <parent> argument.)
+
[(-p <parent>)...]
+(Any number of option -p, each with one <parent> argument.)
-
git remote set-head <name> (-a | -d | <branch>)
-(One and only one of "-a", "-d" or "<branch>" _must_ (no square
+
git remote set-head <name> (-a | -d | <branch>)
+(One and only one of "-a", "-d" or "<branch>" _must_ (no square
 brackets) be provided.)
diff --git a/external/docs/content/docs/CodingGuidelines/2.27.0.html b/external/docs/content/docs/CodingGuidelines/2.27.0.html index bbadb8dfe5..6db176f8d1 100644 --- a/external/docs/content/docs/CodingGuidelines/2.27.0.html +++ b/external/docs/content/docs/CodingGuidelines/2.27.0.html @@ -930,14 +930,14 @@
-
[(-p <parent>)...]
-(Any number of option -p, each with one <parent> argument.)
+
[(-p <parent>)...]
+(Any number of option -p, each with one <parent> argument.)
-
git remote set-head <name> (-a | -d | <branch>)
-(One and only one of "-a", "-d" or "<branch>" _must_ (no square
+
git remote set-head <name> (-a | -d | <branch>)
+(One and only one of "-a", "-d" or "<branch>" _must_ (no square
 brackets) be provided.)
diff --git a/external/docs/content/docs/CodingGuidelines/2.28.0.html b/external/docs/content/docs/CodingGuidelines/2.28.0.html index b37adc6919..d444fce517 100644 --- a/external/docs/content/docs/CodingGuidelines/2.28.0.html +++ b/external/docs/content/docs/CodingGuidelines/2.28.0.html @@ -947,14 +947,14 @@
-
[(-p <parent>)...]
-(Any number of option -p, each with one <parent> argument.)
+
[(-p <parent>)...]
+(Any number of option -p, each with one <parent> argument.)
-
git remote set-head <name> (-a | -d | <branch>)
-(One and only one of "-a", "-d" or "<branch>" _must_ (no square
+
git remote set-head <name> (-a | -d | <branch>)
+(One and only one of "-a", "-d" or "<branch>" _must_ (no square
 brackets) be provided.)
diff --git a/external/docs/content/docs/CodingGuidelines/2.3.10.html b/external/docs/content/docs/CodingGuidelines/2.3.10.html index 315d72f5c1..03b68e392c 100644 --- a/external/docs/content/docs/CodingGuidelines/2.3.10.html +++ b/external/docs/content/docs/CodingGuidelines/2.3.10.html @@ -782,14 +782,14 @@
-
[(-p <parent>)...]
-(Any number of option -p, each with one <parent> argument.)
+
[(-p <parent>)...]
+(Any number of option -p, each with one <parent> argument.)
-
git remote set-head <name> (-a | -d | <branch>)
-(One and only one of "-a", "-d" or "<branch>" _must_ (no square
+
git remote set-head <name> (-a | -d | <branch>)
+(One and only one of "-a", "-d" or "<branch>" _must_ (no square
 brackets) be provided.)
diff --git a/external/docs/content/docs/CodingGuidelines/2.32.0.html b/external/docs/content/docs/CodingGuidelines/2.32.0.html index c2d875517e..7315b456cf 100644 --- a/external/docs/content/docs/CodingGuidelines/2.32.0.html +++ b/external/docs/content/docs/CodingGuidelines/2.32.0.html @@ -941,14 +941,14 @@
-
[(-p <parent>)...]
-(Any number of option -p, each with one <parent> argument.)
+
[(-p <parent>)...]
+(Any number of option -p, each with one <parent> argument.)
-
git remote set-head <name> (-a | -d | <branch>)
-(One and only one of "-a", "-d" or "<branch>" _must_ (no square
+
git remote set-head <name> (-a | -d | <branch>)
+(One and only one of "-a", "-d" or "<branch>" _must_ (no square
 brackets) be provided.)
diff --git a/external/docs/content/docs/CodingGuidelines/2.33.0.html b/external/docs/content/docs/CodingGuidelines/2.33.0.html index cf9be1996c..5128abcd0c 100644 --- a/external/docs/content/docs/CodingGuidelines/2.33.0.html +++ b/external/docs/content/docs/CodingGuidelines/2.33.0.html @@ -1041,14 +1041,14 @@
-
[(-p <parent>)...]
-(Any number of option -p, each with one <parent> argument.)
+
[(-p <parent>)...]
+(Any number of option -p, each with one <parent> argument.)
-
git remote set-head <name> (-a | -d | <branch>)
-(One and only one of "-a", "-d" or "<branch>" _must_ (no square
+
git remote set-head <name> (-a | -d | <branch>)
+(One and only one of "-a", "-d" or "<branch>" _must_ (no square
 brackets) be provided.)
diff --git a/external/docs/content/docs/CodingGuidelines/2.35.0.html b/external/docs/content/docs/CodingGuidelines/2.35.0.html index 725804c85b..2db04d1394 100644 --- a/external/docs/content/docs/CodingGuidelines/2.35.0.html +++ b/external/docs/content/docs/CodingGuidelines/2.35.0.html @@ -1070,14 +1070,14 @@
-
[(-p <parent>)...]
-(Any number of option -p, each with one <parent> argument.)
+
[(-p <parent>)...]
+(Any number of option -p, each with one <parent> argument.)
-
git remote set-head <name> (-a | -d | <branch>)
-(One and only one of "-a", "-d" or "<branch>" _must_ (no square
+
git remote set-head <name> (-a | -d | <branch>)
+(One and only one of "-a", "-d" or "<branch>" _must_ (no square
 brackets) be provided.)
diff --git a/external/docs/content/docs/CodingGuidelines/2.36.0.html b/external/docs/content/docs/CodingGuidelines/2.36.0.html index 9dfa455324..b47b187294 100644 --- a/external/docs/content/docs/CodingGuidelines/2.36.0.html +++ b/external/docs/content/docs/CodingGuidelines/2.36.0.html @@ -1083,14 +1083,14 @@
-
[(-p <parent>)...]
-(Any number of option -p, each with one <parent> argument.)
+
[(-p <parent>)...]
+(Any number of option -p, each with one <parent> argument.)
-
git remote set-head <name> (-a | -d | <branch>)
-(One and only one of "-a", "-d" or "<branch>" _must_ (no square
+
git remote set-head <name> (-a | -d | <branch>)
+(One and only one of "-a", "-d" or "<branch>" _must_ (no square
 brackets) be provided.)
diff --git a/external/docs/content/docs/CodingGuidelines/2.37.0.html b/external/docs/content/docs/CodingGuidelines/2.37.0.html index efd5a97f31..1e89a7047f 100644 --- a/external/docs/content/docs/CodingGuidelines/2.37.0.html +++ b/external/docs/content/docs/CodingGuidelines/2.37.0.html @@ -1072,14 +1072,14 @@
-
[(-p <parent>)...]
-(Any number of option -p, each with one <parent> argument.)
+
[(-p <parent>)...]
+(Any number of option -p, each with one <parent> argument.)
-
git remote set-head <name> (-a | -d | <branch>)
-(One and only one of "-a", "-d" or "<branch>" _must_ (no square
+
git remote set-head <name> (-a | -d | <branch>)
+(One and only one of "-a", "-d" or "<branch>" _must_ (no square
 brackets) be provided.)
diff --git a/external/docs/content/docs/CodingGuidelines/2.38.0.html b/external/docs/content/docs/CodingGuidelines/2.38.0.html index 3389446c39..2530bf787f 100644 --- a/external/docs/content/docs/CodingGuidelines/2.38.0.html +++ b/external/docs/content/docs/CodingGuidelines/2.38.0.html @@ -1066,14 +1066,14 @@
-
[(-p <parent>)...]
-(Any number of option -p, each with one <parent> argument.)
+
[(-p <parent>)...]
+(Any number of option -p, each with one <parent> argument.)
-
git remote set-head <name> (-a | -d | <branch>)
-(One and only one of "-a", "-d" or "<branch>" _must_ (no square
+
git remote set-head <name> (-a | -d | <branch>)
+(One and only one of "-a", "-d" or "<branch>" _must_ (no square
 brackets) be provided.)
diff --git a/external/docs/content/docs/CodingGuidelines/2.38.2.html b/external/docs/content/docs/CodingGuidelines/2.38.2.html index 493e94a838..fecf120edd 100644 --- a/external/docs/content/docs/CodingGuidelines/2.38.2.html +++ b/external/docs/content/docs/CodingGuidelines/2.38.2.html @@ -1089,14 +1089,14 @@
-
[(-p <parent>)...]
-(Any number of option -p, each with one <parent> argument.)
+
[(-p <parent>)...]
+(Any number of option -p, each with one <parent> argument.)
-
git remote set-head <name> (-a | -d | <branch>)
-(One and only one of "-a", "-d" or "<branch>" _must_ (no square
+
git remote set-head <name> (-a | -d | <branch>)
+(One and only one of "-a", "-d" or "<branch>" _must_ (no square
 brackets) be provided.)
diff --git a/external/docs/content/docs/CodingGuidelines/2.39.0.html b/external/docs/content/docs/CodingGuidelines/2.39.0.html index 832df9304e..3442bccb9a 100644 --- a/external/docs/content/docs/CodingGuidelines/2.39.0.html +++ b/external/docs/content/docs/CodingGuidelines/2.39.0.html @@ -1109,14 +1109,14 @@
-
[(-p <parent>)...]
-(Any number of option -p, each with one <parent> argument.)
+
[(-p <parent>)...]
+(Any number of option -p, each with one <parent> argument.)
-
git remote set-head <name> (-a | -d | <branch>)
-(One and only one of "-a", "-d" or "<branch>" _must_ (no square
+
git remote set-head <name> (-a | -d | <branch>)
+(One and only one of "-a", "-d" or "<branch>" _must_ (no square
 brackets) be provided.)
diff --git a/external/docs/content/docs/CodingGuidelines/2.4.12.html b/external/docs/content/docs/CodingGuidelines/2.4.12.html index db02c48f94..03d4732069 100644 --- a/external/docs/content/docs/CodingGuidelines/2.4.12.html +++ b/external/docs/content/docs/CodingGuidelines/2.4.12.html @@ -798,14 +798,14 @@
-
[(-p <parent>)...]
-(Any number of option -p, each with one <parent> argument.)
+
[(-p <parent>)...]
+(Any number of option -p, each with one <parent> argument.)
-
git remote set-head <name> (-a | -d | <branch>)
-(One and only one of "-a", "-d" or "<branch>" _must_ (no square
+
git remote set-head <name> (-a | -d | <branch>)
+(One and only one of "-a", "-d" or "<branch>" _must_ (no square
 brackets) be provided.)
diff --git a/external/docs/content/docs/CodingGuidelines/2.41.0.html b/external/docs/content/docs/CodingGuidelines/2.41.0.html index 3a15728ee3..412ea4fd39 100644 --- a/external/docs/content/docs/CodingGuidelines/2.41.0.html +++ b/external/docs/content/docs/CodingGuidelines/2.41.0.html @@ -1106,14 +1106,14 @@
-
[(-p <parent>)...]
-(Any number of option -p, each with one <parent> argument.)
+
[(-p <parent>)...]
+(Any number of option -p, each with one <parent> argument.)
-
git remote set-head <name> (-a | -d | <branch>)
-(One and only one of "-a", "-d" or "<branch>" _must_ (no square
+
git remote set-head <name> (-a | -d | <branch>)
+(One and only one of "-a", "-d" or "<branch>" _must_ (no square
 brackets) be provided.)
diff --git a/external/docs/content/docs/CodingGuidelines/2.42.0.html b/external/docs/content/docs/CodingGuidelines/2.42.0.html index 165174f9d6..9f277cfef4 100644 --- a/external/docs/content/docs/CodingGuidelines/2.42.0.html +++ b/external/docs/content/docs/CodingGuidelines/2.42.0.html @@ -1108,14 +1108,14 @@
-
[(-p <parent>)...]
-(Any number of option -p, each with one <parent> argument.)
+
[(-p <parent>)...]
+(Any number of option -p, each with one <parent> argument.)
-
git remote set-head <name> (-a | -d | <branch>)
-(One and only one of "-a", "-d" or "<branch>" _must_ (no square
+
git remote set-head <name> (-a | -d | <branch>)
+(One and only one of "-a", "-d" or "<branch>" _must_ (no square
 brackets) be provided.)
diff --git a/external/docs/content/docs/CodingGuidelines/2.42.1.html b/external/docs/content/docs/CodingGuidelines/2.42.1.html index 4caa742820..d6e8bec83e 100644 --- a/external/docs/content/docs/CodingGuidelines/2.42.1.html +++ b/external/docs/content/docs/CodingGuidelines/2.42.1.html @@ -1111,14 +1111,14 @@
-
[(-p <parent>)...]
-(Any number of option -p, each with one <parent> argument.)
+
[(-p <parent>)...]
+(Any number of option -p, each with one <parent> argument.)
-
git remote set-head <name> (-a | -d | <branch>)
-(One and only one of "-a", "-d" or "<branch>" _must_ (no square
+
git remote set-head <name> (-a | -d | <branch>)
+(One and only one of "-a", "-d" or "<branch>" _must_ (no square
 brackets) be provided.)
diff --git a/external/docs/content/docs/CodingGuidelines/2.43.0.html b/external/docs/content/docs/CodingGuidelines/2.43.0.html index 5b170a5aea..94b9c0c869 100644 --- a/external/docs/content/docs/CodingGuidelines/2.43.0.html +++ b/external/docs/content/docs/CodingGuidelines/2.43.0.html @@ -1108,14 +1108,14 @@
-
[(-p <parent>)...]
-(Any number of option -p, each with one <parent> argument.)
+
[(-p <parent>)...]
+(Any number of option -p, each with one <parent> argument.)
-
git remote set-head <name> (-a | -d | <branch>)
-(One and only one of "-a", "-d" or "<branch>" _must_ (no square
+
git remote set-head <name> (-a | -d | <branch>)
+(One and only one of "-a", "-d" or "<branch>" _must_ (no square
 brackets) be provided.)
diff --git a/external/docs/content/docs/CodingGuidelines/2.43.1.html b/external/docs/content/docs/CodingGuidelines/2.43.1.html index e983c06957..25470271c6 100644 --- a/external/docs/content/docs/CodingGuidelines/2.43.1.html +++ b/external/docs/content/docs/CodingGuidelines/2.43.1.html @@ -1119,14 +1119,14 @@
-
[(-p <parent>)...]
-(Any number of option -p, each with one <parent> argument.)
+
[(-p <parent>)...]
+(Any number of option -p, each with one <parent> argument.)
-
git remote set-head <name> (-a | -d | <branch>)
-(One and only one of "-a", "-d" or "<branch>" _must_ (no square
+
git remote set-head <name> (-a | -d | <branch>)
+(One and only one of "-a", "-d" or "<branch>" _must_ (no square
 brackets) be provided.)
diff --git a/external/docs/content/docs/CodingGuidelines/2.45.0.html b/external/docs/content/docs/CodingGuidelines/2.45.0.html index 9ee1449762..0f1ab875d1 100644 --- a/external/docs/content/docs/CodingGuidelines/2.45.0.html +++ b/external/docs/content/docs/CodingGuidelines/2.45.0.html @@ -1142,7 +1142,7 @@
Placeholders are spelled in lowercase and enclosed in
 angle brackets surrounded by underscores:
   _<file>_
-  _<commit>_
+ _<commit>_
@@ -1174,7 +1174,7 @@ Unconstrained formatting for literal formatting is ++like this++ `--jobs` _<n>_ ++--sort=++__<key>__ - __<directory>__++/.git++ + __<directory>__++/.git++ ++remote.++__<name>__++.mirror++
@@ -1260,14 +1260,14 @@
-
[(`-p` _<parent>_)...]
-(Any number of option -p, each with one <parent> argument.)
+
[(`-p` _<parent>_)...]
+(Any number of option -p, each with one <parent> argument.)
-
`git remote set-head` _<name>_ (`-a` | `-d` | _<branch>_)
-(One and only one of "-a", "-d" or "<branch>" _must_ (no square
+
`git remote set-head` _<name>_ (`-a` | `-d` | _<branch>_)
+(One and only one of "-a", "-d" or "<branch>" _must_ (no square
 brackets) be provided.)
diff --git a/external/docs/content/docs/CodingGuidelines/2.46.1.html b/external/docs/content/docs/CodingGuidelines/2.46.1.html index 4b66b2b6f5..531d17844f 100644 --- a/external/docs/content/docs/CodingGuidelines/2.46.1.html +++ b/external/docs/content/docs/CodingGuidelines/2.46.1.html @@ -1194,7 +1194,7 @@
Placeholders are spelled in lowercase and enclosed in
 angle brackets surrounded by underscores:
   _<file>_
-  _<commit>_
+ _<commit>_
@@ -1226,7 +1226,7 @@ Unconstrained formatting for literal formatting is ++like this++ `--jobs` _<n>_ ++--sort=++__<key>__ - __<directory>__++/.git++ + __<directory>__++/.git++ ++remote.++__<name>__++.mirror++
@@ -1312,14 +1312,14 @@
-
[(`-p` _<parent>_)...]
-(Any number of option -p, each with one <parent> argument.)
+
[(`-p` _<parent>_)...]
+(Any number of option -p, each with one <parent> argument.)
-
`git remote set-head` _<name>_ (`-a` | `-d` | _<branch>_)
-(One and only one of "-a", "-d" or "<branch>" _must_ (no square
+
`git remote set-head` _<name>_ (`-a` | `-d` | _<branch>_)
+(One and only one of "-a", "-d" or "<branch>" _must_ (no square
 brackets) be provided.)
diff --git a/external/docs/content/docs/CodingGuidelines/2.47.0.html b/external/docs/content/docs/CodingGuidelines/2.47.0.html index a4911ab076..b815b59a60 100644 --- a/external/docs/content/docs/CodingGuidelines/2.47.0.html +++ b/external/docs/content/docs/CodingGuidelines/2.47.0.html @@ -1280,7 +1280,7 @@
Placeholders are spelled in lowercase and enclosed in
 angle brackets surrounded by underscores:
   _<file>_
-  _<commit>_
+ _<commit>_
@@ -1312,7 +1312,7 @@ Unconstrained formatting for literal formatting is ++like this++ `--jobs` _<n>_ ++--sort=++__<key>__ - __<directory>__++/.git++ + __<directory>__++/.git++ ++remote.++__<name>__++.mirror++
@@ -1398,14 +1398,14 @@
-
[(`-p` _<parent>_)...]
-(Any number of option -p, each with one <parent> argument.)
+
[(`-p` _<parent>_)...]
+(Any number of option -p, each with one <parent> argument.)
-
`git remote set-head` _<name>_ (`-a` | `-d` | _<branch>_)
-(One and only one of "-a", "-d" or "<branch>" _must_ (no square
+
`git remote set-head` _<name>_ (`-a` | `-d` | _<branch>_)
+(One and only one of "-a", "-d" or "<branch>" _must_ (no square
 brackets) be provided.)
diff --git a/external/docs/content/docs/CodingGuidelines/2.48.0.html b/external/docs/content/docs/CodingGuidelines/2.48.0.html index e00da44f9a..eaab286ef5 100644 --- a/external/docs/content/docs/CodingGuidelines/2.48.0.html +++ b/external/docs/content/docs/CodingGuidelines/2.48.0.html @@ -1321,7 +1321,7 @@
Placeholders are spelled in lowercase and enclosed in
 angle brackets surrounded by underscores:
   _<file>_
-  _<commit>_
+ _<commit>_
@@ -1347,7 +1347,7 @@ the content. `--jobs <n>` `--sort=<key>` - `<directory>/.git` + `<directory>/.git` `remote.<name>.mirror` `ssh://[<user>@]<host>[:<port>]/<path-to-git-repo>`
@@ -1389,7 +1389,7 @@
An optional parameter needs to be typeset with unconstrained pairs
-  [<repository>]
+ [<repository>]
@@ -1439,14 +1439,14 @@
-
[(-p <parent>)...]
-(Any number of option -p, each with one <parent> argument.)
+
[(-p <parent>)...]
+(Any number of option -p, each with one <parent> argument.)
-
git remote set-head <name> (-a|-d|<branch>)
-(One and only one of "-a", "-d" or "<branch>" _must_ (no square
+
git remote set-head <name> (-a|-d|<branch>)
+(One and only one of "-a", "-d" or "<branch>" _must_ (no square
 brackets) be provided.)
diff --git a/external/docs/content/docs/CodingGuidelines/2.49.0.html b/external/docs/content/docs/CodingGuidelines/2.49.0.html index bcb338e495..409995ea68 100644 --- a/external/docs/content/docs/CodingGuidelines/2.49.0.html +++ b/external/docs/content/docs/CodingGuidelines/2.49.0.html @@ -1320,7 +1320,7 @@
Placeholders are spelled in lowercase and enclosed in
 angle brackets surrounded by underscores:
   _<file>_
-  _<commit>_
+ _<commit>_
@@ -1346,7 +1346,7 @@ the content. `--jobs <n>` `--sort=<key>` - `<directory>/.git` + `<directory>/.git` `remote.<name>.mirror` `ssh://[<user>@]<host>[:<port>]/<path-to-git-repo>`
@@ -1388,7 +1388,7 @@
An optional parameter needs to be typeset with unconstrained pairs
-  [<repository>]
+ [<repository>]
@@ -1438,14 +1438,14 @@
-
[(-p <parent>)...]
-(Any number of option -p, each with one <parent> argument.)
+
[(-p <parent>)...]
+(Any number of option -p, each with one <parent> argument.)
-
git remote set-head <name> (-a|-d|<branch>)
-(One and only one of "-a", "-d" or "<branch>" _must_ (no square
+
git remote set-head <name> (-a|-d|<branch>)
+(One and only one of "-a", "-d" or "<branch>" _must_ (no square
 brackets) be provided.)
diff --git a/external/docs/content/docs/CodingGuidelines/2.50.0.html b/external/docs/content/docs/CodingGuidelines/2.50.0.html index 9d7329af7a..56f5cedce9 100644 --- a/external/docs/content/docs/CodingGuidelines/2.50.0.html +++ b/external/docs/content/docs/CodingGuidelines/2.50.0.html @@ -1320,7 +1320,7 @@
Placeholders are spelled in lowercase and enclosed in
 angle brackets surrounded by underscores:
   _<file>_
-  _<commit>_
+ _<commit>_
@@ -1350,7 +1350,7 @@ the content. `--jobs <n>` `--sort=<key>` - `<directory>/.git` + `<directory>/.git` `remote.<name>.mirror` `ssh://[<user>@]<host>[:<port>]/<path-to-git-repo>`
@@ -1392,7 +1392,7 @@
An optional parameter needs to be typeset with unconstrained pairs
-  [<repository>]
+ [<repository>]
@@ -1442,14 +1442,14 @@
-
[(-p <parent>)...]
-(Any number of option -p, each with one <parent> argument.)
+
[(-p <parent>)...]
+(Any number of option -p, each with one <parent> argument.)
-
git remote set-head <name> (-a|-d|<branch>)
-(One and only one of "-a", "-d" or "<branch>" _must_ (no square
+
git remote set-head <name> (-a|-d|<branch>)
+(One and only one of "-a", "-d" or "<branch>" _must_ (no square
 brackets) be provided.)
diff --git a/external/docs/content/docs/CodingGuidelines/2.51.0.html b/external/docs/content/docs/CodingGuidelines/2.51.0.html index c2e0e31c26..234aa18479 100644 --- a/external/docs/content/docs/CodingGuidelines/2.51.0.html +++ b/external/docs/content/docs/CodingGuidelines/2.51.0.html @@ -1340,7 +1340,7 @@
Placeholders are spelled in lowercase and enclosed in
 angle brackets surrounded by underscores:
   _<file>_
-  _<commit>_
+ _<commit>_
@@ -1370,7 +1370,7 @@ the content. `--jobs <n>` `--sort=<key>` - `<directory>/.git` + `<directory>/.git` `remote.<name>.mirror` `ssh://[<user>@]<host>[:<port>]/<path-to-git-repo>`
@@ -1427,7 +1427,7 @@
An optional parameter needs to be typeset with unconstrained pairs
-  [<repository>]
+ [<repository>]
@@ -1477,14 +1477,14 @@
-
[(-p <parent>)...]
-(Any number of option -p, each with one <parent> argument.)
+
[(-p <parent>)...]
+(Any number of option -p, each with one <parent> argument.)
-
git remote set-head <name> (-a|-d|<branch>)
-(One and only one of "-a", "-d" or "<branch>" _must_ (no square
+
git remote set-head <name> (-a|-d|<branch>)
+(One and only one of "-a", "-d" or "<branch>" _must_ (no square
 brackets) be provided.)
diff --git a/external/docs/content/docs/CodingGuidelines/2.8.6.html b/external/docs/content/docs/CodingGuidelines/2.8.6.html index 2bf7acafcf..18e650776b 100644 --- a/external/docs/content/docs/CodingGuidelines/2.8.6.html +++ b/external/docs/content/docs/CodingGuidelines/2.8.6.html @@ -801,14 +801,14 @@
-
[(-p <parent>)...]
-(Any number of option -p, each with one <parent> argument.)
+
[(-p <parent>)...]
+(Any number of option -p, each with one <parent> argument.)
-
git remote set-head <name> (-a | -d | <branch>)
-(One and only one of "-a", "-d" or "<branch>" _must_ (no square
+
git remote set-head <name> (-a | -d | <branch>)
+(One and only one of "-a", "-d" or "<branch>" _must_ (no square
 brackets) be provided.)
diff --git a/external/docs/content/docs/CodingGuidelines/2.9.5.html b/external/docs/content/docs/CodingGuidelines/2.9.5.html index ebe57f98cf..8586b2f713 100644 --- a/external/docs/content/docs/CodingGuidelines/2.9.5.html +++ b/external/docs/content/docs/CodingGuidelines/2.9.5.html @@ -802,14 +802,14 @@
-
[(-p <parent>)...]
-(Any number of option -p, each with one <parent> argument.)
+
[(-p <parent>)...]
+(Any number of option -p, each with one <parent> argument.)
-
git remote set-head <name> (-a | -d | <branch>)
-(One and only one of "-a", "-d" or "<branch>" _must_ (no square
+
git remote set-head <name> (-a | -d | <branch>)
+(One and only one of "-a", "-d" or "<branch>" _must_ (no square
 brackets) be provided.)
diff --git a/external/docs/content/docs/SubmittingPatches.html b/external/docs/content/docs/SubmittingPatches.html index 16052a5831..23ce2e1f7e 100644 --- a/external/docs/content/docs/SubmittingPatches.html +++ b/external/docs/content/docs/SubmittingPatches.html @@ -450,7 +450,7 @@

Describ
-
	git show -s --pretty=reference <commit>
+
	git show -s --pretty=reference <commit>
@@ -458,7 +458,7 @@

Describ

-
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
+
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
diff --git a/external/docs/content/docs/SubmittingPatches/2.13.7.html b/external/docs/content/docs/SubmittingPatches/2.13.7.html index e5c5b92a9f..37dfab66b1 100644 --- a/external/docs/content/docs/SubmittingPatches/2.13.7.html +++ b/external/docs/content/docs/SubmittingPatches/2.13.7.html @@ -206,7 +206,7 @@
-
git show -s --date=short --pretty='format:%h ("%s", %ad)' <commit>
+
git show -s --date=short --pretty='format:%h ("%s", %ad)' <commit>
diff --git a/external/docs/content/docs/SubmittingPatches/2.15.4.html b/external/docs/content/docs/SubmittingPatches/2.15.4.html index dc7837e025..11e4744b47 100644 --- a/external/docs/content/docs/SubmittingPatches/2.15.4.html +++ b/external/docs/content/docs/SubmittingPatches/2.15.4.html @@ -212,7 +212,7 @@

Describ

-
	git show -s --date=short --pretty='format:%h ("%s", %ad)' <commit>
+
	git show -s --date=short --pretty='format:%h ("%s", %ad)' <commit>
diff --git a/external/docs/content/docs/SubmittingPatches/2.16.6.html b/external/docs/content/docs/SubmittingPatches/2.16.6.html index 391a5790f4..d30ba3b733 100644 --- a/external/docs/content/docs/SubmittingPatches/2.16.6.html +++ b/external/docs/content/docs/SubmittingPatches/2.16.6.html @@ -219,7 +219,7 @@

Describ
-
	git show -s --date=short --pretty='format:%h ("%s", %ad)' <commit>
+
	git show -s --date=short --pretty='format:%h ("%s", %ad)' <commit>
diff --git a/external/docs/content/docs/SubmittingPatches/2.18.0.html b/external/docs/content/docs/SubmittingPatches/2.18.0.html index dbb16a43c0..6bc70b2aec 100644 --- a/external/docs/content/docs/SubmittingPatches/2.18.0.html +++ b/external/docs/content/docs/SubmittingPatches/2.18.0.html @@ -217,7 +217,7 @@

Describ
-
	git show -s --date=short --pretty='format:%h ("%s", %ad)' <commit>
+
	git show -s --date=short --pretty='format:%h ("%s", %ad)' <commit>
diff --git a/external/docs/content/docs/SubmittingPatches/2.19.0.html b/external/docs/content/docs/SubmittingPatches/2.19.0.html index b50ec813f6..48588b20f9 100644 --- a/external/docs/content/docs/SubmittingPatches/2.19.0.html +++ b/external/docs/content/docs/SubmittingPatches/2.19.0.html @@ -218,7 +218,7 @@

Describ
-
	git show -s --date=short --pretty='format:%h ("%s", %ad)' <commit>
+
	git show -s --date=short --pretty='format:%h ("%s", %ad)' <commit>
diff --git a/external/docs/content/docs/SubmittingPatches/2.20.0.html b/external/docs/content/docs/SubmittingPatches/2.20.0.html index 58f16dc434..a43088b8ee 100644 --- a/external/docs/content/docs/SubmittingPatches/2.20.0.html +++ b/external/docs/content/docs/SubmittingPatches/2.20.0.html @@ -225,7 +225,7 @@

Describ
-
	git show -s --date=short --pretty='format:%h ("%s", %ad)' <commit>
+
	git show -s --date=short --pretty='format:%h ("%s", %ad)' <commit>
diff --git a/external/docs/content/docs/SubmittingPatches/2.22.0.html b/external/docs/content/docs/SubmittingPatches/2.22.0.html index fd7bf4032b..074dfd3ce5 100644 --- a/external/docs/content/docs/SubmittingPatches/2.22.0.html +++ b/external/docs/content/docs/SubmittingPatches/2.22.0.html @@ -225,7 +225,7 @@

Describ
-
	git show -s --date=short --pretty='format:%h ("%s", %ad)' <commit>
+
	git show -s --date=short --pretty='format:%h ("%s", %ad)' <commit>
diff --git a/external/docs/content/docs/SubmittingPatches/2.24.0.html b/external/docs/content/docs/SubmittingPatches/2.24.0.html index c6f1e884b8..ac2de6d04e 100644 --- a/external/docs/content/docs/SubmittingPatches/2.24.0.html +++ b/external/docs/content/docs/SubmittingPatches/2.24.0.html @@ -219,7 +219,7 @@

Describ
-
	git show -s --date=short --pretty='format:%h ("%s", %ad)' <commit>
+
	git show -s --date=short --pretty='format:%h ("%s", %ad)' <commit>
diff --git a/external/docs/content/docs/SubmittingPatches/2.25.0.html b/external/docs/content/docs/SubmittingPatches/2.25.0.html index c17ae9e486..aff2e7519f 100644 --- a/external/docs/content/docs/SubmittingPatches/2.25.0.html +++ b/external/docs/content/docs/SubmittingPatches/2.25.0.html @@ -226,7 +226,7 @@

Describ
-
	git show -s --pretty=reference <commit>
+
	git show -s --pretty=reference <commit>
@@ -234,7 +234,7 @@

Describ

-
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
+
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
diff --git a/external/docs/content/docs/SubmittingPatches/2.28.0.html b/external/docs/content/docs/SubmittingPatches/2.28.0.html index 5bf3aabe56..f46c01aefb 100644 --- a/external/docs/content/docs/SubmittingPatches/2.28.0.html +++ b/external/docs/content/docs/SubmittingPatches/2.28.0.html @@ -221,7 +221,7 @@

Describ
-
	git show -s --pretty=reference <commit>
+
	git show -s --pretty=reference <commit>
@@ -229,7 +229,7 @@

Describ

-
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
+
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
diff --git a/external/docs/content/docs/SubmittingPatches/2.30.0.html b/external/docs/content/docs/SubmittingPatches/2.30.0.html index 4d8f336f10..320f0f3566 100644 --- a/external/docs/content/docs/SubmittingPatches/2.30.0.html +++ b/external/docs/content/docs/SubmittingPatches/2.30.0.html @@ -216,7 +216,7 @@

Describ
-
	git show -s --pretty=reference <commit>
+
	git show -s --pretty=reference <commit>
@@ -224,7 +224,7 @@

Describ

-
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
+
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
diff --git a/external/docs/content/docs/SubmittingPatches/2.30.1.html b/external/docs/content/docs/SubmittingPatches/2.30.1.html index aa36965c00..f9f6f84d1a 100644 --- a/external/docs/content/docs/SubmittingPatches/2.30.1.html +++ b/external/docs/content/docs/SubmittingPatches/2.30.1.html @@ -233,7 +233,7 @@

Describ
-
	git show -s --pretty=reference <commit>
+
	git show -s --pretty=reference <commit>
@@ -241,7 +241,7 @@

Describ

-
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
+
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
diff --git a/external/docs/content/docs/SubmittingPatches/2.32.0.html b/external/docs/content/docs/SubmittingPatches/2.32.0.html index 29cae22c93..f702fe960c 100644 --- a/external/docs/content/docs/SubmittingPatches/2.32.0.html +++ b/external/docs/content/docs/SubmittingPatches/2.32.0.html @@ -226,7 +226,7 @@

Describ
-
	git show -s --pretty=reference <commit>
+
	git show -s --pretty=reference <commit>
@@ -234,7 +234,7 @@

Describ

-
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
+
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
diff --git a/external/docs/content/docs/SubmittingPatches/2.33.0.html b/external/docs/content/docs/SubmittingPatches/2.33.0.html index 35b8b52c4d..4225bbddb1 100644 --- a/external/docs/content/docs/SubmittingPatches/2.33.0.html +++ b/external/docs/content/docs/SubmittingPatches/2.33.0.html @@ -227,7 +227,7 @@

Describ
-
	git show -s --pretty=reference <commit>
+
	git show -s --pretty=reference <commit>
@@ -235,7 +235,7 @@

Describ

-
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
+
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
diff --git a/external/docs/content/docs/SubmittingPatches/2.34.1.html b/external/docs/content/docs/SubmittingPatches/2.34.1.html index 94178ad7f2..1f7a58343f 100644 --- a/external/docs/content/docs/SubmittingPatches/2.34.1.html +++ b/external/docs/content/docs/SubmittingPatches/2.34.1.html @@ -225,7 +225,7 @@

Describ
-
	git show -s --pretty=reference <commit>
+
	git show -s --pretty=reference <commit>
@@ -233,7 +233,7 @@

Describ

-
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
+
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
diff --git a/external/docs/content/docs/SubmittingPatches/2.35.0.html b/external/docs/content/docs/SubmittingPatches/2.35.0.html index 1cdfaebbbd..aa42dd56f9 100644 --- a/external/docs/content/docs/SubmittingPatches/2.35.0.html +++ b/external/docs/content/docs/SubmittingPatches/2.35.0.html @@ -253,7 +253,7 @@

Describ
-
	git show -s --pretty=reference <commit>
+
	git show -s --pretty=reference <commit>
@@ -261,7 +261,7 @@

Describ

-
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
+
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
diff --git a/external/docs/content/docs/SubmittingPatches/2.36.0.html b/external/docs/content/docs/SubmittingPatches/2.36.0.html index 17f158121a..406eecfd1f 100644 --- a/external/docs/content/docs/SubmittingPatches/2.36.0.html +++ b/external/docs/content/docs/SubmittingPatches/2.36.0.html @@ -290,7 +290,7 @@

Describ
-
	git show -s --pretty=reference <commit>
+
	git show -s --pretty=reference <commit>
@@ -298,7 +298,7 @@

Describ

-
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
+
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
diff --git a/external/docs/content/docs/SubmittingPatches/2.36.2.html b/external/docs/content/docs/SubmittingPatches/2.36.2.html index f0aee23f03..e85d3c1b1d 100644 --- a/external/docs/content/docs/SubmittingPatches/2.36.2.html +++ b/external/docs/content/docs/SubmittingPatches/2.36.2.html @@ -303,7 +303,7 @@

Describ
-
	git show -s --pretty=reference <commit>
+
	git show -s --pretty=reference <commit>
@@ -311,7 +311,7 @@

Describ

-
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
+
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
diff --git a/external/docs/content/docs/SubmittingPatches/2.38.2.html b/external/docs/content/docs/SubmittingPatches/2.38.2.html index d9e47f4f63..4aff1c5134 100644 --- a/external/docs/content/docs/SubmittingPatches/2.38.2.html +++ b/external/docs/content/docs/SubmittingPatches/2.38.2.html @@ -305,7 +305,7 @@

Describ
-
	git show -s --pretty=reference <commit>
+
	git show -s --pretty=reference <commit>
@@ -313,7 +313,7 @@

Describ

-
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
+
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
diff --git a/external/docs/content/docs/SubmittingPatches/2.41.0.html b/external/docs/content/docs/SubmittingPatches/2.41.0.html index 9ec2f82e85..eddcd10f6f 100644 --- a/external/docs/content/docs/SubmittingPatches/2.41.0.html +++ b/external/docs/content/docs/SubmittingPatches/2.41.0.html @@ -294,7 +294,7 @@

Describ
-
	git show -s --pretty=reference <commit>
+
	git show -s --pretty=reference <commit>
@@ -302,7 +302,7 @@

Describ

-
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
+
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
diff --git a/external/docs/content/docs/SubmittingPatches/2.42.0.html b/external/docs/content/docs/SubmittingPatches/2.42.0.html index 359c76c0d7..b22b2868aa 100644 --- a/external/docs/content/docs/SubmittingPatches/2.42.0.html +++ b/external/docs/content/docs/SubmittingPatches/2.42.0.html @@ -375,7 +375,7 @@

Describ
-
	git show -s --pretty=reference <commit>
+
	git show -s --pretty=reference <commit>
@@ -383,7 +383,7 @@

Describ

-
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
+
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
diff --git a/external/docs/content/docs/SubmittingPatches/2.43.0.html b/external/docs/content/docs/SubmittingPatches/2.43.0.html index 526728abec..216b886770 100644 --- a/external/docs/content/docs/SubmittingPatches/2.43.0.html +++ b/external/docs/content/docs/SubmittingPatches/2.43.0.html @@ -371,7 +371,7 @@

Describ
-
	git show -s --pretty=reference <commit>
+
	git show -s --pretty=reference <commit>
@@ -379,7 +379,7 @@

Describ

-
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
+
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
diff --git a/external/docs/content/docs/SubmittingPatches/2.43.1.html b/external/docs/content/docs/SubmittingPatches/2.43.1.html index 069d8bfb77..b104d27942 100644 --- a/external/docs/content/docs/SubmittingPatches/2.43.1.html +++ b/external/docs/content/docs/SubmittingPatches/2.43.1.html @@ -382,7 +382,7 @@

Describ
-
	git show -s --pretty=reference <commit>
+
	git show -s --pretty=reference <commit>
@@ -390,7 +390,7 @@

Describ

-
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
+
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
diff --git a/external/docs/content/docs/SubmittingPatches/2.45.0.html b/external/docs/content/docs/SubmittingPatches/2.45.0.html index 1ac1aff1a5..86bdf9b2c0 100644 --- a/external/docs/content/docs/SubmittingPatches/2.45.0.html +++ b/external/docs/content/docs/SubmittingPatches/2.45.0.html @@ -373,7 +373,7 @@

Describ
-
	git show -s --pretty=reference <commit>
+
	git show -s --pretty=reference <commit>
@@ -381,7 +381,7 @@

Describ

-
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
+
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
diff --git a/external/docs/content/docs/SubmittingPatches/2.45.3.html b/external/docs/content/docs/SubmittingPatches/2.45.3.html index a58a4d4326..fcacd6b47a 100644 --- a/external/docs/content/docs/SubmittingPatches/2.45.3.html +++ b/external/docs/content/docs/SubmittingPatches/2.45.3.html @@ -372,7 +372,7 @@

Describ
-
	git show -s --pretty=reference <commit>
+
	git show -s --pretty=reference <commit>
@@ -380,7 +380,7 @@

Describ

-
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
+
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
diff --git a/external/docs/content/docs/SubmittingPatches/2.46.0.html b/external/docs/content/docs/SubmittingPatches/2.46.0.html index 20e1a25b73..50f6a155ea 100644 --- a/external/docs/content/docs/SubmittingPatches/2.46.0.html +++ b/external/docs/content/docs/SubmittingPatches/2.46.0.html @@ -457,7 +457,7 @@

Describ
-
	git show -s --pretty=reference <commit>
+
	git show -s --pretty=reference <commit>
@@ -465,7 +465,7 @@

Describ

-
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
+
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
diff --git a/external/docs/content/docs/SubmittingPatches/2.48.0.html b/external/docs/content/docs/SubmittingPatches/2.48.0.html index e82228884f..07053f808c 100644 --- a/external/docs/content/docs/SubmittingPatches/2.48.0.html +++ b/external/docs/content/docs/SubmittingPatches/2.48.0.html @@ -455,7 +455,7 @@

Describ
-
	git show -s --pretty=reference <commit>
+
	git show -s --pretty=reference <commit>
@@ -463,7 +463,7 @@

Describ

-
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
+
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
diff --git a/external/docs/content/docs/SubmittingPatches/2.51.0.html b/external/docs/content/docs/SubmittingPatches/2.51.0.html index 1b814c4863..68376434a5 100644 --- a/external/docs/content/docs/SubmittingPatches/2.51.0.html +++ b/external/docs/content/docs/SubmittingPatches/2.51.0.html @@ -449,7 +449,7 @@

Describ
-
	git show -s --pretty=reference <commit>
+
	git show -s --pretty=reference <commit>
@@ -457,7 +457,7 @@

Describ

-
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
+
	git show -s --date=short --pretty='format:%h (%s, %ad)' <commit>
diff --git a/external/docs/content/docs/api-parse-options.html b/external/docs/content/docs/api-parse-options.html index ab6aab151b..21a9c4d545 100644 --- a/external/docs/content/docs/api-parse-options.html +++ b/external/docs/content/docs/api-parse-options.html @@ -430,7 +430,7 @@

Data Stru
  • arg_str is the string that is shown as argument -(e.g. "branch" will result in <branch>). +(e.g. "branch" will result in <branch>). If set to NULL, three dots (...) will be displayed.

  • diff --git a/external/docs/content/docs/api-parse-options/2.0.5.html b/external/docs/content/docs/api-parse-options/2.0.5.html index 40ff9f7ffb..2b39d43c6e 100644 --- a/external/docs/content/docs/api-parse-options/2.0.5.html +++ b/external/docs/content/docs/api-parse-options/2.0.5.html @@ -340,7 +340,7 @@

    Data Stru

  • arg_str is the string that is shown as argument -(e.g. "branch" will result in <branch>). +(e.g. "branch" will result in <branch>). If set to NULL, three dots (...) will be displayed.

  • diff --git a/external/docs/content/docs/api-parse-options/2.13.7.html b/external/docs/content/docs/api-parse-options/2.13.7.html index f508a56b3e..9a6515c378 100644 --- a/external/docs/content/docs/api-parse-options/2.13.7.html +++ b/external/docs/content/docs/api-parse-options/2.13.7.html @@ -375,7 +375,7 @@

    Data Stru

  • arg_str is the string that is shown as argument -(e.g. "branch" will result in <branch>). +(e.g. "branch" will result in <branch>). If set to NULL, three dots (...) will be displayed.

  • diff --git a/external/docs/content/docs/api-parse-options/2.14.6.html b/external/docs/content/docs/api-parse-options/2.14.6.html index df941e0b8b..1a3408649d 100644 --- a/external/docs/content/docs/api-parse-options/2.14.6.html +++ b/external/docs/content/docs/api-parse-options/2.14.6.html @@ -397,7 +397,7 @@

    Data Stru

  • arg_str is the string that is shown as argument -(e.g. "branch" will result in <branch>). +(e.g. "branch" will result in <branch>). If set to NULL, three dots (...) will be displayed.

  • diff --git a/external/docs/content/docs/api-parse-options/2.20.0.html b/external/docs/content/docs/api-parse-options/2.20.0.html index f938ddbc49..62e165a64a 100644 --- a/external/docs/content/docs/api-parse-options/2.20.0.html +++ b/external/docs/content/docs/api-parse-options/2.20.0.html @@ -380,7 +380,7 @@

    Data Stru

  • arg_str is the string that is shown as argument -(e.g. "branch" will result in <branch>). +(e.g. "branch" will result in <branch>). If set to NULL, three dots (...) will be displayed.

  • diff --git a/external/docs/content/docs/api-parse-options/2.22.0.html b/external/docs/content/docs/api-parse-options/2.22.0.html index 09659ddffb..08ebe45b48 100644 --- a/external/docs/content/docs/api-parse-options/2.22.0.html +++ b/external/docs/content/docs/api-parse-options/2.22.0.html @@ -401,7 +401,7 @@

    Data Stru

  • arg_str is the string that is shown as argument -(e.g. "branch" will result in <branch>). +(e.g. "branch" will result in <branch>). If set to NULL, three dots (...) will be displayed.

  • diff --git a/external/docs/content/docs/api-parse-options/2.29.0.html b/external/docs/content/docs/api-parse-options/2.29.0.html index 754a14a78e..7413cee5b7 100644 --- a/external/docs/content/docs/api-parse-options/2.29.0.html +++ b/external/docs/content/docs/api-parse-options/2.29.0.html @@ -411,7 +411,7 @@

    Data Stru

  • arg_str is the string that is shown as argument -(e.g. "branch" will result in <branch>). +(e.g. "branch" will result in <branch>). If set to NULL, three dots (...) will be displayed.

  • diff --git a/external/docs/content/docs/api-parse-options/2.34.0.html b/external/docs/content/docs/api-parse-options/2.34.0.html index 7c916ef018..58a29ec8eb 100644 --- a/external/docs/content/docs/api-parse-options/2.34.0.html +++ b/external/docs/content/docs/api-parse-options/2.34.0.html @@ -398,7 +398,7 @@

    Data Stru

  • arg_str is the string that is shown as argument -(e.g. "branch" will result in <branch>). +(e.g. "branch" will result in <branch>). If set to NULL, three dots (...) will be displayed.

  • diff --git a/external/docs/content/docs/api-parse-options/2.38.0.html b/external/docs/content/docs/api-parse-options/2.38.0.html index d1db2913cf..65bf53ecae 100644 --- a/external/docs/content/docs/api-parse-options/2.38.0.html +++ b/external/docs/content/docs/api-parse-options/2.38.0.html @@ -484,7 +484,7 @@

    Data Stru

  • arg_str is the string that is shown as argument -(e.g. "branch" will result in <branch>). +(e.g. "branch" will result in <branch>). If set to NULL, three dots (...) will be displayed.

  • diff --git a/external/docs/content/docs/api-parse-options/2.50.0.html b/external/docs/content/docs/api-parse-options/2.50.0.html index ef761e01b2..895957e8cc 100644 --- a/external/docs/content/docs/api-parse-options/2.50.0.html +++ b/external/docs/content/docs/api-parse-options/2.50.0.html @@ -431,7 +431,7 @@

    Data Stru

  • arg_str is the string that is shown as argument -(e.g. "branch" will result in <branch>). +(e.g. "branch" will result in <branch>). If set to NULL, three dots (...) will be displayed.

  • diff --git a/external/docs/content/docs/api-parse-options/2.6.7.html b/external/docs/content/docs/api-parse-options/2.6.7.html index 36e33ba6ba..5bb551923e 100644 --- a/external/docs/content/docs/api-parse-options/2.6.7.html +++ b/external/docs/content/docs/api-parse-options/2.6.7.html @@ -358,7 +358,7 @@

    Data Stru

  • arg_str is the string that is shown as argument -(e.g. "branch" will result in <branch>). +(e.g. "branch" will result in <branch>). If set to NULL, three dots (...) will be displayed.

  • diff --git a/external/docs/content/docs/api-parse-options/2.8.6.html b/external/docs/content/docs/api-parse-options/2.8.6.html index c154854987..eb18e9a267 100644 --- a/external/docs/content/docs/api-parse-options/2.8.6.html +++ b/external/docs/content/docs/api-parse-options/2.8.6.html @@ -365,7 +365,7 @@

    Data Stru

  • arg_str is the string that is shown as argument -(e.g. "branch" will result in <branch>). +(e.g. "branch" will result in <branch>). If set to NULL, three dots (...) will be displayed.

  • diff --git a/external/docs/content/docs/api-parse-options/2.9.5.html b/external/docs/content/docs/api-parse-options/2.9.5.html index c2356444b5..5511b18c5b 100644 --- a/external/docs/content/docs/api-parse-options/2.9.5.html +++ b/external/docs/content/docs/api-parse-options/2.9.5.html @@ -372,7 +372,7 @@

    Data Stru

  • arg_str is the string that is shown as argument -(e.g. "branch" will result in <branch>). +(e.g. "branch" will result in <branch>). If set to NULL, three dots (...) will be displayed.

  • diff --git a/external/docs/content/docs/diff-format.html b/external/docs/content/docs/diff-format.html index 3ea6fe2db5..3bf228f647 100644 --- a/external/docs/content/docs/diff-format.html +++ b/external/docs/content/docs/diff-format.html @@ -35,13 +35,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>...]
    @@ -294,7 +294,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/diff-format/2.0.5.html b/external/docs/content/docs/diff-format/2.0.5.html index 3ac4e1bd60..164f264201 100644 --- a/external/docs/content/docs/diff-format/2.0.5.html +++ b/external/docs/content/docs/diff-format/2.0.5.html @@ -36,13 +36,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -271,7 +271,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/diff-format/2.13.7.html b/external/docs/content/docs/diff-format/2.13.7.html index e2cb44aa7e..8f25a31838 100644 --- a/external/docs/content/docs/diff-format/2.13.7.html +++ b/external/docs/content/docs/diff-format/2.13.7.html @@ -57,13 +57,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -294,7 +294,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/diff-format/2.20.0.html b/external/docs/content/docs/diff-format/2.20.0.html index d64440d6f8..5dae38ef87 100644 --- a/external/docs/content/docs/diff-format/2.20.0.html +++ b/external/docs/content/docs/diff-format/2.20.0.html @@ -44,13 +44,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -281,7 +281,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/diff-format/2.22.0.html b/external/docs/content/docs/diff-format/2.22.0.html index 405ff82a45..1bdb6b55e6 100644 --- a/external/docs/content/docs/diff-format/2.22.0.html +++ b/external/docs/content/docs/diff-format/2.22.0.html @@ -44,13 +44,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -299,7 +299,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/diff-format/2.24.0.html b/external/docs/content/docs/diff-format/2.24.0.html index 638f128ad2..3d04445210 100644 --- a/external/docs/content/docs/diff-format/2.24.0.html +++ b/external/docs/content/docs/diff-format/2.24.0.html @@ -38,13 +38,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -297,7 +297,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/diff-format/2.25.0.html b/external/docs/content/docs/diff-format/2.25.0.html index 232c2c622e..0b454631dd 100644 --- a/external/docs/content/docs/diff-format/2.25.0.html +++ b/external/docs/content/docs/diff-format/2.25.0.html @@ -47,13 +47,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -306,7 +306,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/diff-format/2.29.0.html b/external/docs/content/docs/diff-format/2.29.0.html index bdd76389e5..3bc4d07e5d 100644 --- a/external/docs/content/docs/diff-format/2.29.0.html +++ b/external/docs/content/docs/diff-format/2.29.0.html @@ -47,13 +47,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -307,7 +307,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/diff-format/2.3.10.html b/external/docs/content/docs/diff-format/2.3.10.html index ff25abcf09..bc9884916f 100644 --- a/external/docs/content/docs/diff-format/2.3.10.html +++ b/external/docs/content/docs/diff-format/2.3.10.html @@ -34,13 +34,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -270,7 +270,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/diff-format/2.31.0.html b/external/docs/content/docs/diff-format/2.31.0.html index a6532c0909..cb2c9d8f29 100644 --- a/external/docs/content/docs/diff-format/2.31.0.html +++ b/external/docs/content/docs/diff-format/2.31.0.html @@ -42,13 +42,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -302,7 +302,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/diff-format/2.32.0.html b/external/docs/content/docs/diff-format/2.32.0.html index dc3ebce8f6..8f6309bf98 100644 --- a/external/docs/content/docs/diff-format/2.32.0.html +++ b/external/docs/content/docs/diff-format/2.32.0.html @@ -50,13 +50,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -310,7 +310,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/diff-format/2.34.0.html b/external/docs/content/docs/diff-format/2.34.0.html index e77e358c2b..27a1161619 100644 --- a/external/docs/content/docs/diff-format/2.34.0.html +++ b/external/docs/content/docs/diff-format/2.34.0.html @@ -60,13 +60,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -320,7 +320,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/diff-format/2.37.2.html b/external/docs/content/docs/diff-format/2.37.2.html index ed25ee85aa..28aeb59137 100644 --- a/external/docs/content/docs/diff-format/2.37.2.html +++ b/external/docs/content/docs/diff-format/2.37.2.html @@ -51,13 +51,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -311,7 +311,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/diff-format/2.4.12.html b/external/docs/content/docs/diff-format/2.4.12.html index f7bbfb6239..44561a7e8a 100644 --- a/external/docs/content/docs/diff-format/2.4.12.html +++ b/external/docs/content/docs/diff-format/2.4.12.html @@ -38,13 +38,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -274,7 +274,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/diff-format/2.40.0.html b/external/docs/content/docs/diff-format/2.40.0.html index 08328f4db7..fcee617ec6 100644 --- a/external/docs/content/docs/diff-format/2.40.0.html +++ b/external/docs/content/docs/diff-format/2.40.0.html @@ -47,13 +47,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -307,7 +307,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/diff-format/2.43.0.html b/external/docs/content/docs/diff-format/2.43.0.html index ef64756600..c01df144ee 100644 --- a/external/docs/content/docs/diff-format/2.43.0.html +++ b/external/docs/content/docs/diff-format/2.43.0.html @@ -60,13 +60,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -320,7 +320,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/diff-format/2.48.0.html b/external/docs/content/docs/diff-format/2.48.0.html index ed8e062e6e..a01f6b2835 100644 --- a/external/docs/content/docs/diff-format/2.48.0.html +++ b/external/docs/content/docs/diff-format/2.48.0.html @@ -40,13 +40,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>...]
    @@ -299,7 +299,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/diff-format/2.51.0.html b/external/docs/content/docs/diff-format/2.51.0.html index 74bb305c95..a3d06fc09a 100644 --- a/external/docs/content/docs/diff-format/2.51.0.html +++ b/external/docs/content/docs/diff-format/2.51.0.html @@ -34,13 +34,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>...]
    @@ -293,7 +293,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/diff-format/2.9.5.html b/external/docs/content/docs/diff-format/2.9.5.html index 939b919d86..97cdead46d 100644 --- a/external/docs/content/docs/diff-format/2.9.5.html +++ b/external/docs/content/docs/diff-format/2.9.5.html @@ -37,13 +37,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -273,7 +273,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/diff-generate-patch.html b/external/docs/content/docs/diff-generate-patch.html index 102d54dfcb..1b7e032203 100644 --- a/external/docs/content/docs/diff-generate-patch.html +++ b/external/docs/content/docs/diff-generate-patch.html @@ -69,7 +69,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/diff-generate-patch/2.0.5.html b/external/docs/content/docs/diff-generate-patch/2.0.5.html index 5e07ef3159..ea94176fab 100644 --- a/external/docs/content/docs/diff-generate-patch/2.0.5.html +++ b/external/docs/content/docs/diff-generate-patch/2.0.5.html @@ -67,7 +67,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/diff-generate-patch/2.13.7.html b/external/docs/content/docs/diff-generate-patch/2.13.7.html index 77b19b9d4f..4dc4e26b3d 100644 --- a/external/docs/content/docs/diff-generate-patch/2.13.7.html +++ b/external/docs/content/docs/diff-generate-patch/2.13.7.html @@ -98,7 +98,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/diff-generate-patch/2.22.0.html b/external/docs/content/docs/diff-generate-patch/2.22.0.html index 5c373e575d..cb4a141998 100644 --- a/external/docs/content/docs/diff-generate-patch/2.22.0.html +++ b/external/docs/content/docs/diff-generate-patch/2.22.0.html @@ -74,7 +74,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/diff-generate-patch/2.24.0.html b/external/docs/content/docs/diff-generate-patch/2.24.0.html index 0155ae5a24..fb936f3af6 100644 --- a/external/docs/content/docs/diff-generate-patch/2.24.0.html +++ b/external/docs/content/docs/diff-generate-patch/2.24.0.html @@ -86,7 +86,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/diff-generate-patch/2.29.0.html b/external/docs/content/docs/diff-generate-patch/2.29.0.html index a01f17afab..bf6acb8536 100644 --- a/external/docs/content/docs/diff-generate-patch/2.29.0.html +++ b/external/docs/content/docs/diff-generate-patch/2.29.0.html @@ -82,7 +82,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/diff-generate-patch/2.31.0.html b/external/docs/content/docs/diff-generate-patch/2.31.0.html index 303030b3f7..a81c322ec3 100644 --- a/external/docs/content/docs/diff-generate-patch/2.31.0.html +++ b/external/docs/content/docs/diff-generate-patch/2.31.0.html @@ -77,7 +77,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/diff-generate-patch/2.32.0.html b/external/docs/content/docs/diff-generate-patch/2.32.0.html index c1b802e58a..5696ffcdef 100644 --- a/external/docs/content/docs/diff-generate-patch/2.32.0.html +++ b/external/docs/content/docs/diff-generate-patch/2.32.0.html @@ -130,7 +130,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/diff-generate-patch/2.4.12.html b/external/docs/content/docs/diff-generate-patch/2.4.12.html index afad3b2359..c42d3adf58 100644 --- a/external/docs/content/docs/diff-generate-patch/2.4.12.html +++ b/external/docs/content/docs/diff-generate-patch/2.4.12.html @@ -68,7 +68,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/diff-generate-patch/2.40.0.html b/external/docs/content/docs/diff-generate-patch/2.40.0.html index 02b0de7fcc..a8ce43a769 100644 --- a/external/docs/content/docs/diff-generate-patch/2.40.0.html +++ b/external/docs/content/docs/diff-generate-patch/2.40.0.html @@ -82,7 +82,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/diff-generate-patch/2.43.0.html b/external/docs/content/docs/diff-generate-patch/2.43.0.html index 1f94dd3c67..69829c0395 100644 --- a/external/docs/content/docs/diff-generate-patch/2.43.0.html +++ b/external/docs/content/docs/diff-generate-patch/2.43.0.html @@ -95,7 +95,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/diff-generate-patch/2.48.0.html b/external/docs/content/docs/diff-generate-patch/2.48.0.html index eed1e6e177..88cbc4d613 100644 --- a/external/docs/content/docs/diff-generate-patch/2.48.0.html +++ b/external/docs/content/docs/diff-generate-patch/2.48.0.html @@ -74,7 +74,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/diff-generate-patch/2.51.0.html b/external/docs/content/docs/diff-generate-patch/2.51.0.html index 042e50c7f1..b4dac8efa6 100644 --- a/external/docs/content/docs/diff-generate-patch/2.51.0.html +++ b/external/docs/content/docs/diff-generate-patch/2.51.0.html @@ -68,7 +68,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/diff-generate-patch/2.9.5.html b/external/docs/content/docs/diff-generate-patch/2.9.5.html index 43f3b7976b..1d91001566 100644 --- a/external/docs/content/docs/diff-generate-patch/2.9.5.html +++ b/external/docs/content/docs/diff-generate-patch/2.9.5.html @@ -67,7 +67,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/fetch-options.html b/external/docs/content/docs/fetch-options.html index 7fdbd72de9..e7d1b6e60c 100644 --- a/external/docs/content/docs/fetch-options.html +++ b/external/docs/content/docs/fetch-options.html @@ -52,7 +52,7 @@

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<ref>
    +
    --shallow-exclude=<ref>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -136,7 +136,7 @@

    When git fetch is used with <src>:<dst> refspec, it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -146,8 +146,8 @@
    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-maintenance
    --[no-]auto-gc
    @@ -214,13 +214,13 @@ definition has changed. Automatic post-fetch maintenance will perform object database pack consolidation to remove any duplicate objects.

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the refs to remote-tracking branches, instead of the values of remote.*.fetch configuration variables for the remote -repository. Providing an empty <refspec> to the +repository. Providing an empty <refspec> to the --refmap option causes Git to ignore the configured refspecs and rely entirely on the refspecs supplied as command-line arguments. See section on "Configured Remote-tracking diff --git a/external/docs/content/docs/fetch-options/2.0.5.html b/external/docs/content/docs/fetch-options/2.0.5.html index 3199b93ecf..13245a3c3b 100644 --- a/external/docs/content/docs/fetch-options/2.0.5.html +++ b/external/docs/content/docs/fetch-options/2.0.5.html @@ -69,8 +69,8 @@

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    -p
    --prune
    diff --git a/external/docs/content/docs/fetch-options/2.1.4.html b/external/docs/content/docs/fetch-options/2.1.4.html index 96eb1c6585..339be65467 100644 --- a/external/docs/content/docs/fetch-options/2.1.4.html +++ b/external/docs/content/docs/fetch-options/2.1.4.html @@ -71,8 +71,8 @@
    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    -p
    --prune
    @@ -95,7 +95,7 @@ behavior for a remote may be specified with the remote.<name>.tagopt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the diff --git a/external/docs/content/docs/fetch-options/2.11.4.html b/external/docs/content/docs/fetch-options/2.11.4.html index e32776efb2..858b526a97 100644 --- a/external/docs/content/docs/fetch-options/2.11.4.html +++ b/external/docs/content/docs/fetch-options/2.11.4.html @@ -49,7 +49,7 @@

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -92,8 +92,8 @@

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    -p
    --prune
    @@ -116,7 +116,7 @@ behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the diff --git a/external/docs/content/docs/fetch-options/2.17.0.html b/external/docs/content/docs/fetch-options/2.17.0.html index de6d28047c..44b5f78dde 100644 --- a/external/docs/content/docs/fetch-options/2.17.0.html +++ b/external/docs/content/docs/fetch-options/2.17.0.html @@ -50,7 +50,7 @@

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -93,8 +93,8 @@

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    -p
    --prune
    @@ -134,7 +134,7 @@ behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the diff --git a/external/docs/content/docs/fetch-options/2.18.0.html b/external/docs/content/docs/fetch-options/2.18.0.html index cbff7531a2..7a2b5f78f5 100644 --- a/external/docs/content/docs/fetch-options/2.18.0.html +++ b/external/docs/content/docs/fetch-options/2.18.0.html @@ -49,7 +49,7 @@

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -92,8 +92,8 @@

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    -p
    --prune
    @@ -133,7 +133,7 @@ behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the diff --git a/external/docs/content/docs/fetch-options/2.19.0.html b/external/docs/content/docs/fetch-options/2.19.0.html index ed544b3e51..cedb95ff36 100644 --- a/external/docs/content/docs/fetch-options/2.19.0.html +++ b/external/docs/content/docs/fetch-options/2.19.0.html @@ -50,7 +50,7 @@

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -116,8 +116,8 @@

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    -p
    --prune
    @@ -157,7 +157,7 @@ behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the diff --git a/external/docs/content/docs/fetch-options/2.20.0.html b/external/docs/content/docs/fetch-options/2.20.0.html index 360d5d61d9..d62ae0bac7 100644 --- a/external/docs/content/docs/fetch-options/2.20.0.html +++ b/external/docs/content/docs/fetch-options/2.20.0.html @@ -54,7 +54,7 @@

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -109,7 +109,7 @@

    When git fetch is used with <src>:<dst> refspec it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -119,8 +119,8 @@
    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    -p
    --prune
    @@ -160,7 +160,7 @@ behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the diff --git a/external/docs/content/docs/fetch-options/2.22.0.html b/external/docs/content/docs/fetch-options/2.22.0.html index 3496cd3eda..f0794af20d 100644 --- a/external/docs/content/docs/fetch-options/2.22.0.html +++ b/external/docs/content/docs/fetch-options/2.22.0.html @@ -49,7 +49,7 @@

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -104,7 +104,7 @@

    When git fetch is used with <src>:<dst> refspec it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -114,8 +114,8 @@
    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    -p
    --prune
    @@ -155,7 +155,7 @@ behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the diff --git a/external/docs/content/docs/fetch-options/2.23.0.html b/external/docs/content/docs/fetch-options/2.23.0.html index 4762efb50f..e65d704d92 100644 --- a/external/docs/content/docs/fetch-options/2.23.0.html +++ b/external/docs/content/docs/fetch-options/2.23.0.html @@ -48,7 +48,7 @@

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -103,7 +103,7 @@

    When git fetch is used with <src>:<dst> refspec it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -113,8 +113,8 @@
    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-gc
    @@ -159,7 +159,7 @@ behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the diff --git a/external/docs/content/docs/fetch-options/2.24.0.html b/external/docs/content/docs/fetch-options/2.24.0.html index 857d066984..767201522b 100644 --- a/external/docs/content/docs/fetch-options/2.24.0.html +++ b/external/docs/content/docs/fetch-options/2.24.0.html @@ -48,7 +48,7 @@

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -103,7 +103,7 @@

    When git fetch is used with <src>:<dst> refspec it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -113,8 +113,8 @@
    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-gc
    @@ -159,7 +159,7 @@ behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the diff --git a/external/docs/content/docs/fetch-options/2.25.0.html b/external/docs/content/docs/fetch-options/2.25.0.html index a2afe506c8..a8ce37e63f 100644 --- a/external/docs/content/docs/fetch-options/2.25.0.html +++ b/external/docs/content/docs/fetch-options/2.25.0.html @@ -44,7 +44,7 @@

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -99,7 +99,7 @@

    When git fetch is used with <src>:<dst> refspec it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -109,8 +109,8 @@
    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-gc
    @@ -160,7 +160,7 @@ behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the diff --git a/external/docs/content/docs/fetch-options/2.25.1.html b/external/docs/content/docs/fetch-options/2.25.1.html index 53d98e336f..4dcfe6f48b 100644 --- a/external/docs/content/docs/fetch-options/2.25.1.html +++ b/external/docs/content/docs/fetch-options/2.25.1.html @@ -52,7 +52,7 @@

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -107,7 +107,7 @@

    When git fetch is used with <src>:<dst> refspec it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -117,8 +117,8 @@
    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-gc
    @@ -168,13 +168,13 @@ behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the refs to remote-tracking branches, instead of the values of remote.*.fetch configuration variables for the remote -repository. Providing an empty <refspec> to the +repository. Providing an empty <refspec> to the --refmap option causes Git to ignore the configured refspecs and rely entirely on the refspecs supplied as command-line arguments. See section on "Configured Remote-tracking diff --git a/external/docs/content/docs/fetch-options/2.27.0.html b/external/docs/content/docs/fetch-options/2.27.0.html index 91e3bb3647..52be4b0905 100644 --- a/external/docs/content/docs/fetch-options/2.27.0.html +++ b/external/docs/content/docs/fetch-options/2.27.0.html @@ -47,7 +47,7 @@

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -102,7 +102,7 @@

    When git fetch is used with <src>:<dst> refspec it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -112,8 +112,8 @@
    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-gc
    @@ -163,13 +163,13 @@ behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the refs to remote-tracking branches, instead of the values of remote.*.fetch configuration variables for the remote -repository. Providing an empty <refspec> to the +repository. Providing an empty <refspec> to the --refmap option causes Git to ignore the configured refspecs and rely entirely on the refspecs supplied as command-line arguments. See section on "Configured Remote-tracking diff --git a/external/docs/content/docs/fetch-options/2.29.0.html b/external/docs/content/docs/fetch-options/2.29.0.html index 903ee85635..119612e3a3 100644 --- a/external/docs/content/docs/fetch-options/2.29.0.html +++ b/external/docs/content/docs/fetch-options/2.29.0.html @@ -57,7 +57,7 @@

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -120,7 +120,7 @@

    When git fetch is used with <src>:<dst> refspec it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -130,8 +130,8 @@
    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-maintenance
    --[no-]auto-gc
    @@ -183,13 +183,13 @@ behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the refs to remote-tracking branches, instead of the values of remote.*.fetch configuration variables for the remote -repository. Providing an empty <refspec> to the +repository. Providing an empty <refspec> to the --refmap option causes Git to ignore the configured refspecs and rely entirely on the refspecs supplied as command-line arguments. See section on "Configured Remote-tracking diff --git a/external/docs/content/docs/fetch-options/2.31.0.html b/external/docs/content/docs/fetch-options/2.31.0.html index cd3f15f882..410498aa2a 100644 --- a/external/docs/content/docs/fetch-options/2.31.0.html +++ b/external/docs/content/docs/fetch-options/2.31.0.html @@ -57,7 +57,7 @@

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -120,7 +120,7 @@

    When git fetch is used with <src>:<dst> refspec it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -130,8 +130,8 @@
    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-maintenance
    --[no-]auto-gc
    @@ -183,13 +183,13 @@ behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the refs to remote-tracking branches, instead of the values of remote.*.fetch configuration variables for the remote -repository. Providing an empty <refspec> to the +repository. Providing an empty <refspec> to the --refmap option causes Git to ignore the configured refspecs and rely entirely on the refspecs supplied as command-line arguments. See section on "Configured Remote-tracking diff --git a/external/docs/content/docs/fetch-options/2.32.0.html b/external/docs/content/docs/fetch-options/2.32.0.html index 00c9b58683..73e1839fc5 100644 --- a/external/docs/content/docs/fetch-options/2.32.0.html +++ b/external/docs/content/docs/fetch-options/2.32.0.html @@ -56,7 +56,7 @@

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -119,7 +119,7 @@

    When git fetch is used with <src>:<dst> refspec it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -129,8 +129,8 @@
    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-maintenance
    --[no-]auto-gc
    @@ -188,13 +188,13 @@ behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the refs to remote-tracking branches, instead of the values of remote.*.fetch configuration variables for the remote -repository. Providing an empty <refspec> to the +repository. Providing an empty <refspec> to the --refmap option causes Git to ignore the configured refspecs and rely entirely on the refspecs supplied as command-line arguments. See section on "Configured Remote-tracking diff --git a/external/docs/content/docs/fetch-options/2.33.0.html b/external/docs/content/docs/fetch-options/2.33.0.html index 1a9beca0c4..bfa031680b 100644 --- a/external/docs/content/docs/fetch-options/2.33.0.html +++ b/external/docs/content/docs/fetch-options/2.33.0.html @@ -75,7 +75,7 @@

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -149,7 +149,7 @@

    When git fetch is used with <src>:<dst> refspec it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -159,8 +159,8 @@
    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-maintenance
    --[no-]auto-gc
    @@ -218,13 +218,13 @@ behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the refs to remote-tracking branches, instead of the values of remote.*.fetch configuration variables for the remote -repository. Providing an empty <refspec> to the +repository. Providing an empty <refspec> to the --refmap option causes Git to ignore the configured refspecs and rely entirely on the refspecs supplied as command-line arguments. See section on "Configured Remote-tracking diff --git a/external/docs/content/docs/fetch-options/2.36.0.html b/external/docs/content/docs/fetch-options/2.36.0.html index 6943240ac0..5509a987c6 100644 --- a/external/docs/content/docs/fetch-options/2.36.0.html +++ b/external/docs/content/docs/fetch-options/2.36.0.html @@ -80,7 +80,7 @@

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -155,7 +155,7 @@

    When git fetch is used with <src>:<dst> refspec it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -165,8 +165,8 @@
    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-maintenance
    --[no-]auto-gc
    @@ -233,13 +233,13 @@ definition has changed. Automatic post-fetch maintenance will perform object database pack consolidation to remove any duplicate objects.

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the refs to remote-tracking branches, instead of the values of remote.*.fetch configuration variables for the remote -repository. Providing an empty <refspec> to the +repository. Providing an empty <refspec> to the --refmap option causes Git to ignore the configured refspecs and rely entirely on the refspecs supplied as command-line arguments. See section on "Configured Remote-tracking diff --git a/external/docs/content/docs/fetch-options/2.4.12.html b/external/docs/content/docs/fetch-options/2.4.12.html index 75f1959d58..74815a81c4 100644 --- a/external/docs/content/docs/fetch-options/2.4.12.html +++ b/external/docs/content/docs/fetch-options/2.4.12.html @@ -71,8 +71,8 @@

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    -p
    --prune
    @@ -95,7 +95,7 @@ behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the diff --git a/external/docs/content/docs/fetch-options/2.41.0.html b/external/docs/content/docs/fetch-options/2.41.0.html index e7561a7ec0..0e777c9d59 100644 --- a/external/docs/content/docs/fetch-options/2.41.0.html +++ b/external/docs/content/docs/fetch-options/2.41.0.html @@ -57,7 +57,7 @@

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -141,7 +141,7 @@

    When git fetch is used with <src>:<dst> refspec it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -151,8 +151,8 @@
    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-maintenance
    --[no-]auto-gc
    @@ -219,13 +219,13 @@ definition has changed. Automatic post-fetch maintenance will perform object database pack consolidation to remove any duplicate objects.

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the refs to remote-tracking branches, instead of the values of remote.*.fetch configuration variables for the remote -repository. Providing an empty <refspec> to the +repository. Providing an empty <refspec> to the --refmap option causes Git to ignore the configured refspecs and rely entirely on the refspecs supplied as command-line arguments. See section on "Configured Remote-tracking diff --git a/external/docs/content/docs/fetch-options/2.43.0.html b/external/docs/content/docs/fetch-options/2.43.0.html index 9101a708a3..b699833b58 100644 --- a/external/docs/content/docs/fetch-options/2.43.0.html +++ b/external/docs/content/docs/fetch-options/2.43.0.html @@ -56,7 +56,7 @@

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -140,7 +140,7 @@

    When git fetch is used with <src>:<dst> refspec, it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -150,8 +150,8 @@
    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-maintenance
    --[no-]auto-gc
    @@ -218,13 +218,13 @@ definition has changed. Automatic post-fetch maintenance will perform object database pack consolidation to remove any duplicate objects.

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the refs to remote-tracking branches, instead of the values of remote.*.fetch configuration variables for the remote -repository. Providing an empty <refspec> to the +repository. Providing an empty <refspec> to the --refmap option causes Git to ignore the configured refspecs and rely entirely on the refspecs supplied as command-line arguments. See section on "Configured Remote-tracking diff --git a/external/docs/content/docs/fetch-options/2.44.0.html b/external/docs/content/docs/fetch-options/2.44.0.html index 221c400d27..785a501f33 100644 --- a/external/docs/content/docs/fetch-options/2.44.0.html +++ b/external/docs/content/docs/fetch-options/2.44.0.html @@ -54,7 +54,7 @@

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -138,7 +138,7 @@

    When git fetch is used with <src>:<dst> refspec, it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -148,8 +148,8 @@
    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-maintenance
    --[no-]auto-gc
    @@ -216,13 +216,13 @@ definition has changed. Automatic post-fetch maintenance will perform object database pack consolidation to remove any duplicate objects.

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the refs to remote-tracking branches, instead of the values of remote.*.fetch configuration variables for the remote -repository. Providing an empty <refspec> to the +repository. Providing an empty <refspec> to the --refmap option causes Git to ignore the configured refspecs and rely entirely on the refspecs supplied as command-line arguments. See section on "Configured Remote-tracking diff --git a/external/docs/content/docs/fetch-options/2.45.0.html b/external/docs/content/docs/fetch-options/2.45.0.html index c424326392..0091f46fab 100644 --- a/external/docs/content/docs/fetch-options/2.45.0.html +++ b/external/docs/content/docs/fetch-options/2.45.0.html @@ -56,7 +56,7 @@

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -140,7 +140,7 @@

    When git fetch is used with <src>:<dst> refspec, it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -150,8 +150,8 @@
    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-maintenance
    --[no-]auto-gc
    @@ -218,13 +218,13 @@ definition has changed. Automatic post-fetch maintenance will perform object database pack consolidation to remove any duplicate objects.

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the refs to remote-tracking branches, instead of the values of remote.*.fetch configuration variables for the remote -repository. Providing an empty <refspec> to the +repository. Providing an empty <refspec> to the --refmap option causes Git to ignore the configured refspecs and rely entirely on the refspecs supplied as command-line arguments. See section on "Configured Remote-tracking diff --git a/external/docs/content/docs/fetch-options/2.46.2.html b/external/docs/content/docs/fetch-options/2.46.2.html index 7c745e7b73..b0e42d7ef8 100644 --- a/external/docs/content/docs/fetch-options/2.46.2.html +++ b/external/docs/content/docs/fetch-options/2.46.2.html @@ -57,7 +57,7 @@

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -141,7 +141,7 @@

    When git fetch is used with <src>:<dst> refspec, it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -151,8 +151,8 @@
    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-maintenance
    --[no-]auto-gc
    @@ -219,13 +219,13 @@ definition has changed. Automatic post-fetch maintenance will perform object database pack consolidation to remove any duplicate objects.

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the refs to remote-tracking branches, instead of the values of remote.*.fetch configuration variables for the remote -repository. Providing an empty <refspec> to the +repository. Providing an empty <refspec> to the --refmap option causes Git to ignore the configured refspecs and rely entirely on the refspecs supplied as command-line arguments. See section on "Configured Remote-tracking diff --git a/external/docs/content/docs/fetch-options/2.48.0.html b/external/docs/content/docs/fetch-options/2.48.0.html index 5d40c8489b..9bd0bc98fd 100644 --- a/external/docs/content/docs/fetch-options/2.48.0.html +++ b/external/docs/content/docs/fetch-options/2.48.0.html @@ -58,7 +58,7 @@

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<ref>
    +
    --shallow-exclude=<ref>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -142,7 +142,7 @@

    When git fetch is used with <src>:<dst> refspec, it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -152,8 +152,8 @@
    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-maintenance
    --[no-]auto-gc
    @@ -220,13 +220,13 @@ definition has changed. Automatic post-fetch maintenance will perform object database pack consolidation to remove any duplicate objects.

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the refs to remote-tracking branches, instead of the values of remote.*.fetch configuration variables for the remote -repository. Providing an empty <refspec> to the +repository. Providing an empty <refspec> to the --refmap option causes Git to ignore the configured refspecs and rely entirely on the refspecs supplied as command-line arguments. See section on "Configured Remote-tracking diff --git a/external/docs/content/docs/fetch-options/2.7.6.html b/external/docs/content/docs/fetch-options/2.7.6.html index 99a63d8b77..6f40f41e41 100644 --- a/external/docs/content/docs/fetch-options/2.7.6.html +++ b/external/docs/content/docs/fetch-options/2.7.6.html @@ -70,8 +70,8 @@

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    -p
    --prune
    @@ -94,7 +94,7 @@ behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the diff --git a/external/docs/content/docs/fetch-options/2.8.6.html b/external/docs/content/docs/fetch-options/2.8.6.html index 023732ae7a..2d51138b32 100644 --- a/external/docs/content/docs/fetch-options/2.8.6.html +++ b/external/docs/content/docs/fetch-options/2.8.6.html @@ -70,8 +70,8 @@

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    -p
    --prune
    @@ -94,7 +94,7 @@ behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the diff --git a/external/docs/content/docs/fetch-options/2.9.5.html b/external/docs/content/docs/fetch-options/2.9.5.html index 8ad9959ccc..f51e41b8e2 100644 --- a/external/docs/content/docs/fetch-options/2.9.5.html +++ b/external/docs/content/docs/fetch-options/2.9.5.html @@ -71,8 +71,8 @@

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    -p
    --prune
    @@ -95,7 +95,7 @@ behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the diff --git a/external/docs/content/docs/git-add.html b/external/docs/content/docs/git-add.html index cb93036a4c..0462c5e5e7 100644 --- a/external/docs/content/docs/git-add.html +++ b/external/docs/content/docs/git-add.html @@ -48,7 +48,7 @@

    SYNOPSIS

    [--edit | -e] [--[no-]all | -A | --[no-]ignore-removal | [--update | -u]] [--sparse] [--intent-to-add | -N] [--refresh] [--ignore-errors] [--ignore-missing] [--renormalize] [--chmod=(+|-)x] [--pathspec-from-file=<file> [--pathspec-file-nul]] - [--] [<pathspec>…​] + [--] [<pathspec>…​] @@ -99,7 +99,7 @@

    OPTIONS

    -
    <pathspec>...
    +
    <pathspec>...

    Files to add content from. Fileglobs (e.g. *.c) can be given to add all matching files. Also a @@ -113,7 +113,7 @@

    OPTIONS

    to ignore removed files; use --no-all option if you want to add modified or new files but ignore removed ones.

    -

    For more details about the <pathspec> syntax, see the pathspec entry +

    For more details about the <pathspec> syntax, see the pathspec entry in gitglossary[7].

    @@ -193,10 +193,10 @@

    OPTIONS

    --update

    Update the index just where it already has an entry matching -<pathspec>. This removes as well as modifies index entries to +<pathspec>. This removes as well as modifies index entries to match the working tree, but adds no new files.

    -

    If no <pathspec> is given when -u option is used, all +

    If no <pathspec> is given when -u option is used, all tracked files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -207,11 +207,11 @@

    OPTIONS

    --no-ignore-removal

    Update the index not only where the working tree has a file -matching <pathspec> but also where the index already has an +matching <pathspec> but also where the index already has an entry. This adds, modifies, and removes index entries to match the working tree.

    -

    If no <pathspec> is given when -A option is used, all +

    If no <pathspec> is given when -A option is used, all files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -223,11 +223,11 @@

    OPTIONS

    Update the index by adding new files that are unknown to the index and files modified in the working tree, but ignore files that have been removed from the working tree. This -option is a no-op when no <pathspec> is used.

    +option is a no-op when no <pathspec> is used.

    This option is primarily to help users who are used to older -versions of Git, whose git add <pathspec>... was a synonym -for git add --no-all <pathspec>..., i.e. ignored removed files.

    +versions of Git, whose git add <pathspec>... was a synonym +for git add --no-all <pathspec>..., i.e. ignored removed files.

    -N
    diff --git a/external/docs/content/docs/git-add/2.0.5.html b/external/docs/content/docs/git-add/2.0.5.html index d10aca664d..2c830e6330 100644 --- a/external/docs/content/docs/git-add/2.0.5.html +++ b/external/docs/content/docs/git-add/2.0.5.html @@ -48,7 +48,7 @@

    SYNOPSIS

    git add [-n] [-v] [--force | -f] [--interactive | -i] [--patch | -p]
     	  [--edit | -e] [--[no-]all | --[no-]ignore-removal | [--update | -u]]
     	  [--intent-to-add | -N] [--refresh] [--ignore-errors] [--ignore-missing]
    -	  [--] [<pathspec>…​]
    + [--] [<pathspec>…​]
    @@ -99,7 +99,7 @@

    OPTIONS

    -
    <pathspec>…​
    +
    <pathspec>…​

    Files to add content from. Fileglobs (e.g. *.c) can be given to add all matching files. Also a @@ -167,10 +167,10 @@

    OPTIONS

    --update

    Update the index just where it already has an entry matching -<pathspec>. This removes as well as modifies index entries to +<pathspec>. This removes as well as modifies index entries to match the working tree, but adds no new files.

    -

    If no <pathspec> is given when -u option is used, all +

    If no <pathspec> is given when -u option is used, all tracked files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -181,11 +181,11 @@

    OPTIONS

    --no-ignore-removal

    Update the index not only where the working tree has a file -matching <pathspec> but also where the index already has an +matching <pathspec> but also where the index already has an entry. This adds, modifies, and removes index entries to match the working tree.

    -

    If no <pathspec> is given when -A option is used, all +

    If no <pathspec> is given when -A option is used, all files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -197,11 +197,11 @@

    OPTIONS

    Update the index by adding new files that are unknown to the index and files modified in the working tree, but ignore files that have been removed from the working tree. This -option is a no-op when no <pathspec> is used.

    +option is a no-op when no <pathspec> is used.

    This option is primarily to help users who are used to older -versions of Git, whose "git add <pathspec>…​" was a synonym -for "git add --no-all <pathspec>…​", i.e. ignored removed files.

    +versions of Git, whose "git add <pathspec>…​" was a synonym +for "git add --no-all <pathspec>…​", i.e. ignored removed files.

    -N
    diff --git a/external/docs/content/docs/git-add/2.10.5.html b/external/docs/content/docs/git-add/2.10.5.html index 77c5db434f..07fe9b5306 100644 --- a/external/docs/content/docs/git-add/2.10.5.html +++ b/external/docs/content/docs/git-add/2.10.5.html @@ -49,7 +49,7 @@

    SYNOPSIS

    git add [--verbose | -v] [--dry-run | -n] [--force | -f] [--interactive | -i] [--patch | -p]
     	  [--edit | -e] [--[no-]all | --[no-]ignore-removal | [--update | -u]]
     	  [--intent-to-add | -N] [--refresh] [--ignore-errors] [--ignore-missing]
    -	  [--chmod=(+|-)x] [--] [<pathspec>…​]
    + [--chmod=(+|-)x] [--] [<pathspec>…​]
    @@ -100,7 +100,7 @@

    OPTIONS

    -
    <pathspec>…​
    +
    <pathspec>…​

    Files to add content from. Fileglobs (e.g. *.c) can be given to add all matching files. Also a @@ -169,10 +169,10 @@

    OPTIONS

    --update

    Update the index just where it already has an entry matching -<pathspec>. This removes as well as modifies index entries to +<pathspec>. This removes as well as modifies index entries to match the working tree, but adds no new files.

    -

    If no <pathspec> is given when -u option is used, all +

    If no <pathspec> is given when -u option is used, all tracked files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -183,11 +183,11 @@

    OPTIONS

    --no-ignore-removal

    Update the index not only where the working tree has a file -matching <pathspec> but also where the index already has an +matching <pathspec> but also where the index already has an entry. This adds, modifies, and removes index entries to match the working tree.

    -

    If no <pathspec> is given when -A option is used, all +

    If no <pathspec> is given when -A option is used, all files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -199,11 +199,11 @@

    OPTIONS

    Update the index by adding new files that are unknown to the index and files modified in the working tree, but ignore files that have been removed from the working tree. This -option is a no-op when no <pathspec> is used.

    +option is a no-op when no <pathspec> is used.

    This option is primarily to help users who are used to older -versions of Git, whose "git add <pathspec>…​" was a synonym -for "git add --no-all <pathspec>…​", i.e. ignored removed files.

    +versions of Git, whose "git add <pathspec>…​" was a synonym +for "git add --no-all <pathspec>…​", i.e. ignored removed files.

    -N
    diff --git a/external/docs/content/docs/git-add/2.14.6.html b/external/docs/content/docs/git-add/2.14.6.html index 6f2a0e5be4..6a23afab31 100644 --- a/external/docs/content/docs/git-add/2.14.6.html +++ b/external/docs/content/docs/git-add/2.14.6.html @@ -47,7 +47,7 @@

    SYNOPSIS

    git add [--verbose | -v] [--dry-run | -n] [--force | -f] [--interactive | -i] [--patch | -p]
     	  [--edit | -e] [--[no-]all | --[no-]ignore-removal | [--update | -u]]
     	  [--intent-to-add | -N] [--refresh] [--ignore-errors] [--ignore-missing]
    -	  [--chmod=(+|-)x] [--] [<pathspec>…​]
    + [--chmod=(+|-)x] [--] [<pathspec>…​]
    @@ -98,7 +98,7 @@

    OPTIONS

    -
    <pathspec>…​
    +
    <pathspec>…​

    Files to add content from. Fileglobs (e.g. *.c) can be given to add all matching files. Also a @@ -112,7 +112,7 @@

    OPTIONS

    to ignore removed files; use --no-all option if you want to add modified or new files but ignore removed ones.

    -

    For more details about the <pathspec> syntax, see the pathspec entry +

    For more details about the <pathspec> syntax, see the pathspec entry in gitglossary[7].

    @@ -171,10 +171,10 @@

    OPTIONS

    --update

    Update the index just where it already has an entry matching -<pathspec>. This removes as well as modifies index entries to +<pathspec>. This removes as well as modifies index entries to match the working tree, but adds no new files.

    -

    If no <pathspec> is given when -u option is used, all +

    If no <pathspec> is given when -u option is used, all tracked files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -185,11 +185,11 @@

    OPTIONS

    --no-ignore-removal

    Update the index not only where the working tree has a file -matching <pathspec> but also where the index already has an +matching <pathspec> but also where the index already has an entry. This adds, modifies, and removes index entries to match the working tree.

    -

    If no <pathspec> is given when -A option is used, all +

    If no <pathspec> is given when -A option is used, all files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -201,11 +201,11 @@

    OPTIONS

    Update the index by adding new files that are unknown to the index and files modified in the working tree, but ignore files that have been removed from the working tree. This -option is a no-op when no <pathspec> is used.

    +option is a no-op when no <pathspec> is used.

    This option is primarily to help users who are used to older -versions of Git, whose "git add <pathspec>…​" was a synonym -for "git add --no-all <pathspec>…​", i.e. ignored removed files.

    +versions of Git, whose "git add <pathspec>…​" was a synonym +for "git add --no-all <pathspec>…​", i.e. ignored removed files.

    -N
    diff --git a/external/docs/content/docs/git-add/2.16.6.html b/external/docs/content/docs/git-add/2.16.6.html index 2f2ad4ae87..96e441281c 100644 --- a/external/docs/content/docs/git-add/2.16.6.html +++ b/external/docs/content/docs/git-add/2.16.6.html @@ -53,7 +53,7 @@

    SYNOPSIS

    git add [--verbose | -v] [--dry-run | -n] [--force | -f] [--interactive | -i] [--patch | -p]
     	  [--edit | -e] [--[no-]all | --[no-]ignore-removal | [--update | -u]]
     	  [--intent-to-add | -N] [--refresh] [--ignore-errors] [--ignore-missing] [--renormalize]
    -	  [--chmod=(+|-)x] [--] [<pathspec>…​]
    + [--chmod=(+|-)x] [--] [<pathspec>…​]
    @@ -104,7 +104,7 @@

    OPTIONS

    -
    <pathspec>…​
    +
    <pathspec>…​

    Files to add content from. Fileglobs (e.g. *.c) can be given to add all matching files. Also a @@ -118,7 +118,7 @@

    OPTIONS

    to ignore removed files; use --no-all option if you want to add modified or new files but ignore removed ones.

    -

    For more details about the <pathspec> syntax, see the pathspec entry +

    For more details about the <pathspec> syntax, see the pathspec entry in gitglossary[7].

    @@ -177,10 +177,10 @@

    OPTIONS

    --update

    Update the index just where it already has an entry matching -<pathspec>. This removes as well as modifies index entries to +<pathspec>. This removes as well as modifies index entries to match the working tree, but adds no new files.

    -

    If no <pathspec> is given when -u option is used, all +

    If no <pathspec> is given when -u option is used, all tracked files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -191,11 +191,11 @@

    OPTIONS

    --no-ignore-removal

    Update the index not only where the working tree has a file -matching <pathspec> but also where the index already has an +matching <pathspec> but also where the index already has an entry. This adds, modifies, and removes index entries to match the working tree.

    -

    If no <pathspec> is given when -A option is used, all +

    If no <pathspec> is given when -A option is used, all files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -207,11 +207,11 @@

    OPTIONS

    Update the index by adding new files that are unknown to the index and files modified in the working tree, but ignore files that have been removed from the working tree. This -option is a no-op when no <pathspec> is used.

    +option is a no-op when no <pathspec> is used.

    This option is primarily to help users who are used to older -versions of Git, whose "git add <pathspec>…​" was a synonym -for "git add --no-all <pathspec>…​", i.e. ignored removed files.

    +versions of Git, whose "git add <pathspec>…​" was a synonym +for "git add --no-all <pathspec>…​", i.e. ignored removed files.

    -N
    diff --git a/external/docs/content/docs/git-add/2.18.0.html b/external/docs/content/docs/git-add/2.18.0.html index 280bb983fc..fbe9318cbf 100644 --- a/external/docs/content/docs/git-add/2.18.0.html +++ b/external/docs/content/docs/git-add/2.18.0.html @@ -64,7 +64,7 @@

    SYNOPSIS

    git add [--verbose | -v] [--dry-run | -n] [--force | -f] [--interactive | -i] [--patch | -p]
     	  [--edit | -e] [--[no-]all | --[no-]ignore-removal | [--update | -u]]
     	  [--intent-to-add | -N] [--refresh] [--ignore-errors] [--ignore-missing] [--renormalize]
    -	  [--chmod=(+|-)x] [--] [<pathspec>…​]
    + [--chmod=(+|-)x] [--] [<pathspec>…​]
    @@ -115,7 +115,7 @@

    OPTIONS

    -
    <pathspec>…​
    +
    <pathspec>…​

    Files to add content from. Fileglobs (e.g. *.c) can be given to add all matching files. Also a @@ -129,7 +129,7 @@

    OPTIONS

    to ignore removed files; use --no-all option if you want to add modified or new files but ignore removed ones.

    -

    For more details about the <pathspec> syntax, see the pathspec entry +

    For more details about the <pathspec> syntax, see the pathspec entry in gitglossary[7].

    @@ -188,10 +188,10 @@

    OPTIONS

    --update

    Update the index just where it already has an entry matching -<pathspec>. This removes as well as modifies index entries to +<pathspec>. This removes as well as modifies index entries to match the working tree, but adds no new files.

    -

    If no <pathspec> is given when -u option is used, all +

    If no <pathspec> is given when -u option is used, all tracked files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -202,11 +202,11 @@

    OPTIONS

    --no-ignore-removal

    Update the index not only where the working tree has a file -matching <pathspec> but also where the index already has an +matching <pathspec> but also where the index already has an entry. This adds, modifies, and removes index entries to match the working tree.

    -

    If no <pathspec> is given when -A option is used, all +

    If no <pathspec> is given when -A option is used, all files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -218,11 +218,11 @@

    OPTIONS

    Update the index by adding new files that are unknown to the index and files modified in the working tree, but ignore files that have been removed from the working tree. This -option is a no-op when no <pathspec> is used.

    +option is a no-op when no <pathspec> is used.

    This option is primarily to help users who are used to older -versions of Git, whose "git add <pathspec>…​" was a synonym -for "git add --no-all <pathspec>…​", i.e. ignored removed files.

    +versions of Git, whose "git add <pathspec>…​" was a synonym +for "git add --no-all <pathspec>…​", i.e. ignored removed files.

    -N
    diff --git a/external/docs/content/docs/git-add/2.21.0.html b/external/docs/content/docs/git-add/2.21.0.html index 1b910524c4..99302ef9c1 100644 --- a/external/docs/content/docs/git-add/2.21.0.html +++ b/external/docs/content/docs/git-add/2.21.0.html @@ -50,7 +50,7 @@

    SYNOPSIS

    git add [--verbose | -v] [--dry-run | -n] [--force | -f] [--interactive | -i] [--patch | -p]
     	  [--edit | -e] [--[no-]all | --[no-]ignore-removal | [--update | -u]]
     	  [--intent-to-add | -N] [--refresh] [--ignore-errors] [--ignore-missing] [--renormalize]
    -	  [--chmod=(+|-)x] [--] [<pathspec>…​]
    + [--chmod=(+|-)x] [--] [<pathspec>…​]
    @@ -101,7 +101,7 @@

    OPTIONS

    -
    <pathspec>…​
    +
    <pathspec>…​

    Files to add content from. Fileglobs (e.g. *.c) can be given to add all matching files. Also a @@ -115,7 +115,7 @@

    OPTIONS

    to ignore removed files; use --no-all option if you want to add modified or new files but ignore removed ones.

    -

    For more details about the <pathspec> syntax, see the pathspec entry +

    For more details about the <pathspec> syntax, see the pathspec entry in gitglossary[7].

    @@ -174,10 +174,10 @@

    OPTIONS

    --update

    Update the index just where it already has an entry matching -<pathspec>. This removes as well as modifies index entries to +<pathspec>. This removes as well as modifies index entries to match the working tree, but adds no new files.

    -

    If no <pathspec> is given when -u option is used, all +

    If no <pathspec> is given when -u option is used, all tracked files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -188,11 +188,11 @@

    OPTIONS

    --no-ignore-removal

    Update the index not only where the working tree has a file -matching <pathspec> but also where the index already has an +matching <pathspec> but also where the index already has an entry. This adds, modifies, and removes index entries to match the working tree.

    -

    If no <pathspec> is given when -A option is used, all +

    If no <pathspec> is given when -A option is used, all files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -204,11 +204,11 @@

    OPTIONS

    Update the index by adding new files that are unknown to the index and files modified in the working tree, but ignore files that have been removed from the working tree. This -option is a no-op when no <pathspec> is used.

    +option is a no-op when no <pathspec> is used.

    This option is primarily to help users who are used to older -versions of Git, whose "git add <pathspec>…​" was a synonym -for "git add --no-all <pathspec>…​", i.e. ignored removed files.

    +versions of Git, whose "git add <pathspec>…​" was a synonym +for "git add --no-all <pathspec>…​", i.e. ignored removed files.

    -N
    diff --git a/external/docs/content/docs/git-add/2.22.0.html b/external/docs/content/docs/git-add/2.22.0.html index bc1fb54336..17b133e303 100644 --- a/external/docs/content/docs/git-add/2.22.0.html +++ b/external/docs/content/docs/git-add/2.22.0.html @@ -59,7 +59,7 @@

    SYNOPSIS

    git add [--verbose | -v] [--dry-run | -n] [--force | -f] [--interactive | -i] [--patch | -p]
     	  [--edit | -e] [--[no-]all | --[no-]ignore-removal | [--update | -u]]
     	  [--intent-to-add | -N] [--refresh] [--ignore-errors] [--ignore-missing] [--renormalize]
    -	  [--chmod=(+|-)x] [--] [<pathspec>…​]
    + [--chmod=(+|-)x] [--] [<pathspec>…​]
    @@ -110,7 +110,7 @@

    OPTIONS

    -
    <pathspec>…​
    +
    <pathspec>…​

    Files to add content from. Fileglobs (e.g. *.c) can be given to add all matching files. Also a @@ -124,7 +124,7 @@

    OPTIONS

    to ignore removed files; use --no-all option if you want to add modified or new files but ignore removed ones.

    -

    For more details about the <pathspec> syntax, see the pathspec entry +

    For more details about the <pathspec> syntax, see the pathspec entry in gitglossary[7].

    @@ -183,10 +183,10 @@

    OPTIONS

    --update

    Update the index just where it already has an entry matching -<pathspec>. This removes as well as modifies index entries to +<pathspec>. This removes as well as modifies index entries to match the working tree, but adds no new files.

    -

    If no <pathspec> is given when -u option is used, all +

    If no <pathspec> is given when -u option is used, all tracked files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -197,11 +197,11 @@

    OPTIONS

    --no-ignore-removal

    Update the index not only where the working tree has a file -matching <pathspec> but also where the index already has an +matching <pathspec> but also where the index already has an entry. This adds, modifies, and removes index entries to match the working tree.

    -

    If no <pathspec> is given when -A option is used, all +

    If no <pathspec> is given when -A option is used, all files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -213,11 +213,11 @@

    OPTIONS

    Update the index by adding new files that are unknown to the index and files modified in the working tree, but ignore files that have been removed from the working tree. This -option is a no-op when no <pathspec> is used.

    +option is a no-op when no <pathspec> is used.

    This option is primarily to help users who are used to older -versions of Git, whose "git add <pathspec>…​" was a synonym -for "git add --no-all <pathspec>…​", i.e. ignored removed files.

    +versions of Git, whose "git add <pathspec>…​" was a synonym +for "git add --no-all <pathspec>…​", i.e. ignored removed files.

    -N
    diff --git a/external/docs/content/docs/git-add/2.25.0.html b/external/docs/content/docs/git-add/2.25.0.html index 467542ecd5..6d13991603 100644 --- a/external/docs/content/docs/git-add/2.25.0.html +++ b/external/docs/content/docs/git-add/2.25.0.html @@ -98,7 +98,7 @@

    SYNOPSIS

    [--edit | -e] [--[no-]all | --[no-]ignore-removal | [--update | -u]] [--intent-to-add | -N] [--refresh] [--ignore-errors] [--ignore-missing] [--renormalize] [--chmod=(+|-)x] [--pathspec-from-file=<file> [--pathspec-file-nul]] - [--] [<pathspec>…​] + [--] [<pathspec>…​]
    @@ -149,7 +149,7 @@

    OPTIONS

    -
    <pathspec>…​
    +
    <pathspec>…​

    Files to add content from. Fileglobs (e.g. *.c) can be given to add all matching files. Also a @@ -163,7 +163,7 @@

    OPTIONS

    to ignore removed files; use --no-all option if you want to add modified or new files but ignore removed ones.

    -

    For more details about the <pathspec> syntax, see the pathspec entry +

    For more details about the <pathspec> syntax, see the pathspec entry in gitglossary[7].

    @@ -222,10 +222,10 @@

    OPTIONS

    --update

    Update the index just where it already has an entry matching -<pathspec>. This removes as well as modifies index entries to +<pathspec>. This removes as well as modifies index entries to match the working tree, but adds no new files.

    -

    If no <pathspec> is given when -u option is used, all +

    If no <pathspec> is given when -u option is used, all tracked files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -236,11 +236,11 @@

    OPTIONS

    --no-ignore-removal

    Update the index not only where the working tree has a file -matching <pathspec> but also where the index already has an +matching <pathspec> but also where the index already has an entry. This adds, modifies, and removes index entries to match the working tree.

    -

    If no <pathspec> is given when -A option is used, all +

    If no <pathspec> is given when -A option is used, all files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -252,11 +252,11 @@

    OPTIONS

    Update the index by adding new files that are unknown to the index and files modified in the working tree, but ignore files that have been removed from the working tree. This -option is a no-op when no <pathspec> is used.

    +option is a no-op when no <pathspec> is used.

    This option is primarily to help users who are used to older -versions of Git, whose "git add <pathspec>…​" was a synonym -for "git add --no-all <pathspec>…​", i.e. ignored removed files.

    +versions of Git, whose "git add <pathspec>…​" was a synonym +for "git add --no-all <pathspec>…​", i.e. ignored removed files.

    -N
    diff --git a/external/docs/content/docs/git-add/2.3.10.html b/external/docs/content/docs/git-add/2.3.10.html index c1fb2c558d..45aa0ea9d6 100644 --- a/external/docs/content/docs/git-add/2.3.10.html +++ b/external/docs/content/docs/git-add/2.3.10.html @@ -46,7 +46,7 @@

    SYNOPSIS

    git add [--verbose | -v] [--dry-run | -n] [--force | -f] [--interactive | -i] [--patch | -p]
     	  [--edit | -e] [--[no-]all | --[no-]ignore-removal | [--update | -u]]
     	  [--intent-to-add | -N] [--refresh] [--ignore-errors] [--ignore-missing]
    -	  [--] [<pathspec>…​]
    + [--] [<pathspec>…​]
    @@ -97,7 +97,7 @@

    OPTIONS

    -
    <pathspec>…​
    +
    <pathspec>…​

    Files to add content from. Fileglobs (e.g. *.c) can be given to add all matching files. Also a @@ -165,10 +165,10 @@

    OPTIONS

    --update

    Update the index just where it already has an entry matching -<pathspec>. This removes as well as modifies index entries to +<pathspec>. This removes as well as modifies index entries to match the working tree, but adds no new files.

    -

    If no <pathspec> is given when -u option is used, all +

    If no <pathspec> is given when -u option is used, all tracked files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -179,11 +179,11 @@

    OPTIONS

    --no-ignore-removal

    Update the index not only where the working tree has a file -matching <pathspec> but also where the index already has an +matching <pathspec> but also where the index already has an entry. This adds, modifies, and removes index entries to match the working tree.

    -

    If no <pathspec> is given when -A option is used, all +

    If no <pathspec> is given when -A option is used, all files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -195,11 +195,11 @@

    OPTIONS

    Update the index by adding new files that are unknown to the index and files modified in the working tree, but ignore files that have been removed from the working tree. This -option is a no-op when no <pathspec> is used.

    +option is a no-op when no <pathspec> is used.

    This option is primarily to help users who are used to older -versions of Git, whose "git add <pathspec>…​" was a synonym -for "git add --no-all <pathspec>…​", i.e. ignored removed files.

    +versions of Git, whose "git add <pathspec>…​" was a synonym +for "git add --no-all <pathspec>…​", i.e. ignored removed files.

    -N
    diff --git a/external/docs/content/docs/git-add/2.34.0.html b/external/docs/content/docs/git-add/2.34.0.html index 144fadf81e..9740dd9e83 100644 --- a/external/docs/content/docs/git-add/2.34.0.html +++ b/external/docs/content/docs/git-add/2.34.0.html @@ -72,7 +72,7 @@

    SYNOPSIS

    [--edit | -e] [--[no-]all | --[no-]ignore-removal | [--update | -u]] [--sparse] [--intent-to-add | -N] [--refresh] [--ignore-errors] [--ignore-missing] [--renormalize] [--chmod=(+|-)x] [--pathspec-from-file=<file> [--pathspec-file-nul]] - [--] [<pathspec>…​] + [--] [<pathspec>…​]
    @@ -123,7 +123,7 @@

    OPTIONS

    -
    <pathspec>…​
    +
    <pathspec>…​

    Files to add content from. Fileglobs (e.g. *.c) can be given to add all matching files. Also a @@ -137,7 +137,7 @@

    OPTIONS

    to ignore removed files; use --no-all option if you want to add modified or new files but ignore removed ones.

    -

    For more details about the <pathspec> syntax, see the pathspec entry +

    For more details about the <pathspec> syntax, see the pathspec entry in gitglossary[7].

    @@ -204,10 +204,10 @@

    OPTIONS

    --update

    Update the index just where it already has an entry matching -<pathspec>. This removes as well as modifies index entries to +<pathspec>. This removes as well as modifies index entries to match the working tree, but adds no new files.

    -

    If no <pathspec> is given when -u option is used, all +

    If no <pathspec> is given when -u option is used, all tracked files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -218,11 +218,11 @@

    OPTIONS

    --no-ignore-removal

    Update the index not only where the working tree has a file -matching <pathspec> but also where the index already has an +matching <pathspec> but also where the index already has an entry. This adds, modifies, and removes index entries to match the working tree.

    -

    If no <pathspec> is given when -A option is used, all +

    If no <pathspec> is given when -A option is used, all files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -234,11 +234,11 @@

    OPTIONS

    Update the index by adding new files that are unknown to the index and files modified in the working tree, but ignore files that have been removed from the working tree. This -option is a no-op when no <pathspec> is used.

    +option is a no-op when no <pathspec> is used.

    This option is primarily to help users who are used to older -versions of Git, whose "git add <pathspec>…​" was a synonym -for "git add --no-all <pathspec>…​", i.e. ignored removed files.

    +versions of Git, whose "git add <pathspec>…​" was a synonym +for "git add --no-all <pathspec>…​", i.e. ignored removed files.

    -N
    diff --git a/external/docs/content/docs/git-add/2.37.3.html b/external/docs/content/docs/git-add/2.37.3.html index 24fcebf609..a32785900d 100644 --- a/external/docs/content/docs/git-add/2.37.3.html +++ b/external/docs/content/docs/git-add/2.37.3.html @@ -49,7 +49,7 @@

    SYNOPSIS

    [--edit | -e] [--[no-]all | --[no-]ignore-removal | [--update | -u]] [--sparse] [--intent-to-add | -N] [--refresh] [--ignore-errors] [--ignore-missing] [--renormalize] [--chmod=(+|-)x] [--pathspec-from-file=<file> [--pathspec-file-nul]] - [--] [<pathspec>…​] + [--] [<pathspec>…​]
    @@ -100,7 +100,7 @@

    OPTIONS

    -
    <pathspec>…​
    +
    <pathspec>…​

    Files to add content from. Fileglobs (e.g. *.c) can be given to add all matching files. Also a @@ -114,7 +114,7 @@

    OPTIONS

    to ignore removed files; use --no-all option if you want to add modified or new files but ignore removed ones.

    -

    For more details about the <pathspec> syntax, see the pathspec entry +

    For more details about the <pathspec> syntax, see the pathspec entry in gitglossary[7].

    @@ -181,10 +181,10 @@

    OPTIONS

    --update

    Update the index just where it already has an entry matching -<pathspec>. This removes as well as modifies index entries to +<pathspec>. This removes as well as modifies index entries to match the working tree, but adds no new files.

    -

    If no <pathspec> is given when -u option is used, all +

    If no <pathspec> is given when -u option is used, all tracked files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -195,11 +195,11 @@

    OPTIONS

    --no-ignore-removal

    Update the index not only where the working tree has a file -matching <pathspec> but also where the index already has an +matching <pathspec> but also where the index already has an entry. This adds, modifies, and removes index entries to match the working tree.

    -

    If no <pathspec> is given when -A option is used, all +

    If no <pathspec> is given when -A option is used, all files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -211,11 +211,11 @@

    OPTIONS

    Update the index by adding new files that are unknown to the index and files modified in the working tree, but ignore files that have been removed from the working tree. This -option is a no-op when no <pathspec> is used.

    +option is a no-op when no <pathspec> is used.

    This option is primarily to help users who are used to older -versions of Git, whose "git add <pathspec>…​" was a synonym -for "git add --no-all <pathspec>…​", i.e. ignored removed files.

    +versions of Git, whose "git add <pathspec>…​" was a synonym +for "git add --no-all <pathspec>…​", i.e. ignored removed files.

    -N
    diff --git a/external/docs/content/docs/git-add/2.38.0.html b/external/docs/content/docs/git-add/2.38.0.html index 37b582df9f..0d1d288429 100644 --- a/external/docs/content/docs/git-add/2.38.0.html +++ b/external/docs/content/docs/git-add/2.38.0.html @@ -58,7 +58,7 @@

    SYNOPSIS

    [--edit | -e] [--[no-]all | --[no-]ignore-removal | [--update | -u]] [--sparse] [--intent-to-add | -N] [--refresh] [--ignore-errors] [--ignore-missing] [--renormalize] [--chmod=(+|-)x] [--pathspec-from-file=<file> [--pathspec-file-nul]] - [--] [<pathspec>…​] + [--] [<pathspec>…​]
    @@ -109,7 +109,7 @@

    OPTIONS

    -
    <pathspec>…​
    +
    <pathspec>…​

    Files to add content from. Fileglobs (e.g. *.c) can be given to add all matching files. Also a @@ -123,7 +123,7 @@

    OPTIONS

    to ignore removed files; use --no-all option if you want to add modified or new files but ignore removed ones.

    -

    For more details about the <pathspec> syntax, see the pathspec entry +

    For more details about the <pathspec> syntax, see the pathspec entry in gitglossary[7].

    @@ -190,10 +190,10 @@

    OPTIONS

    --update

    Update the index just where it already has an entry matching -<pathspec>. This removes as well as modifies index entries to +<pathspec>. This removes as well as modifies index entries to match the working tree, but adds no new files.

    -

    If no <pathspec> is given when -u option is used, all +

    If no <pathspec> is given when -u option is used, all tracked files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -204,11 +204,11 @@

    OPTIONS

    --no-ignore-removal

    Update the index not only where the working tree has a file -matching <pathspec> but also where the index already has an +matching <pathspec> but also where the index already has an entry. This adds, modifies, and removes index entries to match the working tree.

    -

    If no <pathspec> is given when -A option is used, all +

    If no <pathspec> is given when -A option is used, all files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -220,11 +220,11 @@

    OPTIONS

    Update the index by adding new files that are unknown to the index and files modified in the working tree, but ignore files that have been removed from the working tree. This -option is a no-op when no <pathspec> is used.

    +option is a no-op when no <pathspec> is used.

    This option is primarily to help users who are used to older -versions of Git, whose "git add <pathspec>…​" was a synonym -for "git add --no-all <pathspec>…​", i.e. ignored removed files.

    +versions of Git, whose "git add <pathspec>…​" was a synonym +for "git add --no-all <pathspec>…​", i.e. ignored removed files.

    -N
    diff --git a/external/docs/content/docs/git-add/2.4.12.html b/external/docs/content/docs/git-add/2.4.12.html index 3d65a33d40..4ce093e957 100644 --- a/external/docs/content/docs/git-add/2.4.12.html +++ b/external/docs/content/docs/git-add/2.4.12.html @@ -48,7 +48,7 @@

    SYNOPSIS

    git add [--verbose | -v] [--dry-run | -n] [--force | -f] [--interactive | -i] [--patch | -p]
     	  [--edit | -e] [--[no-]all | --[no-]ignore-removal | [--update | -u]]
     	  [--intent-to-add | -N] [--refresh] [--ignore-errors] [--ignore-missing]
    -	  [--] [<pathspec>…​]
    + [--] [<pathspec>…​]
    @@ -99,7 +99,7 @@

    OPTIONS

    -
    <pathspec>…​
    +
    <pathspec>…​

    Files to add content from. Fileglobs (e.g. *.c) can be given to add all matching files. Also a @@ -168,10 +168,10 @@

    OPTIONS

    --update

    Update the index just where it already has an entry matching -<pathspec>. This removes as well as modifies index entries to +<pathspec>. This removes as well as modifies index entries to match the working tree, but adds no new files.

    -

    If no <pathspec> is given when -u option is used, all +

    If no <pathspec> is given when -u option is used, all tracked files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -182,11 +182,11 @@

    OPTIONS

    --no-ignore-removal

    Update the index not only where the working tree has a file -matching <pathspec> but also where the index already has an +matching <pathspec> but also where the index already has an entry. This adds, modifies, and removes index entries to match the working tree.

    -

    If no <pathspec> is given when -A option is used, all +

    If no <pathspec> is given when -A option is used, all files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -198,11 +198,11 @@

    OPTIONS

    Update the index by adding new files that are unknown to the index and files modified in the working tree, but ignore files that have been removed from the working tree. This -option is a no-op when no <pathspec> is used.

    +option is a no-op when no <pathspec> is used.

    This option is primarily to help users who are used to older -versions of Git, whose "git add <pathspec>…​" was a synonym -for "git add --no-all <pathspec>…​", i.e. ignored removed files.

    +versions of Git, whose "git add <pathspec>…​" was a synonym +for "git add --no-all <pathspec>…​", i.e. ignored removed files.

    -N
    diff --git a/external/docs/content/docs/git-add/2.40.0.html b/external/docs/content/docs/git-add/2.40.0.html index c8d2ffc325..085d4bf0f8 100644 --- a/external/docs/content/docs/git-add/2.40.0.html +++ b/external/docs/content/docs/git-add/2.40.0.html @@ -61,7 +61,7 @@

    SYNOPSIS

    [--edit | -e] [--[no-]all | --[no-]ignore-removal | [--update | -u]] [--sparse] [--intent-to-add | -N] [--refresh] [--ignore-errors] [--ignore-missing] [--renormalize] [--chmod=(+|-)x] [--pathspec-from-file=<file> [--pathspec-file-nul]] - [--] [<pathspec>…​] + [--] [<pathspec>…​]
    @@ -112,7 +112,7 @@

    OPTIONS

    -
    <pathspec>…​
    +
    <pathspec>…​

    Files to add content from. Fileglobs (e.g. *.c) can be given to add all matching files. Also a @@ -126,7 +126,7 @@

    OPTIONS

    to ignore removed files; use --no-all option if you want to add modified or new files but ignore removed ones.

    -

    For more details about the <pathspec> syntax, see the pathspec entry +

    For more details about the <pathspec> syntax, see the pathspec entry in gitglossary[7].

    @@ -193,10 +193,10 @@

    OPTIONS

    --update

    Update the index just where it already has an entry matching -<pathspec>. This removes as well as modifies index entries to +<pathspec>. This removes as well as modifies index entries to match the working tree, but adds no new files.

    -

    If no <pathspec> is given when -u option is used, all +

    If no <pathspec> is given when -u option is used, all tracked files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -207,11 +207,11 @@

    OPTIONS

    --no-ignore-removal

    Update the index not only where the working tree has a file -matching <pathspec> but also where the index already has an +matching <pathspec> but also where the index already has an entry. This adds, modifies, and removes index entries to match the working tree.

    -

    If no <pathspec> is given when -A option is used, all +

    If no <pathspec> is given when -A option is used, all files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -223,11 +223,11 @@

    OPTIONS

    Update the index by adding new files that are unknown to the index and files modified in the working tree, but ignore files that have been removed from the working tree. This -option is a no-op when no <pathspec> is used.

    +option is a no-op when no <pathspec> is used.

    This option is primarily to help users who are used to older -versions of Git, whose "git add <pathspec>…​" was a synonym -for "git add --no-all <pathspec>…​", i.e. ignored removed files.

    +versions of Git, whose "git add <pathspec>…​" was a synonym +for "git add --no-all <pathspec>…​", i.e. ignored removed files.

    -N
    diff --git a/external/docs/content/docs/git-add/2.43.1.html b/external/docs/content/docs/git-add/2.43.1.html index 2596626e6d..e6ba6aa736 100644 --- a/external/docs/content/docs/git-add/2.43.1.html +++ b/external/docs/content/docs/git-add/2.43.1.html @@ -58,7 +58,7 @@

    SYNOPSIS

    [--edit | -e] [--[no-]all | -A | --[no-]ignore-removal | [--update | -u]] [--sparse] [--intent-to-add | -N] [--refresh] [--ignore-errors] [--ignore-missing] [--renormalize] [--chmod=(+|-)x] [--pathspec-from-file=<file> [--pathspec-file-nul]] - [--] [<pathspec>…​] + [--] [<pathspec>…​]
    @@ -109,7 +109,7 @@

    OPTIONS

    -
    <pathspec>…​
    +
    <pathspec>…​

    Files to add content from. Fileglobs (e.g. *.c) can be given to add all matching files. Also a @@ -123,7 +123,7 @@

    OPTIONS

    to ignore removed files; use --no-all option if you want to add modified or new files but ignore removed ones.

    -

    For more details about the <pathspec> syntax, see the pathspec entry +

    For more details about the <pathspec> syntax, see the pathspec entry in gitglossary[7].

    @@ -190,10 +190,10 @@

    OPTIONS

    --update

    Update the index just where it already has an entry matching -<pathspec>. This removes as well as modifies index entries to +<pathspec>. This removes as well as modifies index entries to match the working tree, but adds no new files.

    -

    If no <pathspec> is given when -u option is used, all +

    If no <pathspec> is given when -u option is used, all tracked files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -204,11 +204,11 @@

    OPTIONS

    --no-ignore-removal

    Update the index not only where the working tree has a file -matching <pathspec> but also where the index already has an +matching <pathspec> but also where the index already has an entry. This adds, modifies, and removes index entries to match the working tree.

    -

    If no <pathspec> is given when -A option is used, all +

    If no <pathspec> is given when -A option is used, all files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -220,11 +220,11 @@

    OPTIONS

    Update the index by adding new files that are unknown to the index and files modified in the working tree, but ignore files that have been removed from the working tree. This -option is a no-op when no <pathspec> is used.

    +option is a no-op when no <pathspec> is used.

    This option is primarily to help users who are used to older -versions of Git, whose "git add <pathspec>…​" was a synonym -for "git add --no-all <pathspec>…​", i.e. ignored removed files.

    +versions of Git, whose "git add <pathspec>…​" was a synonym +for "git add --no-all <pathspec>…​", i.e. ignored removed files.

    -N
    diff --git a/external/docs/content/docs/git-add/2.45.0.html b/external/docs/content/docs/git-add/2.45.0.html index 70824479af..6b24ad1643 100644 --- a/external/docs/content/docs/git-add/2.45.0.html +++ b/external/docs/content/docs/git-add/2.45.0.html @@ -51,7 +51,7 @@

    SYNOPSIS

    [--edit | -e] [--[no-]all | -A | --[no-]ignore-removal | [--update | -u]] [--sparse] [--intent-to-add | -N] [--refresh] [--ignore-errors] [--ignore-missing] [--renormalize] [--chmod=(+|-)x] [--pathspec-from-file=<file> [--pathspec-file-nul]] - [--] [<pathspec>…​] + [--] [<pathspec>…​]
    @@ -102,7 +102,7 @@

    OPTIONS

    -
    <pathspec>…​
    +
    <pathspec>…​

    Files to add content from. Fileglobs (e.g. *.c) can be given to add all matching files. Also a @@ -116,7 +116,7 @@

    OPTIONS

    to ignore removed files; use --no-all option if you want to add modified or new files but ignore removed ones.

    -

    For more details about the <pathspec> syntax, see the pathspec entry +

    For more details about the <pathspec> syntax, see the pathspec entry in gitglossary[7].

    @@ -183,10 +183,10 @@

    OPTIONS

    --update

    Update the index just where it already has an entry matching -<pathspec>. This removes as well as modifies index entries to +<pathspec>. This removes as well as modifies index entries to match the working tree, but adds no new files.

    -

    If no <pathspec> is given when -u option is used, all +

    If no <pathspec> is given when -u option is used, all tracked files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -197,11 +197,11 @@

    OPTIONS

    --no-ignore-removal

    Update the index not only where the working tree has a file -matching <pathspec> but also where the index already has an +matching <pathspec> but also where the index already has an entry. This adds, modifies, and removes index entries to match the working tree.

    -

    If no <pathspec> is given when -A option is used, all +

    If no <pathspec> is given when -A option is used, all files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -213,11 +213,11 @@

    OPTIONS

    Update the index by adding new files that are unknown to the index and files modified in the working tree, but ignore files that have been removed from the working tree. This -option is a no-op when no <pathspec> is used.

    +option is a no-op when no <pathspec> is used.

    This option is primarily to help users who are used to older -versions of Git, whose "git add <pathspec>…​" was a synonym -for "git add --no-all <pathspec>…​", i.e. ignored removed files.

    +versions of Git, whose "git add <pathspec>…​" was a synonym +for "git add --no-all <pathspec>…​", i.e. ignored removed files.

    -N
    diff --git a/external/docs/content/docs/git-add/2.46.0.html b/external/docs/content/docs/git-add/2.46.0.html index b87c6a8672..7a80358f55 100644 --- a/external/docs/content/docs/git-add/2.46.0.html +++ b/external/docs/content/docs/git-add/2.46.0.html @@ -55,7 +55,7 @@

    SYNOPSIS

    [--edit | -e] [--[no-]all | -A | --[no-]ignore-removal | [--update | -u]] [--sparse] [--intent-to-add | -N] [--refresh] [--ignore-errors] [--ignore-missing] [--renormalize] [--chmod=(+|-)x] [--pathspec-from-file=<file> [--pathspec-file-nul]] - [--] [<pathspec>…​] + [--] [<pathspec>…​]
    @@ -106,7 +106,7 @@

    OPTIONS

    -
    <pathspec>…​
    +
    <pathspec>…​

    Files to add content from. Fileglobs (e.g. *.c) can be given to add all matching files. Also a @@ -120,7 +120,7 @@

    OPTIONS

    to ignore removed files; use --no-all option if you want to add modified or new files but ignore removed ones.

    -

    For more details about the <pathspec> syntax, see the pathspec entry +

    For more details about the <pathspec> syntax, see the pathspec entry in gitglossary[7].

    @@ -187,10 +187,10 @@

    OPTIONS

    --update

    Update the index just where it already has an entry matching -<pathspec>. This removes as well as modifies index entries to +<pathspec>. This removes as well as modifies index entries to match the working tree, but adds no new files.

    -

    If no <pathspec> is given when -u option is used, all +

    If no <pathspec> is given when -u option is used, all tracked files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -201,11 +201,11 @@

    OPTIONS

    --no-ignore-removal

    Update the index not only where the working tree has a file -matching <pathspec> but also where the index already has an +matching <pathspec> but also where the index already has an entry. This adds, modifies, and removes index entries to match the working tree.

    -

    If no <pathspec> is given when -A option is used, all +

    If no <pathspec> is given when -A option is used, all files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -217,11 +217,11 @@

    OPTIONS

    Update the index by adding new files that are unknown to the index and files modified in the working tree, but ignore files that have been removed from the working tree. This -option is a no-op when no <pathspec> is used.

    +option is a no-op when no <pathspec> is used.

    This option is primarily to help users who are used to older -versions of Git, whose "git add <pathspec>…​" was a synonym -for "git add --no-all <pathspec>…​", i.e. ignored removed files.

    +versions of Git, whose "git add <pathspec>…​" was a synonym +for "git add --no-all <pathspec>…​", i.e. ignored removed files.

    -N
    diff --git a/external/docs/content/docs/git-add/2.48.0.html b/external/docs/content/docs/git-add/2.48.0.html index 1000953b33..c98a142196 100644 --- a/external/docs/content/docs/git-add/2.48.0.html +++ b/external/docs/content/docs/git-add/2.48.0.html @@ -53,7 +53,7 @@

    SYNOPSIS

    [--edit | -e] [--[no-]all | -A | --[no-]ignore-removal | [--update | -u]] [--sparse] [--intent-to-add | -N] [--refresh] [--ignore-errors] [--ignore-missing] [--renormalize] [--chmod=(+|-)x] [--pathspec-from-file=<file> [--pathspec-file-nul]] - [--] [<pathspec>…​] + [--] [<pathspec>…​]
    @@ -104,7 +104,7 @@

    OPTIONS

    -
    <pathspec>...
    +
    <pathspec>...

    Files to add content from. Fileglobs (e.g. *.c) can be given to add all matching files. Also a @@ -118,7 +118,7 @@

    OPTIONS

    to ignore removed files; use --no-all option if you want to add modified or new files but ignore removed ones.

    -

    For more details about the <pathspec> syntax, see the pathspec entry +

    For more details about the <pathspec> syntax, see the pathspec entry in gitglossary[7].

    @@ -185,10 +185,10 @@

    OPTIONS

    --update

    Update the index just where it already has an entry matching -<pathspec>. This removes as well as modifies index entries to +<pathspec>. This removes as well as modifies index entries to match the working tree, but adds no new files.

    -

    If no <pathspec> is given when -u option is used, all +

    If no <pathspec> is given when -u option is used, all tracked files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -199,11 +199,11 @@

    OPTIONS

    --no-ignore-removal

    Update the index not only where the working tree has a file -matching <pathspec> but also where the index already has an +matching <pathspec> but also where the index already has an entry. This adds, modifies, and removes index entries to match the working tree.

    -

    If no <pathspec> is given when -A option is used, all +

    If no <pathspec> is given when -A option is used, all files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -215,11 +215,11 @@

    OPTIONS

    Update the index by adding new files that are unknown to the index and files modified in the working tree, but ignore files that have been removed from the working tree. This -option is a no-op when no <pathspec> is used.

    +option is a no-op when no <pathspec> is used.

    This option is primarily to help users who are used to older -versions of Git, whose git add <pathspec>... was a synonym -for git add --no-all <pathspec>..., i.e. ignored removed files.

    +versions of Git, whose git add <pathspec>... was a synonym +for git add --no-all <pathspec>..., i.e. ignored removed files.

    -N
    diff --git a/external/docs/content/docs/git-add/2.51.0.html b/external/docs/content/docs/git-add/2.51.0.html index 71e0821059..362a5a2250 100644 --- a/external/docs/content/docs/git-add/2.51.0.html +++ b/external/docs/content/docs/git-add/2.51.0.html @@ -47,7 +47,7 @@

    SYNOPSIS

    [--edit | -e] [--[no-]all | -A | --[no-]ignore-removal | [--update | -u]] [--sparse] [--intent-to-add | -N] [--refresh] [--ignore-errors] [--ignore-missing] [--renormalize] [--chmod=(+|-)x] [--pathspec-from-file=<file> [--pathspec-file-nul]] - [--] [<pathspec>…​] + [--] [<pathspec>…​]
    @@ -98,7 +98,7 @@

    OPTIONS

    -
    <pathspec>...
    +
    <pathspec>...

    Files to add content from. Fileglobs (e.g. *.c) can be given to add all matching files. Also a @@ -112,7 +112,7 @@

    OPTIONS

    to ignore removed files; use --no-all option if you want to add modified or new files but ignore removed ones.

    -

    For more details about the <pathspec> syntax, see the pathspec entry +

    For more details about the <pathspec> syntax, see the pathspec entry in gitglossary[7].

    @@ -192,10 +192,10 @@

    OPTIONS

    --update

    Update the index just where it already has an entry matching -<pathspec>. This removes as well as modifies index entries to +<pathspec>. This removes as well as modifies index entries to match the working tree, but adds no new files.

    -

    If no <pathspec> is given when -u option is used, all +

    If no <pathspec> is given when -u option is used, all tracked files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -206,11 +206,11 @@

    OPTIONS

    --no-ignore-removal

    Update the index not only where the working tree has a file -matching <pathspec> but also where the index already has an +matching <pathspec> but also where the index already has an entry. This adds, modifies, and removes index entries to match the working tree.

    -

    If no <pathspec> is given when -A option is used, all +

    If no <pathspec> is given when -A option is used, all files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -222,11 +222,11 @@

    OPTIONS

    Update the index by adding new files that are unknown to the index and files modified in the working tree, but ignore files that have been removed from the working tree. This -option is a no-op when no <pathspec> is used.

    +option is a no-op when no <pathspec> is used.

    This option is primarily to help users who are used to older -versions of Git, whose git add <pathspec>... was a synonym -for git add --no-all <pathspec>..., i.e. ignored removed files.

    +versions of Git, whose git add <pathspec>... was a synonym +for git add --no-all <pathspec>..., i.e. ignored removed files.

    -N
    diff --git a/external/docs/content/docs/git-add/2.7.6.html b/external/docs/content/docs/git-add/2.7.6.html index 97c85ca82f..7ea5e05a40 100644 --- a/external/docs/content/docs/git-add/2.7.6.html +++ b/external/docs/content/docs/git-add/2.7.6.html @@ -48,7 +48,7 @@

    SYNOPSIS

    git add [--verbose | -v] [--dry-run | -n] [--force | -f] [--interactive | -i] [--patch | -p]
     	  [--edit | -e] [--[no-]all | --[no-]ignore-removal | [--update | -u]]
     	  [--intent-to-add | -N] [--refresh] [--ignore-errors] [--ignore-missing]
    -	  [--] [<pathspec>…​]
    + [--] [<pathspec>…​]
    @@ -99,7 +99,7 @@

    OPTIONS

    -
    <pathspec>…​
    +
    <pathspec>…​

    Files to add content from. Fileglobs (e.g. *.c) can be given to add all matching files. Also a @@ -168,10 +168,10 @@

    OPTIONS

    --update

    Update the index just where it already has an entry matching -<pathspec>. This removes as well as modifies index entries to +<pathspec>. This removes as well as modifies index entries to match the working tree, but adds no new files.

    -

    If no <pathspec> is given when -u option is used, all +

    If no <pathspec> is given when -u option is used, all tracked files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -182,11 +182,11 @@

    OPTIONS

    --no-ignore-removal

    Update the index not only where the working tree has a file -matching <pathspec> but also where the index already has an +matching <pathspec> but also where the index already has an entry. This adds, modifies, and removes index entries to match the working tree.

    -

    If no <pathspec> is given when -A option is used, all +

    If no <pathspec> is given when -A option is used, all files in the entire working tree are updated (old versions of Git used to limit the update to the current directory and its subdirectories).

    @@ -198,11 +198,11 @@

    OPTIONS

    Update the index by adding new files that are unknown to the index and files modified in the working tree, but ignore files that have been removed from the working tree. This -option is a no-op when no <pathspec> is used.

    +option is a no-op when no <pathspec> is used.

    This option is primarily to help users who are used to older -versions of Git, whose "git add <pathspec>…​" was a synonym -for "git add --no-all <pathspec>…​", i.e. ignored removed files.

    +versions of Git, whose "git add <pathspec>…​" was a synonym +for "git add --no-all <pathspec>…​", i.e. ignored removed files.

    -N
    diff --git a/external/docs/content/docs/git-am/fr.html b/external/docs/content/docs/git-am/fr.html index b7f9b24984..7c67584b57 100644 --- a/external/docs/content/docs/git-am/fr.html +++ b/external/docs/content/docs/git-am/fr.html @@ -46,7 +46,7 @@

    SYNOPSIS

    git am [--signoff] [--keep] [--[no-]keep-cr] [--[no-]utf8]] [--no-verify]
     	 [--[no-]3way] [--interactive] [--committer-date-is-author-date]
     	 [--ignore-date] [--ignore-space-change | --ignore-whitespace]
    -	 [--whitespace=<action>] [-C<n>] [-p<n>] [--directory=<répertoire>]
    +	 [--whitespace=<action>] [-C<n>] [-p<n>] [--directory=<répertoire>]
     	 [--exclude=<path>] [--include=<path>] [--reject] [-q | --quiet]
     	 [--[no-]scissors] [-S[<idclé>]] [--patch-format=<format>]
     	 [--quoted-cr=<action>]
    diff --git a/external/docs/content/docs/git-am/zh_HANS-CN.html b/external/docs/content/docs/git-am/zh_HANS-CN.html
    index 0faf715707..ed640c35e9 100644
    --- a/external/docs/content/docs/git-am/zh_HANS-CN.html
    +++ b/external/docs/content/docs/git-am/zh_HANS-CN.html
    @@ -172,7 +172,7 @@ 

    选项

    --whitespace=<行为>
    -C<n>
    -p<n>
    -
    --directory=<目录>
    +
    --directory=<目录>
    --exclude=<路径>
    --include=<路径>
    --reject
    diff --git a/external/docs/content/docs/git-annotate/2.18.0.html b/external/docs/content/docs/git-annotate/2.18.0.html index 4c0afda2ab..517152aa74 100644 --- a/external/docs/content/docs/git-annotate/2.18.0.html +++ b/external/docs/content/docs/git-annotate/2.18.0.html @@ -64,7 +64,7 @@

    NAME

    SYNOPSIS

    -
    git annotate [<options>] <file> [<revision>]
    +
    git annotate [<options>] <file> [<revision>]
    diff --git a/external/docs/content/docs/git-annotate/2.23.0.html b/external/docs/content/docs/git-annotate/2.23.0.html index e7d3b97f45..633b9a2bbd 100644 --- a/external/docs/content/docs/git-annotate/2.23.0.html +++ b/external/docs/content/docs/git-annotate/2.23.0.html @@ -58,7 +58,7 @@

    NAME

    SYNOPSIS

    -
    git annotate [<options>] <file> [<revision>]
    +
    git annotate [<options>] <file> [<revision>]
    diff --git a/external/docs/content/docs/git-annotate/2.29.0.html b/external/docs/content/docs/git-annotate/2.29.0.html index 74fcbe3749..4b86fca116 100644 --- a/external/docs/content/docs/git-annotate/2.29.0.html +++ b/external/docs/content/docs/git-annotate/2.29.0.html @@ -38,7 +38,7 @@

    NAME

    SYNOPSIS

    -
    git annotate [<options>] <file> [<revision>]
    +
    git annotate [<options>] <file> [<revision>]
    diff --git a/external/docs/content/docs/git-annotate/2.30.0.html b/external/docs/content/docs/git-annotate/2.30.0.html index 6f9a7c3188..4f8d2be45f 100644 --- a/external/docs/content/docs/git-annotate/2.30.0.html +++ b/external/docs/content/docs/git-annotate/2.30.0.html @@ -44,7 +44,7 @@

    NAME

    SYNOPSIS

    -
    git annotate [<options>] <file> [<revision>]
    +
    git annotate [<options>] <file> [<revision>]
    diff --git a/external/docs/content/docs/git-annotate/2.31.0.html b/external/docs/content/docs/git-annotate/2.31.0.html index 8855bf8867..1a83a6b2fb 100644 --- a/external/docs/content/docs/git-annotate/2.31.0.html +++ b/external/docs/content/docs/git-annotate/2.31.0.html @@ -60,7 +60,7 @@

    NAME

    SYNOPSIS

    -
    git annotate [<options>] <file> [<revision>]
    +
    git annotate [<options>] <file> [<revision>]
    diff --git a/external/docs/content/docs/git-annotate/2.34.0.html b/external/docs/content/docs/git-annotate/2.34.0.html index 4cf0b7ff53..ff9f29d219 100644 --- a/external/docs/content/docs/git-annotate/2.34.0.html +++ b/external/docs/content/docs/git-annotate/2.34.0.html @@ -73,7 +73,7 @@

    NAME

    SYNOPSIS

    -
    git annotate [<options>] <file> [<revision>]
    +
    git annotate [<options>] <file> [<revision>]
    diff --git a/external/docs/content/docs/git-archimport.html b/external/docs/content/docs/git-archimport.html index 443d2f9da4..a554ea63f4 100644 --- a/external/docs/content/docs/git-archimport.html +++ b/external/docs/content/docs/git-archimport.html @@ -37,7 +37,7 @@

    SYNOPSIS

    git archimport [-h] [-v] [-o] [-a] [-f] [-T] [-D <depth>] [-t <tempdir>]
    -	       <archive>/<branch>[:<git-branch>]…​
    + <archive>/<branch>[:<git-branch>]…​
    @@ -47,7 +47,7 @@

    DESCRIPTION

    Imports a project from one or more GNU Arch repositories. It will follow branches -and repositories within the namespaces defined by the <archive>/<branch> +and repositories within the namespaces defined by the <archive>/<branch> parameters supplied. If it cannot find the remote branch a merge comes from it will just import it as a regular commit. If it can find it, it will mark it as a merge whenever possible (see discussion below).

    @@ -60,7 +60,7 @@

    DESCRIPTION

    It expects to be dealing with one project only. If it sees branches that have different roots, it will refuse to run. In that case, -edit your <archive>/<branch> parameters to define clearly the scope of the +edit your <archive>/<branch> parameters to define clearly the scope of the import.

    @@ -78,7 +78,7 @@

    DESCRIPTION

    While git archimport will try to create sensible branch names for the archives that it imports, it is also possible to specify Git branch names -manually. To do so, write a Git branch name after each <archive>/<branch> +manually. To do so, write a Git branch name after each <archive>/<branch> parameter, separated by a colon. This way, you can shorten the Arch branch names and convert Arch jargon to Git jargon, for example mapping a "PROJECT--devo--VERSION" branch to "master".

    @@ -156,9 +156,9 @@

    OPTIONS

    Override the default tempdir.

    -
    <archive>/<branch>
    +
    <archive>/<branch>
    -

    <archive>/<branch> identifier in a format that tla log understands.

    +

    <archive>/<branch> identifier in a format that tla log understands.

    diff --git a/external/docs/content/docs/git-archimport/2.35.0.html b/external/docs/content/docs/git-archimport/2.35.0.html index ab7b60150e..49d5c36681 100644 --- a/external/docs/content/docs/git-archimport/2.35.0.html +++ b/external/docs/content/docs/git-archimport/2.35.0.html @@ -120,7 +120,7 @@

    SYNOPSIS

    git archimport [-h] [-v] [-o] [-a] [-f] [-T] [-D <depth>] [-t <tempdir>]
    -	       <archive>/<branch>[:<git-branch>]…​
    + <archive>/<branch>[:<git-branch>]…​
    @@ -130,7 +130,7 @@

    DESCRIPTION

    Imports a project from one or more GNU Arch repositories. It will follow branches -and repositories within the namespaces defined by the <archive>/<branch> +and repositories within the namespaces defined by the <archive>/<branch> parameters supplied. If it cannot find the remote branch a merge comes from it will just import it as a regular commit. If it can find it, it will mark it as a merge whenever possible (see discussion below).

    @@ -143,7 +143,7 @@

    DESCRIPTION

    It expects to be dealing with one project only. If it sees branches that have different roots, it will refuse to run. In that case, -edit your <archive>/<branch> parameters to define clearly the scope of the +edit your <archive>/<branch> parameters to define clearly the scope of the import.

    @@ -161,7 +161,7 @@

    DESCRIPTION

    While git archimport will try to create sensible branch names for the archives that it imports, it is also possible to specify Git branch names -manually. To do so, write a Git branch name after each <archive>/<branch> +manually. To do so, write a Git branch name after each <archive>/<branch> parameter, separated by a colon. This way, you can shorten the Arch branch names and convert Arch jargon to Git jargon, for example mapping a "PROJECT--devo--VERSION" branch to "master".

    @@ -239,9 +239,9 @@

    OPTIONS

    Override the default tempdir.

    -
    <archive>/<branch>
    +
    <archive>/<branch>
    -

    <archive>/<branch> identifier in a format that tla log understands.

    +

    <archive>/<branch> identifier in a format that tla log understands.

    diff --git a/external/docs/content/docs/git-archimport/fr.html b/external/docs/content/docs/git-archimport/fr.html index db5e6eb716..1335fa1b1b 100644 --- a/external/docs/content/docs/git-archimport/fr.html +++ b/external/docs/content/docs/git-archimport/fr.html @@ -38,7 +38,7 @@

    SYNOPSIS

    git archimport [-h] [-v] [-o] [-a] [-f] [-T] [-D <profondeur>] [-t <répertoire-temporaire>]
    -               <archive>/<branche>[:<branche-git>] …​
    + <archive>/<branche>[:<branche-git>] …​
    @@ -46,13 +46,13 @@

    SYNOPSIS

    DESCRIPTION

    -

    Importe un projet à partir d’un ou plusieurs dépôts de GNU Arch. Il suivra les branches et les dépôts dans les espaces de noms définis par les paramètres <archive>/<branche> fournis. S’il ne peut pas trouver la branche distante d’où provient une fusion, il l’importera simplement comme un commit normal. S’il peut la trouver, il la marquera comme une fusion chaque fois que possible (voir la discussion ci-dessous).

    +

    Importe un projet à partir d’un ou plusieurs dépôts de GNU Arch. Il suivra les branches et les dépôts dans les espaces de noms définis par les paramètres <archive>/<branche> fournis. S’il ne peut pas trouver la branche distante d’où provient une fusion, il l’importera simplement comme un commit normal. S’il peut la trouver, il la marquera comme une fusion chaque fois que possible (voir la discussion ci-dessous).

    Le script attend de vous que vous fournissiez les racines clés où il peut démarrer l’importation à partir d’un "import initial" ou d’une "étiquette" de type commit Arch. Il suivra et importera les nouvelles branches dans les racines fournies.

    -

    Il ne s’attend à traiter qu’un seul projet. S’il voit des branches qui ont des racines différentes, il refusera de se lancer. Dans ce cas, modifiez vos paramètres <archive>/<branche> pour définir clairement la portée de l’importation.

    +

    Il ne s’attend à traiter qu’un seul projet. S’il voit des branches qui ont des racines différentes, il refusera de se lancer. Dans ce cas, modifiez vos paramètres <archive>/<branche> pour définir clairement la portée de l’importation.

    git archimport utilise beaucoup tla en arrière-plan pour accéder au dépôt Arch. Assurez-vous que vous avez une version récente de tla disponible dans le chemin d’accès. tla doit connaître les dépôts que vous passez à git archimport.

    @@ -61,7 +61,7 @@

    DESCRIPTION

    Pour l’importation initiale, git archimport s’attend à se retrouver dans un répertoire vide. Pour suivre le développement d’un projet qui utilise Arch, relancez git archimport avec les mêmes paramètres que l’importation initiale pour effectuer des importations incrémentales.

    -

    Alors que git archimport essaiera de créer des noms de branches sensibles pour les archives qu’il importe, il est également possible de spécifier manuellement les noms de branches Git. Pour ce faire, écrivez un nom de branche Git après chaque paramètre <archive>/<branche>, séparé par deux points. De cette façon, vous pouvez raccourcir les noms de branches Arch et convertir le jargon Arch en jargon Git, par exemple en faisant correspondre une branche "PROJECT--devo--VERSION" à "master".

    +

    Alors que git archimport essaiera de créer des noms de branches sensibles pour les archives qu’il importe, il est également possible de spécifier manuellement les noms de branches Git. Pour ce faire, écrivez un nom de branche Git après chaque paramètre <archive>/<branche>, séparé par deux points. De cette façon, vous pouvez raccourcir les noms de branches Arch et convertir le jargon Arch en jargon Git, par exemple en faisant correspondre une branche "PROJECT--devo--VERSION" à "master".

    Il est possible d’associer plusieurs branches Arch à une branche Git ; le résultat n’aura de sens que si aucun commit n’est poussé sur la première branche, après la création de la deuxième branche. Néanmoins, cela est utile pour convertir les dépôts Arch qui ont fait l’objet d’une rotation périodique.

    @@ -116,9 +116,9 @@

    OPTIONS

    Remplacer le répertoire temporaire par défaut.

    -
    <archive>/<branche>
    +
    <archive>/<branche>
    -

    Identificateur de <archive>/<branche> dans un format compréhensible par tla log.

    +

    Identificateur de <archive>/<branche> dans un format compréhensible par tla log.

    diff --git a/external/docs/content/docs/git-archive.html b/external/docs/content/docs/git-archive.html index 0806045fae..5ab3ba665b 100644 --- a/external/docs/content/docs/git-archive.html +++ b/external/docs/content/docs/git-archive.html @@ -46,7 +46,7 @@

    SYNOPSIS

    git archive [--format=<fmt>] [--list] [--prefix=<prefix>/] [<extra>]
     	      [-o <file> | --output=<file>] [--worktree-attributes]
    -	      [--remote=<repo> [--exec=<git-upload-archive>]] <tree-ish>
    +	      [--remote=<repo> [--exec=<git-upload-archive>]] <tree-ish>
     	      [<path>…​]
    @@ -146,7 +146,7 @@

    OPTIONS

    --mtime=<time>

    Set modification time of archive entries. Without this option -the committer time is used if <tree-ish> is a commit or tag, +the committer time is used if <tree-ish> is a commit or tag, and the current time if it is a tree.

    <extra>
    @@ -159,7 +159,7 @@

    OPTIONS

    Instead of making a tar archive from the local repository, retrieve a tar archive from a remote repository. Note that the remote repository may place restrictions on which sha1 -expressions may be allowed in <tree-ish>. See +expressions may be allowed in <tree-ish>. See git-upload-archive[1] for details.

    --exec=<git-upload-archive>
    @@ -167,7 +167,7 @@

    OPTIONS

    Used with --remote to specify the path to the git-upload-archive on the remote side.

    -
    <tree-ish>
    +
    <tree-ish>

    The tree or commit to produce an archive for.

    diff --git a/external/docs/content/docs/git-archive/2.0.5.html b/external/docs/content/docs/git-archive/2.0.5.html index f3c447541e..1f844af929 100644 --- a/external/docs/content/docs/git-archive/2.0.5.html +++ b/external/docs/content/docs/git-archive/2.0.5.html @@ -122,7 +122,7 @@

    SYNOPSIS

    git archive [--format=<fmt>] [--list] [--prefix=<prefix>/] [<extra>]
     	      [-o <file> | --output=<file>] [--worktree-attributes]
    -	      [--remote=<repo> [--exec=<git-upload-archive>]] <tree-ish>
    +	      [--remote=<repo> [--exec=<git-upload-archive>]] <tree-ish>
     	      [<path>…​]
    @@ -195,7 +195,7 @@

    OPTIONS

    Instead of making a tar archive from the local repository, retrieve a tar archive from a remote repository. Note that the remote repository may place restrictions on which sha1 -expressions may be allowed in <tree-ish>. See +expressions may be allowed in <tree-ish>. See git-upload-archive[1] for details.

    --exec=<git-upload-archive>
    @@ -203,7 +203,7 @@

    OPTIONS

    Used with --remote to specify the path to the git-upload-archive on the remote side.

    -
    <tree-ish>
    +
    <tree-ish>

    The tree or commit to produce an archive for.

    diff --git a/external/docs/content/docs/git-archive/2.29.0.html b/external/docs/content/docs/git-archive/2.29.0.html index 439929f39d..de087b40e4 100644 --- a/external/docs/content/docs/git-archive/2.29.0.html +++ b/external/docs/content/docs/git-archive/2.29.0.html @@ -84,7 +84,7 @@

    SYNOPSIS

    git archive [--format=<fmt>] [--list] [--prefix=<prefix>/] [<extra>]
     	      [-o <file> | --output=<file>] [--worktree-attributes]
    -	      [--remote=<repo> [--exec=<git-upload-archive>]] <tree-ish>
    +	      [--remote=<repo> [--exec=<git-upload-archive>]] <tree-ish>
     	      [<path>…​]
    @@ -164,7 +164,7 @@

    OPTIONS

    Instead of making a tar archive from the local repository, retrieve a tar archive from a remote repository. Note that the remote repository may place restrictions on which sha1 -expressions may be allowed in <tree-ish>. See +expressions may be allowed in <tree-ish>. See git-upload-archive[1] for details.

    --exec=<git-upload-archive>
    @@ -172,7 +172,7 @@

    OPTIONS

    Used with --remote to specify the path to the git-upload-archive on the remote side.

    -
    <tree-ish>
    +
    <tree-ish>

    The tree or commit to produce an archive for.

    diff --git a/external/docs/content/docs/git-archive/2.34.0.html b/external/docs/content/docs/git-archive/2.34.0.html index 05712d9217..96db7358bb 100644 --- a/external/docs/content/docs/git-archive/2.34.0.html +++ b/external/docs/content/docs/git-archive/2.34.0.html @@ -69,7 +69,7 @@

    SYNOPSIS

    git archive [--format=<fmt>] [--list] [--prefix=<prefix>/] [<extra>]
     	      [-o <file> | --output=<file>] [--worktree-attributes]
    -	      [--remote=<repo> [--exec=<git-upload-archive>]] <tree-ish>
    +	      [--remote=<repo> [--exec=<git-upload-archive>]] <tree-ish>
     	      [<path>…​]
    @@ -149,7 +149,7 @@

    OPTIONS

    Instead of making a tar archive from the local repository, retrieve a tar archive from a remote repository. Note that the remote repository may place restrictions on which sha1 -expressions may be allowed in <tree-ish>. See +expressions may be allowed in <tree-ish>. See git-upload-archive[1] for details.

    --exec=<git-upload-archive>
    @@ -157,7 +157,7 @@

    OPTIONS

    Used with --remote to specify the path to the git-upload-archive on the remote side.

    -
    <tree-ish>
    +
    <tree-ish>

    The tree or commit to produce an archive for.

    diff --git a/external/docs/content/docs/git-archive/2.37.0.html b/external/docs/content/docs/git-archive/2.37.0.html index f63bb0ce09..effd89edd5 100644 --- a/external/docs/content/docs/git-archive/2.37.0.html +++ b/external/docs/content/docs/git-archive/2.37.0.html @@ -52,7 +52,7 @@

    SYNOPSIS

    git archive [--format=<fmt>] [--list] [--prefix=<prefix>/] [<extra>]
     	      [-o <file> | --output=<file>] [--worktree-attributes]
    -	      [--remote=<repo> [--exec=<git-upload-archive>]] <tree-ish>
    +	      [--remote=<repo> [--exec=<git-upload-archive>]] <tree-ish>
     	      [<path>…​]
    @@ -154,7 +154,7 @@

    OPTIONS

    Instead of making a tar archive from the local repository, retrieve a tar archive from a remote repository. Note that the remote repository may place restrictions on which sha1 -expressions may be allowed in <tree-ish>. See +expressions may be allowed in <tree-ish>. See git-upload-archive[1] for details.

    --exec=<git-upload-archive>
    @@ -162,7 +162,7 @@

    OPTIONS

    Used with --remote to specify the path to the git-upload-archive on the remote side.

    -
    <tree-ish>
    +
    <tree-ish>

    The tree or commit to produce an archive for.

    diff --git a/external/docs/content/docs/git-archive/2.38.0.html b/external/docs/content/docs/git-archive/2.38.0.html index d350d3c457..ca2699dc31 100644 --- a/external/docs/content/docs/git-archive/2.38.0.html +++ b/external/docs/content/docs/git-archive/2.38.0.html @@ -56,7 +56,7 @@

    SYNOPSIS

    git archive [--format=<fmt>] [--list] [--prefix=<prefix>/] [<extra>]
     	      [-o <file> | --output=<file>] [--worktree-attributes]
    -	      [--remote=<repo> [--exec=<git-upload-archive>]] <tree-ish>
    +	      [--remote=<repo> [--exec=<git-upload-archive>]] <tree-ish>
     	      [<path>…​]
    @@ -160,7 +160,7 @@

    OPTIONS

    Instead of making a tar archive from the local repository, retrieve a tar archive from a remote repository. Note that the remote repository may place restrictions on which sha1 -expressions may be allowed in <tree-ish>. See +expressions may be allowed in <tree-ish>. See git-upload-archive[1] for details.

    --exec=<git-upload-archive>
    @@ -168,7 +168,7 @@

    OPTIONS

    Used with --remote to specify the path to the git-upload-archive on the remote side.

    -
    <tree-ish>
    +
    <tree-ish>

    The tree or commit to produce an archive for.

    diff --git a/external/docs/content/docs/git-archive/2.40.0.html b/external/docs/content/docs/git-archive/2.40.0.html index 05410924b2..974270e55f 100644 --- a/external/docs/content/docs/git-archive/2.40.0.html +++ b/external/docs/content/docs/git-archive/2.40.0.html @@ -58,7 +58,7 @@

    SYNOPSIS

    git archive [--format=<fmt>] [--list] [--prefix=<prefix>/] [<extra>]
     	      [-o <file> | --output=<file>] [--worktree-attributes]
    -	      [--remote=<repo> [--exec=<git-upload-archive>]] <tree-ish>
    +	      [--remote=<repo> [--exec=<git-upload-archive>]] <tree-ish>
     	      [<path>…​]
    @@ -155,7 +155,7 @@

    OPTIONS

    --mtime=<time>

    Set modification time of archive entries. Without this option -the committer time is used if <tree-ish> is a commit or tag, +the committer time is used if <tree-ish> is a commit or tag, and the current time if it is a tree.

    <extra>
    @@ -168,7 +168,7 @@

    OPTIONS

    Instead of making a tar archive from the local repository, retrieve a tar archive from a remote repository. Note that the remote repository may place restrictions on which sha1 -expressions may be allowed in <tree-ish>. See +expressions may be allowed in <tree-ish>. See git-upload-archive[1] for details.

    --exec=<git-upload-archive>
    @@ -176,7 +176,7 @@

    OPTIONS

    Used with --remote to specify the path to the git-upload-archive on the remote side.

    -
    <tree-ish>
    +
    <tree-ish>

    The tree or commit to produce an archive for.

    diff --git a/external/docs/content/docs/git-archive/2.43.0.html b/external/docs/content/docs/git-archive/2.43.0.html index 8c810c07e3..99f0de2d0e 100644 --- a/external/docs/content/docs/git-archive/2.43.0.html +++ b/external/docs/content/docs/git-archive/2.43.0.html @@ -62,7 +62,7 @@

    SYNOPSIS

    git archive [--format=<fmt>] [--list] [--prefix=<prefix>/] [<extra>]
     	      [-o <file> | --output=<file>] [--worktree-attributes]
    -	      [--remote=<repo> [--exec=<git-upload-archive>]] <tree-ish>
    +	      [--remote=<repo> [--exec=<git-upload-archive>]] <tree-ish>
     	      [<path>…​]
    @@ -159,7 +159,7 @@

    OPTIONS

    --mtime=<time>

    Set modification time of archive entries. Without this option -the committer time is used if <tree-ish> is a commit or tag, +the committer time is used if <tree-ish> is a commit or tag, and the current time if it is a tree.

    <extra>
    @@ -172,7 +172,7 @@

    OPTIONS

    Instead of making a tar archive from the local repository, retrieve a tar archive from a remote repository. Note that the remote repository may place restrictions on which sha1 -expressions may be allowed in <tree-ish>. See +expressions may be allowed in <tree-ish>. See git-upload-archive[1] for details.

    --exec=<git-upload-archive>
    @@ -180,7 +180,7 @@

    OPTIONS

    Used with --remote to specify the path to the git-upload-archive on the remote side.

    -
    <tree-ish>
    +
    <tree-ish>

    The tree or commit to produce an archive for.

    diff --git a/external/docs/content/docs/git-archive/2.46.0.html b/external/docs/content/docs/git-archive/2.46.0.html index 6be5ddaeb7..2a24fe3f20 100644 --- a/external/docs/content/docs/git-archive/2.46.0.html +++ b/external/docs/content/docs/git-archive/2.46.0.html @@ -61,7 +61,7 @@

    SYNOPSIS

    git archive [--format=<fmt>] [--list] [--prefix=<prefix>/] [<extra>]
     	      [-o <file> | --output=<file>] [--worktree-attributes]
    -	      [--remote=<repo> [--exec=<git-upload-archive>]] <tree-ish>
    +	      [--remote=<repo> [--exec=<git-upload-archive>]] <tree-ish>
     	      [<path>…​]
    @@ -161,7 +161,7 @@

    OPTIONS

    --mtime=<time>

    Set modification time of archive entries. Without this option -the committer time is used if <tree-ish> is a commit or tag, +the committer time is used if <tree-ish> is a commit or tag, and the current time if it is a tree.

    <extra>
    @@ -174,7 +174,7 @@

    OPTIONS

    Instead of making a tar archive from the local repository, retrieve a tar archive from a remote repository. Note that the remote repository may place restrictions on which sha1 -expressions may be allowed in <tree-ish>. See +expressions may be allowed in <tree-ish>. See git-upload-archive[1] for details.

    --exec=<git-upload-archive>
    @@ -182,7 +182,7 @@

    OPTIONS

    Used with --remote to specify the path to the git-upload-archive on the remote side.

    -
    <tree-ish>
    +
    <tree-ish>

    The tree or commit to produce an archive for.

    diff --git a/external/docs/content/docs/git-archive/fr.html b/external/docs/content/docs/git-archive/fr.html index 2fdda64a1c..9b534a173f 100644 --- a/external/docs/content/docs/git-archive/fr.html +++ b/external/docs/content/docs/git-archive/fr.html @@ -47,7 +47,7 @@

    SYNOPSIS

    git archive [--format=<fmt>] [--list] [--prefix=<préfixe>/] [<extra>]
     	      [-o <fichier> | --output=<fichier>] [--worktree-attributes]
    -	      [--remote=<dépôt> [--exec=<git-upload-archive>]] <arbre-esque>
    +	      [--remote=<dépôt> [--exec=<git-upload-archive>]] <arbre-esque>
     	      [<chemin>…​]
    @@ -114,21 +114,21 @@

    OPTIONS

    --mtime=<temps>
    -

    Fixer l’heure de modification des entrées de l’archive. Sans cette option, l’heure du validateur est utilisée si <arbre-esque> est un commit ou une étiquette, et l’heure actuelle s’il s’agit d’un arbre.

    +

    Fixer l’heure de modification des entrées de l’archive. Sans cette option, l’heure du validateur est utilisée si <arbre-esque> est un commit ou une étiquette, et l’heure actuelle s’il s’agit d’un arbre.

    <extra>

    Il peut s’agir de n’importe quelle option que le moteur de l’archiveur comprend. Voir la section suivante.

    -
    --remote=<dépôt>
    +
    --remote=<dépôt>
    -

    Au lieu de créer une archive tar à partir du dépôt local, récupérer une archive tar à partir d’un dépôt distant. Notez que le dépôt distant peut imposer des restrictions sur les expressions sha1 qui peuvent être autorisées dans <arbre-esque>. Voir git-upload-archive[1] pour plus de détails.

    +

    Au lieu de créer une archive tar à partir du dépôt local, récupérer une archive tar à partir d’un dépôt distant. Notez que le dépôt distant peut imposer des restrictions sur les expressions sha1 qui peuvent être autorisées dans <arbre-esque>. Voir git-upload-archive[1] pour plus de détails.

    --exec=<git-upload-archive>

    Utilisé avec --remote pour spécifier le chemin d’accès à git-upload-archive du côté distant.

    -
    <arbre-esque>
    +
    <arbre-esque>

    L’arbre ou le commit pour lequel produire une archive .

    diff --git a/external/docs/content/docs/git-bisect.html b/external/docs/content/docs/git-bisect.html index 842fbed7e8..7f9a96b101 100644 --- a/external/docs/content/docs/git-bisect.html +++ b/external/docs/content/docs/git-bisect.html @@ -52,12 +52,12 @@

    DESCRIPTION

    git bisect start [--term-(bad|new)=<term-new> --term-(good|old)=<term-old>]
    -	  [--no-checkout] [--first-parent] [<bad> [<good>...]] [--] [<pathspec>...]
    +	  [--no-checkout] [--first-parent] [<bad> [<good>...]] [--] [<pathspec>...]
     git bisect (bad|new|<term-new>) [<rev>]
     git bisect (good|old|<term-old>) [<rev>...]
     git bisect terms [--term-(good|old) | --term-(bad|new)]
     git bisect skip [(<rev>|<range>)...]
    -git bisect reset [<commit>]
    +git bisect reset [<commit>]
     git bisect (visualize|view)
     git bisect replay <logfile>
     git bisect log
    @@ -167,7 +167,7 @@ 

    Bisect reset<

    -
    $ git bisect reset <commit>
    +
    $ git bisect reset <commit>
    diff --git a/external/docs/content/docs/git-bisect/2.0.5.html b/external/docs/content/docs/git-bisect/2.0.5.html index 07f25f8b3b..dd501e2151 100644 --- a/external/docs/content/docs/git-bisect/2.0.5.html +++ b/external/docs/content/docs/git-bisect/2.0.5.html @@ -55,7 +55,7 @@

    DESCRIPTION

    <commit>] git bisect visualize git bisect replay <logfile> git bisect log @@ -148,7 +148,7 @@

    Bisect reset<

    -
    $ git bisect reset <commit>
    +
    $ git bisect reset <commit>
    diff --git a/external/docs/content/docs/git-bisect/2.1.4.html b/external/docs/content/docs/git-bisect/2.1.4.html index 9d2d6d45f4..7fcd428326 100644 --- a/external/docs/content/docs/git-bisect/2.1.4.html +++ b/external/docs/content/docs/git-bisect/2.1.4.html @@ -59,7 +59,7 @@

    DESCRIPTION

    <commit>] git bisect visualize git bisect replay <logfile> git bisect log @@ -152,7 +152,7 @@

    Bisect reset<

    -
    $ git bisect reset <commit>
    +
    $ git bisect reset <commit>
    diff --git a/external/docs/content/docs/git-bisect/2.11.4.html b/external/docs/content/docs/git-bisect/2.11.4.html index 8bc52d7479..4bfa4a6a5b 100644 --- a/external/docs/content/docs/git-bisect/2.11.4.html +++ b/external/docs/content/docs/git-bisect/2.11.4.html @@ -57,7 +57,7 @@

    DESCRIPTION

    <commit>] git bisect visualize git bisect replay <logfile> git bisect log @@ -167,7 +167,7 @@

    Bisect reset<

    -
    $ git bisect reset <commit>
    +
    $ git bisect reset <commit>
    diff --git a/external/docs/content/docs/git-bisect/2.13.7.html b/external/docs/content/docs/git-bisect/2.13.7.html index f26913ec89..b5aefc74e5 100644 --- a/external/docs/content/docs/git-bisect/2.13.7.html +++ b/external/docs/content/docs/git-bisect/2.13.7.html @@ -58,7 +58,7 @@

    DESCRIPTION

    <commit>] git bisect visualize git bisect replay <logfile> git bisect log @@ -168,7 +168,7 @@

    Bisect reset<

    -
    $ git bisect reset <commit>
    +
    $ git bisect reset <commit>
    diff --git a/external/docs/content/docs/git-bisect/2.16.6.html b/external/docs/content/docs/git-bisect/2.16.6.html index a7ff6fc7a4..60a8f95e5c 100644 --- a/external/docs/content/docs/git-bisect/2.16.6.html +++ b/external/docs/content/docs/git-bisect/2.16.6.html @@ -63,7 +63,7 @@

    DESCRIPTION

    <commit>] git bisect (visualize|view) git bisect replay <logfile> git bisect log @@ -173,7 +173,7 @@

    Bisect reset<

    -
    $ git bisect reset <commit>
    +
    $ git bisect reset <commit>
    diff --git a/external/docs/content/docs/git-bisect/2.18.0.html b/external/docs/content/docs/git-bisect/2.18.0.html index 89b48311fc..2fa0c1ebb2 100644 --- a/external/docs/content/docs/git-bisect/2.18.0.html +++ b/external/docs/content/docs/git-bisect/2.18.0.html @@ -95,7 +95,7 @@

    DESCRIPTION

    <commit>] git bisect (visualize|view) git bisect replay <logfile> git bisect log @@ -205,7 +205,7 @@

    Bisect reset<

    -
    $ git bisect reset <commit>
    +
    $ git bisect reset <commit>
    diff --git a/external/docs/content/docs/git-bisect/2.25.0.html b/external/docs/content/docs/git-bisect/2.25.0.html index ca0f3973e0..994d8f586b 100644 --- a/external/docs/content/docs/git-bisect/2.25.0.html +++ b/external/docs/content/docs/git-bisect/2.25.0.html @@ -69,7 +69,7 @@

    DESCRIPTION

    <commit>] git bisect (visualize|view) git bisect replay <logfile> git bisect log @@ -179,7 +179,7 @@

    Bisect reset<

    -
    $ git bisect reset <commit>
    +
    $ git bisect reset <commit>
    diff --git a/external/docs/content/docs/git-bisect/2.29.0.html b/external/docs/content/docs/git-bisect/2.29.0.html index a5a78d6e13..ad1f7141b6 100644 --- a/external/docs/content/docs/git-bisect/2.29.0.html +++ b/external/docs/content/docs/git-bisect/2.29.0.html @@ -149,7 +149,7 @@

    DESCRIPTION

    <commit>] git bisect (visualize|view) git bisect replay <logfile> git bisect log @@ -259,7 +259,7 @@

    Bisect reset<

    -
    $ git bisect reset <commit>
    +
    $ git bisect reset <commit>
    diff --git a/external/docs/content/docs/git-bisect/2.42.0.html b/external/docs/content/docs/git-bisect/2.42.0.html index c9338985e2..eff97801d0 100644 --- a/external/docs/content/docs/git-bisect/2.42.0.html +++ b/external/docs/content/docs/git-bisect/2.42.0.html @@ -60,7 +60,7 @@

    DESCRIPTION

    <commit>] git bisect (visualize|view) git bisect replay <logfile> git bisect log @@ -170,7 +170,7 @@

    Bisect reset<

    -
    $ git bisect reset <commit>
    +
    $ git bisect reset <commit>
    diff --git a/external/docs/content/docs/git-bisect/2.43.0.html b/external/docs/content/docs/git-bisect/2.43.0.html index 1148232d43..34a59fe3d7 100644 --- a/external/docs/content/docs/git-bisect/2.43.0.html +++ b/external/docs/content/docs/git-bisect/2.43.0.html @@ -56,7 +56,7 @@

    DESCRIPTION

    <commit>] git bisect (visualize|view) git bisect replay <logfile> git bisect log @@ -166,7 +166,7 @@

    Bisect reset<

    -
    $ git bisect reset <commit>
    +
    $ git bisect reset <commit>
    diff --git a/external/docs/content/docs/git-bisect/2.43.1.html b/external/docs/content/docs/git-bisect/2.43.1.html index dbfb6a62c0..2eaaa66608 100644 --- a/external/docs/content/docs/git-bisect/2.43.1.html +++ b/external/docs/content/docs/git-bisect/2.43.1.html @@ -56,7 +56,7 @@

    DESCRIPTION

    <commit>] git bisect (visualize|view) git bisect replay <logfile> git bisect log @@ -166,7 +166,7 @@

    Bisect reset<

    -
    $ git bisect reset <commit>
    +
    $ git bisect reset <commit>
    diff --git a/external/docs/content/docs/git-bisect/2.43.2.html b/external/docs/content/docs/git-bisect/2.43.2.html index 99315e82d0..be4aa5c73a 100644 --- a/external/docs/content/docs/git-bisect/2.43.2.html +++ b/external/docs/content/docs/git-bisect/2.43.2.html @@ -61,7 +61,7 @@

    DESCRIPTION

    <commit>] git bisect (visualize|view) git bisect replay <logfile> git bisect log @@ -171,7 +171,7 @@

    Bisect reset<

    -
    $ git bisect reset <commit>
    +
    $ git bisect reset <commit>
    diff --git a/external/docs/content/docs/git-bisect/2.44.0.html b/external/docs/content/docs/git-bisect/2.44.0.html index 886685a704..469dc4c1c1 100644 --- a/external/docs/content/docs/git-bisect/2.44.0.html +++ b/external/docs/content/docs/git-bisect/2.44.0.html @@ -74,12 +74,12 @@

    DESCRIPTION

    git bisect start [--term-(bad|new)=<term-new> --term-(good|old)=<term-old>]
    -	  [--no-checkout] [--first-parent] [<bad> [<good>...]] [--] [<pathspec>...]
    +	  [--no-checkout] [--first-parent] [<bad> [<good>...]] [--] [<pathspec>...]
     git bisect (bad|new|<term-new>) [<rev>]
     git bisect (good|old|<term-old>) [<rev>...]
     git bisect terms [--term-(good|old) | --term-(bad|new)]
     git bisect skip [(<rev>|<range>)...]
    -git bisect reset [<commit>]
    +git bisect reset [<commit>]
     git bisect (visualize|view)
     git bisect replay <logfile>
     git bisect log
    @@ -189,7 +189,7 @@ 

    Bisect reset<

    -
    $ git bisect reset <commit>
    +
    $ git bisect reset <commit>
    diff --git a/external/docs/content/docs/git-bisect/2.50.0.html b/external/docs/content/docs/git-bisect/2.50.0.html index 04553314da..64fe5e777d 100644 --- a/external/docs/content/docs/git-bisect/2.50.0.html +++ b/external/docs/content/docs/git-bisect/2.50.0.html @@ -53,12 +53,12 @@

    DESCRIPTION

    git bisect start [--term-(bad|new)=<term-new> --term-(good|old)=<term-old>]
    -	  [--no-checkout] [--first-parent] [<bad> [<good>...]] [--] [<pathspec>...]
    +	  [--no-checkout] [--first-parent] [<bad> [<good>...]] [--] [<pathspec>...]
     git bisect (bad|new|<term-new>) [<rev>]
     git bisect (good|old|<term-old>) [<rev>...]
     git bisect terms [--term-(good|old) | --term-(bad|new)]
     git bisect skip [(<rev>|<range>)...]
    -git bisect reset [<commit>]
    +git bisect reset [<commit>]
     git bisect (visualize|view)
     git bisect replay <logfile>
     git bisect log
    @@ -168,7 +168,7 @@ 

    Bisect reset<

    -
    $ git bisect reset <commit>
    +
    $ git bisect reset <commit>
    diff --git a/external/docs/content/docs/git-bisect/2.6.7.html b/external/docs/content/docs/git-bisect/2.6.7.html index 0a15edf523..1267adc9ee 100644 --- a/external/docs/content/docs/git-bisect/2.6.7.html +++ b/external/docs/content/docs/git-bisect/2.6.7.html @@ -54,7 +54,7 @@

    DESCRIPTION

    <commit>] git bisect visualize git bisect replay <logfile> git bisect log @@ -156,7 +156,7 @@

    Bisect reset<

    -
    $ git bisect reset <commit>
    +
    $ git bisect reset <commit>
    diff --git a/external/docs/content/docs/git-bisect/2.7.6.html b/external/docs/content/docs/git-bisect/2.7.6.html index d7ff16e4b5..44e72cee94 100644 --- a/external/docs/content/docs/git-bisect/2.7.6.html +++ b/external/docs/content/docs/git-bisect/2.7.6.html @@ -57,7 +57,7 @@

    DESCRIPTION

    <commit>] git bisect visualize git bisect replay <logfile> git bisect log @@ -167,7 +167,7 @@

    Bisect reset<

    -
    $ git bisect reset <commit>
    +
    $ git bisect reset <commit>
    diff --git a/external/docs/content/docs/git-bisect/2.9.5.html b/external/docs/content/docs/git-bisect/2.9.5.html index 7eaccc6a09..0d1ae5982c 100644 --- a/external/docs/content/docs/git-bisect/2.9.5.html +++ b/external/docs/content/docs/git-bisect/2.9.5.html @@ -57,7 +57,7 @@

    DESCRIPTION

    <commit>] git bisect visualize git bisect replay <logfile> git bisect log @@ -167,7 +167,7 @@

    Bisect reset<

    -
    $ git bisect reset <commit>
    +
    $ git bisect reset <commit>
    diff --git a/external/docs/content/docs/git-bisect/fr.html b/external/docs/content/docs/git-bisect/fr.html index 6943d38841..e8247cd089 100644 --- a/external/docs/content/docs/git-bisect/fr.html +++ b/external/docs/content/docs/git-bisect/fr.html @@ -52,12 +52,12 @@

    DESCRIPTION

    git bisect start [--term-(bad|new)=<terme-nouveau> --term-(good|old)=<terme-ancien>]
    -	  [--no-checkout] [--first-parent] [<mauvais> [<bon>...]] [--] [<spéc-de-chemin>...]
    +	  [--no-checkout] [--first-parent] [<mauvais> [<bon>...]] [--] [<spéc-de-chemin>...]
     git bisect (bad|new|<terme-nouveau>) [<rev>]
     git bisect (good|old|<terme-ancien>) [<rev>...]
     git bisect terms [--term-good | --term-bad]
     git bisect skip [(<rev>|<plage>)...]
    -git bisect reset [<commit>]
    +git bisect reset [<commit>]
     git bisect (visualize|view)
     git bisect replay <fichier-journal>
     git bisect log
    @@ -140,7 +140,7 @@ 

    Bisect reset<

    -
    $ git bisect reset <commit>
    +
    $ git bisect reset <commit>
    diff --git a/external/docs/content/docs/git-bisect/pt_BR.html b/external/docs/content/docs/git-bisect/pt_BR.html index d83119d65d..801d2ec42f 100644 --- a/external/docs/content/docs/git-bisect/pt_BR.html +++ b/external/docs/content/docs/git-bisect/pt_BR.html @@ -55,7 +55,7 @@

    DESCRIÇÃO

    <commit>] git bisect (visualize|view) git bisect replay <logfile> git bisect log @@ -138,7 +138,7 @@

    Bisect reset<

    -
    $ git bisect reset <commit>
    +
    $ git bisect reset <commit>
    diff --git a/external/docs/content/docs/git-bisect/zh_HANS-CN.html b/external/docs/content/docs/git-bisect/zh_HANS-CN.html index 865f0e7aa8..dfb845d8ea 100644 --- a/external/docs/content/docs/git-bisect/zh_HANS-CN.html +++ b/external/docs/content/docs/git-bisect/zh_HANS-CN.html @@ -138,7 +138,7 @@

    -
    $ git bisect reset <提交>
    +
    $ git bisect reset <提交>
    diff --git a/external/docs/content/docs/git-branch.html b/external/docs/content/docs/git-branch.html index 98545ed373..1643ca8919 100644 --- a/external/docs/content/docs/git-branch.html +++ b/external/docs/content/docs/git-branch.html @@ -45,9 +45,9 @@

    SYNOPSIS

    git branch [--color[=<when>] | --no-color] [--show-current]
     	   [-v [--abbrev=<n> | --no-abbrev]]
     	   [--column[=<options>] | --no-column] [--sort=<key>]
    -	   [--merged [<commit>]] [--no-merged [<commit>]]
    -	   [--contains [<commit>]] [--no-contains [<commit>]]
    -	   [--points-at <object>] [--format=<format>]
    +	   [--merged [<commit>]] [--no-merged [<commit>]]
    +	   [--contains [<commit>]] [--no-contains [<commit>]]
    +	   [--points-at <object>] [--format=<format>]
     	   [(-r|--remotes) | (-a|--all)]
     	   [--list] [<pattern>…​]
     git branch [--track[=(direct|inherit)] | --no-track] [-f]
    @@ -89,7 +89,7 @@ 

    DESCRIPTION

    --no-contains inverts it. With --merged, only branches merged into the named commit (i.e. the branches whose tip commits are reachable from the named commit) will be listed. With --no-merged only -branches not merged into the named commit will be listed. If the <commit> +branches not merged into the named commit will be listed. If the <commit> argument is missing it defaults to HEAD (i.e. the tip of the current branch).

    @@ -383,29 +383,29 @@

    OPTIONS

    request-pull, and merge (if enabled)). Multi-line explanations may be used.

    -
    --contains [<commit>]
    +
    --contains [<commit>]
    -

    Only list branches which contain <commit> (HEAD +

    Only list branches which contain <commit> (HEAD if not specified). Implies --list.

    -
    --no-contains [<commit>]
    +
    --no-contains [<commit>]
    -

    Only list branches which don’t contain <commit> +

    Only list branches which don’t contain <commit> (HEAD if not specified). Implies --list.

    -
    --merged [<commit>]
    +
    --merged [<commit>]

    Only list branches whose tips are reachable from -<commit> (HEAD if not specified). Implies --list.

    +<commit> (HEAD if not specified). Implies --list.

    -
    --no-merged [<commit>]
    +
    --no-merged [<commit>]

    Only list branches whose tips are not reachable from -<commit> (HEAD if not specified). Implies --list.

    +<commit> (HEAD if not specified). Implies --list.

    -
    --points-at <object>
    +
    --points-at <object>
    -

    Only list branches of <object>.

    +

    Only list branches of <object>.

    --format <format>
    @@ -701,13 +701,13 @@

    NOTES

    • -

      --contains <commit> is used to find all branches which will need -special attention if <commit> were to be rebased or amended, since those -branches contain the specified <commit>.

      +

      --contains <commit> is used to find all branches which will need +special attention if <commit> were to be rebased or amended, since those +branches contain the specified <commit>.

    • -

      --no-contains <commit> is the inverse of that, i.e. branches that don’t -contain the specified <commit>.

      +

      --no-contains <commit> is the inverse of that, i.e. branches that don’t +contain the specified <commit>.

    • --merged is used to find all branches which can be safely deleted, diff --git a/external/docs/content/docs/git-branch/2.0.5.html b/external/docs/content/docs/git-branch/2.0.5.html index 8940bdf2f1..e7cdd05367 100644 --- a/external/docs/content/docs/git-branch/2.0.5.html +++ b/external/docs/content/docs/git-branch/2.0.5.html @@ -45,7 +45,7 @@

      SYNOPSIS

      git branch [--color[=<when>] | --no-color] [-r | -a]
       	[--list] [-v [--abbrev=<length> | --no-abbrev]]
       	[--column[=<options>] | --no-column]
      -	[(--merged | --no-merged | --contains) [<commit>]] [<pattern>…​]
      +	[(--merged | --no-merged | --contains) [<commit>]] [<pattern>…​]
       git branch [--set-upstream | --track | --no-track] [-l] [-f] <branchname> [<start-point>]
       git branch (--set-upstream-to=<upstream> | -u <upstream>) [<branchname>]
       git branch --unset-upstream [<branchname>]
      @@ -75,7 +75,7 @@ 

      DESCRIPTION

      --merged, only branches merged into the named commit (i.e. the branches whose tip commits are reachable from the named commit) will be listed. With --no-merged only branches not merged into -the named commit will be listed. If the <commit> argument is missing it +the named commit will be listed. If the <commit> argument is missing it defaults to HEAD (i.e. the tip of the current branch).

    @@ -268,17 +268,17 @@

    OPTIONS

    Open an editor and edit the text to explain what the branch is for, to be used by various other commands (e.g. request-pull).

    -
    --contains [<commit>]
    +
    --contains [<commit>]

    Only list branches which contain the specified commit (HEAD if not specified). Implies --list.

    -
    --merged [<commit>]
    +
    --merged [<commit>]

    Only list branches whose tips are reachable from the specified commit (HEAD if not specified). Implies --list.

    -
    --no-merged [<commit>]
    +
    --no-merged [<commit>]

    Only list branches whose tips are not reachable from the specified commit (HEAD if not specified). Implies --list.

    @@ -376,9 +376,9 @@

    Notes

    • -

      --contains <commit> is used to find all branches which will need -special attention if <commit> were to be rebased or amended, since those -branches contain the specified <commit>.

      +

      --contains <commit> is used to find all branches which will need +special attention if <commit> were to be rebased or amended, since those +branches contain the specified <commit>.

    • --merged is used to find all branches which can be safely deleted, diff --git a/external/docs/content/docs/git-branch/2.12.5.html b/external/docs/content/docs/git-branch/2.12.5.html index 20f58df5c1..f3d715ced9 100644 --- a/external/docs/content/docs/git-branch/2.12.5.html +++ b/external/docs/content/docs/git-branch/2.12.5.html @@ -42,8 +42,8 @@

      SYNOPSIS

      git branch [--color[=<when>] | --no-color] [-r | -a]
       	[--list] [-v [--abbrev=<length> | --no-abbrev]]
       	[--column[=<options>] | --no-column]
      -	[(--merged | --no-merged | --contains) [<commit>]] [--sort=<key>]
      -	[--points-at <object>] [<pattern>…​]
      +	[(--merged | --no-merged | --contains) [<commit>]] [--sort=<key>]
      +	[--points-at <object>] [<pattern>…​]
       git branch [--set-upstream | --track | --no-track] [-l] [-f] <branchname> [<start-point>]
       git branch (--set-upstream-to=<upstream> | -u <upstream>) [<branchname>]
       git branch --unset-upstream [<branchname>]
      @@ -73,7 +73,7 @@ 

      DESCRIPTION

      --merged, only branches merged into the named commit (i.e. the branches whose tip commits are reachable from the named commit) will be listed. With --no-merged only branches not merged into -the named commit will be listed. If the <commit> argument is missing it +the named commit will be listed. If the <commit> argument is missing it defaults to HEAD (i.e. the tip of the current branch).

    @@ -280,17 +280,17 @@

    OPTIONS

    request-pull, and merge (if enabled)). Multi-line explanations may be used.

    -
    --contains [<commit>]
    +
    --contains [<commit>]

    Only list branches which contain the specified commit (HEAD if not specified). Implies --list.

    -
    --merged [<commit>]
    +
    --merged [<commit>]

    Only list branches whose tips are reachable from the specified commit (HEAD if not specified). Implies --list.

    -
    --no-merged [<commit>]
    +
    --no-merged [<commit>]

    Only list branches whose tips are not reachable from the specified commit (HEAD if not specified). Implies --list.

    @@ -329,7 +329,7 @@

    OPTIONS

    detached HEAD (if present) first, then local branches and finally remote-tracking branches.

    -
    --points-at <object>
    +
    --points-at <object>

    Only list branches of the given object.

    @@ -404,9 +404,9 @@

    Notes

    • -

      --contains <commit> is used to find all branches which will need -special attention if <commit> were to be rebased or amended, since those -branches contain the specified <commit>.

      +

      --contains <commit> is used to find all branches which will need +special attention if <commit> were to be rebased or amended, since those +branches contain the specified <commit>.

    • --merged is used to find all branches which can be safely deleted, diff --git a/external/docs/content/docs/git-branch/2.13.7.html b/external/docs/content/docs/git-branch/2.13.7.html index 2207e02a2b..3c1d1078ba 100644 --- a/external/docs/content/docs/git-branch/2.13.7.html +++ b/external/docs/content/docs/git-branch/2.13.7.html @@ -42,9 +42,9 @@

      SYNOPSIS

      git branch [--color[=<when>] | --no-color] [-r | -a]
       	[--list] [-v [--abbrev=<length> | --no-abbrev]]
       	[--column[=<options>] | --no-column] [--sort=<key>]
      -	[(--merged | --no-merged) [<commit>]]
      -	[--contains [<commit]] [--no-contains [<commit>]]
      -	[--points-at <object>] [--format=<format>] [<pattern>…​]
      +	[(--merged | --no-merged) [<commit>]]
      +	[--contains [<commit]] [--no-contains [<commit>]]
      +	[--points-at <object>] [--format=<format>] [<pattern>…​]
       git branch [--set-upstream | --track | --no-track] [-l] [-f] <branchname> [<start-point>]
       git branch (--set-upstream-to=<upstream> | -u <upstream>) [<branchname>]
       git branch --unset-upstream [<branchname>]
      @@ -74,7 +74,7 @@ 

      DESCRIPTION

      --no-contains inverts it. With --merged, only branches merged into the named commit (i.e. the branches whose tip commits are reachable from the named commit) will be listed. With --no-merged only -branches not merged into the named commit will be listed. If the <commit> +branches not merged into the named commit will be listed. If the <commit> argument is missing it defaults to HEAD (i.e. the tip of the current branch).

    @@ -289,23 +289,23 @@

    OPTIONS

    request-pull, and merge (if enabled)). Multi-line explanations may be used.

    -
    --contains [<commit>]
    +
    --contains [<commit>]

    Only list branches which contain the specified commit (HEAD if not specified). Implies --list.

    -
    --no-contains [<commit>]
    +
    --no-contains [<commit>]

    Only list branches which don’t contain the specified commit (HEAD if not specified). Implies --list.

    -
    --merged [<commit>]
    +
    --merged [<commit>]

    Only list branches whose tips are reachable from the specified commit (HEAD if not specified). Implies --list, incompatible with --no-merged.

    -
    --no-merged [<commit>]
    +
    --no-merged [<commit>]

    Only list branches whose tips are not reachable from the specified commit (HEAD if not specified). Implies --list, @@ -345,7 +345,7 @@

    OPTIONS

    detached HEAD (if present) first, then local branches and finally remote-tracking branches.

    -
    --points-at <object>
    +
    --points-at <object>

    Only list branches of the given object.

    @@ -426,13 +426,13 @@

    Notes

    • -

      --contains <commit> is used to find all branches which will need -special attention if <commit> were to be rebased or amended, since those -branches contain the specified <commit>.

      +

      --contains <commit> is used to find all branches which will need +special attention if <commit> were to be rebased or amended, since those +branches contain the specified <commit>.

    • -

      --no-contains <commit> is the inverse of that, i.e. branches that don’t -contain the specified <commit>.

      +

      --no-contains <commit> is the inverse of that, i.e. branches that don’t +contain the specified <commit>.

    • --merged is used to find all branches which can be safely deleted, diff --git a/external/docs/content/docs/git-branch/2.14.6.html b/external/docs/content/docs/git-branch/2.14.6.html index 21d1e6aa66..350c7dd50b 100644 --- a/external/docs/content/docs/git-branch/2.14.6.html +++ b/external/docs/content/docs/git-branch/2.14.6.html @@ -42,9 +42,9 @@

      SYNOPSIS

      git branch [--color[=<when>] | --no-color] [-r | -a]
       	[--list] [-v [--abbrev=<length> | --no-abbrev]]
       	[--column[=<options>] | --no-column] [--sort=<key>]
      -	[(--merged | --no-merged) [<commit>]]
      -	[--contains [<commit]] [--no-contains [<commit>]]
      -	[--points-at <object>] [--format=<format>] [<pattern>…​]
      +	[(--merged | --no-merged) [<commit>]]
      +	[--contains [<commit]] [--no-contains [<commit>]]
      +	[--points-at <object>] [--format=<format>] [<pattern>…​]
       git branch [--set-upstream | --track | --no-track] [-l] [-f] <branchname> [<start-point>]
       git branch (--set-upstream-to=<upstream> | -u <upstream>) [<branchname>]
       git branch --unset-upstream [<branchname>]
      @@ -74,7 +74,7 @@ 

      DESCRIPTION

      --no-contains inverts it. With --merged, only branches merged into the named commit (i.e. the branches whose tip commits are reachable from the named commit) will be listed. With --no-merged only -branches not merged into the named commit will be listed. If the <commit> +branches not merged into the named commit will be listed. If the <commit> argument is missing it defaults to HEAD (i.e. the tip of the current branch).

    @@ -289,23 +289,23 @@

    OPTIONS

    request-pull, and merge (if enabled)). Multi-line explanations may be used.

    -
    --contains [<commit>]
    +
    --contains [<commit>]

    Only list branches which contain the specified commit (HEAD if not specified). Implies --list.

    -
    --no-contains [<commit>]
    +
    --no-contains [<commit>]

    Only list branches which don’t contain the specified commit (HEAD if not specified). Implies --list.

    -
    --merged [<commit>]
    +
    --merged [<commit>]

    Only list branches whose tips are reachable from the specified commit (HEAD if not specified). Implies --list, incompatible with --no-merged.

    -
    --no-merged [<commit>]
    +
    --no-merged [<commit>]

    Only list branches whose tips are not reachable from the specified commit (HEAD if not specified). Implies --list, @@ -345,7 +345,7 @@

    OPTIONS

    detached HEAD (if present) first, then local branches and finally remote-tracking branches.

    -
    --points-at <object>
    +
    --points-at <object>

    Only list branches of the given object.

    @@ -426,13 +426,13 @@

    Notes

    • -

      --contains <commit> is used to find all branches which will need -special attention if <commit> were to be rebased or amended, since those -branches contain the specified <commit>.

      +

      --contains <commit> is used to find all branches which will need +special attention if <commit> were to be rebased or amended, since those +branches contain the specified <commit>.

    • -

      --no-contains <commit> is the inverse of that, i.e. branches that don’t -contain the specified <commit>.

      +

      --no-contains <commit> is the inverse of that, i.e. branches that don’t +contain the specified <commit>.

    • --merged is used to find all branches which can be safely deleted, diff --git a/external/docs/content/docs/git-branch/2.15.4.html b/external/docs/content/docs/git-branch/2.15.4.html index e6475ff094..20bd185fdb 100644 --- a/external/docs/content/docs/git-branch/2.15.4.html +++ b/external/docs/content/docs/git-branch/2.15.4.html @@ -42,9 +42,9 @@

      SYNOPSIS

      git branch [--color[=<when>] | --no-color] [-r | -a]
       	[--list] [-v [--abbrev=<length> | --no-abbrev]]
       	[--column[=<options>] | --no-column] [--sort=<key>]
      -	[(--merged | --no-merged) [<commit>]]
      -	[--contains [<commit]] [--no-contains [<commit>]]
      -	[--points-at <object>] [--format=<format>] [<pattern>…​]
      +	[(--merged | --no-merged) [<commit>]]
      +	[--contains [<commit]] [--no-contains [<commit>]]
      +	[--points-at <object>] [--format=<format>] [<pattern>…​]
       git branch [--set-upstream | --track | --no-track] [-l] [-f] <branchname> [<start-point>]
       git branch (--set-upstream-to=<upstream> | -u <upstream>) [<branchname>]
       git branch --unset-upstream [<branchname>]
      @@ -75,7 +75,7 @@ 

      DESCRIPTION

      --no-contains inverts it. With --merged, only branches merged into the named commit (i.e. the branches whose tip commits are reachable from the named commit) will be listed. With --no-merged only -branches not merged into the named commit will be listed. If the <commit> +branches not merged into the named commit will be listed. If the <commit> argument is missing it defaults to HEAD (i.e. the tip of the current branch).

    @@ -302,23 +302,23 @@

    OPTIONS

    request-pull, and merge (if enabled)). Multi-line explanations may be used.

    -
    --contains [<commit>]
    +
    --contains [<commit>]

    Only list branches which contain the specified commit (HEAD if not specified). Implies --list.

    -
    --no-contains [<commit>]
    +
    --no-contains [<commit>]

    Only list branches which don’t contain the specified commit (HEAD if not specified). Implies --list.

    -
    --merged [<commit>]
    +
    --merged [<commit>]

    Only list branches whose tips are reachable from the specified commit (HEAD if not specified). Implies --list, incompatible with --no-merged.

    -
    --no-merged [<commit>]
    +
    --no-merged [<commit>]

    Only list branches whose tips are not reachable from the specified commit (HEAD if not specified). Implies --list, @@ -358,7 +358,7 @@

    OPTIONS

    detached HEAD (if present) first, then local branches and finally remote-tracking branches.

    -
    --points-at <object>
    +
    --points-at <object>

    Only list branches of the given object.

    @@ -439,13 +439,13 @@

    Notes

    • -

      --contains <commit> is used to find all branches which will need -special attention if <commit> were to be rebased or amended, since those -branches contain the specified <commit>.

      +

      --contains <commit> is used to find all branches which will need +special attention if <commit> were to be rebased or amended, since those +branches contain the specified <commit>.

    • -

      --no-contains <commit> is the inverse of that, i.e. branches that don’t -contain the specified <commit>.

      +

      --no-contains <commit> is the inverse of that, i.e. branches that don’t +contain the specified <commit>.

    • --merged is used to find all branches which can be safely deleted, diff --git a/external/docs/content/docs/git-branch/2.16.6.html b/external/docs/content/docs/git-branch/2.16.6.html index 8c22652081..dca272d3af 100644 --- a/external/docs/content/docs/git-branch/2.16.6.html +++ b/external/docs/content/docs/git-branch/2.16.6.html @@ -51,9 +51,9 @@

      SYNOPSIS

      git branch [--color[=<when>] | --no-color] [-r | -a]
       	[--list] [-v [--abbrev=<length> | --no-abbrev]]
       	[--column[=<options>] | --no-column] [--sort=<key>]
      -	[(--merged | --no-merged) [<commit>]]
      -	[--contains [<commit]] [--no-contains [<commit>]]
      -	[--points-at <object>] [--format=<format>] [<pattern>…​]
      +	[(--merged | --no-merged) [<commit>]]
      +	[--contains [<commit]] [--no-contains [<commit>]]
      +	[--points-at <object>] [--format=<format>] [<pattern>…​]
       git branch [--track | --no-track] [-l] [-f] <branchname> [<start-point>]
       git branch (--set-upstream-to=<upstream> | -u <upstream>) [<branchname>]
       git branch --unset-upstream [<branchname>]
      @@ -84,7 +84,7 @@ 

      DESCRIPTION

      --no-contains inverts it. With --merged, only branches merged into the named commit (i.e. the branches whose tip commits are reachable from the named commit) will be listed. With --no-merged only -branches not merged into the named commit will be listed. If the <commit> +branches not merged into the named commit will be listed. If the <commit> argument is missing it defaults to HEAD (i.e. the tip of the current branch).

    @@ -311,23 +311,23 @@

    OPTIONS

    request-pull, and merge (if enabled)). Multi-line explanations may be used.

    -
    --contains [<commit>]
    +
    --contains [<commit>]

    Only list branches which contain the specified commit (HEAD if not specified). Implies --list.

    -
    --no-contains [<commit>]
    +
    --no-contains [<commit>]

    Only list branches which don’t contain the specified commit (HEAD if not specified). Implies --list.

    -
    --merged [<commit>]
    +
    --merged [<commit>]

    Only list branches whose tips are reachable from the specified commit (HEAD if not specified). Implies --list, incompatible with --no-merged.

    -
    --no-merged [<commit>]
    +
    --no-merged [<commit>]

    Only list branches whose tips are not reachable from the specified commit (HEAD if not specified). Implies --list, @@ -367,7 +367,7 @@

    OPTIONS

    detached HEAD (if present) first, then local branches and finally remote-tracking branches.

    -
    --points-at <object>
    +
    --points-at <object>

    Only list branches of the given object.

    @@ -458,13 +458,13 @@

    Notes

    • -

      --contains <commit> is used to find all branches which will need -special attention if <commit> were to be rebased or amended, since those -branches contain the specified <commit>.

      +

      --contains <commit> is used to find all branches which will need +special attention if <commit> were to be rebased or amended, since those +branches contain the specified <commit>.

    • -

      --no-contains <commit> is the inverse of that, i.e. branches that don’t -contain the specified <commit>.

      +

      --no-contains <commit> is the inverse of that, i.e. branches that don’t +contain the specified <commit>.

    • --merged is used to find all branches which can be safely deleted, diff --git a/external/docs/content/docs/git-branch/2.18.0.html b/external/docs/content/docs/git-branch/2.18.0.html index 9c2a7baad4..1eb2efc28a 100644 --- a/external/docs/content/docs/git-branch/2.18.0.html +++ b/external/docs/content/docs/git-branch/2.18.0.html @@ -49,9 +49,9 @@

      SYNOPSIS

      git branch [--color[=<when>] | --no-color] [-r | -a]
       	[--list] [-v [--abbrev=<length> | --no-abbrev]]
       	[--column[=<options>] | --no-column] [--sort=<key>]
      -	[(--merged | --no-merged) [<commit>]]
      -	[--contains [<commit]] [--no-contains [<commit>]]
      -	[--points-at <object>] [--format=<format>] [<pattern>…​]
      +	[(--merged | --no-merged) [<commit>]]
      +	[--contains [<commit]] [--no-contains [<commit>]]
      +	[--points-at <object>] [--format=<format>] [<pattern>…​]
       git branch [--track | --no-track] [-l] [-f] <branchname> [<start-point>]
       git branch (--set-upstream-to=<upstream> | -u <upstream>) [<branchname>]
       git branch --unset-upstream [<branchname>]
      @@ -82,7 +82,7 @@ 

      DESCRIPTION

      --no-contains inverts it. With --merged, only branches merged into the named commit (i.e. the branches whose tip commits are reachable from the named commit) will be listed. With --no-merged only -branches not merged into the named commit will be listed. If the <commit> +branches not merged into the named commit will be listed. If the <commit> argument is missing it defaults to HEAD (i.e. the tip of the current branch).

    @@ -309,23 +309,23 @@

    OPTIONS

    request-pull, and merge (if enabled)). Multi-line explanations may be used.

    -
    --contains [<commit>]
    +
    --contains [<commit>]

    Only list branches which contain the specified commit (HEAD if not specified). Implies --list.

    -
    --no-contains [<commit>]
    +
    --no-contains [<commit>]

    Only list branches which don’t contain the specified commit (HEAD if not specified). Implies --list.

    -
    --merged [<commit>]
    +
    --merged [<commit>]

    Only list branches whose tips are reachable from the specified commit (HEAD if not specified). Implies --list, incompatible with --no-merged.

    -
    --no-merged [<commit>]
    +
    --no-merged [<commit>]

    Only list branches whose tips are not reachable from the specified commit (HEAD if not specified). Implies --list, @@ -365,7 +365,7 @@

    OPTIONS

    detached HEAD (if present) first, then local branches and finally remote-tracking branches.

    -
    --points-at <object>
    +
    --points-at <object>

    Only list branches of the given object.

    @@ -456,13 +456,13 @@

    NOTES

    • -

      --contains <commit> is used to find all branches which will need -special attention if <commit> were to be rebased or amended, since those -branches contain the specified <commit>.

      +

      --contains <commit> is used to find all branches which will need +special attention if <commit> were to be rebased or amended, since those +branches contain the specified <commit>.

    • -

      --no-contains <commit> is the inverse of that, i.e. branches that don’t -contain the specified <commit>.

      +

      --no-contains <commit> is the inverse of that, i.e. branches that don’t +contain the specified <commit>.

    • --merged is used to find all branches which can be safely deleted, diff --git a/external/docs/content/docs/git-branch/2.19.0.html b/external/docs/content/docs/git-branch/2.19.0.html index bd210c1ba1..f33d1037fc 100644 --- a/external/docs/content/docs/git-branch/2.19.0.html +++ b/external/docs/content/docs/git-branch/2.19.0.html @@ -50,9 +50,9 @@

      SYNOPSIS

      git branch [--color[=<when>] | --no-color] [-r | -a]
       	[--list] [-v [--abbrev=<length> | --no-abbrev]]
       	[--column[=<options>] | --no-column] [--sort=<key>]
      -	[(--merged | --no-merged) [<commit>]]
      -	[--contains [<commit]] [--no-contains [<commit>]]
      -	[--points-at <object>] [--format=<format>] [<pattern>…​]
      +	[(--merged | --no-merged) [<commit>]]
      +	[--contains [<commit]] [--no-contains [<commit>]]
      +	[--points-at <object>] [--format=<format>] [<pattern>…​]
       git branch [--track | --no-track] [-l] [-f] <branchname> [<start-point>]
       git branch (--set-upstream-to=<upstream> | -u <upstream>) [<branchname>]
       git branch --unset-upstream [<branchname>]
      @@ -83,7 +83,7 @@ 

      DESCRIPTION

      --no-contains inverts it. With --merged, only branches merged into the named commit (i.e. the branches whose tip commits are reachable from the named commit) will be listed. With --no-merged only -branches not merged into the named commit will be listed. If the <commit> +branches not merged into the named commit will be listed. If the <commit> argument is missing it defaults to HEAD (i.e. the tip of the current branch).

    @@ -312,23 +312,23 @@

    OPTIONS

    request-pull, and merge (if enabled)). Multi-line explanations may be used.

    -
    --contains [<commit>]
    +
    --contains [<commit>]

    Only list branches which contain the specified commit (HEAD if not specified). Implies --list.

    -
    --no-contains [<commit>]
    +
    --no-contains [<commit>]

    Only list branches which don’t contain the specified commit (HEAD if not specified). Implies --list.

    -
    --merged [<commit>]
    +
    --merged [<commit>]

    Only list branches whose tips are reachable from the specified commit (HEAD if not specified). Implies --list, incompatible with --no-merged.

    -
    --no-merged [<commit>]
    +
    --no-merged [<commit>]

    Only list branches whose tips are not reachable from the specified commit (HEAD if not specified). Implies --list, @@ -369,7 +369,7 @@

    OPTIONS

    detached HEAD (if present) first, then local branches and finally remote-tracking branches. See git-config[1].

    -
    --points-at <object>
    +
    --points-at <object>

    Only list branches of the given object.

    @@ -460,13 +460,13 @@

    NOTES

    • -

      --contains <commit> is used to find all branches which will need -special attention if <commit> were to be rebased or amended, since those -branches contain the specified <commit>.

      +

      --contains <commit> is used to find all branches which will need +special attention if <commit> were to be rebased or amended, since those +branches contain the specified <commit>.

    • -

      --no-contains <commit> is the inverse of that, i.e. branches that don’t -contain the specified <commit>.

      +

      --no-contains <commit> is the inverse of that, i.e. branches that don’t +contain the specified <commit>.

    • --merged is used to find all branches which can be safely deleted, diff --git a/external/docs/content/docs/git-branch/2.20.0.html b/external/docs/content/docs/git-branch/2.20.0.html index be77c31a65..f8b186fc14 100644 --- a/external/docs/content/docs/git-branch/2.20.0.html +++ b/external/docs/content/docs/git-branch/2.20.0.html @@ -49,9 +49,9 @@

      SYNOPSIS

      git branch [--color[=<when>] | --no-color] [-r | -a]
       	[--list] [-v [--abbrev=<length> | --no-abbrev]]
       	[--column[=<options>] | --no-column] [--sort=<key>]
      -	[(--merged | --no-merged) [<commit>]]
      -	[--contains [<commit]] [--no-contains [<commit>]]
      -	[--points-at <object>] [--format=<format>] [<pattern>…​]
      +	[(--merged | --no-merged) [<commit>]]
      +	[--contains [<commit]] [--no-contains [<commit>]]
      +	[--points-at <object>] [--format=<format>] [<pattern>…​]
       git branch [--track | --no-track] [-f] <branchname> [<start-point>]
       git branch (--set-upstream-to=<upstream> | -u <upstream>) [<branchname>]
       git branch --unset-upstream [<branchname>]
      @@ -82,7 +82,7 @@ 

      DESCRIPTION

      --no-contains inverts it. With --merged, only branches merged into the named commit (i.e. the branches whose tip commits are reachable from the named commit) will be listed. With --no-merged only -branches not merged into the named commit will be listed. If the <commit> +branches not merged into the named commit will be listed. If the <commit> argument is missing it defaults to HEAD (i.e. the tip of the current branch).

    @@ -304,23 +304,23 @@

    OPTIONS

    request-pull, and merge (if enabled)). Multi-line explanations may be used.

    -
    --contains [<commit>]
    +
    --contains [<commit>]

    Only list branches which contain the specified commit (HEAD if not specified). Implies --list.

    -
    --no-contains [<commit>]
    +
    --no-contains [<commit>]

    Only list branches which don’t contain the specified commit (HEAD if not specified). Implies --list.

    -
    --merged [<commit>]
    +
    --merged [<commit>]

    Only list branches whose tips are reachable from the specified commit (HEAD if not specified). Implies --list, incompatible with --no-merged.

    -
    --no-merged [<commit>]
    +
    --no-merged [<commit>]

    Only list branches whose tips are not reachable from the specified commit (HEAD if not specified). Implies --list, @@ -361,7 +361,7 @@

    OPTIONS

    detached HEAD (if present) first, then local branches and finally remote-tracking branches. See git-config[1].

    -
    --points-at <object>
    +
    --points-at <object>

    Only list branches of the given object.

    @@ -452,13 +452,13 @@

    NOTES

    • -

      --contains <commit> is used to find all branches which will need -special attention if <commit> were to be rebased or amended, since those -branches contain the specified <commit>.

      +

      --contains <commit> is used to find all branches which will need +special attention if <commit> were to be rebased or amended, since those +branches contain the specified <commit>.

    • -

      --no-contains <commit> is the inverse of that, i.e. branches that don’t -contain the specified <commit>.

      +

      --no-contains <commit> is the inverse of that, i.e. branches that don’t +contain the specified <commit>.

    • --merged is used to find all branches which can be safely deleted, diff --git a/external/docs/content/docs/git-branch/2.21.0.html b/external/docs/content/docs/git-branch/2.21.0.html index 9322ef5720..11e17377e5 100644 --- a/external/docs/content/docs/git-branch/2.21.0.html +++ b/external/docs/content/docs/git-branch/2.21.0.html @@ -48,9 +48,9 @@

      SYNOPSIS

      git branch [--color[=<when>] | --no-color] [-r | -a]
       	[--list] [-v [--abbrev=<length> | --no-abbrev]]
       	[--column[=<options>] | --no-column] [--sort=<key>]
      -	[(--merged | --no-merged) [<commit>]]
      -	[--contains [<commit]] [--no-contains [<commit>]]
      -	[--points-at <object>] [--format=<format>] [<pattern>…​]
      +	[(--merged | --no-merged) [<commit>]]
      +	[--contains [<commit]] [--no-contains [<commit>]]
      +	[--points-at <object>] [--format=<format>] [<pattern>…​]
       git branch [--track | --no-track] [-f] <branchname> [<start-point>]
       git branch (--set-upstream-to=<upstream> | -u <upstream>) [<branchname>]
       git branch --unset-upstream [<branchname>]
      @@ -81,7 +81,7 @@ 

      DESCRIPTION

      --no-contains inverts it. With --merged, only branches merged into the named commit (i.e. the branches whose tip commits are reachable from the named commit) will be listed. With --no-merged only -branches not merged into the named commit will be listed. If the <commit> +branches not merged into the named commit will be listed. If the <commit> argument is missing it defaults to HEAD (i.e. the tip of the current branch).

    @@ -303,23 +303,23 @@

    OPTIONS

    request-pull, and merge (if enabled)). Multi-line explanations may be used.

    -
    --contains [<commit>]
    +
    --contains [<commit>]

    Only list branches which contain the specified commit (HEAD if not specified). Implies --list.

    -
    --no-contains [<commit>]
    +
    --no-contains [<commit>]

    Only list branches which don’t contain the specified commit (HEAD if not specified). Implies --list.

    -
    --merged [<commit>]
    +
    --merged [<commit>]

    Only list branches whose tips are reachable from the specified commit (HEAD if not specified). Implies --list, incompatible with --no-merged.

    -
    --no-merged [<commit>]
    +
    --no-merged [<commit>]

    Only list branches whose tips are not reachable from the specified commit (HEAD if not specified). Implies --list, @@ -360,7 +360,7 @@

    OPTIONS

    detached HEAD (if present) first, then local branches and finally remote-tracking branches. See git-config[1].

    -
    --points-at <object>
    +
    --points-at <object>

    Only list branches of the given object.

    @@ -451,13 +451,13 @@

    NOTES

    • -

      --contains <commit> is used to find all branches which will need -special attention if <commit> were to be rebased or amended, since those -branches contain the specified <commit>.

      +

      --contains <commit> is used to find all branches which will need +special attention if <commit> were to be rebased or amended, since those +branches contain the specified <commit>.

    • -

      --no-contains <commit> is the inverse of that, i.e. branches that don’t -contain the specified <commit>.

      +

      --no-contains <commit> is the inverse of that, i.e. branches that don’t +contain the specified <commit>.

    • --merged is used to find all branches which can be safely deleted, diff --git a/external/docs/content/docs/git-branch/2.22.0.html b/external/docs/content/docs/git-branch/2.22.0.html index 9a0008c38b..dfcba001de 100644 --- a/external/docs/content/docs/git-branch/2.22.0.html +++ b/external/docs/content/docs/git-branch/2.22.0.html @@ -44,9 +44,9 @@

      SYNOPSIS

      git branch [--color[=<when>] | --no-color] [-r | -a]
       	[--list] [--show-current] [-v [--abbrev=<length> | --no-abbrev]]
       	[--column[=<options>] | --no-column] [--sort=<key>]
      -	[(--merged | --no-merged) [<commit>]]
      -	[--contains [<commit]] [--no-contains [<commit>]]
      -	[--points-at <object>] [--format=<format>] [<pattern>…​]
      +	[(--merged | --no-merged) [<commit>]]
      +	[--contains [<commit]] [--no-contains [<commit>]]
      +	[--points-at <object>] [--format=<format>] [<pattern>…​]
       git branch [--track | --no-track] [-f] <branchname> [<start-point>]
       git branch (--set-upstream-to=<upstream> | -u <upstream>) [<branchname>]
       git branch --unset-upstream [<branchname>]
      @@ -77,7 +77,7 @@ 

      DESCRIPTION

      --no-contains inverts it. With --merged, only branches merged into the named commit (i.e. the branches whose tip commits are reachable from the named commit) will be listed. With --no-merged only -branches not merged into the named commit will be listed. If the <commit> +branches not merged into the named commit will be listed. If the <commit> argument is missing it defaults to HEAD (i.e. the tip of the current branch).

    @@ -308,23 +308,23 @@

    OPTIONS

    request-pull, and merge (if enabled)). Multi-line explanations may be used.

    -
    --contains [<commit>]
    +
    --contains [<commit>]

    Only list branches which contain the specified commit (HEAD if not specified). Implies --list.

    -
    --no-contains [<commit>]
    +
    --no-contains [<commit>]

    Only list branches which don’t contain the specified commit (HEAD if not specified). Implies --list.

    -
    --merged [<commit>]
    +
    --merged [<commit>]

    Only list branches whose tips are reachable from the specified commit (HEAD if not specified). Implies --list, incompatible with --no-merged.

    -
    --no-merged [<commit>]
    +
    --no-merged [<commit>]

    Only list branches whose tips are not reachable from the specified commit (HEAD if not specified). Implies --list, @@ -365,7 +365,7 @@

    OPTIONS

    detached HEAD (if present) first, then local branches and finally remote-tracking branches. See git-config[1].

    -
    --points-at <object>
    +
    --points-at <object>

    Only list branches of the given object.

    @@ -456,13 +456,13 @@

    NOTES

    • -

      --contains <commit> is used to find all branches which will need -special attention if <commit> were to be rebased or amended, since those -branches contain the specified <commit>.

      +

      --contains <commit> is used to find all branches which will need +special attention if <commit> were to be rebased or amended, since those +branches contain the specified <commit>.

    • -

      --no-contains <commit> is the inverse of that, i.e. branches that don’t -contain the specified <commit>.

      +

      --no-contains <commit> is the inverse of that, i.e. branches that don’t +contain the specified <commit>.

    • --merged is used to find all branches which can be safely deleted, diff --git a/external/docs/content/docs/git-branch/2.22.1.html b/external/docs/content/docs/git-branch/2.22.1.html index 2968e14e9d..b8a6993146 100644 --- a/external/docs/content/docs/git-branch/2.22.1.html +++ b/external/docs/content/docs/git-branch/2.22.1.html @@ -49,9 +49,9 @@

      SYNOPSIS

      [-v [--abbrev=<length> | --no-abbrev]] [--show-current] [--column[=<options>] | --no-column] [--sort=<key>] - [(--merged | --no-merged) [<commit>]] - [--contains [<commit]] [--no-contains [<commit>]] - [--points-at <object>] [--format=<format>] + [(--merged | --no-merged) [<commit>]] + [--contains [<commit]] [--no-contains [<commit>]] + [--points-at <object>] [--format=<format>] [(-r | --remotes) | (-a | --all)] [--list] [<pattern>…​] git branch [--track | --no-track] [-f] <branchname> [<start-point>] @@ -90,7 +90,7 @@

      DESCRIPTION

      --no-contains inverts it. With --merged, only branches merged into the named commit (i.e. the branches whose tip commits are reachable from the named commit) will be listed. With --no-merged only -branches not merged into the named commit will be listed. If the <commit> +branches not merged into the named commit will be listed. If the <commit> argument is missing it defaults to HEAD (i.e. the tip of the current branch).

    @@ -323,23 +323,23 @@

    OPTIONS

    request-pull, and merge (if enabled)). Multi-line explanations may be used.

    -
    --contains [<commit>]
    +
    --contains [<commit>]

    Only list branches which contain the specified commit (HEAD if not specified). Implies --list.

    -
    --no-contains [<commit>]
    +
    --no-contains [<commit>]

    Only list branches which don’t contain the specified commit (HEAD if not specified). Implies --list.

    -
    --merged [<commit>]
    +
    --merged [<commit>]

    Only list branches whose tips are reachable from the specified commit (HEAD if not specified). Implies --list, incompatible with --no-merged.

    -
    --no-merged [<commit>]
    +
    --no-merged [<commit>]

    Only list branches whose tips are not reachable from the specified commit (HEAD if not specified). Implies --list, @@ -380,7 +380,7 @@

    OPTIONS

    detached HEAD (if present) first, then local branches and finally remote-tracking branches. See git-config[1].

    -
    --points-at <object>
    +
    --points-at <object>

    Only list branches of the given object.

    @@ -494,13 +494,13 @@

    NOTES

    • -

      --contains <commit> is used to find all branches which will need -special attention if <commit> were to be rebased or amended, since those -branches contain the specified <commit>.

      +

      --contains <commit> is used to find all branches which will need +special attention if <commit> were to be rebased or amended, since those +branches contain the specified <commit>.

    • -

      --no-contains <commit> is the inverse of that, i.e. branches that don’t -contain the specified <commit>.

      +

      --no-contains <commit> is the inverse of that, i.e. branches that don’t +contain the specified <commit>.

    • --merged is used to find all branches which can be safely deleted, diff --git a/external/docs/content/docs/git-branch/2.23.0.html b/external/docs/content/docs/git-branch/2.23.0.html index a9d2e9c530..ecfc452fbe 100644 --- a/external/docs/content/docs/git-branch/2.23.0.html +++ b/external/docs/content/docs/git-branch/2.23.0.html @@ -65,9 +65,9 @@

      SYNOPSIS

      git branch [--color[=<when>] | --no-color] [--show-current]
       	[-v [--abbrev=<length> | --no-abbrev]]
       	[--column[=<options>] | --no-column] [--sort=<key>]
      -	[(--merged | --no-merged) [<commit>]]
      -	[--contains [<commit]] [--no-contains [<commit>]]
      -	[--points-at <object>] [--format=<format>]
      +	[(--merged | --no-merged) [<commit>]]
      +	[--contains [<commit]] [--no-contains [<commit>]]
      +	[--points-at <object>] [--format=<format>]
       	[(-r | --remotes) | (-a | --all)]
       	[--list] [<pattern>…​]
       git branch [--track | --no-track] [-f] <branchname> [<start-point>]
      @@ -108,7 +108,7 @@ 

      DESCRIPTION

      --no-contains inverts it. With --merged, only branches merged into the named commit (i.e. the branches whose tip commits are reachable from the named commit) will be listed. With --no-merged only -branches not merged into the named commit will be listed. If the <commit> +branches not merged into the named commit will be listed. If the <commit> argument is missing it defaults to HEAD (i.e. the tip of the current branch).

    @@ -342,23 +342,23 @@

    OPTIONS

    request-pull, and merge (if enabled)). Multi-line explanations may be used.

    -
    --contains [<commit>]
    +
    --contains [<commit>]

    Only list branches which contain the specified commit (HEAD if not specified). Implies --list.

    -
    --no-contains [<commit>]
    +
    --no-contains [<commit>]

    Only list branches which don’t contain the specified commit (HEAD if not specified). Implies --list.

    -
    --merged [<commit>]
    +
    --merged [<commit>]

    Only list branches whose tips are reachable from the specified commit (HEAD if not specified). Implies --list, incompatible with --no-merged.

    -
    --no-merged [<commit>]
    +
    --no-merged [<commit>]

    Only list branches whose tips are not reachable from the specified commit (HEAD if not specified). Implies --list, @@ -399,7 +399,7 @@

    OPTIONS

    detached HEAD (if present) first, then local branches and finally remote-tracking branches. See git-config[1].

    -
    --points-at <object>
    +
    --points-at <object>

    Only list branches of the given object.

    @@ -513,13 +513,13 @@

    NOTES

    • -

      --contains <commit> is used to find all branches which will need -special attention if <commit> were to be rebased or amended, since those -branches contain the specified <commit>.

      +

      --contains <commit> is used to find all branches which will need +special attention if <commit> were to be rebased or amended, since those +branches contain the specified <commit>.

    • -

      --no-contains <commit> is the inverse of that, i.e. branches that don’t -contain the specified <commit>.

      +

      --no-contains <commit> is the inverse of that, i.e. branches that don’t +contain the specified <commit>.

    • --merged is used to find all branches which can be safely deleted, diff --git a/external/docs/content/docs/git-branch/2.28.0.html b/external/docs/content/docs/git-branch/2.28.0.html index 2141d97d5a..d5ccd66ba9 100644 --- a/external/docs/content/docs/git-branch/2.28.0.html +++ b/external/docs/content/docs/git-branch/2.28.0.html @@ -45,9 +45,9 @@

      SYNOPSIS

      git branch [--color[=<when>] | --no-color] [--show-current]
       	[-v [--abbrev=<length> | --no-abbrev]]
       	[--column[=<options>] | --no-column] [--sort=<key>]
      -	[(--merged | --no-merged) [<commit>]]
      -	[--contains [<commit>]] [--no-contains [<commit>]]
      -	[--points-at <object>] [--format=<format>]
      +	[(--merged | --no-merged) [<commit>]]
      +	[--contains [<commit>]] [--no-contains [<commit>]]
      +	[--points-at <object>] [--format=<format>]
       	[(-r | --remotes) | (-a | --all)]
       	[--list] [<pattern>…​]
       git branch [--track | --no-track] [-f] <branchname> [<start-point>]
      @@ -88,7 +88,7 @@ 

      DESCRIPTION

      --no-contains inverts it. With --merged, only branches merged into the named commit (i.e. the branches whose tip commits are reachable from the named commit) will be listed. With --no-merged only -branches not merged into the named commit will be listed. If the <commit> +branches not merged into the named commit will be listed. If the <commit> argument is missing it defaults to HEAD (i.e. the tip of the current branch).

    @@ -322,23 +322,23 @@

    OPTIONS

    request-pull, and merge (if enabled)). Multi-line explanations may be used.

    -
    --contains [<commit>]
    +
    --contains [<commit>]

    Only list branches which contain the specified commit (HEAD if not specified). Implies --list.

    -
    --no-contains [<commit>]
    +
    --no-contains [<commit>]

    Only list branches which don’t contain the specified commit (HEAD if not specified). Implies --list.

    -
    --merged [<commit>]
    +
    --merged [<commit>]

    Only list branches whose tips are reachable from the specified commit (HEAD if not specified). Implies --list, incompatible with --no-merged.

    -
    --no-merged [<commit>]
    +
    --no-merged [<commit>]

    Only list branches whose tips are not reachable from the specified commit (HEAD if not specified). Implies --list, @@ -379,7 +379,7 @@

    OPTIONS

    detached HEAD (if present) first, then local branches and finally remote-tracking branches. See git-config[1].

    -
    --points-at <object>
    +
    --points-at <object>

    Only list branches of the given object.

    @@ -493,13 +493,13 @@

    NOTES

    • -

      --contains <commit> is used to find all branches which will need -special attention if <commit> were to be rebased or amended, since those -branches contain the specified <commit>.

      +

      --contains <commit> is used to find all branches which will need +special attention if <commit> were to be rebased or amended, since those +branches contain the specified <commit>.

    • -

      --no-contains <commit> is the inverse of that, i.e. branches that don’t -contain the specified <commit>.

      +

      --no-contains <commit> is the inverse of that, i.e. branches that don’t +contain the specified <commit>.

    • --merged is used to find all branches which can be safely deleted, diff --git a/external/docs/content/docs/git-branch/2.29.0.html b/external/docs/content/docs/git-branch/2.29.0.html index 5123b88dd5..b6a0e0ab25 100644 --- a/external/docs/content/docs/git-branch/2.29.0.html +++ b/external/docs/content/docs/git-branch/2.29.0.html @@ -47,9 +47,9 @@

      SYNOPSIS

      git branch [--color[=<when>] | --no-color] [--show-current]
       	[-v [--abbrev=<length> | --no-abbrev]]
       	[--column[=<options>] | --no-column] [--sort=<key>]
      -	[--merged [<commit>]] [--no-merged [<commit>]]
      -	[--contains [<commit>]] [--no-contains [<commit>]]
      -	[--points-at <object>] [--format=<format>]
      +	[--merged [<commit>]] [--no-merged [<commit>]]
      +	[--contains [<commit>]] [--no-contains [<commit>]]
      +	[--points-at <object>] [--format=<format>]
       	[(-r | --remotes) | (-a | --all)]
       	[--list] [<pattern>…​]
       git branch [--track | --no-track] [-f] <branchname> [<start-point>]
      @@ -90,7 +90,7 @@ 

      DESCRIPTION

      --no-contains inverts it. With --merged, only branches merged into the named commit (i.e. the branches whose tip commits are reachable from the named commit) will be listed. With --no-merged only -branches not merged into the named commit will be listed. If the <commit> +branches not merged into the named commit will be listed. If the <commit> argument is missing it defaults to HEAD (i.e. the tip of the current branch).

    @@ -324,22 +324,22 @@

    OPTIONS

    request-pull, and merge (if enabled)). Multi-line explanations may be used.

    -
    --contains [<commit>]
    +
    --contains [<commit>]

    Only list branches which contain the specified commit (HEAD if not specified). Implies --list.

    -
    --no-contains [<commit>]
    +
    --no-contains [<commit>]

    Only list branches which don’t contain the specified commit (HEAD if not specified). Implies --list.

    -
    --merged [<commit>]
    +
    --merged [<commit>]

    Only list branches whose tips are reachable from the specified commit (HEAD if not specified). Implies --list.

    -
    --no-merged [<commit>]
    +
    --no-merged [<commit>]

    Only list branches whose tips are not reachable from the specified commit (HEAD if not specified). Implies --list.

    @@ -379,7 +379,7 @@

    OPTIONS

    detached HEAD (if present) first, then local branches and finally remote-tracking branches. See git-config[1].

    -
    --points-at <object>
    +
    --points-at <object>

    Only list branches of the given object.

    @@ -493,13 +493,13 @@

    NOTES

    • -

      --contains <commit> is used to find all branches which will need -special attention if <commit> were to be rebased or amended, since those -branches contain the specified <commit>.

      +

      --contains <commit> is used to find all branches which will need +special attention if <commit> were to be rebased or amended, since those +branches contain the specified <commit>.

    • -

      --no-contains <commit> is the inverse of that, i.e. branches that don’t -contain the specified <commit>.

      +

      --no-contains <commit> is the inverse of that, i.e. branches that don’t +contain the specified <commit>.

    • --merged is used to find all branches which can be safely deleted, diff --git a/external/docs/content/docs/git-branch/2.30.0.html b/external/docs/content/docs/git-branch/2.30.0.html index 46f637b791..e484c6e4a6 100644 --- a/external/docs/content/docs/git-branch/2.30.0.html +++ b/external/docs/content/docs/git-branch/2.30.0.html @@ -53,9 +53,9 @@

      SYNOPSIS

      git branch [--color[=<when>] | --no-color] [--show-current]
       	[-v [--abbrev=<n> | --no-abbrev]]
       	[--column[=<options>] | --no-column] [--sort=<key>]
      -	[--merged [<commit>]] [--no-merged [<commit>]]
      -	[--contains [<commit>]] [--no-contains [<commit>]]
      -	[--points-at <object>] [--format=<format>]
      +	[--merged [<commit>]] [--no-merged [<commit>]]
      +	[--contains [<commit>]] [--no-contains [<commit>]]
      +	[--points-at <object>] [--format=<format>]
       	[(-r | --remotes) | (-a | --all)]
       	[--list] [<pattern>…​]
       git branch [--track | --no-track] [-f] <branchname> [<start-point>]
      @@ -96,7 +96,7 @@ 

      DESCRIPTION

      --no-contains inverts it. With --merged, only branches merged into the named commit (i.e. the branches whose tip commits are reachable from the named commit) will be listed. With --no-merged only -branches not merged into the named commit will be listed. If the <commit> +branches not merged into the named commit will be listed. If the <commit> argument is missing it defaults to HEAD (i.e. the tip of the current branch).

    @@ -332,22 +332,22 @@

    OPTIONS

    request-pull, and merge (if enabled)). Multi-line explanations may be used.

    -
    --contains [<commit>]
    +
    --contains [<commit>]

    Only list branches which contain the specified commit (HEAD if not specified). Implies --list.

    -
    --no-contains [<commit>]
    +
    --no-contains [<commit>]

    Only list branches which don’t contain the specified commit (HEAD if not specified). Implies --list.

    -
    --merged [<commit>]
    +
    --merged [<commit>]

    Only list branches whose tips are reachable from the specified commit (HEAD if not specified). Implies --list.

    -
    --no-merged [<commit>]
    +
    --no-merged [<commit>]

    Only list branches whose tips are not reachable from the specified commit (HEAD if not specified). Implies --list.

    @@ -387,7 +387,7 @@

    OPTIONS

    detached HEAD (if present) first, then local branches and finally remote-tracking branches. See git-config[1].

    -
    --points-at <object>
    +
    --points-at <object>

    Only list branches of the given object.

    @@ -501,13 +501,13 @@

    NOTES

    • -

      --contains <commit> is used to find all branches which will need -special attention if <commit> were to be rebased or amended, since those -branches contain the specified <commit>.

      +

      --contains <commit> is used to find all branches which will need +special attention if <commit> were to be rebased or amended, since those +branches contain the specified <commit>.

    • -

      --no-contains <commit> is the inverse of that, i.e. branches that don’t -contain the specified <commit>.

      +

      --no-contains <commit> is the inverse of that, i.e. branches that don’t +contain the specified <commit>.

    • --merged is used to find all branches which can be safely deleted, diff --git a/external/docs/content/docs/git-branch/2.31.0.html b/external/docs/content/docs/git-branch/2.31.0.html index ec61083117..41b4a06273 100644 --- a/external/docs/content/docs/git-branch/2.31.0.html +++ b/external/docs/content/docs/git-branch/2.31.0.html @@ -61,9 +61,9 @@

      SYNOPSIS

      git branch [--color[=<when>] | --no-color] [--show-current]
       	[-v [--abbrev=<n> | --no-abbrev]]
       	[--column[=<options>] | --no-column] [--sort=<key>]
      -	[--merged [<commit>]] [--no-merged [<commit>]]
      -	[--contains [<commit>]] [--no-contains [<commit>]]
      -	[--points-at <object>] [--format=<format>]
      +	[--merged [<commit>]] [--no-merged [<commit>]]
      +	[--contains [<commit>]] [--no-contains [<commit>]]
      +	[--points-at <object>] [--format=<format>]
       	[(-r | --remotes) | (-a | --all)]
       	[--list] [<pattern>…​]
       git branch [--track | --no-track] [-f] <branchname> [<start-point>]
      @@ -104,7 +104,7 @@ 

      DESCRIPTION

      --no-contains inverts it. With --merged, only branches merged into the named commit (i.e. the branches whose tip commits are reachable from the named commit) will be listed. With --no-merged only -branches not merged into the named commit will be listed. If the <commit> +branches not merged into the named commit will be listed. If the <commit> argument is missing it defaults to HEAD (i.e. the tip of the current branch).

    @@ -340,22 +340,22 @@

    OPTIONS

    request-pull, and merge (if enabled)). Multi-line explanations may be used.

    -
    --contains [<commit>]
    +
    --contains [<commit>]

    Only list branches which contain the specified commit (HEAD if not specified). Implies --list.

    -
    --no-contains [<commit>]
    +
    --no-contains [<commit>]

    Only list branches which don’t contain the specified commit (HEAD if not specified). Implies --list.

    -
    --merged [<commit>]
    +
    --merged [<commit>]

    Only list branches whose tips are reachable from the specified commit (HEAD if not specified). Implies --list.

    -
    --no-merged [<commit>]
    +
    --no-merged [<commit>]

    Only list branches whose tips are not reachable from the specified commit (HEAD if not specified). Implies --list.

    @@ -395,7 +395,7 @@

    OPTIONS

    detached HEAD (if present) first, then local branches and finally remote-tracking branches. See git-config[1].

    -
    --points-at <object>
    +
    --points-at <object>

    Only list branches of the given object.

    @@ -509,13 +509,13 @@

    NOTES

    • -

      --contains <commit> is used to find all branches which will need -special attention if <commit> were to be rebased or amended, since those -branches contain the specified <commit>.

      +

      --contains <commit> is used to find all branches which will need +special attention if <commit> were to be rebased or amended, since those +branches contain the specified <commit>.

    • -

      --no-contains <commit> is the inverse of that, i.e. branches that don’t -contain the specified <commit>.

      +

      --no-contains <commit> is the inverse of that, i.e. branches that don’t +contain the specified <commit>.

    • --merged is used to find all branches which can be safely deleted, diff --git a/external/docs/content/docs/git-branch/2.33.1.html b/external/docs/content/docs/git-branch/2.33.1.html index bfef54bdde..69445b8149 100644 --- a/external/docs/content/docs/git-branch/2.33.1.html +++ b/external/docs/content/docs/git-branch/2.33.1.html @@ -51,9 +51,9 @@

      SYNOPSIS

      git branch [--color[=<when>] | --no-color] [--show-current]
       	[-v [--abbrev=<n> | --no-abbrev]]
       	[--column[=<options>] | --no-column] [--sort=<key>]
      -	[--merged [<commit>]] [--no-merged [<commit>]]
      -	[--contains [<commit>]] [--no-contains [<commit>]]
      -	[--points-at <object>] [--format=<format>]
      +	[--merged [<commit>]] [--no-merged [<commit>]]
      +	[--contains [<commit>]] [--no-contains [<commit>]]
      +	[--points-at <object>] [--format=<format>]
       	[(-r | --remotes) | (-a | --all)]
       	[--list] [<pattern>…​]
       git branch [--track | --no-track] [-f] <branchname> [<start-point>]
      @@ -94,7 +94,7 @@ 

      DESCRIPTION

      --no-contains inverts it. With --merged, only branches merged into the named commit (i.e. the branches whose tip commits are reachable from the named commit) will be listed. With --no-merged only -branches not merged into the named commit will be listed. If the <commit> +branches not merged into the named commit will be listed. If the <commit> argument is missing it defaults to HEAD (i.e. the tip of the current branch).

    @@ -331,22 +331,22 @@

    OPTIONS

    request-pull, and merge (if enabled)). Multi-line explanations may be used.

    -
    --contains [<commit>]
    +
    --contains [<commit>]

    Only list branches which contain the specified commit (HEAD if not specified). Implies --list.

    -
    --no-contains [<commit>]
    +
    --no-contains [<commit>]

    Only list branches which don’t contain the specified commit (HEAD if not specified). Implies --list.

    -
    --merged [<commit>]
    +
    --merged [<commit>]

    Only list branches whose tips are reachable from the specified commit (HEAD if not specified). Implies --list.

    -
    --no-merged [<commit>]
    +
    --no-merged [<commit>]

    Only list branches whose tips are not reachable from the specified commit (HEAD if not specified). Implies --list.

    @@ -386,7 +386,7 @@

    OPTIONS

    detached HEAD (if present) first, then local branches and finally remote-tracking branches. See git-config[1].

    -
    --points-at <object>
    +
    --points-at <object>

    Only list branches of the given object.

    @@ -500,13 +500,13 @@

    NOTES

    • -

      --contains <commit> is used to find all branches which will need -special attention if <commit> were to be rebased or amended, since those -branches contain the specified <commit>.

      +

      --contains <commit> is used to find all branches which will need +special attention if <commit> were to be rebased or amended, since those +branches contain the specified <commit>.

    • -

      --no-contains <commit> is the inverse of that, i.e. branches that don’t -contain the specified <commit>.

      +

      --no-contains <commit> is the inverse of that, i.e. branches that don’t +contain the specified <commit>.

    • --merged is used to find all branches which can be safely deleted, diff --git a/external/docs/content/docs/git-branch/2.34.0.html b/external/docs/content/docs/git-branch/2.34.0.html index 3bfe3f2c53..0ae948b9ff 100644 --- a/external/docs/content/docs/git-branch/2.34.0.html +++ b/external/docs/content/docs/git-branch/2.34.0.html @@ -52,9 +52,9 @@

      SYNOPSIS

      git branch [--color[=<when>] | --no-color] [--show-current]
       	[-v [--abbrev=<n> | --no-abbrev]]
       	[--column[=<options>] | --no-column] [--sort=<key>]
      -	[--merged [<commit>]] [--no-merged [<commit>]]
      -	[--contains [<commit>]] [--no-contains [<commit>]]
      -	[--points-at <object>] [--format=<format>]
      +	[--merged [<commit>]] [--no-merged [<commit>]]
      +	[--contains [<commit>]] [--no-contains [<commit>]]
      +	[--points-at <object>] [--format=<format>]
       	[(-r | --remotes) | (-a | --all)]
       	[--list] [<pattern>…​]
       git branch [--track | --no-track] [-f] <branchname> [<start-point>]
      @@ -95,7 +95,7 @@ 

      DESCRIPTION

      --no-contains inverts it. With --merged, only branches merged into the named commit (i.e. the branches whose tip commits are reachable from the named commit) will be listed. With --no-merged only -branches not merged into the named commit will be listed. If the <commit> +branches not merged into the named commit will be listed. If the <commit> argument is missing it defaults to HEAD (i.e. the tip of the current branch).

    @@ -332,22 +332,22 @@

    OPTIONS

    request-pull, and merge (if enabled)). Multi-line explanations may be used.

    -
    --contains [<commit>]
    +
    --contains [<commit>]

    Only list branches which contain the specified commit (HEAD if not specified). Implies --list.

    -
    --no-contains [<commit>]
    +
    --no-contains [<commit>]

    Only list branches which don’t contain the specified commit (HEAD if not specified). Implies --list.

    -
    --merged [<commit>]
    +
    --merged [<commit>]

    Only list branches whose tips are reachable from the specified commit (HEAD if not specified). Implies --list.

    -
    --no-merged [<commit>]
    +
    --no-merged [<commit>]

    Only list branches whose tips are not reachable from the specified commit (HEAD if not specified). Implies --list.

    @@ -387,7 +387,7 @@

    OPTIONS

    detached HEAD (if present) first, then local branches and finally remote-tracking branches. See git-config[1].

    -
    --points-at <object>
    +
    --points-at <object>

    Only list branches of the given object.

    @@ -501,13 +501,13 @@

    NOTES

    • -

      --contains <commit> is used to find all branches which will need -special attention if <commit> were to be rebased or amended, since those -branches contain the specified <commit>.

      +

      --contains <commit> is used to find all branches which will need +special attention if <commit> were to be rebased or amended, since those +branches contain the specified <commit>.

    • -

      --no-contains <commit> is the inverse of that, i.e. branches that don’t -contain the specified <commit>.

      +

      --no-contains <commit> is the inverse of that, i.e. branches that don’t +contain the specified <commit>.

    • --merged is used to find all branches which can be safely deleted, diff --git a/external/docs/content/docs/git-branch/2.35.0.html b/external/docs/content/docs/git-branch/2.35.0.html index a25988e0b1..2471c730a9 100644 --- a/external/docs/content/docs/git-branch/2.35.0.html +++ b/external/docs/content/docs/git-branch/2.35.0.html @@ -52,9 +52,9 @@

      SYNOPSIS

      git branch [--color[=<when>] | --no-color] [--show-current]
       	[-v [--abbrev=<n> | --no-abbrev]]
       	[--column[=<options>] | --no-column] [--sort=<key>]
      -	[--merged [<commit>]] [--no-merged [<commit>]]
      -	[--contains [<commit>]] [--no-contains [<commit>]]
      -	[--points-at <object>] [--format=<format>]
      +	[--merged [<commit>]] [--no-merged [<commit>]]
      +	[--contains [<commit>]] [--no-contains [<commit>]]
      +	[--points-at <object>] [--format=<format>]
       	[(-r | --remotes) | (-a | --all)]
       	[--list] [<pattern>…​]
       git branch [--track[=(direct|inherit)] | --no-track] [-f] <branchname> [<start-point>]
      @@ -95,7 +95,7 @@ 

      DESCRIPTION

      --no-contains inverts it. With --merged, only branches merged into the named commit (i.e. the branches whose tip commits are reachable from the named commit) will be listed. With --no-merged only -branches not merged into the named commit will be listed. If the <commit> +branches not merged into the named commit will be listed. If the <commit> argument is missing it defaults to HEAD (i.e. the tip of the current branch).

    @@ -344,22 +344,22 @@

    OPTIONS

    request-pull, and merge (if enabled)). Multi-line explanations may be used.

    -
    --contains [<commit>]
    +
    --contains [<commit>]

    Only list branches which contain the specified commit (HEAD if not specified). Implies --list.

    -
    --no-contains [<commit>]
    +
    --no-contains [<commit>]

    Only list branches which don’t contain the specified commit (HEAD if not specified). Implies --list.

    -
    --merged [<commit>]
    +
    --merged [<commit>]

    Only list branches whose tips are reachable from the specified commit (HEAD if not specified). Implies --list.

    -
    --no-merged [<commit>]
    +
    --no-merged [<commit>]

    Only list branches whose tips are not reachable from the specified commit (HEAD if not specified). Implies --list.

    @@ -399,7 +399,7 @@

    OPTIONS

    detached HEAD (if present) first, then local branches and finally remote-tracking branches. See git-config[1].

    -
    --points-at <object>
    +
    --points-at <object>

    Only list branches of the given object.

    @@ -513,13 +513,13 @@

    NOTES

    • -

      --contains <commit> is used to find all branches which will need -special attention if <commit> were to be rebased or amended, since those -branches contain the specified <commit>.

      +

      --contains <commit> is used to find all branches which will need +special attention if <commit> were to be rebased or amended, since those +branches contain the specified <commit>.

    • -

      --no-contains <commit> is the inverse of that, i.e. branches that don’t -contain the specified <commit>.

      +

      --no-contains <commit> is the inverse of that, i.e. branches that don’t +contain the specified <commit>.

    • --merged is used to find all branches which can be safely deleted, diff --git a/external/docs/content/docs/git-branch/2.36.0.html b/external/docs/content/docs/git-branch/2.36.0.html index 6fe779f5fb..755aba43aa 100644 --- a/external/docs/content/docs/git-branch/2.36.0.html +++ b/external/docs/content/docs/git-branch/2.36.0.html @@ -50,9 +50,9 @@

      SYNOPSIS

      git branch [--color[=<when>] | --no-color] [--show-current]
       	[-v [--abbrev=<n> | --no-abbrev]]
       	[--column[=<options>] | --no-column] [--sort=<key>]
      -	[--merged [<commit>]] [--no-merged [<commit>]]
      -	[--contains [<commit>]] [--no-contains [<commit>]]
      -	[--points-at <object>] [--format=<format>]
      +	[--merged [<commit>]] [--no-merged [<commit>]]
      +	[--contains [<commit>]] [--no-contains [<commit>]]
      +	[--points-at <object>] [--format=<format>]
       	[(-r | --remotes) | (-a | --all)]
       	[--list] [<pattern>…​]
       git branch [--track[=(direct|inherit)] | --no-track] [-f]
      @@ -94,7 +94,7 @@ 

      DESCRIPTION

      --no-contains inverts it. With --merged, only branches merged into the named commit (i.e. the branches whose tip commits are reachable from the named commit) will be listed. With --no-merged only -branches not merged into the named commit will be listed. If the <commit> +branches not merged into the named commit will be listed. If the <commit> argument is missing it defaults to HEAD (i.e. the tip of the current branch).

    @@ -361,22 +361,22 @@

    OPTIONS

    request-pull, and merge (if enabled)). Multi-line explanations may be used.

    -
    --contains [<commit>]
    +
    --contains [<commit>]

    Only list branches which contain the specified commit (HEAD if not specified). Implies --list.

    -
    --no-contains [<commit>]
    +
    --no-contains [<commit>]

    Only list branches which don’t contain the specified commit (HEAD if not specified). Implies --list.

    -
    --merged [<commit>]
    +
    --merged [<commit>]

    Only list branches whose tips are reachable from the specified commit (HEAD if not specified). Implies --list.

    -
    --no-merged [<commit>]
    +
    --no-merged [<commit>]

    Only list branches whose tips are not reachable from the specified commit (HEAD if not specified). Implies --list.

    @@ -416,7 +416,7 @@

    OPTIONS

    detached HEAD (if present) first, then local branches and finally remote-tracking branches. See git-config[1].

    -
    --points-at <object>
    +
    --points-at <object>

    Only list branches of the given object.

    @@ -530,13 +530,13 @@

    NOTES

    • -

      --contains <commit> is used to find all branches which will need -special attention if <commit> were to be rebased or amended, since those -branches contain the specified <commit>.

      +

      --contains <commit> is used to find all branches which will need +special attention if <commit> were to be rebased or amended, since those +branches contain the specified <commit>.

    • -

      --no-contains <commit> is the inverse of that, i.e. branches that don’t -contain the specified <commit>.

      +

      --no-contains <commit> is the inverse of that, i.e. branches that don’t +contain the specified <commit>.

    • --merged is used to find all branches which can be safely deleted, diff --git a/external/docs/content/docs/git-branch/2.37.0.html b/external/docs/content/docs/git-branch/2.37.0.html index ad33b373b2..bbab1ad8f6 100644 --- a/external/docs/content/docs/git-branch/2.37.0.html +++ b/external/docs/content/docs/git-branch/2.37.0.html @@ -51,9 +51,9 @@

      SYNOPSIS

      git branch [--color[=<when>] | --no-color] [--show-current]
       	[-v [--abbrev=<n> | --no-abbrev]]
       	[--column[=<options>] | --no-column] [--sort=<key>]
      -	[--merged [<commit>]] [--no-merged [<commit>]]
      -	[--contains [<commit>]] [--no-contains [<commit>]]
      -	[--points-at <object>] [--format=<format>]
      +	[--merged [<commit>]] [--no-merged [<commit>]]
      +	[--contains [<commit>]] [--no-contains [<commit>]]
      +	[--points-at <object>] [--format=<format>]
       	[(-r | --remotes) | (-a | --all)]
       	[--list] [<pattern>…​]
       git branch [--track[=(direct|inherit)] | --no-track] [-f]
      @@ -95,7 +95,7 @@ 

      DESCRIPTION

      --no-contains inverts it. With --merged, only branches merged into the named commit (i.e. the branches whose tip commits are reachable from the named commit) will be listed. With --no-merged only -branches not merged into the named commit will be listed. If the <commit> +branches not merged into the named commit will be listed. If the <commit> argument is missing it defaults to HEAD (i.e. the tip of the current branch).

    @@ -367,22 +367,22 @@

    OPTIONS

    request-pull, and merge (if enabled)). Multi-line explanations may be used.

    -
    --contains [<commit>]
    +
    --contains [<commit>]

    Only list branches which contain the specified commit (HEAD if not specified). Implies --list.

    -
    --no-contains [<commit>]
    +
    --no-contains [<commit>]

    Only list branches which don’t contain the specified commit (HEAD if not specified). Implies --list.

    -
    --merged [<commit>]
    +
    --merged [<commit>]

    Only list branches whose tips are reachable from the specified commit (HEAD if not specified). Implies --list.

    -
    --no-merged [<commit>]
    +
    --no-merged [<commit>]

    Only list branches whose tips are not reachable from the specified commit (HEAD if not specified). Implies --list.

    @@ -422,7 +422,7 @@

    OPTIONS

    detached HEAD (if present) first, then local branches and finally remote-tracking branches. See git-config[1].

    -
    --points-at <object>
    +
    --points-at <object>

    Only list branches of the given object.

    @@ -536,13 +536,13 @@

    NOTES

    • -

      --contains <commit> is used to find all branches which will need -special attention if <commit> were to be rebased or amended, since those -branches contain the specified <commit>.

      +

      --contains <commit> is used to find all branches which will need +special attention if <commit> were to be rebased or amended, since those +branches contain the specified <commit>.

    • -

      --no-contains <commit> is the inverse of that, i.e. branches that don’t -contain the specified <commit>.

      +

      --no-contains <commit> is the inverse of that, i.e. branches that don’t +contain the specified <commit>.

    • --merged is used to find all branches which can be safely deleted, diff --git a/external/docs/content/docs/git-branch/2.38.0.html b/external/docs/content/docs/git-branch/2.38.0.html index b5ec9d885e..020ba3fc6e 100644 --- a/external/docs/content/docs/git-branch/2.38.0.html +++ b/external/docs/content/docs/git-branch/2.38.0.html @@ -52,9 +52,9 @@

      SYNOPSIS

      git branch [--color[=<when>] | --no-color] [--show-current]
       	[-v [--abbrev=<n> | --no-abbrev]]
       	[--column[=<options>] | --no-column] [--sort=<key>]
      -	[--merged [<commit>]] [--no-merged [<commit>]]
      -	[--contains [<commit>]] [--no-contains [<commit>]]
      -	[--points-at <object>] [--format=<format>]
      +	[--merged [<commit>]] [--no-merged [<commit>]]
      +	[--contains [<commit>]] [--no-contains [<commit>]]
      +	[--points-at <object>] [--format=<format>]
       	[(-r | --remotes) | (-a | --all)]
       	[--list] [<pattern>…​]
       git branch [--track[=(direct|inherit)] | --no-track] [-f]
      @@ -96,7 +96,7 @@ 

      DESCRIPTION

      --no-contains inverts it. With --merged, only branches merged into the named commit (i.e. the branches whose tip commits are reachable from the named commit) will be listed. With --no-merged only -branches not merged into the named commit will be listed. If the <commit> +branches not merged into the named commit will be listed. If the <commit> argument is missing it defaults to HEAD (i.e. the tip of the current branch).

    @@ -368,22 +368,22 @@

    OPTIONS

    request-pull, and merge (if enabled)). Multi-line explanations may be used.

    -
    --contains [<commit>]
    +
    --contains [<commit>]

    Only list branches which contain the specified commit (HEAD if not specified). Implies --list.

    -
    --no-contains [<commit>]
    +
    --no-contains [<commit>]

    Only list branches which don’t contain the specified commit (HEAD if not specified). Implies --list.

    -
    --merged [<commit>]
    +
    --merged [<commit>]

    Only list branches whose tips are reachable from the specified commit (HEAD if not specified). Implies --list.

    -
    --no-merged [<commit>]
    +
    --no-merged [<commit>]

    Only list branches whose tips are not reachable from the specified commit (HEAD if not specified). Implies --list.

    @@ -423,7 +423,7 @@

    OPTIONS

    detached HEAD (if present) first, then local branches and finally remote-tracking branches. See git-config[1].

    -
    --points-at <object>
    +
    --points-at <object>

    Only list branches of the given object.

    @@ -661,13 +661,13 @@

    NOTES

    • -

      --contains <commit> is used to find all branches which will need -special attention if <commit> were to be rebased or amended, since those -branches contain the specified <commit>.

      +

      --contains <commit> is used to find all branches which will need +special attention if <commit> were to be rebased or amended, since those +branches contain the specified <commit>.

    • -

      --no-contains <commit> is the inverse of that, i.e. branches that don’t -contain the specified <commit>.

      +

      --no-contains <commit> is the inverse of that, i.e. branches that don’t +contain the specified <commit>.

    • --merged is used to find all branches which can be safely deleted, diff --git a/external/docs/content/docs/git-branch/2.39.3.html b/external/docs/content/docs/git-branch/2.39.3.html index fe997304a1..6a4544ef19 100644 --- a/external/docs/content/docs/git-branch/2.39.3.html +++ b/external/docs/content/docs/git-branch/2.39.3.html @@ -46,9 +46,9 @@

      SYNOPSIS

      git branch [--color[=<when>] | --no-color] [--show-current]
       	[-v [--abbrev=<n> | --no-abbrev]]
       	[--column[=<options>] | --no-column] [--sort=<key>]
      -	[--merged [<commit>]] [--no-merged [<commit>]]
      -	[--contains [<commit>]] [--no-contains [<commit>]]
      -	[--points-at <object>] [--format=<format>]
      +	[--merged [<commit>]] [--no-merged [<commit>]]
      +	[--contains [<commit>]] [--no-contains [<commit>]]
      +	[--points-at <object>] [--format=<format>]
       	[(-r | --remotes) | (-a | --all)]
       	[--list] [<pattern>…​]
       git branch [--track[=(direct|inherit)] | --no-track] [-f]
      @@ -90,7 +90,7 @@ 

      DESCRIPTION

      --no-contains inverts it. With --merged, only branches merged into the named commit (i.e. the branches whose tip commits are reachable from the named commit) will be listed. With --no-merged only -branches not merged into the named commit will be listed. If the <commit> +branches not merged into the named commit will be listed. If the <commit> argument is missing it defaults to HEAD (i.e. the tip of the current branch).

    @@ -367,22 +367,22 @@

    OPTIONS

    request-pull, and merge (if enabled)). Multi-line explanations may be used.

    -
    --contains [<commit>]
    +
    --contains [<commit>]

    Only list branches which contain the specified commit (HEAD if not specified). Implies --list.

    -
    --no-contains [<commit>]
    +
    --no-contains [<commit>]

    Only list branches which don’t contain the specified commit (HEAD if not specified). Implies --list.

    -
    --merged [<commit>]
    +
    --merged [<commit>]

    Only list branches whose tips are reachable from the specified commit (HEAD if not specified). Implies --list.

    -
    --no-merged [<commit>]
    +
    --no-merged [<commit>]

    Only list branches whose tips are not reachable from the specified commit (HEAD if not specified). Implies --list.

    @@ -422,7 +422,7 @@

    OPTIONS

    detached HEAD (if present) first, then local branches and finally remote-tracking branches. See git-config[1].

    -
    --points-at <object>
    +
    --points-at <object>

    Only list branches of the given object.

    @@ -660,13 +660,13 @@

    NOTES

    • -

      --contains <commit> is used to find all branches which will need -special attention if <commit> were to be rebased or amended, since those -branches contain the specified <commit>.

      +

      --contains <commit> is used to find all branches which will need +special attention if <commit> were to be rebased or amended, since those +branches contain the specified <commit>.

    • -

      --no-contains <commit> is the inverse of that, i.e. branches that don’t -contain the specified <commit>.

      +

      --no-contains <commit> is the inverse of that, i.e. branches that don’t +contain the specified <commit>.

    • --merged is used to find all branches which can be safely deleted, diff --git a/external/docs/content/docs/git-branch/2.4.12.html b/external/docs/content/docs/git-branch/2.4.12.html index ce30a473e6..ebae3bfaed 100644 --- a/external/docs/content/docs/git-branch/2.4.12.html +++ b/external/docs/content/docs/git-branch/2.4.12.html @@ -43,7 +43,7 @@

      SYNOPSIS

      git branch [--color[=<when>] | --no-color] [-r | -a]
       	[--list] [-v [--abbrev=<length> | --no-abbrev]]
       	[--column[=<options>] | --no-column]
      -	[(--merged | --no-merged | --contains) [<commit>]] [<pattern>…​]
      +	[(--merged | --no-merged | --contains) [<commit>]] [<pattern>…​]
       git branch [--set-upstream | --track | --no-track] [-l] [-f] <branchname> [<start-point>]
       git branch (--set-upstream-to=<upstream> | -u <upstream>) [<branchname>]
       git branch --unset-upstream [<branchname>]
      @@ -73,7 +73,7 @@ 

      DESCRIPTION

      --merged, only branches merged into the named commit (i.e. the branches whose tip commits are reachable from the named commit) will be listed. With --no-merged only branches not merged into -the named commit will be listed. If the <commit> argument is missing it +the named commit will be listed. If the <commit> argument is missing it defaults to HEAD (i.e. the tip of the current branch).

    @@ -270,17 +270,17 @@

    OPTIONS

    Open an editor and edit the text to explain what the branch is for, to be used by various other commands (e.g. request-pull).

    -
    --contains [<commit>]
    +
    --contains [<commit>]

    Only list branches which contain the specified commit (HEAD if not specified). Implies --list.

    -
    --merged [<commit>]
    +
    --merged [<commit>]

    Only list branches whose tips are reachable from the specified commit (HEAD if not specified). Implies --list.

    -
    --no-merged [<commit>]
    +
    --no-merged [<commit>]

    Only list branches whose tips are not reachable from the specified commit (HEAD if not specified). Implies --list.

    @@ -378,9 +378,9 @@

    Notes

    • -

      --contains <commit> is used to find all branches which will need -special attention if <commit> were to be rebased or amended, since those -branches contain the specified <commit>.

      +

      --contains <commit> is used to find all branches which will need +special attention if <commit> were to be rebased or amended, since those +branches contain the specified <commit>.

    • --merged is used to find all branches which can be safely deleted, diff --git a/external/docs/content/docs/git-branch/2.40.0.html b/external/docs/content/docs/git-branch/2.40.0.html index 671243e59f..76473d029f 100644 --- a/external/docs/content/docs/git-branch/2.40.0.html +++ b/external/docs/content/docs/git-branch/2.40.0.html @@ -48,9 +48,9 @@

      SYNOPSIS

      git branch [--color[=<when>] | --no-color] [--show-current]
       	[-v [--abbrev=<n> | --no-abbrev]]
       	[--column[=<options>] | --no-column] [--sort=<key>]
      -	[--merged [<commit>]] [--no-merged [<commit>]]
      -	[--contains [<commit>]] [--no-contains [<commit>]]
      -	[--points-at <object>] [--format=<format>]
      +	[--merged [<commit>]] [--no-merged [<commit>]]
      +	[--contains [<commit>]] [--no-contains [<commit>]]
      +	[--points-at <object>] [--format=<format>]
       	[(-r | --remotes) | (-a | --all)]
       	[--list] [<pattern>…​]
       git branch [--track[=(direct|inherit)] | --no-track] [-f]
      @@ -92,7 +92,7 @@ 

      DESCRIPTION

      --no-contains inverts it. With --merged, only branches merged into the named commit (i.e. the branches whose tip commits are reachable from the named commit) will be listed. With --no-merged only -branches not merged into the named commit will be listed. If the <commit> +branches not merged into the named commit will be listed. If the <commit> argument is missing it defaults to HEAD (i.e. the tip of the current branch).

    @@ -369,22 +369,22 @@

    OPTIONS

    request-pull, and merge (if enabled)). Multi-line explanations may be used.

    -
    --contains [<commit>]
    +
    --contains [<commit>]

    Only list branches which contain the specified commit (HEAD if not specified). Implies --list.

    -
    --no-contains [<commit>]
    +
    --no-contains [<commit>]

    Only list branches which don’t contain the specified commit (HEAD if not specified). Implies --list.

    -
    --merged [<commit>]
    +
    --merged [<commit>]

    Only list branches whose tips are reachable from the specified commit (HEAD if not specified). Implies --list.

    -
    --no-merged [<commit>]
    +
    --no-merged [<commit>]

    Only list branches whose tips are not reachable from the specified commit (HEAD if not specified). Implies --list.

    @@ -424,7 +424,7 @@

    OPTIONS

    detached HEAD (if present) first, then local branches and finally remote-tracking branches. See git-config[1].

    -
    --points-at <object>
    +
    --points-at <object>

    Only list branches of the given object.

    @@ -662,13 +662,13 @@

    NOTES

    • -

      --contains <commit> is used to find all branches which will need -special attention if <commit> were to be rebased or amended, since those -branches contain the specified <commit>.

      +

      --contains <commit> is used to find all branches which will need +special attention if <commit> were to be rebased or amended, since those +branches contain the specified <commit>.

    • -

      --no-contains <commit> is the inverse of that, i.e. branches that don’t -contain the specified <commit>.

      +

      --no-contains <commit> is the inverse of that, i.e. branches that don’t +contain the specified <commit>.

    • --merged is used to find all branches which can be safely deleted, diff --git a/external/docs/content/docs/git-branch/2.41.0.html b/external/docs/content/docs/git-branch/2.41.0.html index 5df0fb03d8..f9f3848ea0 100644 --- a/external/docs/content/docs/git-branch/2.41.0.html +++ b/external/docs/content/docs/git-branch/2.41.0.html @@ -52,9 +52,9 @@

      SYNOPSIS

      git branch [--color[=<when>] | --no-color] [--show-current]
       	[-v [--abbrev=<n> | --no-abbrev]]
       	[--column[=<options>] | --no-column] [--sort=<key>]
      -	[--merged [<commit>]] [--no-merged [<commit>]]
      -	[--contains [<commit>]] [--no-contains [<commit>]]
      -	[--points-at <object>] [--format=<format>]
      +	[--merged [<commit>]] [--no-merged [<commit>]]
      +	[--contains [<commit>]] [--no-contains [<commit>]]
      +	[--points-at <object>] [--format=<format>]
       	[(-r | --remotes) | (-a | --all)]
       	[--list] [<pattern>…​]
       git branch [--track[=(direct|inherit)] | --no-track] [-f]
      @@ -96,7 +96,7 @@ 

      DESCRIPTION

      --no-contains inverts it. With --merged, only branches merged into the named commit (i.e. the branches whose tip commits are reachable from the named commit) will be listed. With --no-merged only -branches not merged into the named commit will be listed. If the <commit> +branches not merged into the named commit will be listed. If the <commit> argument is missing it defaults to HEAD (i.e. the tip of the current branch).

    @@ -378,22 +378,22 @@

    OPTIONS

    request-pull, and merge (if enabled)). Multi-line explanations may be used.

    -
    --contains [<commit>]
    +
    --contains [<commit>]

    Only list branches which contain the specified commit (HEAD if not specified). Implies --list.

    -
    --no-contains [<commit>]
    +
    --no-contains [<commit>]

    Only list branches which don’t contain the specified commit (HEAD if not specified). Implies --list.

    -
    --merged [<commit>]
    +
    --merged [<commit>]

    Only list branches whose tips are reachable from the specified commit (HEAD if not specified). Implies --list.

    -
    --no-merged [<commit>]
    +
    --no-merged [<commit>]

    Only list branches whose tips are not reachable from the specified commit (HEAD if not specified). Implies --list.

    @@ -433,7 +433,7 @@

    OPTIONS

    detached HEAD (if present) first, then local branches and finally remote-tracking branches. See git-config[1].

    -
    --points-at <object>
    +
    --points-at <object>

    Only list branches of the given object.

    @@ -671,13 +671,13 @@

    NOTES

    • -

      --contains <commit> is used to find all branches which will need -special attention if <commit> were to be rebased or amended, since those -branches contain the specified <commit>.

      +

      --contains <commit> is used to find all branches which will need +special attention if <commit> were to be rebased or amended, since those +branches contain the specified <commit>.

    • -

      --no-contains <commit> is the inverse of that, i.e. branches that don’t -contain the specified <commit>.

      +

      --no-contains <commit> is the inverse of that, i.e. branches that don’t +contain the specified <commit>.

    • --merged is used to find all branches which can be safely deleted, diff --git a/external/docs/content/docs/git-branch/2.43.0.html b/external/docs/content/docs/git-branch/2.43.0.html index 50f04c0799..c4ade7db21 100644 --- a/external/docs/content/docs/git-branch/2.43.0.html +++ b/external/docs/content/docs/git-branch/2.43.0.html @@ -51,9 +51,9 @@

      SYNOPSIS

      git branch [--color[=<when>] | --no-color] [--show-current]
       	[-v [--abbrev=<n> | --no-abbrev]]
       	[--column[=<options>] | --no-column] [--sort=<key>]
      -	[--merged [<commit>]] [--no-merged [<commit>]]
      -	[--contains [<commit>]] [--no-contains [<commit>]]
      -	[--points-at <object>] [--format=<format>]
      +	[--merged [<commit>]] [--no-merged [<commit>]]
      +	[--contains [<commit>]] [--no-contains [<commit>]]
      +	[--points-at <object>] [--format=<format>]
       	[(-r | --remotes) | (-a | --all)]
       	[--list] [<pattern>…​]
       git branch [--track[=(direct|inherit)] | --no-track] [-f]
      @@ -95,7 +95,7 @@ 

      DESCRIPTION

      --no-contains inverts it. With --merged, only branches merged into the named commit (i.e. the branches whose tip commits are reachable from the named commit) will be listed. With --no-merged only -branches not merged into the named commit will be listed. If the <commit> +branches not merged into the named commit will be listed. If the <commit> argument is missing it defaults to HEAD (i.e. the tip of the current branch).

    @@ -377,22 +377,22 @@

    OPTIONS

    request-pull, and merge (if enabled)). Multi-line explanations may be used.

    -
    --contains [<commit>]
    +
    --contains [<commit>]

    Only list branches which contain the specified commit (HEAD if not specified). Implies --list.

    -
    --no-contains [<commit>]
    +
    --no-contains [<commit>]

    Only list branches which don’t contain the specified commit (HEAD if not specified). Implies --list.

    -
    --merged [<commit>]
    +
    --merged [<commit>]

    Only list branches whose tips are reachable from the specified commit (HEAD if not specified). Implies --list.

    -
    --no-merged [<commit>]
    +
    --no-merged [<commit>]

    Only list branches whose tips are not reachable from the specified commit (HEAD if not specified). Implies --list.

    @@ -432,7 +432,7 @@

    OPTIONS

    detached HEAD (if present) first, then local branches and finally remote-tracking branches. See git-config[1].

    -
    --points-at <object>
    +
    --points-at <object>

    Only list branches of the given object.

    @@ -670,13 +670,13 @@

    NOTES

    • -

      --contains <commit> is used to find all branches which will need -special attention if <commit> were to be rebased or amended, since those -branches contain the specified <commit>.

      +

      --contains <commit> is used to find all branches which will need +special attention if <commit> were to be rebased or amended, since those +branches contain the specified <commit>.

    • -

      --no-contains <commit> is the inverse of that, i.e. branches that don’t -contain the specified <commit>.

      +

      --no-contains <commit> is the inverse of that, i.e. branches that don’t +contain the specified <commit>.

    • --merged is used to find all branches which can be safely deleted, diff --git a/external/docs/content/docs/git-branch/2.44.0.html b/external/docs/content/docs/git-branch/2.44.0.html index 91df5d7102..02088b3f27 100644 --- a/external/docs/content/docs/git-branch/2.44.0.html +++ b/external/docs/content/docs/git-branch/2.44.0.html @@ -67,9 +67,9 @@

      SYNOPSIS

      git branch [--color[=<when>] | --no-color] [--show-current]
       	[-v [--abbrev=<n> | --no-abbrev]]
       	[--column[=<options>] | --no-column] [--sort=<key>]
      -	[--merged [<commit>]] [--no-merged [<commit>]]
      -	[--contains [<commit>]] [--no-contains [<commit>]]
      -	[--points-at <object>] [--format=<format>]
      +	[--merged [<commit>]] [--no-merged [<commit>]]
      +	[--contains [<commit>]] [--no-contains [<commit>]]
      +	[--points-at <object>] [--format=<format>]
       	[(-r | --remotes) | (-a | --all)]
       	[--list] [<pattern>…​]
       git branch [--track[=(direct|inherit)] | --no-track] [-f]
      @@ -111,7 +111,7 @@ 

      DESCRIPTION

      --no-contains inverts it. With --merged, only branches merged into the named commit (i.e. the branches whose tip commits are reachable from the named commit) will be listed. With --no-merged only -branches not merged into the named commit will be listed. If the <commit> +branches not merged into the named commit will be listed. If the <commit> argument is missing it defaults to HEAD (i.e. the tip of the current branch).

    @@ -393,22 +393,22 @@

    OPTIONS

    request-pull, and merge (if enabled)). Multi-line explanations may be used.

    -
    --contains [<commit>]
    +
    --contains [<commit>]

    Only list branches which contain the specified commit (HEAD if not specified). Implies --list.

    -
    --no-contains [<commit>]
    +
    --no-contains [<commit>]

    Only list branches which don’t contain the specified commit (HEAD if not specified). Implies --list.

    -
    --merged [<commit>]
    +
    --merged [<commit>]

    Only list branches whose tips are reachable from the specified commit (HEAD if not specified). Implies --list.

    -
    --no-merged [<commit>]
    +
    --no-merged [<commit>]

    Only list branches whose tips are not reachable from the specified commit (HEAD if not specified). Implies --list.

    @@ -449,7 +449,7 @@

    OPTIONS

    detached HEAD (if present) first, then local branches and finally remote-tracking branches. See git-config[1].

    -
    --points-at <object>
    +
    --points-at <object>

    Only list branches of the given object.

    @@ -687,13 +687,13 @@

    NOTES

    • -

      --contains <commit> is used to find all branches which will need -special attention if <commit> were to be rebased or amended, since those -branches contain the specified <commit>.

      +

      --contains <commit> is used to find all branches which will need +special attention if <commit> were to be rebased or amended, since those +branches contain the specified <commit>.

    • -

      --no-contains <commit> is the inverse of that, i.e. branches that don’t -contain the specified <commit>.

      +

      --no-contains <commit> is the inverse of that, i.e. branches that don’t +contain the specified <commit>.

    • --merged is used to find all branches which can be safely deleted, diff --git a/external/docs/content/docs/git-branch/2.50.0.html b/external/docs/content/docs/git-branch/2.50.0.html index bb3fb7fb0e..353871ef2e 100644 --- a/external/docs/content/docs/git-branch/2.50.0.html +++ b/external/docs/content/docs/git-branch/2.50.0.html @@ -45,9 +45,9 @@

      SYNOPSIS

      git branch [--color[=<when>] | --no-color] [--show-current]
       	   [-v [--abbrev=<n> | --no-abbrev]]
       	   [--column[=<options>] | --no-column] [--sort=<key>]
      -	   [--merged [<commit>]] [--no-merged [<commit>]]
      -	   [--contains [<commit>]] [--no-contains [<commit>]]
      -	   [--points-at <object>] [--format=<format>]
      +	   [--merged [<commit>]] [--no-merged [<commit>]]
      +	   [--contains [<commit>]] [--no-contains [<commit>]]
      +	   [--points-at <object>] [--format=<format>]
       	   [(-r|--remotes) | (-a|--all)]
       	   [--list] [<pattern>…​]
       git branch [--track[=(direct|inherit)] | --no-track] [-f]
      @@ -89,7 +89,7 @@ 

      DESCRIPTION

      --no-contains inverts it. With --merged, only branches merged into the named commit (i.e. the branches whose tip commits are reachable from the named commit) will be listed. With --no-merged only -branches not merged into the named commit will be listed. If the <commit> +branches not merged into the named commit will be listed. If the <commit> argument is missing it defaults to HEAD (i.e. the tip of the current branch).

    @@ -383,29 +383,29 @@

    OPTIONS

    request-pull, and merge (if enabled)). Multi-line explanations may be used.

    -
    --contains [<commit>]
    +
    --contains [<commit>]
    -

    Only list branches which contain <commit> (HEAD +

    Only list branches which contain <commit> (HEAD if not specified). Implies --list.

    -
    --no-contains [<commit>]
    +
    --no-contains [<commit>]
    -

    Only list branches which don’t contain <commit> +

    Only list branches which don’t contain <commit> (HEAD if not specified). Implies --list.

    -
    --merged [<commit>]
    +
    --merged [<commit>]

    Only list branches whose tips are reachable from -<commit> (HEAD if not specified). Implies --list.

    +<commit> (HEAD if not specified). Implies --list.

    -
    --no-merged [<commit>]
    +
    --no-merged [<commit>]

    Only list branches whose tips are not reachable from -<commit> (HEAD if not specified). Implies --list.

    +<commit> (HEAD if not specified). Implies --list.

    -
    --points-at <object>
    +
    --points-at <object>
    -

    Only list branches of <object>.

    +

    Only list branches of <object>.

    --format <format>
    @@ -701,13 +701,13 @@

    NOTES

    • -

      --contains <commit> is used to find all branches which will need -special attention if <commit> were to be rebased or amended, since those -branches contain the specified <commit>.

      +

      --contains <commit> is used to find all branches which will need +special attention if <commit> were to be rebased or amended, since those +branches contain the specified <commit>.

    • -

      --no-contains <commit> is the inverse of that, i.e. branches that don’t -contain the specified <commit>.

      +

      --no-contains <commit> is the inverse of that, i.e. branches that don’t +contain the specified <commit>.

    • --merged is used to find all branches which can be safely deleted, diff --git a/external/docs/content/docs/git-branch/2.51.0.html b/external/docs/content/docs/git-branch/2.51.0.html index 5847175230..497ad43c96 100644 --- a/external/docs/content/docs/git-branch/2.51.0.html +++ b/external/docs/content/docs/git-branch/2.51.0.html @@ -44,9 +44,9 @@

      SYNOPSIS

      git branch [--color[=<when>] | --no-color] [--show-current]
       	   [-v [--abbrev=<n> | --no-abbrev]]
       	   [--column[=<options>] | --no-column] [--sort=<key>]
      -	   [--merged [<commit>]] [--no-merged [<commit>]]
      -	   [--contains [<commit>]] [--no-contains [<commit>]]
      -	   [--points-at <object>] [--format=<format>]
      +	   [--merged [<commit>]] [--no-merged [<commit>]]
      +	   [--contains [<commit>]] [--no-contains [<commit>]]
      +	   [--points-at <object>] [--format=<format>]
       	   [(-r|--remotes) | (-a|--all)]
       	   [--list] [<pattern>…​]
       git branch [--track[=(direct|inherit)] | --no-track] [-f]
      @@ -88,7 +88,7 @@ 

      DESCRIPTION

      --no-contains inverts it. With --merged, only branches merged into the named commit (i.e. the branches whose tip commits are reachable from the named commit) will be listed. With --no-merged only -branches not merged into the named commit will be listed. If the <commit> +branches not merged into the named commit will be listed. If the <commit> argument is missing it defaults to HEAD (i.e. the tip of the current branch).

    @@ -382,29 +382,29 @@

    OPTIONS

    request-pull, and merge (if enabled)). Multi-line explanations may be used.

    -
    --contains [<commit>]
    +
    --contains [<commit>]
    -

    Only list branches which contain <commit> (HEAD +

    Only list branches which contain <commit> (HEAD if not specified). Implies --list.

    -
    --no-contains [<commit>]
    +
    --no-contains [<commit>]
    -

    Only list branches which don’t contain <commit> +

    Only list branches which don’t contain <commit> (HEAD if not specified). Implies --list.

    -
    --merged [<commit>]
    +
    --merged [<commit>]

    Only list branches whose tips are reachable from -<commit> (HEAD if not specified). Implies --list.

    +<commit> (HEAD if not specified). Implies --list.

    -
    --no-merged [<commit>]
    +
    --no-merged [<commit>]

    Only list branches whose tips are not reachable from -<commit> (HEAD if not specified). Implies --list.

    +<commit> (HEAD if not specified). Implies --list.

    -
    --points-at <object>
    +
    --points-at <object>
    -

    Only list branches of <object>.

    +

    Only list branches of <object>.

    --format <format>
    @@ -700,13 +700,13 @@

    NOTES

    • -

      --contains <commit> is used to find all branches which will need -special attention if <commit> were to be rebased or amended, since those -branches contain the specified <commit>.

      +

      --contains <commit> is used to find all branches which will need +special attention if <commit> were to be rebased or amended, since those +branches contain the specified <commit>.

    • -

      --no-contains <commit> is the inverse of that, i.e. branches that don’t -contain the specified <commit>.

      +

      --no-contains <commit> is the inverse of that, i.e. branches that don’t +contain the specified <commit>.

    • --merged is used to find all branches which can be safely deleted, diff --git a/external/docs/content/docs/git-branch/2.6.7.html b/external/docs/content/docs/git-branch/2.6.7.html index c94e5229eb..a7eac4e287 100644 --- a/external/docs/content/docs/git-branch/2.6.7.html +++ b/external/docs/content/docs/git-branch/2.6.7.html @@ -42,7 +42,7 @@

      SYNOPSIS

      git branch [--color[=<when>] | --no-color] [-r | -a]
       	[--list] [-v [--abbrev=<length> | --no-abbrev]]
       	[--column[=<options>] | --no-column]
      -	[(--merged | --no-merged | --contains) [<commit>]] [<pattern>…​]
      +	[(--merged | --no-merged | --contains) [<commit>]] [<pattern>…​]
       git branch [--set-upstream | --track | --no-track] [-l] [-f] <branchname> [<start-point>]
       git branch (--set-upstream-to=<upstream> | -u <upstream>) [<branchname>]
       git branch --unset-upstream [<branchname>]
      @@ -72,7 +72,7 @@ 

      DESCRIPTION

      --merged, only branches merged into the named commit (i.e. the branches whose tip commits are reachable from the named commit) will be listed. With --no-merged only branches not merged into -the named commit will be listed. If the <commit> argument is missing it +the named commit will be listed. If the <commit> argument is missing it defaults to HEAD (i.e. the tip of the current branch).

    @@ -271,17 +271,17 @@

    OPTIONS

    request-pull, and merge (if enabled)). Multi-line explanations may be used.

    -
    --contains [<commit>]
    +
    --contains [<commit>]

    Only list branches which contain the specified commit (HEAD if not specified). Implies --list.

    -
    --merged [<commit>]
    +
    --merged [<commit>]

    Only list branches whose tips are reachable from the specified commit (HEAD if not specified). Implies --list.

    -
    --no-merged [<commit>]
    +
    --no-merged [<commit>]

    Only list branches whose tips are not reachable from the specified commit (HEAD if not specified). Implies --list.

    @@ -379,9 +379,9 @@

    Notes

    • -

      --contains <commit> is used to find all branches which will need -special attention if <commit> were to be rebased or amended, since those -branches contain the specified <commit>.

      +

      --contains <commit> is used to find all branches which will need +special attention if <commit> were to be rebased or amended, since those +branches contain the specified <commit>.

    • --merged is used to find all branches which can be safely deleted, diff --git a/external/docs/content/docs/git-branch/2.7.6.html b/external/docs/content/docs/git-branch/2.7.6.html index 5f3f122050..eb04161841 100644 --- a/external/docs/content/docs/git-branch/2.7.6.html +++ b/external/docs/content/docs/git-branch/2.7.6.html @@ -43,8 +43,8 @@

      SYNOPSIS

      git branch [--color[=<when>] | --no-color] [-r | -a]
       	[--list] [-v [--abbrev=<length> | --no-abbrev]]
       	[--column[=<options>] | --no-column]
      -	[(--merged | --no-merged | --contains) [<commit>]] [--sort=<key>]
      -	[--points-at <object>] [<pattern>…​]
      +	[(--merged | --no-merged | --contains) [<commit>]] [--sort=<key>]
      +	[--points-at <object>] [<pattern>…​]
       git branch [--set-upstream | --track | --no-track] [-l] [-f] <branchname> [<start-point>]
       git branch (--set-upstream-to=<upstream> | -u <upstream>) [<branchname>]
       git branch --unset-upstream [<branchname>]
      @@ -74,7 +74,7 @@ 

      DESCRIPTION

      --merged, only branches merged into the named commit (i.e. the branches whose tip commits are reachable from the named commit) will be listed. With --no-merged only branches not merged into -the named commit will be listed. If the <commit> argument is missing it +the named commit will be listed. If the <commit> argument is missing it defaults to HEAD (i.e. the tip of the current branch).

    @@ -273,17 +273,17 @@

    OPTIONS

    request-pull, and merge (if enabled)). Multi-line explanations may be used.

    -
    --contains [<commit>]
    +
    --contains [<commit>]

    Only list branches which contain the specified commit (HEAD if not specified). Implies --list.

    -
    --merged [<commit>]
    +
    --merged [<commit>]

    Only list branches whose tips are reachable from the specified commit (HEAD if not specified). Implies --list.

    -
    --no-merged [<commit>]
    +
    --no-merged [<commit>]

    Only list branches whose tips are not reachable from the specified commit (HEAD if not specified). Implies --list.

    @@ -322,7 +322,7 @@

    OPTIONS

    detached HEAD (if present) first, then local branches and finally remote-tracking branches.

    -
    --points-at <object>
    +
    --points-at <object>

    Only list branches of the given object.

    @@ -397,9 +397,9 @@

    Notes

    • -

      --contains <commit> is used to find all branches which will need -special attention if <commit> were to be rebased or amended, since those -branches contain the specified <commit>.

      +

      --contains <commit> is used to find all branches which will need +special attention if <commit> were to be rebased or amended, since those +branches contain the specified <commit>.

    • --merged is used to find all branches which can be safely deleted, diff --git a/external/docs/content/docs/git-branch/2.9.5.html b/external/docs/content/docs/git-branch/2.9.5.html index 26acb781ec..c3cb86457c 100644 --- a/external/docs/content/docs/git-branch/2.9.5.html +++ b/external/docs/content/docs/git-branch/2.9.5.html @@ -44,8 +44,8 @@

      SYNOPSIS

      git branch [--color[=<when>] | --no-color] [-r | -a]
       	[--list] [-v [--abbrev=<length> | --no-abbrev]]
       	[--column[=<options>] | --no-column]
      -	[(--merged | --no-merged | --contains) [<commit>]] [--sort=<key>]
      -	[--points-at <object>] [<pattern>…​]
      +	[(--merged | --no-merged | --contains) [<commit>]] [--sort=<key>]
      +	[--points-at <object>] [<pattern>…​]
       git branch [--set-upstream | --track | --no-track] [-l] [-f] <branchname> [<start-point>]
       git branch (--set-upstream-to=<upstream> | -u <upstream>) [<branchname>]
       git branch --unset-upstream [<branchname>]
      @@ -75,7 +75,7 @@ 

      DESCRIPTION

      --merged, only branches merged into the named commit (i.e. the branches whose tip commits are reachable from the named commit) will be listed. With --no-merged only branches not merged into -the named commit will be listed. If the <commit> argument is missing it +the named commit will be listed. If the <commit> argument is missing it defaults to HEAD (i.e. the tip of the current branch).

    @@ -274,17 +274,17 @@

    OPTIONS

    request-pull, and merge (if enabled)). Multi-line explanations may be used.

    -
    --contains [<commit>]
    +
    --contains [<commit>]

    Only list branches which contain the specified commit (HEAD if not specified). Implies --list.

    -
    --merged [<commit>]
    +
    --merged [<commit>]

    Only list branches whose tips are reachable from the specified commit (HEAD if not specified). Implies --list.

    -
    --no-merged [<commit>]
    +
    --no-merged [<commit>]

    Only list branches whose tips are not reachable from the specified commit (HEAD if not specified). Implies --list.

    @@ -323,7 +323,7 @@

    OPTIONS

    detached HEAD (if present) first, then local branches and finally remote-tracking branches.

    -
    --points-at <object>
    +
    --points-at <object>

    Only list branches of the given object.

    @@ -398,9 +398,9 @@

    Notes

    • -

      --contains <commit> is used to find all branches which will need -special attention if <commit> were to be rebased or amended, since those -branches contain the specified <commit>.

      +

      --contains <commit> is used to find all branches which will need +special attention if <commit> were to be rebased or amended, since those +branches contain the specified <commit>.

    • --merged is used to find all branches which can be safely deleted, diff --git a/external/docs/content/docs/git-branch/fr.html b/external/docs/content/docs/git-branch/fr.html index 0528cbc23a..2c6e5e5747 100644 --- a/external/docs/content/docs/git-branch/fr.html +++ b/external/docs/content/docs/git-branch/fr.html @@ -46,9 +46,9 @@

      SYNOPSIS

      git branch [--color[=<when>] | --no-color] [--show-current]
       	   [-v [--abbrev=<n> | --no-abbrev]]
       	   [--column[=<options>] | --no-column] [--sort=<clé>]
      -	   [--merged [<commit>]] [--no-merged) [<commit>]]
      -	   [--contains [<commit>]] [--no-contains [<commit>]]
      -	   [--points-at <objet>] [--format=<format>]
      +	   [--merged [<commit>]] [--no-merged) [<commit>]]
      +	   [--contains [<commit>]] [--no-contains [<commit>]]
      +	   [--points-at <objet>] [--format=<format>]
       	   [(-r | --remotes) | (-a | --all)]
       	   [--list] [<motif>…​]
       git branch [--track[=(direct|inherit)] | --no-track] [-f]
      @@ -75,7 +75,7 @@ 

      DESCRIPTION

      Notez que lorsque vous fournissez un <motif> , vous devez utiliser --list ; sinon, la commande peut être interprétée comme une création de branche.

    -

    Avec --contains, montrer seulement les branches qui contiennent le commit indiqué (en d’autres termes, les branches dont les commits sommets sont des descendants du commit indiqué), avec --no-contains inverser. Avec --merged, seules les branches fusionnées dans le commit indiqué (c’est-à-dire les branches dont les commits sommets sont accessibles depuis le commit indiqué) seront listées. Avec --no-merged, seules les branches non fusionnées dans le commit indiqué seront listées. Si l’argument <commit> est manquant, il prend par défaut la valeur HEAD (c’est-à-dire le sommet de la branche courante).

    +

    Avec --contains, montrer seulement les branches qui contiennent le commit indiqué (en d’autres termes, les branches dont les commits sommets sont des descendants du commit indiqué), avec --no-contains inverser. Avec --merged, seules les branches fusionnées dans le commit indiqué (c’est-à-dire les branches dont les commits sommets sont accessibles depuis le commit indiqué) seront listées. Avec --no-merged, seules les branches non fusionnées dans le commit indiqué seront listées. Si l’argument <commit> est manquant, il prend par défaut la valeur HEAD (c’est-à-dire le sommet de la branche courante).

    La deuxième forme de la commande crée une nouvelle tête de branche nommée <nom-de-branche> qui pointe vers la HEAD actuelle, ou <point-de-départ> si elle est fournie. Dans un cas particulier, pour le <point-de-départ>, vous pouvez utiliser <rev-a>...<rev-b> comme raccourci pour la base de fusion de <rev-a> et <rev-b> s’il y a exactement une base de fusion. Vous pouvez omettre tout au plus un des <rev-a> et <rev-b>, auquel cas il s’agit par défaut de HEAD.

    @@ -121,9 +121,9 @@

    OPTIONS

    -f
    --force
    -

    Réinitialiser <branche> à <point-de-départ>, même si <branche> existe déjà. Sans -f, git branch refuse de changer une branche existante. En combinaison avec -d (ou --delete), permettre la suppression de la branche indépendamment de son statut de fusion, ou si elle pointe même sur un commit valide. En combinaison avec -m (ou --move), il est possible de renommer la branche même si le nouveau nom de la branche existe déjà, il en va de même pour -c (ou --copy).

    +

    Réinitialiser <branche> à <point-de-départ>, même si <branche> existe déjà. Sans -f, git branch refuse de changer une branche existante. En combinaison avec -d (ou --delete), permettre la suppression de la branche indépendamment de son statut de fusion, ou si elle pointe même sur un commit valide. En combinaison avec -m (ou --move), il est possible de renommer la branche même si le nouveau nom de la branche existe déjà, il en va de même pour -c (ou --copy).

    -

    Notez que git branch -f <branche> [<point-de-départ>], même avec -f, refuse de modifier une branche existante <branche> qui est extraite dans un autre arbre-de-travail lié au même dépôt.

    +

    Notez que git branch -f <branche> [<point-de-départ>], même avec -f, refuse de modifier une branche existante <branche> qui est extraite dans un autre arbre-de-travail lié au même dépôt.

    -m
    @@ -256,25 +256,25 @@

    OPTIONS

    Ouvrir un éditeur et éditer le texte pour expliquer à quoi sert la branche, qui sera utilisée par diverses autres commandes (par exemple format-patch, pull-request et merge (si activé)). Des explications sur plusieurs lignes peuvent être utilisées.

    -
    --contains [<commit>]
    +
    --contains [<commit>]

    N’indiquer que les branches qui contiennent le commit spécifié (HEAD si non spécifié). Implique --list.

    -
    --no-contains [<commit>]
    +
    --no-contains [<commit>]
    -

    N’indiquer que les branches qui ne contiennent pas <commit> (HEAD si non spécifié). Implique --list.

    +

    N’indiquer que les branches qui ne contiennent pas <commit> (HEAD si non spécifié). Implique --list.

    -
    --merged [<commit>]
    +
    --merged [<commit>]
    -

    N’indiquer que les branches dont les sommets sont accessibles depuis <commit> (HEAD si non spécifié). Implique --list.

    +

    N’indiquer que les branches dont les sommets sont accessibles depuis <commit> (HEAD si non spécifié). Implique --list.

    -
    --no-merged [<commit>]
    +
    --no-merged [<commit>]
    -

    N’indiquer que les branches dont les sommets ne sont pas accessibles depuis le <commit> (HEAD si non spécifié). Implique --list.

    +

    N’indiquer que les branches dont les sommets ne sont pas accessibles depuis le <commit> (HEAD si non spécifié). Implique --list.

    -
    --points-at <objet>
    +
    --points-at <objet>
    -

    N’indiquer que les branches de <objet>.

    +

    N’indiquer que les branches de <objet>.

    --format <format>
    @@ -410,10 +410,10 @@

    NOTES

    • -

      --contains <commit> est utilisé pour trouver toutes les branches qui devront faire l’objet d’une attention particulière si <commit> devait être rebasé ou modifié, puisque ces branches contiennent le <commit> spécifié.

      +

      --contains <commit> est utilisé pour trouver toutes les branches qui devront faire l’objet d’une attention particulière si <commit> devait être rebasé ou modifié, puisque ces branches contiennent le <commit> spécifié.

    • -

      --no-contains <commit> est l’inverse de cela, c’est-à-dire les branches qui ne contiennent pas le <commit> spécifié.

      +

      --no-contains <commit> est l’inverse de cela, c’est-à-dire les branches qui ne contiennent pas le <commit> spécifié.

    • --merged est utilisé pour trouver toutes les branches qui peuvent être supprimées en toute sécurité, puisque ces branches sont entièrement contenues par HEAD.

      diff --git a/external/docs/content/docs/git-branch/pt_BR.html b/external/docs/content/docs/git-branch/pt_BR.html index 0b3ff58178..2bd963a0a2 100644 --- a/external/docs/content/docs/git-branch/pt_BR.html +++ b/external/docs/content/docs/git-branch/pt_BR.html @@ -44,8 +44,8 @@

      RESUMO

      git branch [--color[=<quando>] | --no-color] [--show-current]
       	[-v [--abbrev=<n> | --no-abbrev]]
       	[--column[=<opções>] | --no-column] [--sort=<chaves>]
      -	[--merged [<commit>]] [--no-merged [<commit>]]
      -	[--contains [<commit>]] [--no-contains [<commit>]]
      +	[--merged [<commit>]] [--no-merged [<commit>]]
      +	[--contains [<commit>]] [--no-contains [<commit>]]
       	[--points-at <objeto>] [--format=<formato>]
       	[(-r | --remotes) | (-a | --all)]
       	[--list] [<padrão>…​]
      @@ -73,7 +73,7 @@ 

      DESCRIÇÃO

      Note que ao fornecer um <padrão> você deve utilizar --list; caso contrário, o comando pode ser interpretado como uma criação do ramo.

    -

    Com --contains, mostra apenas os ramos que contêm o commit indicado (em outras palavras, os ramos cujos commits do cume são descendentes do commit nomeado), a opção --no-contains inverte isso. Com a opção --merged, apenas as ramificações mescladas no commit indicado (ou seja, as ramificações cujos commits principais são acessíveis a partir do commit indicado) serão listados. Com a opção --no-merged, apenas as ramificações não mescladas no commit indicado serão listados. Se o argumento <commit> estiver ausente, a predefinição será HEAD (ou seja, o cume do ramo atual).

    +

    Com --contains, mostra apenas os ramos que contêm o commit indicado (em outras palavras, os ramos cujos commits do cume são descendentes do commit nomeado), a opção --no-contains inverte isso. Com a opção --merged, apenas as ramificações mescladas no commit indicado (ou seja, as ramificações cujos commits principais são acessíveis a partir do commit indicado) serão listados. Com a opção --no-merged, apenas as ramificações não mescladas no commit indicado serão listados. Se o argumento <commit> estiver ausente, a predefinição será HEAD (ou seja, o cume do ramo atual).

    O segundo formulário do comando cria um novo cabeçalho do ramo informado <nome-do-ramo> (nome do ramo0), que aponta para o HEAD atual, ou o <ponto-de-partida> caso seja utilizado. Como um caso especial, para o <ponto-de-partida>, utilize "A...B" como um atalho para a base da mesclagem de A e B caso sejam exatamente uma base para ser mesclada. Você pode deixar de fora no máximo um de A e B, caso onde a predefinição retorna para HEAD.

    @@ -250,19 +250,19 @@

    OPÇÕES

    Abra um editor e edite o texto para explicar para que serve a ramificação, para ser utilizado por outros comandos (format-patch, request-pull e merge por exemplo (se ativado)). Podem ser utilizadas as explicações em mais de uma linha.

    -
    --contains [<commit>]
    +
    --contains [<commit>]

    Listar apenas as ramificações que contenham o commit informado (HEAD, caso nenhum seja informado). Implica no uso da opção --list.

    -
    --no-contains [<commit>]
    +
    --no-contains [<commit>]

    Liste apenas as ramificações que não contenha o commit informado (HEAD, caso nenhum seja informado). Implica no uso da opção --list.

    -
    --merged [<commit>]
    +
    --merged [<commit>]

    Liste apenas as ramificações cujas dicas são acessíveis a partir do commit informado (HEAD, caso nenhum seja informado). Implica no uso da opção --list.

    -
    --no-merged [<commit>]
    +
    --no-merged [<commit>]

    Liste apenas as ramificações cujas dicas não possam ser acessadas a partir do commit informado (HEAD, caso nenhum seja informado). Implica no uso da opção --list.

    @@ -408,10 +408,10 @@

    OBSERVAÇÕ
    • -

      --contains <commit> é utilizado para encontrar todas as ramificações que precisarão de atenção especial caso <commit> precise de um novo "rebase" ou corrigido, uma vez que essas ramificações contêm o <commit> informato.

      +

      --contains <commit> é utilizado para encontrar todas as ramificações que precisarão de atenção especial caso <commit> precise de um novo "rebase" ou corrigido, uma vez que essas ramificações contêm o <commit> informato.

    • -

      --no-contains <commit> é o inverso, isto é, as ramificações que não contêm o <commit> informado.

      +

      --no-contains <commit> é o inverso, isto é, as ramificações que não contêm o <commit> informado.

    • --merged é utilizado para encontrar todas as ramificações que podem ser excluídas com segurança, uma vez que essas ramificações são totalmente contidas pelo HEAD.

      diff --git a/external/docs/content/docs/git-branch/ru.html b/external/docs/content/docs/git-branch/ru.html index c35ddabd3b..799bcd47e3 100644 --- a/external/docs/content/docs/git-branch/ru.html +++ b/external/docs/content/docs/git-branch/ru.html @@ -46,7 +46,7 @@

      ОБЗОР

      [--column[=<параметры>] | --no-column] [--sort=<ключ>] [--merged [<коммит>]] [--no-merged [<коммит>]] [--contains [<коммит>]] [--no-contains [<коммит>]] - [--points-at <объект>] [--format=<формат>] + [--points-at <объект>] [--format=<формат>] [(-r | --remotes) | (-a | --all)] [--list] [<шаблон>…​] git branch [--track[=(direct|inherit)] | --no-track] [-f] @@ -287,7 +287,7 @@

      Сортировать по заданному ключу. Добавьте префикс -, чтобы отсортировать в порядке убывания значения. Вы можете использовать параметр --sort=<ключ> несколько раз, в таком случае последний ключ становится основным. Поддерживаются те же ключи, что и в git for-each-ref. Порядок сортировки по умолчанию соответствует значению переменной конфигурации branch.sort, если она задана, или сортировке по полному имени ссылки (включая префикс refs/...). Это означает, что сначала в списке будут идти отсоединённый указатель HEAD (если есть), затем локальные ветки и наконец отслеживаемые внешние ветки. См. git-config[1].

      -
      --points-at <объект>
      +
      --points-at <объект>

      Перечислить только ветки данного объекта.

      diff --git a/external/docs/content/docs/git-branch/zh_HANS-CN.html b/external/docs/content/docs/git-branch/zh_HANS-CN.html index 49b4393204..339cdd3a1e 100644 --- a/external/docs/content/docs/git-branch/zh_HANS-CN.html +++ b/external/docs/content/docs/git-branch/zh_HANS-CN.html @@ -250,19 +250,19 @@

      选项

      打开一个编辑器,编辑文本,解释该分支的用途,以便被其他各种命令(如`format-patch`、request-pull`和`merge(如果启用))使用。可以使用多行解释。

      -
      --contains [<提交>]
      +
      --contains [<提交>]

      只列出包含指定提交的分支(如果没有指定则为HEAD)。意味着 --list

      -
      --no-contains [<提交>]
      +
      --no-contains [<提交>]

      只列出不包含指定提交的分支(如果不指定则为HEAD)。意味着 --list

      -
      --merged [<提交>]
      +
      --merged [<提交>]

      只列出从指定的提交(如果没有指定,则为HEAD)可以到达的分支的提示。意味着 --list

      -
      --no-merged [<提交>]
      +
      --no-merged [<提交>]

      只列出从指定的提交(如果没有指定,则为HEAD)中无法到达的分支。意味着 --list

      @@ -286,7 +286,7 @@

      选项

      根据给定的键进行排序。前缀"-"表示按照数值的降序排序。你可以多次使用 --sort=<键> 选项,在这种情况下,最后一个键成为主键。支持的键与 git for-each-ref 中的键相同。排序顺序默认为 branch.sort 变量的配置值(如果存在),或者基于完整的引用名(包括 refs/... 前缀)进行排序。这将首先列出分离的 HEAD(如果存在),然后是本地分支,最后是远程跟踪分支。参见 git-config[1]

      -
      --points-at <对象>
      +
      --points-at <对象>

      只列出给定对象的分支。

      diff --git a/external/docs/content/docs/git-bundle/fr.html b/external/docs/content/docs/git-bundle/fr.html index 83065bfb34..a7ea76427f 100644 --- a/external/docs/content/docs/git-bundle/fr.html +++ b/external/docs/content/docs/git-bundle/fr.html @@ -364,7 +364,7 @@

      EXEMPLES

      DISCUSSION

      -

      Une manière naïve de faire une sauvegarde complète d’un dépôt est d’utiliser quelque chose qui fait comme cp -r <dépôt> <destination>. Cela est découragé puisque le dépôt pourrait être écrit pendant l’opération de copie. À son tour, certains fichiers dans <destination> pourraient être corrompus.

      +

      Une manière naïve de faire une sauvegarde complète d’un dépôt est d’utiliser quelque chose qui fait comme cp -r <dépôt> <destination>. Cela est découragé puisque le dépôt pourrait être écrit pendant l’opération de copie. À son tour, certains fichiers dans <destination> pourraient être corrompus.

      C’est pourquoi il est recommandé d’utiliser l’outillage Git pour faire des sauvegardes de dépôt, soit avec cette commande soit par exemple avec git-clone[1]. Mais gardez à l’esprit que ces outils ne vous aideront pas à sauvegarder l’état autre que les refs et les commits. En d’autres termes, ils ne vous aideront pas à sauvegarder le contenu de l’index, l’arbre de travail, la remise, la configuration par dépôt, les crochets, etc.

      diff --git a/external/docs/content/docs/git-cat-file.html b/external/docs/content/docs/git-cat-file.html index 3539bf15e1..ea143bd19c 100644 --- a/external/docs/content/docs/git-cat-file.html +++ b/external/docs/content/docs/git-cat-file.html @@ -40,8 +40,8 @@

      NAME

      SYNOPSIS

      -
      git cat-file <type> <object>
      -git cat-file (-e | -p | -t | -s) <object>
      +
      git cat-file <type> <object>
      +git cat-file (-e | -p | -t | -s) <object>
       git cat-file (--textconv | --filters)
       	     [<rev>:<path|tree-ish> | --path=<path|tree-ish> <rev>]
       git cat-file (--batch | --batch-check | --batch-command) [--batch-all-objects]
      @@ -75,7 +75,7 @@ 

      OPTIONS

      -
      <object>
      +
      <object>

      The name of the object to show. For a more complete list of ways to spell object names, see @@ -84,32 +84,32 @@

      OPTIONS

      -t

      Instead of the content, show the object type identified by -<object>.

      +<object>.

      -s

      Instead of the content, show the object size identified by -<object>. If used with --use-mailmap option, will show +<object>. If used with --use-mailmap option, will show the size of updated object after replacing idents using the mailmap mechanism.

      -e
      -

      Exit with zero status if <object> exists and is a valid -object. If <object> is of an invalid format, exit with non-zero +

      Exit with zero status if <object> exists and is a valid +object. If <object> is of an invalid format, exit with non-zero status and emit an error on stderr.

      -p
      -

      Pretty-print the contents of <object> based on its type.

      +

      Pretty-print the contents of <object> based on its type.

      <type>
      -

      Typically this matches the real type of <object> but asking +

      Typically this matches the real type of <object> but asking for a type that can trivially be dereferenced from the given -<object> is also permitted. An example is to ask for a -"tree" with <object> being a commit object that contains it, -or to ask for a "blob" with <object> being a tag object that +<object> is also permitted. An example is to ask for a +"tree" with <object> being a commit object that contains it, +or to ask for a "blob" with <object> being a tag object that points at it.

      --[no-]mailmap
      @@ -122,7 +122,7 @@

      OPTIONS

      --textconv

      Show the content as transformed by a textconv filter. In this case, -<object> has to be of the form <tree-ish>:<path>, or :<path> in +<object> has to be of the form <tree-ish>:<path>, or :<path> in order to apply the filter to the content recorded in the index at <path>.

      @@ -130,8 +130,8 @@

      OPTIONS

      Show the content as converted by the filters configured in the current working tree for the given <path> (i.e. smudge filters, -end-of-line conversion, etc). In this case, <object> has to be of -the form <tree-ish>:<path>, or :<path>.

      +end-of-line conversion, etc). In this case, <object> has to be of +the form <tree-ish>:<path>, or :<path>.

      --filter=<filter-spec>
      --no-filter
      @@ -247,14 +247,14 @@

      OPTIONS

      -
      contents <object>
      +
      contents <object>
      -

      Print object contents for object reference <object>. This corresponds to +

      Print object contents for object reference <object>. This corresponds to the output of --batch.

      -
      info <object>
      +
      info <object>
      -

      Print object info for object reference <object>. This corresponds to the +

      Print object info for object reference <object>. This corresponds to the output of --batch-check.

      flush
      @@ -408,16 +408,16 @@

      OUTPUT

      If -t is specified, one of the <type>.

      -

      If -s is specified, the size of the <object> in bytes.

      +

      If -s is specified, the size of the <object> in bytes.

      -

      If -e is specified, no output, unless the <object> is malformed.

      +

      If -e is specified, no output, unless the <object> is malformed.

      -

      If -p is specified, the contents of <object> are pretty-printed.

      +

      If -p is specified, the contents of <object> are pretty-printed.

      -

      If <type> is specified, the raw (though uncompressed) contents of the <object> +

      If <type> is specified, the raw (though uncompressed) contents of the <object> will be returned.

      @@ -521,7 +521,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -530,7 +530,7 @@

      BATCH OUTPUT<

      -
      <object> SP excluded LF
      +
      <object> SP excluded LF
      @@ -538,7 +538,7 @@

      BATCH OUTPUT<

      -
      <object> SP ambiguous LF
      +
      <object> SP ambiguous LF
      @@ -573,7 +573,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -582,7 +582,7 @@

      BATCH OUTPUT<
      dangling SP <size> LF
      -<object> LF
      +<object> LF

      @@ -592,7 +592,7 @@

      BATCH OUTPUT<
      loop SP <size> LF
      -<object> LF
      +<object> LF
      @@ -602,7 +602,7 @@

      BATCH OUTPUT<
      notdir SP <size> LF
      -<object> LF
      +<object> LF
      diff --git a/external/docs/content/docs/git-cat-file/2.0.5.html b/external/docs/content/docs/git-cat-file/2.0.5.html index e742554e12..1758f4cedc 100644 --- a/external/docs/content/docs/git-cat-file/2.0.5.html +++ b/external/docs/content/docs/git-cat-file/2.0.5.html @@ -43,7 +43,7 @@

      NAME

      SYNOPSIS

      -
      git cat-file (-t | -s | -e | -p | <type> | --textconv ) <object>
      +
      git cat-file (-t | -s | -e | -p | <type> | --textconv ) <object>
       git cat-file (--batch | --batch-check) < <list-of-objects>
      @@ -68,7 +68,7 @@

      OPTIONS

      -
      <object>
      +
      <object>

      The name of the object to show. For a more complete list of ways to spell object names, see @@ -77,35 +77,35 @@

      OPTIONS

      -t

      Instead of the content, show the object type identified by -<object>.

      +<object>.

      -s

      Instead of the content, show the object size identified by -<object>.

      +<object>.

      -e
      -

      Suppress all output; instead exit with zero status if <object> +

      Suppress all output; instead exit with zero status if <object> exists and is a valid object.

      -p
      -

      Pretty-print the contents of <object> based on its type.

      +

      Pretty-print the contents of <object> based on its type.

      <type>
      -

      Typically this matches the real type of <object> but asking +

      Typically this matches the real type of <object> but asking for a type that can trivially be dereferenced from the given -<object> is also permitted. An example is to ask for a -"tree" with <object> being a commit object that contains it, -or to ask for a "blob" with <object> being a tag object that +<object> is also permitted. An example is to ask for a +"tree" with <object> being a commit object that contains it, +or to ask for a "blob" with <object> being a tag object that points at it.

      --textconv

      Show the content as transformed by a textconv filter. In this case, -<object> has be of the form <tree-ish>:<path>, or :<path> in order +<object> has be of the form <tree-ish>:<path>, or :<path> in order to apply the filter to the content recorded in the index at <path>.

      --batch
      @@ -133,16 +133,16 @@

      OUTPUT

      If -t is specified, one of the <type>.

      -

      If -s is specified, the size of the <object> in bytes.

      +

      If -s is specified, the size of the <object> in bytes.

      If -e is specified, no output.

      -

      If -p is specified, the contents of <object> are pretty-printed.

      +

      If -p is specified, the contents of <object> are pretty-printed.

      -

      If <type> is specified, the raw (though uncompressed) contents of the <object> +

      If <type> is specified, the raw (though uncompressed) contents of the <object> will be returned.

      @@ -231,7 +231,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF

      diff --git a/external/docs/content/docs/git-cat-file/2.11.4.html b/external/docs/content/docs/git-cat-file/2.11.4.html index 1ff74cf8a3..f716ed29c2 100644 --- a/external/docs/content/docs/git-cat-file/2.11.4.html +++ b/external/docs/content/docs/git-cat-file/2.11.4.html @@ -41,7 +41,7 @@

      NAME

      SYNOPSIS

      -
      git cat-file (-t [--allow-unknown-type]| -s [--allow-unknown-type]| -e | -p | <type> | --textconv | --filters ) [--path=<path>] <object>
      +
      git cat-file (-t [--allow-unknown-type]| -s [--allow-unknown-type]| -e | -p | <type> | --textconv | --filters ) [--path=<path>] <object>
       git cat-file (--batch | --batch-check) [ --textconv | --filters ] [--follow-symlinks]
      @@ -70,7 +70,7 @@

      OPTIONS

      -
      <object>
      +
      <object>

      The name of the object to show. For a more complete list of ways to spell object names, see @@ -79,35 +79,35 @@

      OPTIONS

      -t

      Instead of the content, show the object type identified by -<object>.

      +<object>.

      -s

      Instead of the content, show the object size identified by -<object>.

      +<object>.

      -e
      -

      Suppress all output; instead exit with zero status if <object> +

      Suppress all output; instead exit with zero status if <object> exists and is a valid object.

      -p
      -

      Pretty-print the contents of <object> based on its type.

      +

      Pretty-print the contents of <object> based on its type.

      <type>
      -

      Typically this matches the real type of <object> but asking +

      Typically this matches the real type of <object> but asking for a type that can trivially be dereferenced from the given -<object> is also permitted. An example is to ask for a -"tree" with <object> being a commit object that contains it, -or to ask for a "blob" with <object> being a tag object that +<object> is also permitted. An example is to ask for a +"tree" with <object> being a commit object that contains it, +or to ask for a "blob" with <object> being a tag object that points at it.

      --textconv

      Show the content as transformed by a textconv filter. In this case, -<object> has to be of the form <tree-ish>:<path>, or :<path> in +<object> has to be of the form <tree-ish>:<path>, or :<path> in order to apply the filter to the content recorded in the index at <path>.

      @@ -115,8 +115,8 @@

      OPTIONS

      Show the content as converted by the filters configured in the current working tree for the given <path> (i.e. smudge filters, -end-of-line conversion, etc). In this case, <object> has to be of -the form <tree-ish>:<path>, or :<path>.

      +end-of-line conversion, etc). In this case, <object> has to be of +the form <tree-ish>:<path>, or :<path>.

      --path=<path>
      @@ -259,16 +259,16 @@

      OUTPUT

      If -t is specified, one of the <type>.

      -

      If -s is specified, the size of the <object> in bytes.

      +

      If -s is specified, the size of the <object> in bytes.

      If -e is specified, no output.

      -

      If -p is specified, the contents of <object> are pretty-printed.

      +

      If -p is specified, the contents of <object> are pretty-printed.

      -

      If <type> is specified, the raw (though uncompressed) contents of the <object> +

      If <type> is specified, the raw (though uncompressed) contents of the <object> will be returned.

      @@ -357,7 +357,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -382,7 +382,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -391,7 +391,7 @@

      BATCH OUTPUT<
      dangling SP <size> LF
      -<object> LF
      +<object> LF
      @@ -401,7 +401,7 @@

      BATCH OUTPUT<
      loop SP <size> LF
      -<object> LF
      +<object> LF
      @@ -411,7 +411,7 @@

      BATCH OUTPUT<
      notdir SP <size> LF
      -<object> LF
      +<object> LF
      diff --git a/external/docs/content/docs/git-cat-file/2.14.6.html b/external/docs/content/docs/git-cat-file/2.14.6.html index 7bdf2dac52..82fd12c937 100644 --- a/external/docs/content/docs/git-cat-file/2.14.6.html +++ b/external/docs/content/docs/git-cat-file/2.14.6.html @@ -40,7 +40,7 @@

      NAME

      SYNOPSIS

      -
      git cat-file (-t [--allow-unknown-type]| -s [--allow-unknown-type]| -e | -p | <type> | --textconv | --filters ) [--path=<path>] <object>
      +
      git cat-file (-t [--allow-unknown-type]| -s [--allow-unknown-type]| -e | -p | <type> | --textconv | --filters ) [--path=<path>] <object>
       git cat-file (--batch | --batch-check) [ --textconv | --filters ] [--follow-symlinks]
      @@ -69,7 +69,7 @@

      OPTIONS

      -
      <object>
      +
      <object>

      The name of the object to show. For a more complete list of ways to spell object names, see @@ -78,35 +78,35 @@

      OPTIONS

      -t

      Instead of the content, show the object type identified by -<object>.

      +<object>.

      -s

      Instead of the content, show the object size identified by -<object>.

      +<object>.

      -e
      -

      Suppress all output; instead exit with zero status if <object> +

      Suppress all output; instead exit with zero status if <object> exists and is a valid object.

      -p
      -

      Pretty-print the contents of <object> based on its type.

      +

      Pretty-print the contents of <object> based on its type.

      <type>
      -

      Typically this matches the real type of <object> but asking +

      Typically this matches the real type of <object> but asking for a type that can trivially be dereferenced from the given -<object> is also permitted. An example is to ask for a -"tree" with <object> being a commit object that contains it, -or to ask for a "blob" with <object> being a tag object that +<object> is also permitted. An example is to ask for a +"tree" with <object> being a commit object that contains it, +or to ask for a "blob" with <object> being a tag object that points at it.

      --textconv

      Show the content as transformed by a textconv filter. In this case, -<object> has to be of the form <tree-ish>:<path>, or :<path> in +<object> has to be of the form <tree-ish>:<path>, or :<path> in order to apply the filter to the content recorded in the index at <path>.

      @@ -114,8 +114,8 @@

      OPTIONS

      Show the content as converted by the filters configured in the current working tree for the given <path> (i.e. smudge filters, -end-of-line conversion, etc). In this case, <object> has to be of -the form <tree-ish>:<path>, or :<path>.

      +end-of-line conversion, etc). In this case, <object> has to be of +the form <tree-ish>:<path>, or :<path>.

      --path=<path>
      @@ -258,16 +258,16 @@

      OUTPUT

      If -t is specified, one of the <type>.

      -

      If -s is specified, the size of the <object> in bytes.

      +

      If -s is specified, the size of the <object> in bytes.

      If -e is specified, no output.

      -

      If -p is specified, the contents of <object> are pretty-printed.

      +

      If -p is specified, the contents of <object> are pretty-printed.

      -

      If <type> is specified, the raw (though uncompressed) contents of the <object> +

      If <type> is specified, the raw (though uncompressed) contents of the <object> will be returned.

      @@ -356,7 +356,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -381,7 +381,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -390,7 +390,7 @@

      BATCH OUTPUT<
      dangling SP <size> LF
      -<object> LF
      +<object> LF
      @@ -400,7 +400,7 @@

      BATCH OUTPUT<
      loop SP <size> LF
      -<object> LF
      +<object> LF
      @@ -410,7 +410,7 @@

      BATCH OUTPUT<
      notdir SP <size> LF
      -<object> LF
      +<object> LF
      diff --git a/external/docs/content/docs/git-cat-file/2.16.6.html b/external/docs/content/docs/git-cat-file/2.16.6.html index 3319a989f5..e433974ae8 100644 --- a/external/docs/content/docs/git-cat-file/2.16.6.html +++ b/external/docs/content/docs/git-cat-file/2.16.6.html @@ -52,7 +52,7 @@

      NAME

      SYNOPSIS

      -
      git cat-file (-t [--allow-unknown-type]| -s [--allow-unknown-type]| -e | -p | <type> | --textconv | --filters ) [--path=<path>] <object>
      +
      git cat-file (-t [--allow-unknown-type]| -s [--allow-unknown-type]| -e | -p | <type> | --textconv | --filters ) [--path=<path>] <object>
       git cat-file (--batch | --batch-check) [ --textconv | --filters ] [--follow-symlinks]
      @@ -81,7 +81,7 @@

      OPTIONS

      -
      <object>
      +
      <object>

      The name of the object to show. For a more complete list of ways to spell object names, see @@ -90,36 +90,36 @@

      OPTIONS

      -t

      Instead of the content, show the object type identified by -<object>.

      +<object>.

      -s

      Instead of the content, show the object size identified by -<object>.

      +<object>.

      -e
      -

      Exit with zero status if <object> exists and is a valid -object. If <object> is of an invalid format exit with non-zero and +

      Exit with zero status if <object> exists and is a valid +object. If <object> is of an invalid format exit with non-zero and emits an error on stderr.

      -p
      -

      Pretty-print the contents of <object> based on its type.

      +

      Pretty-print the contents of <object> based on its type.

      <type>
      -

      Typically this matches the real type of <object> but asking +

      Typically this matches the real type of <object> but asking for a type that can trivially be dereferenced from the given -<object> is also permitted. An example is to ask for a -"tree" with <object> being a commit object that contains it, -or to ask for a "blob" with <object> being a tag object that +<object> is also permitted. An example is to ask for a +"tree" with <object> being a commit object that contains it, +or to ask for a "blob" with <object> being a tag object that points at it.

      --textconv

      Show the content as transformed by a textconv filter. In this case, -<object> has to be of the form <tree-ish>:<path>, or :<path> in +<object> has to be of the form <tree-ish>:<path>, or :<path> in order to apply the filter to the content recorded in the index at <path>.

      @@ -127,8 +127,8 @@

      OPTIONS

      Show the content as converted by the filters configured in the current working tree for the given <path> (i.e. smudge filters, -end-of-line conversion, etc). In this case, <object> has to be of -the form <tree-ish>:<path>, or :<path>.

      +end-of-line conversion, etc). In this case, <object> has to be of +the form <tree-ish>:<path>, or :<path>.

      --path=<path>
      @@ -271,16 +271,16 @@

      OUTPUT

      If -t is specified, one of the <type>.

      -

      If -s is specified, the size of the <object> in bytes.

      +

      If -s is specified, the size of the <object> in bytes.

      -

      If -e is specified, no output, unless the <object> is malformed.

      +

      If -e is specified, no output, unless the <object> is malformed.

      -

      If -p is specified, the contents of <object> are pretty-printed.

      +

      If -p is specified, the contents of <object> are pretty-printed.

      -

      If <type> is specified, the raw (though uncompressed) contents of the <object> +

      If <type> is specified, the raw (though uncompressed) contents of the <object> will be returned.

      @@ -369,7 +369,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -394,7 +394,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -403,7 +403,7 @@

      BATCH OUTPUT<
      dangling SP <size> LF
      -<object> LF
      +<object> LF
      @@ -413,7 +413,7 @@

      BATCH OUTPUT<
      loop SP <size> LF
      -<object> LF
      +<object> LF
      @@ -423,7 +423,7 @@

      BATCH OUTPUT<
      notdir SP <size> LF
      -<object> LF
      +<object> LF
      diff --git a/external/docs/content/docs/git-cat-file/2.19.0.html b/external/docs/content/docs/git-cat-file/2.19.0.html index 0f8d0f52a1..670956cc09 100644 --- a/external/docs/content/docs/git-cat-file/2.19.0.html +++ b/external/docs/content/docs/git-cat-file/2.19.0.html @@ -51,7 +51,7 @@

      NAME

      SYNOPSIS

      -
      git cat-file (-t [--allow-unknown-type]| -s [--allow-unknown-type]| -e | -p | <type> | --textconv | --filters ) [--path=<path>] <object>
      +
      git cat-file (-t [--allow-unknown-type]| -s [--allow-unknown-type]| -e | -p | <type> | --textconv | --filters ) [--path=<path>] <object>
       git cat-file (--batch | --batch-check) [ --textconv | --filters ] [--follow-symlinks]
      @@ -80,7 +80,7 @@

      OPTIONS

      -
      <object>
      +
      <object>

      The name of the object to show. For a more complete list of ways to spell object names, see @@ -89,36 +89,36 @@

      OPTIONS

      -t

      Instead of the content, show the object type identified by -<object>.

      +<object>.

      -s

      Instead of the content, show the object size identified by -<object>.

      +<object>.

      -e
      -

      Exit with zero status if <object> exists and is a valid -object. If <object> is of an invalid format exit with non-zero and +

      Exit with zero status if <object> exists and is a valid +object. If <object> is of an invalid format exit with non-zero and emits an error on stderr.

      -p
      -

      Pretty-print the contents of <object> based on its type.

      +

      Pretty-print the contents of <object> based on its type.

      <type>
      -

      Typically this matches the real type of <object> but asking +

      Typically this matches the real type of <object> but asking for a type that can trivially be dereferenced from the given -<object> is also permitted. An example is to ask for a -"tree" with <object> being a commit object that contains it, -or to ask for a "blob" with <object> being a tag object that +<object> is also permitted. An example is to ask for a +"tree" with <object> being a commit object that contains it, +or to ask for a "blob" with <object> being a tag object that points at it.

      --textconv

      Show the content as transformed by a textconv filter. In this case, -<object> has to be of the form <tree-ish>:<path>, or :<path> in +<object> has to be of the form <tree-ish>:<path>, or :<path> in order to apply the filter to the content recorded in the index at <path>.

      @@ -126,8 +126,8 @@

      OPTIONS

      Show the content as converted by the filters configured in the current working tree for the given <path> (i.e. smudge filters, -end-of-line conversion, etc). In this case, <object> has to be of -the form <tree-ish>:<path>, or :<path>.

      +end-of-line conversion, etc). In this case, <object> has to be of +the form <tree-ish>:<path>, or :<path>.

      --path=<path>
      @@ -281,16 +281,16 @@

      OUTPUT

      If -t is specified, one of the <type>.

      -

      If -s is specified, the size of the <object> in bytes.

      +

      If -s is specified, the size of the <object> in bytes.

      -

      If -e is specified, no output, unless the <object> is malformed.

      +

      If -e is specified, no output, unless the <object> is malformed.

      -

      If -p is specified, the contents of <object> are pretty-printed.

      +

      If -p is specified, the contents of <object> are pretty-printed.

      -

      If <type> is specified, the raw (though uncompressed) contents of the <object> +

      If <type> is specified, the raw (though uncompressed) contents of the <object> will be returned.

      @@ -379,7 +379,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -404,7 +404,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -413,7 +413,7 @@

      BATCH OUTPUT<
      dangling SP <size> LF
      -<object> LF
      +<object> LF
      @@ -423,7 +423,7 @@

      BATCH OUTPUT<
      loop SP <size> LF
      -<object> LF
      +<object> LF
      @@ -433,7 +433,7 @@

      BATCH OUTPUT<
      notdir SP <size> LF
      -<object> LF
      +<object> LF
      diff --git a/external/docs/content/docs/git-cat-file/2.21.0.html b/external/docs/content/docs/git-cat-file/2.21.0.html index 6be3d089a1..621a8426ab 100644 --- a/external/docs/content/docs/git-cat-file/2.21.0.html +++ b/external/docs/content/docs/git-cat-file/2.21.0.html @@ -71,7 +71,7 @@

      NAME

      SYNOPSIS

      -
      git cat-file (-t [--allow-unknown-type]| -s [--allow-unknown-type]| -e | -p | <type> | --textconv | --filters ) [--path=<path>] <object>
      +
      git cat-file (-t [--allow-unknown-type]| -s [--allow-unknown-type]| -e | -p | <type> | --textconv | --filters ) [--path=<path>] <object>
       git cat-file (--batch | --batch-check) [ --textconv | --filters ] [--follow-symlinks]
      @@ -100,7 +100,7 @@

      OPTIONS

      -
      <object>
      +
      <object>

      The name of the object to show. For a more complete list of ways to spell object names, see @@ -109,36 +109,36 @@

      OPTIONS

      -t

      Instead of the content, show the object type identified by -<object>.

      +<object>.

      -s

      Instead of the content, show the object size identified by -<object>.

      +<object>.

      -e
      -

      Exit with zero status if <object> exists and is a valid -object. If <object> is of an invalid format exit with non-zero and +

      Exit with zero status if <object> exists and is a valid +object. If <object> is of an invalid format exit with non-zero and emits an error on stderr.

      -p
      -

      Pretty-print the contents of <object> based on its type.

      +

      Pretty-print the contents of <object> based on its type.

      <type>
      -

      Typically this matches the real type of <object> but asking +

      Typically this matches the real type of <object> but asking for a type that can trivially be dereferenced from the given -<object> is also permitted. An example is to ask for a -"tree" with <object> being a commit object that contains it, -or to ask for a "blob" with <object> being a tag object that +<object> is also permitted. An example is to ask for a +"tree" with <object> being a commit object that contains it, +or to ask for a "blob" with <object> being a tag object that points at it.

      --textconv

      Show the content as transformed by a textconv filter. In this case, -<object> has to be of the form <tree-ish>:<path>, or :<path> in +<object> has to be of the form <tree-ish>:<path>, or :<path> in order to apply the filter to the content recorded in the index at <path>.

      @@ -146,8 +146,8 @@

      OPTIONS

      Show the content as converted by the filters configured in the current working tree for the given <path> (i.e. smudge filters, -end-of-line conversion, etc). In this case, <object> has to be of -the form <tree-ish>:<path>, or :<path>.

      +end-of-line conversion, etc). In this case, <object> has to be of +the form <tree-ish>:<path>, or :<path>.

      --path=<path>
      @@ -301,16 +301,16 @@

      OUTPUT

      If -t is specified, one of the <type>.

      -

      If -s is specified, the size of the <object> in bytes.

      +

      If -s is specified, the size of the <object> in bytes.

      -

      If -e is specified, no output, unless the <object> is malformed.

      +

      If -e is specified, no output, unless the <object> is malformed.

      -

      If -p is specified, the contents of <object> are pretty-printed.

      +

      If -p is specified, the contents of <object> are pretty-printed.

      -

      If <type> is specified, the raw (though uncompressed) contents of the <object> +

      If <type> is specified, the raw (though uncompressed) contents of the <object> will be returned.

      @@ -399,7 +399,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -407,7 +407,7 @@

      BATCH OUTPUT<

      -
      <object> SP ambiguous LF
      +
      <object> SP ambiguous LF
      @@ -432,7 +432,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -441,7 +441,7 @@

      BATCH OUTPUT<
      dangling SP <size> LF
      -<object> LF
      +<object> LF
      @@ -451,7 +451,7 @@

      BATCH OUTPUT<
      loop SP <size> LF
      -<object> LF
      +<object> LF
      @@ -461,7 +461,7 @@

      BATCH OUTPUT<
      notdir SP <size> LF
      -<object> LF
      +<object> LF
      diff --git a/external/docs/content/docs/git-cat-file/2.28.0.html b/external/docs/content/docs/git-cat-file/2.28.0.html index 79c9645d49..3b141e010b 100644 --- a/external/docs/content/docs/git-cat-file/2.28.0.html +++ b/external/docs/content/docs/git-cat-file/2.28.0.html @@ -63,7 +63,7 @@

      NAME

      SYNOPSIS

      -
      git cat-file (-t [--allow-unknown-type]| -s [--allow-unknown-type]| -e | -p | <type> | --textconv | --filters ) [--path=<path>] <object>
      +
      git cat-file (-t [--allow-unknown-type]| -s [--allow-unknown-type]| -e | -p | <type> | --textconv | --filters ) [--path=<path>] <object>
       git cat-file (--batch[=<format>] | --batch-check[=<format>]) [ --textconv | --filters ] [--follow-symlinks]
      @@ -92,7 +92,7 @@

      OPTIONS

      -
      <object>
      +
      <object>

      The name of the object to show. For a more complete list of ways to spell object names, see @@ -101,36 +101,36 @@

      OPTIONS

      -t

      Instead of the content, show the object type identified by -<object>.

      +<object>.

      -s

      Instead of the content, show the object size identified by -<object>.

      +<object>.

      -e
      -

      Exit with zero status if <object> exists and is a valid -object. If <object> is of an invalid format exit with non-zero and +

      Exit with zero status if <object> exists and is a valid +object. If <object> is of an invalid format exit with non-zero and emits an error on stderr.

      -p
      -

      Pretty-print the contents of <object> based on its type.

      +

      Pretty-print the contents of <object> based on its type.

      <type>
      -

      Typically this matches the real type of <object> but asking +

      Typically this matches the real type of <object> but asking for a type that can trivially be dereferenced from the given -<object> is also permitted. An example is to ask for a -"tree" with <object> being a commit object that contains it, -or to ask for a "blob" with <object> being a tag object that +<object> is also permitted. An example is to ask for a +"tree" with <object> being a commit object that contains it, +or to ask for a "blob" with <object> being a tag object that points at it.

      --textconv

      Show the content as transformed by a textconv filter. In this case, -<object> has to be of the form <tree-ish>:<path>, or :<path> in +<object> has to be of the form <tree-ish>:<path>, or :<path> in order to apply the filter to the content recorded in the index at <path>.

      @@ -138,8 +138,8 @@

      OPTIONS

      Show the content as converted by the filters configured in the current working tree for the given <path> (i.e. smudge filters, -end-of-line conversion, etc). In this case, <object> has to be of -the form <tree-ish>:<path>, or :<path>.

      +end-of-line conversion, etc). In this case, <object> has to be of +the form <tree-ish>:<path>, or :<path>.

      --path=<path>
      @@ -293,16 +293,16 @@

      OUTPUT

      If -t is specified, one of the <type>.

      -

      If -s is specified, the size of the <object> in bytes.

      +

      If -s is specified, the size of the <object> in bytes.

      -

      If -e is specified, no output, unless the <object> is malformed.

      +

      If -e is specified, no output, unless the <object> is malformed.

      -

      If -p is specified, the contents of <object> are pretty-printed.

      +

      If -p is specified, the contents of <object> are pretty-printed.

      -

      If <type> is specified, the raw (though uncompressed) contents of the <object> +

      If <type> is specified, the raw (though uncompressed) contents of the <object> will be returned.

      @@ -391,7 +391,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -399,7 +399,7 @@

      BATCH OUTPUT<

      -
      <object> SP ambiguous LF
      +
      <object> SP ambiguous LF
      @@ -424,7 +424,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -433,7 +433,7 @@

      BATCH OUTPUT<
      dangling SP <size> LF
      -<object> LF
      +<object> LF
      @@ -443,7 +443,7 @@

      BATCH OUTPUT<
      loop SP <size> LF
      -<object> LF
      +<object> LF
      @@ -453,7 +453,7 @@

      BATCH OUTPUT<
      notdir SP <size> LF
      -<object> LF
      +<object> LF
      diff --git a/external/docs/content/docs/git-cat-file/2.32.0.html b/external/docs/content/docs/git-cat-file/2.32.0.html index 2659c60e7c..13faba6929 100644 --- a/external/docs/content/docs/git-cat-file/2.32.0.html +++ b/external/docs/content/docs/git-cat-file/2.32.0.html @@ -55,7 +55,7 @@

      NAME

      SYNOPSIS

      -
      git cat-file (-t [--allow-unknown-type]| -s [--allow-unknown-type]| -e | -p | <type> | --textconv | --filters ) [--path=<path>] <object>
      +
      git cat-file (-t [--allow-unknown-type]| -s [--allow-unknown-type]| -e | -p | <type> | --textconv | --filters ) [--path=<path>] <object>
       git cat-file (--batch[=<format>] | --batch-check[=<format>]) [ --textconv | --filters ] [--follow-symlinks]
      @@ -84,7 +84,7 @@

      OPTIONS

      -
      <object>
      +
      <object>

      The name of the object to show. For a more complete list of ways to spell object names, see @@ -93,36 +93,36 @@

      OPTIONS

      -t

      Instead of the content, show the object type identified by -<object>.

      +<object>.

      -s

      Instead of the content, show the object size identified by -<object>.

      +<object>.

      -e
      -

      Exit with zero status if <object> exists and is a valid -object. If <object> is of an invalid format exit with non-zero and +

      Exit with zero status if <object> exists and is a valid +object. If <object> is of an invalid format exit with non-zero and emits an error on stderr.

      -p
      -

      Pretty-print the contents of <object> based on its type.

      +

      Pretty-print the contents of <object> based on its type.

      <type>
      -

      Typically this matches the real type of <object> but asking +

      Typically this matches the real type of <object> but asking for a type that can trivially be dereferenced from the given -<object> is also permitted. An example is to ask for a -"tree" with <object> being a commit object that contains it, -or to ask for a "blob" with <object> being a tag object that +<object> is also permitted. An example is to ask for a +"tree" with <object> being a commit object that contains it, +or to ask for a "blob" with <object> being a tag object that points at it.

      --textconv

      Show the content as transformed by a textconv filter. In this case, -<object> has to be of the form <tree-ish>:<path>, or :<path> in +<object> has to be of the form <tree-ish>:<path>, or :<path> in order to apply the filter to the content recorded in the index at <path>.

      @@ -130,8 +130,8 @@

      OPTIONS

      Show the content as converted by the filters configured in the current working tree for the given <path> (i.e. smudge filters, -end-of-line conversion, etc). In this case, <object> has to be of -the form <tree-ish>:<path>, or :<path>.

      +end-of-line conversion, etc). In this case, <object> has to be of +the form <tree-ish>:<path>, or :<path>.

      --path=<path>
      @@ -285,16 +285,16 @@

      OUTPUT

      If -t is specified, one of the <type>.

      -

      If -s is specified, the size of the <object> in bytes.

      +

      If -s is specified, the size of the <object> in bytes.

      -

      If -e is specified, no output, unless the <object> is malformed.

      +

      If -e is specified, no output, unless the <object> is malformed.

      -

      If -p is specified, the contents of <object> are pretty-printed.

      +

      If -p is specified, the contents of <object> are pretty-printed.

      -

      If <type> is specified, the raw (though uncompressed) contents of the <object> +

      If <type> is specified, the raw (though uncompressed) contents of the <object> will be returned.

      @@ -384,7 +384,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -392,7 +392,7 @@

      BATCH OUTPUT<

      -
      <object> SP ambiguous LF
      +
      <object> SP ambiguous LF
      @@ -417,7 +417,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -426,7 +426,7 @@

      BATCH OUTPUT<
      dangling SP <size> LF
      -<object> LF
      +<object> LF
      @@ -436,7 +436,7 @@

      BATCH OUTPUT<
      loop SP <size> LF
      -<object> LF
      +<object> LF
      @@ -446,7 +446,7 @@

      BATCH OUTPUT<
      notdir SP <size> LF
      -<object> LF
      +<object> LF
      diff --git a/external/docs/content/docs/git-cat-file/2.34.0.html b/external/docs/content/docs/git-cat-file/2.34.0.html index 279d810dda..b92d3e36c3 100644 --- a/external/docs/content/docs/git-cat-file/2.34.0.html +++ b/external/docs/content/docs/git-cat-file/2.34.0.html @@ -56,7 +56,7 @@

      NAME

      SYNOPSIS

      -
      git cat-file (-t [--allow-unknown-type]| -s [--allow-unknown-type]| -e | -p | <type> | --textconv | --filters ) [--path=<path>] <object>
      +
      git cat-file (-t [--allow-unknown-type]| -s [--allow-unknown-type]| -e | -p | <type> | --textconv | --filters ) [--path=<path>] <object>
       git cat-file (--batch[=<format>] | --batch-check[=<format>]) [ --textconv | --filters ] [--follow-symlinks]
      @@ -85,7 +85,7 @@

      OPTIONS

      -
      <object>
      +
      <object>

      The name of the object to show. For a more complete list of ways to spell object names, see @@ -94,36 +94,36 @@

      OPTIONS

      -t

      Instead of the content, show the object type identified by -<object>.

      +<object>.

      -s

      Instead of the content, show the object size identified by -<object>.

      +<object>.

      -e
      -

      Exit with zero status if <object> exists and is a valid -object. If <object> is of an invalid format exit with non-zero and +

      Exit with zero status if <object> exists and is a valid +object. If <object> is of an invalid format exit with non-zero and emits an error on stderr.

      -p
      -

      Pretty-print the contents of <object> based on its type.

      +

      Pretty-print the contents of <object> based on its type.

      <type>
      -

      Typically this matches the real type of <object> but asking +

      Typically this matches the real type of <object> but asking for a type that can trivially be dereferenced from the given -<object> is also permitted. An example is to ask for a -"tree" with <object> being a commit object that contains it, -or to ask for a "blob" with <object> being a tag object that +<object> is also permitted. An example is to ask for a +"tree" with <object> being a commit object that contains it, +or to ask for a "blob" with <object> being a tag object that points at it.

      --textconv

      Show the content as transformed by a textconv filter. In this case, -<object> has to be of the form <tree-ish>:<path>, or :<path> in +<object> has to be of the form <tree-ish>:<path>, or :<path> in order to apply the filter to the content recorded in the index at <path>.

      @@ -131,8 +131,8 @@

      OPTIONS

      Show the content as converted by the filters configured in the current working tree for the given <path> (i.e. smudge filters, -end-of-line conversion, etc). In this case, <object> has to be of -the form <tree-ish>:<path>, or :<path>.

      +end-of-line conversion, etc). In this case, <object> has to be of +the form <tree-ish>:<path>, or :<path>.

      --path=<path>
      @@ -288,16 +288,16 @@

      OUTPUT

      If -t is specified, one of the <type>.

      -

      If -s is specified, the size of the <object> in bytes.

      +

      If -s is specified, the size of the <object> in bytes.

      -

      If -e is specified, no output, unless the <object> is malformed.

      +

      If -e is specified, no output, unless the <object> is malformed.

      -

      If -p is specified, the contents of <object> are pretty-printed.

      +

      If -p is specified, the contents of <object> are pretty-printed.

      -

      If <type> is specified, the raw (though uncompressed) contents of the <object> +

      If <type> is specified, the raw (though uncompressed) contents of the <object> will be returned.

      @@ -387,7 +387,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -395,7 +395,7 @@

      BATCH OUTPUT<

      -
      <object> SP ambiguous LF
      +
      <object> SP ambiguous LF
      @@ -420,7 +420,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -429,7 +429,7 @@

      BATCH OUTPUT<
      dangling SP <size> LF
      -<object> LF
      +<object> LF
      @@ -439,7 +439,7 @@

      BATCH OUTPUT<
      loop SP <size> LF
      -<object> LF
      +<object> LF
      @@ -449,7 +449,7 @@

      BATCH OUTPUT<
      notdir SP <size> LF
      -<object> LF
      +<object> LF
      diff --git a/external/docs/content/docs/git-cat-file/2.36.0.html b/external/docs/content/docs/git-cat-file/2.36.0.html index de120348a3..a18086d910 100644 --- a/external/docs/content/docs/git-cat-file/2.36.0.html +++ b/external/docs/content/docs/git-cat-file/2.36.0.html @@ -53,9 +53,9 @@

      NAME

      SYNOPSIS

      -
      git cat-file <type> <object>
      -git cat-file (-e | -p) <object>
      -git cat-file (-t | -s) [--allow-unknown-type] <object>
      +
      git cat-file <type> <object>
      +git cat-file (-e | -p) <object>
      +git cat-file (-t | -s) [--allow-unknown-type] <object>
       git cat-file (--batch | --batch-check | --batch-command) [--batch-all-objects]
       	     [--buffer] [--follow-symlinks] [--unordered]
       	     [--textconv | --filters]
      @@ -88,7 +88,7 @@ 

      OPTIONS

      -
      <object>
      +
      <object>

      The name of the object to show. For a more complete list of ways to spell object names, see @@ -97,36 +97,36 @@

      OPTIONS

      -t

      Instead of the content, show the object type identified by -<object>.

      +<object>.

      -s

      Instead of the content, show the object size identified by -<object>.

      +<object>.

      -e
      -

      Exit with zero status if <object> exists and is a valid -object. If <object> is of an invalid format exit with non-zero and +

      Exit with zero status if <object> exists and is a valid +object. If <object> is of an invalid format exit with non-zero and emits an error on stderr.

      -p
      -

      Pretty-print the contents of <object> based on its type.

      +

      Pretty-print the contents of <object> based on its type.

      <type>
      -

      Typically this matches the real type of <object> but asking +

      Typically this matches the real type of <object> but asking for a type that can trivially be dereferenced from the given -<object> is also permitted. An example is to ask for a -"tree" with <object> being a commit object that contains it, -or to ask for a "blob" with <object> being a tag object that +<object> is also permitted. An example is to ask for a +"tree" with <object> being a commit object that contains it, +or to ask for a "blob" with <object> being a tag object that points at it.

      --textconv

      Show the content as transformed by a textconv filter. In this case, -<object> has to be of the form <tree-ish>:<path>, or :<path> in +<object> has to be of the form <tree-ish>:<path>, or :<path> in order to apply the filter to the content recorded in the index at <path>.

      @@ -134,8 +134,8 @@

      OPTIONS

      Show the content as converted by the filters configured in the current working tree for the given <path> (i.e. smudge filters, -end-of-line conversion, etc). In this case, <object> has to be of -the form <tree-ish>:<path>, or :<path>.

      +end-of-line conversion, etc). In this case, <object> has to be of +the form <tree-ish>:<path>, or :<path>.

      --path=<path>
      @@ -176,14 +176,14 @@

      OPTIONS

      -
      contents <object>
      +
      contents <object>
      -

      Print object contents for object reference <object>. This corresponds to +

      Print object contents for object reference <object>. This corresponds to the output of --batch.

      -
      info <object>
      +
      info <object>
      -

      Print object info for object reference <object>. This corresponds to the +

      Print object info for object reference <object>. This corresponds to the output of --batch-check.

      flush
      @@ -328,16 +328,16 @@

      OUTPUT

      If -t is specified, one of the <type>.

      -

      If -s is specified, the size of the <object> in bytes.

      +

      If -s is specified, the size of the <object> in bytes.

      -

      If -e is specified, no output, unless the <object> is malformed.

      +

      If -e is specified, no output, unless the <object> is malformed.

      -

      If -p is specified, the contents of <object> are pretty-printed.

      +

      If -p is specified, the contents of <object> are pretty-printed.

      -

      If <type> is specified, the raw (though uncompressed) contents of the <object> +

      If <type> is specified, the raw (though uncompressed) contents of the <object> will be returned.

      @@ -435,7 +435,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -443,7 +443,7 @@

      BATCH OUTPUT<

      -
      <object> SP ambiguous LF
      +
      <object> SP ambiguous LF
      @@ -468,7 +468,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -477,7 +477,7 @@

      BATCH OUTPUT<
      dangling SP <size> LF
      -<object> LF
      +<object> LF

      @@ -487,7 +487,7 @@

      BATCH OUTPUT<
      loop SP <size> LF
      -<object> LF
      +<object> LF
      @@ -497,7 +497,7 @@

      BATCH OUTPUT<
      notdir SP <size> LF
      -<object> LF
      +<object> LF
      diff --git a/external/docs/content/docs/git-cat-file/2.38.0.html b/external/docs/content/docs/git-cat-file/2.38.0.html index a31998efc4..2370221db5 100644 --- a/external/docs/content/docs/git-cat-file/2.38.0.html +++ b/external/docs/content/docs/git-cat-file/2.38.0.html @@ -50,9 +50,9 @@

      NAME

      SYNOPSIS

      -
      git cat-file <type> <object>
      -git cat-file (-e | -p) <object>
      -git cat-file (-t | -s) [--allow-unknown-type] <object>
      +
      git cat-file <type> <object>
      +git cat-file (-e | -p) <object>
      +git cat-file (-t | -s) [--allow-unknown-type] <object>
       git cat-file (--batch | --batch-check | --batch-command) [--batch-all-objects]
       	     [--buffer] [--follow-symlinks] [--unordered]
       	     [--textconv | --filters] [-z]
      @@ -85,7 +85,7 @@ 

      OPTIONS

      -
      <object>
      +
      <object>

      The name of the object to show. For a more complete list of ways to spell object names, see @@ -94,30 +94,30 @@

      OPTIONS

      -t

      Instead of the content, show the object type identified by -<object>.

      +<object>.

      -s

      Instead of the content, show the object size identified by -<object>.

      +<object>.

      -e
      -

      Exit with zero status if <object> exists and is a valid -object. If <object> is of an invalid format exit with non-zero and +

      Exit with zero status if <object> exists and is a valid +object. If <object> is of an invalid format exit with non-zero and emits an error on stderr.

      -p
      -

      Pretty-print the contents of <object> based on its type.

      +

      Pretty-print the contents of <object> based on its type.

      <type>
      -

      Typically this matches the real type of <object> but asking +

      Typically this matches the real type of <object> but asking for a type that can trivially be dereferenced from the given -<object> is also permitted. An example is to ask for a -"tree" with <object> being a commit object that contains it, -or to ask for a "blob" with <object> being a tag object that +<object> is also permitted. An example is to ask for a +"tree" with <object> being a commit object that contains it, +or to ask for a "blob" with <object> being a tag object that points at it.

      --[no-]mailmap
      @@ -130,7 +130,7 @@

      OPTIONS

      --textconv

      Show the content as transformed by a textconv filter. In this case, -<object> has to be of the form <tree-ish>:<path>, or :<path> in +<object> has to be of the form <tree-ish>:<path>, or :<path> in order to apply the filter to the content recorded in the index at <path>.

      @@ -138,8 +138,8 @@

      OPTIONS

      Show the content as converted by the filters configured in the current working tree for the given <path> (i.e. smudge filters, -end-of-line conversion, etc). In this case, <object> has to be of -the form <tree-ish>:<path>, or :<path>.

      +end-of-line conversion, etc). In this case, <object> has to be of +the form <tree-ish>:<path>, or :<path>.

      --path=<path>
      @@ -180,14 +180,14 @@

      OPTIONS

      -
      contents <object>
      +
      contents <object>
      -

      Print object contents for object reference <object>. This corresponds to +

      Print object contents for object reference <object>. This corresponds to the output of --batch.

      -
      info <object>
      +
      info <object>
      -

      Print object info for object reference <object>. This corresponds to the +

      Print object info for object reference <object>. This corresponds to the output of --batch-check.

      flush
      @@ -338,16 +338,16 @@

      OUTPUT

      If -t is specified, one of the <type>.

      -

      If -s is specified, the size of the <object> in bytes.

      +

      If -s is specified, the size of the <object> in bytes.

      -

      If -e is specified, no output, unless the <object> is malformed.

      +

      If -e is specified, no output, unless the <object> is malformed.

      -

      If -p is specified, the contents of <object> are pretty-printed.

      +

      If -p is specified, the contents of <object> are pretty-printed.

      -

      If <type> is specified, the raw (though uncompressed) contents of the <object> +

      If <type> is specified, the raw (though uncompressed) contents of the <object> will be returned.

      @@ -445,7 +445,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -453,7 +453,7 @@

      BATCH OUTPUT<

      -
      <object> SP ambiguous LF
      +
      <object> SP ambiguous LF
      @@ -478,7 +478,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -487,7 +487,7 @@

      BATCH OUTPUT<
      dangling SP <size> LF
      -<object> LF
      +<object> LF

      @@ -497,7 +497,7 @@

      BATCH OUTPUT<
      loop SP <size> LF
      -<object> LF
      +<object> LF
      @@ -507,7 +507,7 @@

      BATCH OUTPUT<
      notdir SP <size> LF
      -<object> LF
      +<object> LF
      diff --git a/external/docs/content/docs/git-cat-file/2.40.0.html b/external/docs/content/docs/git-cat-file/2.40.0.html index 6baeb7a29d..12cac8dcad 100644 --- a/external/docs/content/docs/git-cat-file/2.40.0.html +++ b/external/docs/content/docs/git-cat-file/2.40.0.html @@ -47,9 +47,9 @@

      NAME

      SYNOPSIS

      -
      git cat-file <type> <object>
      -git cat-file (-e | -p) <object>
      -git cat-file (-t | -s) [--allow-unknown-type] <object>
      +
      git cat-file <type> <object>
      +git cat-file (-e | -p) <object>
      +git cat-file (-t | -s) [--allow-unknown-type] <object>
       git cat-file (--batch | --batch-check | --batch-command) [--batch-all-objects]
       	     [--buffer] [--follow-symlinks] [--unordered]
       	     [--textconv | --filters] [-z]
      @@ -82,7 +82,7 @@ 

      OPTIONS

      -
      <object>
      +
      <object>

      The name of the object to show. For a more complete list of ways to spell object names, see @@ -91,32 +91,32 @@

      OPTIONS

      -t

      Instead of the content, show the object type identified by -<object>.

      +<object>.

      -s

      Instead of the content, show the object size identified by -<object>. If used with --use-mailmap option, will show +<object>. If used with --use-mailmap option, will show the size of updated object after replacing idents using the mailmap mechanism.

      -e
      -

      Exit with zero status if <object> exists and is a valid -object. If <object> is of an invalid format exit with non-zero and +

      Exit with zero status if <object> exists and is a valid +object. If <object> is of an invalid format exit with non-zero and emits an error on stderr.

      -p
      -

      Pretty-print the contents of <object> based on its type.

      +

      Pretty-print the contents of <object> based on its type.

      <type>
      -

      Typically this matches the real type of <object> but asking +

      Typically this matches the real type of <object> but asking for a type that can trivially be dereferenced from the given -<object> is also permitted. An example is to ask for a -"tree" with <object> being a commit object that contains it, -or to ask for a "blob" with <object> being a tag object that +<object> is also permitted. An example is to ask for a +"tree" with <object> being a commit object that contains it, +or to ask for a "blob" with <object> being a tag object that points at it.

      --[no-]mailmap
      @@ -129,7 +129,7 @@

      OPTIONS

      --textconv

      Show the content as transformed by a textconv filter. In this case, -<object> has to be of the form <tree-ish>:<path>, or :<path> in +<object> has to be of the form <tree-ish>:<path>, or :<path> in order to apply the filter to the content recorded in the index at <path>.

      @@ -137,8 +137,8 @@

      OPTIONS

      Show the content as converted by the filters configured in the current working tree for the given <path> (i.e. smudge filters, -end-of-line conversion, etc). In this case, <object> has to be of -the form <tree-ish>:<path>, or :<path>.

      +end-of-line conversion, etc). In this case, <object> has to be of +the form <tree-ish>:<path>, or :<path>.

      --path=<path>
      @@ -231,14 +231,14 @@

      OPTIONS

      -
      contents <object>
      +
      contents <object>
      -

      Print object contents for object reference <object>. This corresponds to +

      Print object contents for object reference <object>. This corresponds to the output of --batch.

      -
      info <object>
      +
      info <object>
      -

      Print object info for object reference <object>. This corresponds to the +

      Print object info for object reference <object>. This corresponds to the output of --batch-check.

      flush
      @@ -389,16 +389,16 @@

      OUTPUT

      If -t is specified, one of the <type>.

      -

      If -s is specified, the size of the <object> in bytes.

      +

      If -s is specified, the size of the <object> in bytes.

      -

      If -e is specified, no output, unless the <object> is malformed.

      +

      If -e is specified, no output, unless the <object> is malformed.

      -

      If -p is specified, the contents of <object> are pretty-printed.

      +

      If -p is specified, the contents of <object> are pretty-printed.

      -

      If <type> is specified, the raw (though uncompressed) contents of the <object> +

      If <type> is specified, the raw (though uncompressed) contents of the <object> will be returned.

      @@ -496,7 +496,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -504,7 +504,7 @@

      BATCH OUTPUT<

      -
      <object> SP ambiguous LF
      +
      <object> SP ambiguous LF
      @@ -529,7 +529,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -538,7 +538,7 @@

      BATCH OUTPUT<
      dangling SP <size> LF
      -<object> LF
      +<object> LF

      @@ -548,7 +548,7 @@

      BATCH OUTPUT<
      loop SP <size> LF
      -<object> LF
      +<object> LF
      @@ -558,7 +558,7 @@

      BATCH OUTPUT<
      notdir SP <size> LF
      -<object> LF
      +<object> LF
      diff --git a/external/docs/content/docs/git-cat-file/2.42.0.html b/external/docs/content/docs/git-cat-file/2.42.0.html index 8735f351bb..e8f701f7a7 100644 --- a/external/docs/content/docs/git-cat-file/2.42.0.html +++ b/external/docs/content/docs/git-cat-file/2.42.0.html @@ -39,9 +39,9 @@

      NAME

      SYNOPSIS

      -
      git cat-file <type> <object>
      -git cat-file (-e | -p) <object>
      -git cat-file (-t | -s) [--allow-unknown-type] <object>
      +
      git cat-file <type> <object>
      +git cat-file (-e | -p) <object>
      +git cat-file (-t | -s) [--allow-unknown-type] <object>
       git cat-file (--batch | --batch-check | --batch-command) [--batch-all-objects]
       	     [--buffer] [--follow-symlinks] [--unordered]
       	     [--textconv | --filters] [-Z]
      @@ -74,7 +74,7 @@ 

      OPTIONS

      -
      <object>
      +
      <object>

      The name of the object to show. For a more complete list of ways to spell object names, see @@ -83,32 +83,32 @@

      OPTIONS

      -t

      Instead of the content, show the object type identified by -<object>.

      +<object>.

      -s

      Instead of the content, show the object size identified by -<object>. If used with --use-mailmap option, will show +<object>. If used with --use-mailmap option, will show the size of updated object after replacing idents using the mailmap mechanism.

      -e
      -

      Exit with zero status if <object> exists and is a valid -object. If <object> is of an invalid format exit with non-zero and +

      Exit with zero status if <object> exists and is a valid +object. If <object> is of an invalid format exit with non-zero and emits an error on stderr.

      -p
      -

      Pretty-print the contents of <object> based on its type.

      +

      Pretty-print the contents of <object> based on its type.

      <type>
      -

      Typically this matches the real type of <object> but asking +

      Typically this matches the real type of <object> but asking for a type that can trivially be dereferenced from the given -<object> is also permitted. An example is to ask for a -"tree" with <object> being a commit object that contains it, -or to ask for a "blob" with <object> being a tag object that +<object> is also permitted. An example is to ask for a +"tree" with <object> being a commit object that contains it, +or to ask for a "blob" with <object> being a tag object that points at it.

      --[no-]mailmap
      @@ -121,7 +121,7 @@

      OPTIONS

      --textconv

      Show the content as transformed by a textconv filter. In this case, -<object> has to be of the form <tree-ish>:<path>, or :<path> in +<object> has to be of the form <tree-ish>:<path>, or :<path> in order to apply the filter to the content recorded in the index at <path>.

      @@ -129,8 +129,8 @@

      OPTIONS

      Show the content as converted by the filters configured in the current working tree for the given <path> (i.e. smudge filters, -end-of-line conversion, etc). In this case, <object> has to be of -the form <tree-ish>:<path>, or :<path>.

      +end-of-line conversion, etc). In this case, <object> has to be of +the form <tree-ish>:<path>, or :<path>.

      --path=<path>
      @@ -223,14 +223,14 @@

      OPTIONS

      -
      contents <object>
      +
      contents <object>
      -

      Print object contents for object reference <object>. This corresponds to +

      Print object contents for object reference <object>. This corresponds to the output of --batch.

      -
      info <object>
      +
      info <object>
      -

      Print object info for object reference <object>. This corresponds to the +

      Print object info for object reference <object>. This corresponds to the output of --batch-check.

      flush
      @@ -388,16 +388,16 @@

      OUTPUT

      If -t is specified, one of the <type>.

      -

      If -s is specified, the size of the <object> in bytes.

      +

      If -s is specified, the size of the <object> in bytes.

      -

      If -e is specified, no output, unless the <object> is malformed.

      +

      If -e is specified, no output, unless the <object> is malformed.

      -

      If -p is specified, the contents of <object> are pretty-printed.

      +

      If -p is specified, the contents of <object> are pretty-printed.

      -

      If <type> is specified, the raw (though uncompressed) contents of the <object> +

      If <type> is specified, the raw (though uncompressed) contents of the <object> will be returned.

      @@ -495,7 +495,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -503,7 +503,7 @@

      BATCH OUTPUT<

      -
      <object> SP ambiguous LF
      +
      <object> SP ambiguous LF
      @@ -528,7 +528,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -537,7 +537,7 @@

      BATCH OUTPUT<
      dangling SP <size> LF
      -<object> LF
      +<object> LF

      @@ -547,7 +547,7 @@

      BATCH OUTPUT<
      loop SP <size> LF
      -<object> LF
      +<object> LF
      @@ -557,7 +557,7 @@

      BATCH OUTPUT<
      notdir SP <size> LF
      -<object> LF
      +<object> LF
      diff --git a/external/docs/content/docs/git-cat-file/2.42.1.html b/external/docs/content/docs/git-cat-file/2.42.1.html index 83c0321be0..e2575785fe 100644 --- a/external/docs/content/docs/git-cat-file/2.42.1.html +++ b/external/docs/content/docs/git-cat-file/2.42.1.html @@ -61,9 +61,9 @@

      NAME

      SYNOPSIS

      -
      git cat-file <type> <object>
      -git cat-file (-e | -p) <object>
      -git cat-file (-t | -s) [--allow-unknown-type] <object>
      +
      git cat-file <type> <object>
      +git cat-file (-e | -p) <object>
      +git cat-file (-t | -s) [--allow-unknown-type] <object>
       git cat-file (--textconv | --filters)
       	     [<rev>:<path|tree-ish> | --path=<path|tree-ish> <rev>]
       git cat-file (--batch | --batch-check | --batch-command) [--batch-all-objects]
      @@ -97,7 +97,7 @@ 

      OPTIONS

      -
      <object>
      +
      <object>

      The name of the object to show. For a more complete list of ways to spell object names, see @@ -106,32 +106,32 @@

      OPTIONS

      -t

      Instead of the content, show the object type identified by -<object>.

      +<object>.

      -s

      Instead of the content, show the object size identified by -<object>. If used with --use-mailmap option, will show +<object>. If used with --use-mailmap option, will show the size of updated object after replacing idents using the mailmap mechanism.

      -e
      -

      Exit with zero status if <object> exists and is a valid -object. If <object> is of an invalid format, exit with non-zero +

      Exit with zero status if <object> exists and is a valid +object. If <object> is of an invalid format, exit with non-zero status and emit an error on stderr.

      -p
      -

      Pretty-print the contents of <object> based on its type.

      +

      Pretty-print the contents of <object> based on its type.

      <type>
      -

      Typically this matches the real type of <object> but asking +

      Typically this matches the real type of <object> but asking for a type that can trivially be dereferenced from the given -<object> is also permitted. An example is to ask for a -"tree" with <object> being a commit object that contains it, -or to ask for a "blob" with <object> being a tag object that +<object> is also permitted. An example is to ask for a +"tree" with <object> being a commit object that contains it, +or to ask for a "blob" with <object> being a tag object that points at it.

      --[no-]mailmap
      @@ -144,7 +144,7 @@

      OPTIONS

      --textconv

      Show the content as transformed by a textconv filter. In this case, -<object> has to be of the form <tree-ish>:<path>, or :<path> in +<object> has to be of the form <tree-ish>:<path>, or :<path> in order to apply the filter to the content recorded in the index at <path>.

      @@ -152,8 +152,8 @@

      OPTIONS

      Show the content as converted by the filters configured in the current working tree for the given <path> (i.e. smudge filters, -end-of-line conversion, etc). In this case, <object> has to be of -the form <tree-ish>:<path>, or :<path>.

      +end-of-line conversion, etc). In this case, <object> has to be of +the form <tree-ish>:<path>, or :<path>.

      --path=<path>
      @@ -246,14 +246,14 @@

      OPTIONS

      -
      contents <object>
      +
      contents <object>
      -

      Print object contents for object reference <object>. This corresponds to +

      Print object contents for object reference <object>. This corresponds to the output of --batch.

      -
      info <object>
      +
      info <object>
      -

      Print object info for object reference <object>. This corresponds to the +

      Print object info for object reference <object>. This corresponds to the output of --batch-check.

      flush
      @@ -411,16 +411,16 @@

      OUTPUT

      If -t is specified, one of the <type>.

      -

      If -s is specified, the size of the <object> in bytes.

      +

      If -s is specified, the size of the <object> in bytes.

      -

      If -e is specified, no output, unless the <object> is malformed.

      +

      If -e is specified, no output, unless the <object> is malformed.

      -

      If -p is specified, the contents of <object> are pretty-printed.

      +

      If -p is specified, the contents of <object> are pretty-printed.

      -

      If <type> is specified, the raw (though uncompressed) contents of the <object> +

      If <type> is specified, the raw (though uncompressed) contents of the <object> will be returned.

      @@ -518,7 +518,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -526,7 +526,7 @@

      BATCH OUTPUT<

      -
      <object> SP ambiguous LF
      +
      <object> SP ambiguous LF
      @@ -551,7 +551,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -560,7 +560,7 @@

      BATCH OUTPUT<
      dangling SP <size> LF
      -<object> LF
      +<object> LF

      @@ -570,7 +570,7 @@

      BATCH OUTPUT<
      loop SP <size> LF
      -<object> LF
      +<object> LF
      @@ -580,7 +580,7 @@

      BATCH OUTPUT<
      notdir SP <size> LF
      -<object> LF
      +<object> LF
      diff --git a/external/docs/content/docs/git-cat-file/2.46.1.html b/external/docs/content/docs/git-cat-file/2.46.1.html index 83a6b98a66..9098ee5af2 100644 --- a/external/docs/content/docs/git-cat-file/2.46.1.html +++ b/external/docs/content/docs/git-cat-file/2.46.1.html @@ -51,9 +51,9 @@

      NAME

      SYNOPSIS

      -
      git cat-file <type> <object>
      -git cat-file (-e | -p) <object>
      -git cat-file (-t | -s) [--allow-unknown-type] <object>
      +
      git cat-file <type> <object>
      +git cat-file (-e | -p) <object>
      +git cat-file (-t | -s) [--allow-unknown-type] <object>
       git cat-file (--textconv | --filters)
       	     [<rev>:<path|tree-ish> | --path=<path|tree-ish> <rev>]
       git cat-file (--batch | --batch-check | --batch-command) [--batch-all-objects]
      @@ -87,7 +87,7 @@ 

      OPTIONS

      -
      <object>
      +
      <object>

      The name of the object to show. For a more complete list of ways to spell object names, see @@ -96,32 +96,32 @@

      OPTIONS

      -t

      Instead of the content, show the object type identified by -<object>.

      +<object>.

      -s

      Instead of the content, show the object size identified by -<object>. If used with --use-mailmap option, will show +<object>. If used with --use-mailmap option, will show the size of updated object after replacing idents using the mailmap mechanism.

      -e
      -

      Exit with zero status if <object> exists and is a valid -object. If <object> is of an invalid format, exit with non-zero +

      Exit with zero status if <object> exists and is a valid +object. If <object> is of an invalid format, exit with non-zero status and emit an error on stderr.

      -p
      -

      Pretty-print the contents of <object> based on its type.

      +

      Pretty-print the contents of <object> based on its type.

      <type>
      -

      Typically this matches the real type of <object> but asking +

      Typically this matches the real type of <object> but asking for a type that can trivially be dereferenced from the given -<object> is also permitted. An example is to ask for a -"tree" with <object> being a commit object that contains it, -or to ask for a "blob" with <object> being a tag object that +<object> is also permitted. An example is to ask for a +"tree" with <object> being a commit object that contains it, +or to ask for a "blob" with <object> being a tag object that points at it.

      --[no-]mailmap
      @@ -134,7 +134,7 @@

      OPTIONS

      --textconv

      Show the content as transformed by a textconv filter. In this case, -<object> has to be of the form <tree-ish>:<path>, or :<path> in +<object> has to be of the form <tree-ish>:<path>, or :<path> in order to apply the filter to the content recorded in the index at <path>.

      @@ -142,8 +142,8 @@

      OPTIONS

      Show the content as converted by the filters configured in the current working tree for the given <path> (i.e. smudge filters, -end-of-line conversion, etc). In this case, <object> has to be of -the form <tree-ish>:<path>, or :<path>.

      +end-of-line conversion, etc). In this case, <object> has to be of +the form <tree-ish>:<path>, or :<path>.

      --path=<path>
      @@ -236,14 +236,14 @@

      OPTIONS

      -
      contents <object>
      +
      contents <object>
      -

      Print object contents for object reference <object>. This corresponds to +

      Print object contents for object reference <object>. This corresponds to the output of --batch.

      -
      info <object>
      +
      info <object>
      -

      Print object info for object reference <object>. This corresponds to the +

      Print object info for object reference <object>. This corresponds to the output of --batch-check.

      flush
      @@ -401,16 +401,16 @@

      OUTPUT

      If -t is specified, one of the <type>.

      -

      If -s is specified, the size of the <object> in bytes.

      +

      If -s is specified, the size of the <object> in bytes.

      -

      If -e is specified, no output, unless the <object> is malformed.

      +

      If -e is specified, no output, unless the <object> is malformed.

      -

      If -p is specified, the contents of <object> are pretty-printed.

      +

      If -p is specified, the contents of <object> are pretty-printed.

      -

      If <type> is specified, the raw (though uncompressed) contents of the <object> +

      If <type> is specified, the raw (though uncompressed) contents of the <object> will be returned.

      @@ -508,7 +508,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -516,7 +516,7 @@

      BATCH OUTPUT<

      -
      <object> SP ambiguous LF
      +
      <object> SP ambiguous LF
      @@ -541,7 +541,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -550,7 +550,7 @@

      BATCH OUTPUT<
      dangling SP <size> LF
      -<object> LF
      +<object> LF

      @@ -560,7 +560,7 @@

      BATCH OUTPUT<
      loop SP <size> LF
      -<object> LF
      +<object> LF
      @@ -570,7 +570,7 @@

      BATCH OUTPUT<
      notdir SP <size> LF
      -<object> LF
      +<object> LF
      diff --git a/external/docs/content/docs/git-cat-file/2.5.6.html b/external/docs/content/docs/git-cat-file/2.5.6.html index c5ae688868..3256a1a709 100644 --- a/external/docs/content/docs/git-cat-file/2.5.6.html +++ b/external/docs/content/docs/git-cat-file/2.5.6.html @@ -39,7 +39,7 @@

      NAME

      SYNOPSIS

      -
      git cat-file (-t [--allow-unknown-type]| -s [--allow-unknown-type]| -e | -p | <type> | --textconv ) <object>
      +
      git cat-file (-t [--allow-unknown-type]| -s [--allow-unknown-type]| -e | -p | <type> | --textconv ) <object>
       git cat-file (--batch | --batch-check) [--follow-symlinks] < <list-of-objects>
      @@ -64,7 +64,7 @@

      OPTIONS

      -
      <object>
      +
      <object>

      The name of the object to show. For a more complete list of ways to spell object names, see @@ -73,35 +73,35 @@

      OPTIONS

      -t

      Instead of the content, show the object type identified by -<object>.

      +<object>.

      -s

      Instead of the content, show the object size identified by -<object>.

      +<object>.

      -e
      -

      Suppress all output; instead exit with zero status if <object> +

      Suppress all output; instead exit with zero status if <object> exists and is a valid object.

      -p
      -

      Pretty-print the contents of <object> based on its type.

      +

      Pretty-print the contents of <object> based on its type.

      <type>
      -

      Typically this matches the real type of <object> but asking +

      Typically this matches the real type of <object> but asking for a type that can trivially be dereferenced from the given -<object> is also permitted. An example is to ask for a -"tree" with <object> being a commit object that contains it, -or to ask for a "blob" with <object> being a tag object that +<object> is also permitted. An example is to ask for a +"tree" with <object> being a commit object that contains it, +or to ask for a "blob" with <object> being a tag object that points at it.

      --textconv

      Show the content as transformed by a textconv filter. In this case, -<object> has be of the form <tree-ish>:<path>, or :<path> in order +<object> has be of the form <tree-ish>:<path>, or :<path> in order to apply the filter to the content recorded in the index at <path>.

      --batch
      @@ -219,16 +219,16 @@

      OUTPUT

      If -t is specified, one of the <type>.

      -

      If -s is specified, the size of the <object> in bytes.

      +

      If -s is specified, the size of the <object> in bytes.

      If -e is specified, no output.

      -

      If -p is specified, the contents of <object> are pretty-printed.

      +

      If -p is specified, the contents of <object> are pretty-printed.

      -

      If <type> is specified, the raw (though uncompressed) contents of the <object> +

      If <type> is specified, the raw (though uncompressed) contents of the <object> will be returned.

      @@ -317,7 +317,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -342,7 +342,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -351,7 +351,7 @@

      BATCH OUTPUT<
      dangling SP <size> LF
      -<object> LF
      +<object> LF
      @@ -361,7 +361,7 @@

      BATCH OUTPUT<
      loop SP <size> LF
      -<object> LF
      +<object> LF
      @@ -371,7 +371,7 @@

      BATCH OUTPUT<
      notdir SP <size> LF
      -<object> LF
      +<object> LF
      diff --git a/external/docs/content/docs/git-cat-file/2.50.0.html b/external/docs/content/docs/git-cat-file/2.50.0.html index ffae5414ef..fe9f4102eb 100644 --- a/external/docs/content/docs/git-cat-file/2.50.0.html +++ b/external/docs/content/docs/git-cat-file/2.50.0.html @@ -40,8 +40,8 @@

      NAME

      SYNOPSIS

      -
      git cat-file <type> <object>
      -git cat-file (-e | -p | -t | -s) <object>
      +
      git cat-file <type> <object>
      +git cat-file (-e | -p | -t | -s) <object>
       git cat-file (--textconv | --filters)
       	     [<rev>:<path|tree-ish> | --path=<path|tree-ish> <rev>]
       git cat-file (--batch | --batch-check | --batch-command) [--batch-all-objects]
      @@ -75,7 +75,7 @@ 

      OPTIONS

      -
      <object>
      +
      <object>

      The name of the object to show. For a more complete list of ways to spell object names, see @@ -84,32 +84,32 @@

      OPTIONS

      -t

      Instead of the content, show the object type identified by -<object>.

      +<object>.

      -s

      Instead of the content, show the object size identified by -<object>. If used with --use-mailmap option, will show +<object>. If used with --use-mailmap option, will show the size of updated object after replacing idents using the mailmap mechanism.

      -e
      -

      Exit with zero status if <object> exists and is a valid -object. If <object> is of an invalid format, exit with non-zero +

      Exit with zero status if <object> exists and is a valid +object. If <object> is of an invalid format, exit with non-zero status and emit an error on stderr.

      -p
      -

      Pretty-print the contents of <object> based on its type.

      +

      Pretty-print the contents of <object> based on its type.

      <type>
      -

      Typically this matches the real type of <object> but asking +

      Typically this matches the real type of <object> but asking for a type that can trivially be dereferenced from the given -<object> is also permitted. An example is to ask for a -"tree" with <object> being a commit object that contains it, -or to ask for a "blob" with <object> being a tag object that +<object> is also permitted. An example is to ask for a +"tree" with <object> being a commit object that contains it, +or to ask for a "blob" with <object> being a tag object that points at it.

      --[no-]mailmap
      @@ -122,7 +122,7 @@

      OPTIONS

      --textconv

      Show the content as transformed by a textconv filter. In this case, -<object> has to be of the form <tree-ish>:<path>, or :<path> in +<object> has to be of the form <tree-ish>:<path>, or :<path> in order to apply the filter to the content recorded in the index at <path>.

      @@ -130,8 +130,8 @@

      OPTIONS

      Show the content as converted by the filters configured in the current working tree for the given <path> (i.e. smudge filters, -end-of-line conversion, etc). In this case, <object> has to be of -the form <tree-ish>:<path>, or :<path>.

      +end-of-line conversion, etc). In this case, <object> has to be of +the form <tree-ish>:<path>, or :<path>.

      --filter=<filter-spec>
      --no-filter
      @@ -247,14 +247,14 @@

      OPTIONS

      -
      contents <object>
      +
      contents <object>
      -

      Print object contents for object reference <object>. This corresponds to +

      Print object contents for object reference <object>. This corresponds to the output of --batch.

      -
      info <object>
      +
      info <object>
      -

      Print object info for object reference <object>. This corresponds to the +

      Print object info for object reference <object>. This corresponds to the output of --batch-check.

      flush
      @@ -408,16 +408,16 @@

      OUTPUT

      If -t is specified, one of the <type>.

      -

      If -s is specified, the size of the <object> in bytes.

      +

      If -s is specified, the size of the <object> in bytes.

      -

      If -e is specified, no output, unless the <object> is malformed.

      +

      If -e is specified, no output, unless the <object> is malformed.

      -

      If -p is specified, the contents of <object> are pretty-printed.

      +

      If -p is specified, the contents of <object> are pretty-printed.

      -

      If <type> is specified, the raw (though uncompressed) contents of the <object> +

      If <type> is specified, the raw (though uncompressed) contents of the <object> will be returned.

      @@ -515,7 +515,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -524,7 +524,7 @@

      BATCH OUTPUT<

      -
      <object> SP excluded LF
      +
      <object> SP excluded LF
      @@ -532,7 +532,7 @@

      BATCH OUTPUT<

      -
      <object> SP ambiguous LF
      +
      <object> SP ambiguous LF
      @@ -557,7 +557,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -566,7 +566,7 @@

      BATCH OUTPUT<
      dangling SP <size> LF
      -<object> LF
      +<object> LF

      @@ -576,7 +576,7 @@

      BATCH OUTPUT<
      loop SP <size> LF
      -<object> LF
      +<object> LF
      @@ -586,7 +586,7 @@

      BATCH OUTPUT<
      notdir SP <size> LF
      -<object> LF
      +<object> LF
      diff --git a/external/docs/content/docs/git-cat-file/2.51.0.html b/external/docs/content/docs/git-cat-file/2.51.0.html index ff020438e3..0f58940e50 100644 --- a/external/docs/content/docs/git-cat-file/2.51.0.html +++ b/external/docs/content/docs/git-cat-file/2.51.0.html @@ -39,8 +39,8 @@

      NAME

      SYNOPSIS

      -
      git cat-file <type> <object>
      -git cat-file (-e | -p | -t | -s) <object>
      +
      git cat-file <type> <object>
      +git cat-file (-e | -p | -t | -s) <object>
       git cat-file (--textconv | --filters)
       	     [<rev>:<path|tree-ish> | --path=<path|tree-ish> <rev>]
       git cat-file (--batch | --batch-check | --batch-command) [--batch-all-objects]
      @@ -74,7 +74,7 @@ 

      OPTIONS

      -
      <object>
      +
      <object>

      The name of the object to show. For a more complete list of ways to spell object names, see @@ -83,32 +83,32 @@

      OPTIONS

      -t

      Instead of the content, show the object type identified by -<object>.

      +<object>.

      -s

      Instead of the content, show the object size identified by -<object>. If used with --use-mailmap option, will show +<object>. If used with --use-mailmap option, will show the size of updated object after replacing idents using the mailmap mechanism.

      -e
      -

      Exit with zero status if <object> exists and is a valid -object. If <object> is of an invalid format, exit with non-zero +

      Exit with zero status if <object> exists and is a valid +object. If <object> is of an invalid format, exit with non-zero status and emit an error on stderr.

      -p
      -

      Pretty-print the contents of <object> based on its type.

      +

      Pretty-print the contents of <object> based on its type.

      <type>
      -

      Typically this matches the real type of <object> but asking +

      Typically this matches the real type of <object> but asking for a type that can trivially be dereferenced from the given -<object> is also permitted. An example is to ask for a -"tree" with <object> being a commit object that contains it, -or to ask for a "blob" with <object> being a tag object that +<object> is also permitted. An example is to ask for a +"tree" with <object> being a commit object that contains it, +or to ask for a "blob" with <object> being a tag object that points at it.

      --[no-]mailmap
      @@ -121,7 +121,7 @@

      OPTIONS

      --textconv

      Show the content as transformed by a textconv filter. In this case, -<object> has to be of the form <tree-ish>:<path>, or :<path> in +<object> has to be of the form <tree-ish>:<path>, or :<path> in order to apply the filter to the content recorded in the index at <path>.

      @@ -129,8 +129,8 @@

      OPTIONS

      Show the content as converted by the filters configured in the current working tree for the given <path> (i.e. smudge filters, -end-of-line conversion, etc). In this case, <object> has to be of -the form <tree-ish>:<path>, or :<path>.

      +end-of-line conversion, etc). In this case, <object> has to be of +the form <tree-ish>:<path>, or :<path>.

      --filter=<filter-spec>
      --no-filter
      @@ -246,14 +246,14 @@

      OPTIONS

      -
      contents <object>
      +
      contents <object>
      -

      Print object contents for object reference <object>. This corresponds to +

      Print object contents for object reference <object>. This corresponds to the output of --batch.

      -
      info <object>
      +
      info <object>
      -

      Print object info for object reference <object>. This corresponds to the +

      Print object info for object reference <object>. This corresponds to the output of --batch-check.

      flush
      @@ -407,16 +407,16 @@

      OUTPUT

      If -t is specified, one of the <type>.

      -

      If -s is specified, the size of the <object> in bytes.

      +

      If -s is specified, the size of the <object> in bytes.

      -

      If -e is specified, no output, unless the <object> is malformed.

      +

      If -e is specified, no output, unless the <object> is malformed.

      -

      If -p is specified, the contents of <object> are pretty-printed.

      +

      If -p is specified, the contents of <object> are pretty-printed.

      -

      If <type> is specified, the raw (though uncompressed) contents of the <object> +

      If <type> is specified, the raw (though uncompressed) contents of the <object> will be returned.

      @@ -520,7 +520,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -529,7 +529,7 @@

      BATCH OUTPUT<

      -
      <object> SP excluded LF
      +
      <object> SP excluded LF
      @@ -537,7 +537,7 @@

      BATCH OUTPUT<

      -
      <object> SP ambiguous LF
      +
      <object> SP ambiguous LF
      @@ -572,7 +572,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -581,7 +581,7 @@

      BATCH OUTPUT<
      dangling SP <size> LF
      -<object> LF
      +<object> LF

      @@ -591,7 +591,7 @@

      BATCH OUTPUT<
      loop SP <size> LF
      -<object> LF
      +<object> LF
      @@ -601,7 +601,7 @@

      BATCH OUTPUT<
      notdir SP <size> LF
      -<object> LF
      +<object> LF
      diff --git a/external/docs/content/docs/git-cat-file/2.6.7.html b/external/docs/content/docs/git-cat-file/2.6.7.html index 00d89ac794..351f0ffd12 100644 --- a/external/docs/content/docs/git-cat-file/2.6.7.html +++ b/external/docs/content/docs/git-cat-file/2.6.7.html @@ -41,7 +41,7 @@

      NAME

      SYNOPSIS

      -
      git cat-file (-t [--allow-unknown-type]| -s [--allow-unknown-type]| -e | -p | <type> | --textconv ) <object>
      +
      git cat-file (-t [--allow-unknown-type]| -s [--allow-unknown-type]| -e | -p | <type> | --textconv ) <object>
       git cat-file (--batch | --batch-check) [--follow-symlinks]
      @@ -66,7 +66,7 @@

      OPTIONS

      -
      <object>
      +
      <object>

      The name of the object to show. For a more complete list of ways to spell object names, see @@ -75,35 +75,35 @@

      OPTIONS

      -t

      Instead of the content, show the object type identified by -<object>.

      +<object>.

      -s

      Instead of the content, show the object size identified by -<object>.

      +<object>.

      -e
      -

      Suppress all output; instead exit with zero status if <object> +

      Suppress all output; instead exit with zero status if <object> exists and is a valid object.

      -p
      -

      Pretty-print the contents of <object> based on its type.

      +

      Pretty-print the contents of <object> based on its type.

      <type>
      -

      Typically this matches the real type of <object> but asking +

      Typically this matches the real type of <object> but asking for a type that can trivially be dereferenced from the given -<object> is also permitted. An example is to ask for a -"tree" with <object> being a commit object that contains it, -or to ask for a "blob" with <object> being a tag object that +<object> is also permitted. An example is to ask for a +"tree" with <object> being a commit object that contains it, +or to ask for a "blob" with <object> being a tag object that points at it.

      --textconv

      Show the content as transformed by a textconv filter. In this case, -<object> has be of the form <tree-ish>:<path>, or :<path> in order +<object> has be of the form <tree-ish>:<path>, or :<path> in order to apply the filter to the content recorded in the index at <path>.

      --batch
      @@ -237,16 +237,16 @@

      OUTPUT

      If -t is specified, one of the <type>.

      -

      If -s is specified, the size of the <object> in bytes.

      +

      If -s is specified, the size of the <object> in bytes.

      If -e is specified, no output.

      -

      If -p is specified, the contents of <object> are pretty-printed.

      +

      If -p is specified, the contents of <object> are pretty-printed.

      -

      If <type> is specified, the raw (though uncompressed) contents of the <object> +

      If <type> is specified, the raw (though uncompressed) contents of the <object> will be returned.

      @@ -335,7 +335,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -360,7 +360,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -369,7 +369,7 @@

      BATCH OUTPUT<
      dangling SP <size> LF
      -<object> LF
      +<object> LF
      @@ -379,7 +379,7 @@

      BATCH OUTPUT<
      loop SP <size> LF
      -<object> LF
      +<object> LF
      @@ -389,7 +389,7 @@

      BATCH OUTPUT<
      notdir SP <size> LF
      -<object> LF
      +<object> LF
      diff --git a/external/docs/content/docs/git-cat-file/2.9.5.html b/external/docs/content/docs/git-cat-file/2.9.5.html index 8462b23441..52167c6bf6 100644 --- a/external/docs/content/docs/git-cat-file/2.9.5.html +++ b/external/docs/content/docs/git-cat-file/2.9.5.html @@ -40,7 +40,7 @@

      NAME

      SYNOPSIS

      -
      git cat-file (-t [--allow-unknown-type]| -s [--allow-unknown-type]| -e | -p | <type> | --textconv ) <object>
      +
      git cat-file (-t [--allow-unknown-type]| -s [--allow-unknown-type]| -e | -p | <type> | --textconv ) <object>
       git cat-file (--batch | --batch-check) [--follow-symlinks]
      @@ -65,7 +65,7 @@

      OPTIONS

      -
      <object>
      +
      <object>

      The name of the object to show. For a more complete list of ways to spell object names, see @@ -74,35 +74,35 @@

      OPTIONS

      -t

      Instead of the content, show the object type identified by -<object>.

      +<object>.

      -s

      Instead of the content, show the object size identified by -<object>.

      +<object>.

      -e
      -

      Suppress all output; instead exit with zero status if <object> +

      Suppress all output; instead exit with zero status if <object> exists and is a valid object.

      -p
      -

      Pretty-print the contents of <object> based on its type.

      +

      Pretty-print the contents of <object> based on its type.

      <type>
      -

      Typically this matches the real type of <object> but asking +

      Typically this matches the real type of <object> but asking for a type that can trivially be dereferenced from the given -<object> is also permitted. An example is to ask for a -"tree" with <object> being a commit object that contains it, -or to ask for a "blob" with <object> being a tag object that +<object> is also permitted. An example is to ask for a +"tree" with <object> being a commit object that contains it, +or to ask for a "blob" with <object> being a tag object that points at it.

      --textconv

      Show the content as transformed by a textconv filter. In this case, -<object> has be of the form <tree-ish>:<path>, or :<path> in order +<object> has be of the form <tree-ish>:<path>, or :<path> in order to apply the filter to the content recorded in the index at <path>.

      --batch
      @@ -236,16 +236,16 @@

      OUTPUT

      If -t is specified, one of the <type>.

      -

      If -s is specified, the size of the <object> in bytes.

      +

      If -s is specified, the size of the <object> in bytes.

      If -e is specified, no output.

      -

      If -p is specified, the contents of <object> are pretty-printed.

      +

      If -p is specified, the contents of <object> are pretty-printed.

      -

      If <type> is specified, the raw (though uncompressed) contents of the <object> +

      If <type> is specified, the raw (though uncompressed) contents of the <object> will be returned.

      @@ -334,7 +334,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -359,7 +359,7 @@

      BATCH OUTPUT<

      -
      <object> SP missing LF
      +
      <object> SP missing LF
      @@ -368,7 +368,7 @@

      BATCH OUTPUT<
      dangling SP <size> LF
      -<object> LF
      +<object> LF
      @@ -378,7 +378,7 @@

      BATCH OUTPUT<
      loop SP <size> LF
      -<object> LF
      +<object> LF
      @@ -388,7 +388,7 @@

      BATCH OUTPUT<
      notdir SP <size> LF
      -<object> LF
      +<object> LF
      diff --git a/external/docs/content/docs/git-cat-file/fr.html b/external/docs/content/docs/git-cat-file/fr.html index 26f4e6fe4e..95c995796a 100644 --- a/external/docs/content/docs/git-cat-file/fr.html +++ b/external/docs/content/docs/git-cat-file/fr.html @@ -73,13 +73,13 @@

      OPTIONS

      -
      <objet>
      +
      <objet>

      Le nom de l’objet à afficher. Pour une liste plus complète des façons d’épeler les noms d’objets, voir la section « SPÉCIFICATION DE RÉVISIONS" dans gitrevisions[7].

      -t
      -

      Au lieu du contenu, afficher le type d’objet identifié par <objet>.

      +

      Au lieu du contenu, afficher le type d’objet identifié par <objet>.

      -s
      @@ -87,15 +87,15 @@

      OPTIONS

      -e
      -

      Sortir avec un statut nul si <objet> existe et est un objet valide. Si <objet> est d’un format invalide, sortir avec un état non-zéro et émettre une erreur sur stderr.

      +

      Sortir avec un statut nul si <objet> existe et est un objet valide. Si <objet> est d’un format invalide, sortir avec un état non-zéro et émettre une erreur sur stderr.

      -p
      -

      Formater l’affichage du contenu de <objet> en fonction de son type.

      +

      Formater l’affichage du contenu de <objet> en fonction de son type.

      <type>
      -

      Typiquement, cela correspond au type réel de <objet> mais la demande d’un type qui peut trivialement être déréférencé à partir du <objet> donné est également autorisée. Un exemple est de demander un "tree" avec <objet> étant un objet commit qui le contient, ou de demander un "blob" avec <objet> étant un objet tag qui le pointe.

      +

      Typiquement, cela correspond au type réel de <objet> mais la demande d’un type qui peut trivialement être déréférencé à partir du <objet> donné est également autorisée. Un exemple est de demander un "tree" avec <objet> étant un objet commit qui le contient, ou de demander un "blob" avec <objet> étant un objet tag qui le pointe.

      --[no-]mailmap
      --[no-]use-mailmap
      @@ -104,11 +104,11 @@

      OPTIONS

      --textconv
      -

      Afficher le contenu tel que transformé par un filtre textconv. Dans ce cas, <objet> doit être de la forme <arbre-esque>:<chemin>, ou :<chemin> afin d’appliquer le filtre au contenu enregistré dans l’index à <chemin>.

      +

      Afficher le contenu tel que transformé par un filtre textconv. Dans ce cas, <objet> doit être de la forme <arbre-esque>:<chemin>, ou :<chemin> afin d’appliquer le filtre au contenu enregistré dans l’index à <chemin>.

      --filters
      -

      Afficher le contenu tel qu’il a été converti par les filtres configurés dans l’arbre de travail actuel pour le <chemin> donné (c’est-à-dire les filtres de maculage, la conversion de fin de ligne, etc). Dans ce cas, <objet> doit être de la forme <arbre-esque>:<chemin>, ou :<chemin>.

      +

      Afficher le contenu tel qu’il a été converti par les filtres configurés dans l’arbre de travail actuel pour le <chemin> donné (c’est-à-dire les filtres de maculage, la conversion de fin de ligne, etc). Dans ce cas, <objet> doit être de la forme <arbre-esque>:<chemin>, ou :<chemin>.

      --filter=<spéc. du filtre>
      --no-filter
      @@ -193,11 +193,11 @@

      OPTIONS

      -
      contents <objet>
      +
      contents <objet>

      Print object contents for object reference <object>. This corresponds to the output of --batch.

      -
      info <objet>
      +
      info <objet>

      Print object info for object reference <object>. This corresponds to the output of --batch-check.

      @@ -313,16 +313,16 @@

      SORTIE

      Si -t est spécifié, un des <type>.

      -

      Si -s est spécifié, la taille de l'<objet> en octets.

      +

      Si -s est spécifié, la taille de l'<objet> en octets.

      -

      Si -e est spécifié, aucune sortie, à moins que le <objet> soit malformé.

      +

      Si -e est spécifié, aucune sortie, à moins que le <objet> soit malformé.

      -

      Si -p est spécifié, le contenu de <objet> est formatté à l’affichage.

      +

      Si -p est spécifié, le contenu de <objet> est formatté à l’affichage.

      -

      Si <type> est spécifié, le contenu brut (mais non compressé) de l'<objet> sera retourné.

      +

      Si <type> est spécifié, le contenu brut (mais non compressé) de l'<objet> sera retourné.

      @@ -394,7 +394,7 @@

      SORTIE DE L

      -
      <objet> SP missing LF
      +
      <objet> SP missing LF
      @@ -402,7 +402,7 @@

      SORTIE DE L

      -
      <objet> SP excluded LF
      +
      <objet> SP excluded LF
      @@ -410,7 +410,7 @@

      SORTIE DE L

      -
      <objet> SP ambiguous LF
      +
      <objet> SP ambiguous LF
      @@ -430,7 +430,7 @@

      SORTIE DE L

      -
      <objet> SP missing LF
      +
      <objet> SP missing LF
      @@ -439,7 +439,7 @@

      SORTIE DE L
      dangling SP <taille> LF
      -<objet> LF
      +<objet> LF
      @@ -448,7 +448,7 @@

      SORTIE DE L
      loop SP <taille> LF
      -<objet> LF
      +<objet> LF
      @@ -457,7 +457,7 @@

      SORTIE DE L
      notdir SP <taille> LF
      -<objet> LF
      +<objet> LF
      diff --git a/external/docs/content/docs/git-cat-file/zh_HANS-CN.html b/external/docs/content/docs/git-cat-file/zh_HANS-CN.html index a073d808df..820e8a332e 100644 --- a/external/docs/content/docs/git-cat-file/zh_HANS-CN.html +++ b/external/docs/content/docs/git-cat-file/zh_HANS-CN.html @@ -71,29 +71,29 @@

      选项

      -
      <对象>
      +
      <对象>

      要显示的对象名称。 有关拼写对象名称的更完整列表,请参阅 gitrevisions[7] 中的 “指定修订” 部分。

      -t
      -

      不显示内容,而是显示由 <对象> 标识的对象类型。

      +

      不显示内容,而是显示由 <对象> 标识的对象类型。

      -s
      -

      不显示内容,而是显示由 <对象> 标识的对象大小。如果与 --use-mailmap 选项一起使用,则会显示使用邮件映射机制替换标识符后更新对象的大小。

      +

      不显示内容,而是显示由 <对象> 标识的对象大小。如果与 --use-mailmap 选项一起使用,则会显示使用邮件映射机制替换标识符后更新对象的大小。

      -e
      -

      如果 <对象> 存在且是有效对象,则以零状态退出。如果 <对象> 的格式无效,则以非零状态退出,并在标准错误流上显示错误信息。

      +

      如果 <对象> 存在且是有效对象,则以零状态退出。如果 <对象> 的格式无效,则以非零状态退出,并在标准错误流上显示错误信息。

      -p
      -

      根据 <对象> 的类型漂亮地打印其内容。

      +

      根据 <对象> 的类型漂亮地打印其内容。

      <类型>
      -

      通常情况下,这与 <对象> 的真实类型相匹配,但也允许要求一个可以从给定的 <对象> 中简单地反向引用的类型。 例如,要求输入 “目录树”,而 <对象> 是包含它的提交对象,或者要求输入 "blob",而 <对象> 是指向它的标记对象。

      +

      通常情况下,这与 <对象> 的真实类型相匹配,但也允许要求一个可以从给定的 <对象> 中简单地反向引用的类型。 例如,要求输入 “目录树”,而 <对象> 是包含它的提交对象,或者要求输入 "blob",而 <对象> 是指向它的标记对象。

      --[no-]mailmap
      --[no-]use-mailmap
      @@ -102,11 +102,11 @@

      选项

      --textconv
      -

      显示经 textconv 过滤器转换的内容。在这种情况下,<对象> 必须是 <目录树对象>:<路径>:<路径> 形式,以便将过滤器应用于 <路径> 处索引中记录的内容。

      +

      显示经 textconv 过滤器转换的内容。在这种情况下,<对象> 必须是 <目录树对象>:<路径>:<路径> 形式,以便将过滤器应用于 <路径> 处索引中记录的内容。

      --filters
      -

      显示经当前工作树中为给定的 <路径> 配置的过滤器(即污点过滤器、行结束符转换等)转换后的内容。在这种情况下,<对象> 的形式必须是`<目录树对象>:<路径>,或 `:<路径>

      +

      显示经当前工作树中为给定的 <路径> 配置的过滤器(即污点过滤器、行结束符转换等)转换后的内容。在这种情况下,<对象> 的形式必须是`<目录树对象>:<路径>,或 `:<路径>

      --filter=<过滤器定义>
      --no-filter
      @@ -191,13 +191,13 @@

      选项

      -
      contents <对象>
      +
      contents <对象>
      -

      打印对象引用 <对象> 的对象内容。这相当于 --batch 的输出。

      +

      打印对象引用 <对象> 的对象内容。这相当于 --batch 的输出。

      -
      info <对象>
      +
      info <对象>
      -

      打印对象引用 <对象> 的对象信息。这相当于 --batch-check 的输出。

      +

      打印对象引用 <对象> 的对象信息。这相当于 --batch-check 的输出。

      flush (刷新)
      @@ -311,16 +311,16 @@

      输出

      如果指定了 -t,则是 <类型> 中的一个。

      -

      如果指定了 -s,则是 <对象> 的大小(以字节为单位)。

      +

      如果指定了 -s,则是 <对象> 的大小(以字节为单位)。

      -

      如果指定了 -e,则没有输出,除非 <对象> 是畸形的。

      +

      如果指定了 -e,则没有输出,除非 <对象> 是畸形的。

      -

      如果指定了 -p,则会对 <对象> 的内容进行漂亮打印。

      +

      如果指定了 -p,则会对 <对象> 的内容进行漂亮打印。

      -

      如果指定了 <类型>,则将返回 <对象> 的原始内容(尽管未压缩)。

      +

      如果指定了 <类型>,则将返回 <对象> 的原始内容(尽管未压缩)。

      @@ -392,7 +392,7 @@

      批输出

      -
      <对象> SP 丢失 LF
      +
      <对象> SP 丢失 LF
      @@ -408,7 +408,7 @@

      批输出

      -
      <对象> SP ambiguous LF
      +
      <对象> SP ambiguous LF
      @@ -428,7 +428,7 @@

      批输出

      -
      <对象> SP 丢失 LF
      +
      <对象> SP 丢失 LF
      @@ -437,7 +437,7 @@

      批输出

      dangling SP <尺寸> LF
      -<对象> LF
      +<对象> LF
      @@ -446,7 +446,7 @@

      批输出

      loop SP <尺寸> LF
      -<对象> LF
      +<对象> LF
      @@ -455,7 +455,7 @@

      批输出

      notdir SP <尺寸> LF
      -<对象> LF
      +<对象> LF
      diff --git a/external/docs/content/docs/git-check-attr.html b/external/docs/content/docs/git-check-attr.html index 44273a4101..7d1b8743e8 100644 --- a/external/docs/content/docs/git-check-attr.html +++ b/external/docs/content/docs/git-check-attr.html @@ -40,8 +40,8 @@

      NAME

      SYNOPSIS

      -
      git check-attr [--source <tree-ish>] [-a | --all | <attr>…​] [--] <pathname>…​
      -git check-attr --stdin [-z] [--source <tree-ish>] [-a | --all | <attr>…​]
      +
      git check-attr [--source <tree-ish>] [-a | --all | <attr>…​] [--] <pathname>…​
      +git check-attr --stdin [-z] [--source <tree-ish>] [-a | --all | <attr>…​]
      @@ -80,7 +80,7 @@

      OPTIONS

      If --stdin is also given, input paths are separated with a NUL character instead of a linefeed character.

      -
      --source=<tree-ish>
      +
      --source=<tree-ish>

      Check attributes against the specified tree-ish. It is common to specify the source tree by naming a commit, branch, or tag associated diff --git a/external/docs/content/docs/git-check-attr/2.40.0.html b/external/docs/content/docs/git-check-attr/2.40.0.html index 701980662d..24adc66dc2 100644 --- a/external/docs/content/docs/git-check-attr/2.40.0.html +++ b/external/docs/content/docs/git-check-attr/2.40.0.html @@ -52,8 +52,8 @@

      NAME

      SYNOPSIS

      -
      git check-attr [--source <tree-ish>] [-a | --all | <attr>…​] [--] <pathname>…​
      -git check-attr --stdin [-z] [--source <tree-ish>] [-a | --all | <attr>…​]
      +
      git check-attr [--source <tree-ish>] [-a | --all | <attr>…​] [--] <pathname>…​
      +git check-attr --stdin [-z] [--source <tree-ish>] [-a | --all | <attr>…​]
      @@ -92,7 +92,7 @@

      OPTIONS

      If --stdin is also given, input paths are separated with a NUL character instead of a linefeed character.

      -
      --source=<tree-ish>
      +
      --source=<tree-ish>

      Check attributes against the specified tree-ish. It is common to specify the source tree by naming a commit, branch or tag associated diff --git a/external/docs/content/docs/git-check-attr/2.43.0.html b/external/docs/content/docs/git-check-attr/2.43.0.html index dbda27ba9b..9055ea76b2 100644 --- a/external/docs/content/docs/git-check-attr/2.43.0.html +++ b/external/docs/content/docs/git-check-attr/2.43.0.html @@ -70,8 +70,8 @@

      NAME

      SYNOPSIS

      -
      git check-attr [--source <tree-ish>] [-a | --all | <attr>…​] [--] <pathname>…​
      -git check-attr --stdin [-z] [--source <tree-ish>] [-a | --all | <attr>…​]
      +
      git check-attr [--source <tree-ish>] [-a | --all | <attr>…​] [--] <pathname>…​
      +git check-attr --stdin [-z] [--source <tree-ish>] [-a | --all | <attr>…​]
      @@ -110,7 +110,7 @@

      OPTIONS

      If --stdin is also given, input paths are separated with a NUL character instead of a linefeed character.

      -
      --source=<tree-ish>
      +
      --source=<tree-ish>

      Check attributes against the specified tree-ish. It is common to specify the source tree by naming a commit, branch, or tag associated diff --git a/external/docs/content/docs/git-check-attr/2.50.0.html b/external/docs/content/docs/git-check-attr/2.50.0.html index cd2c6a4df5..0ee3a8249e 100644 --- a/external/docs/content/docs/git-check-attr/2.50.0.html +++ b/external/docs/content/docs/git-check-attr/2.50.0.html @@ -41,8 +41,8 @@

      NAME

      SYNOPSIS

      -
      git check-attr [--source <tree-ish>] [-a | --all | <attr>…​] [--] <pathname>…​
      -git check-attr --stdin [-z] [--source <tree-ish>] [-a | --all | <attr>…​]
      +
      git check-attr [--source <tree-ish>] [-a | --all | <attr>…​] [--] <pathname>…​
      +git check-attr --stdin [-z] [--source <tree-ish>] [-a | --all | <attr>…​]
      @@ -81,7 +81,7 @@

      OPTIONS

      If --stdin is also given, input paths are separated with a NUL character instead of a linefeed character.

      -
      --source=<tree-ish>
      +
      --source=<tree-ish>

      Check attributes against the specified tree-ish. It is common to specify the source tree by naming a commit, branch, or tag associated diff --git a/external/docs/content/docs/git-check-attr/fr.html b/external/docs/content/docs/git-check-attr/fr.html index 4083836356..583c483e0a 100644 --- a/external/docs/content/docs/git-check-attr/fr.html +++ b/external/docs/content/docs/git-check-attr/fr.html @@ -41,8 +41,8 @@

      NOM

      SYNOPSIS

      -
      git check-attr [--source <arbre-esque>] [-a | --all | <attr>…​] [--] <nom-de-chemin>…​
      -git check-attr --stdin [-z] [--source <arbre-esque>] [-a | --all | <attr>…​]
      +
      git check-attr [--source <arbre-esque>] [-a | --all | <attr>…​] [--] <nom-de-chemin>…​
      +git check-attr --stdin [-z] [--source <arbre-esque>] [-a | --all | <attr>…​]
      @@ -75,7 +75,7 @@

      OPTIONS

      Le format de sortie est modifié pour être analysable par la machine. Si --stdin est également donné, les chemins d’entrée sont séparés par un caractère NUL au lieu d’un caractère de saut de ligne.

      -
      --source=<arbre-esque>
      +
      --source=<arbre-esque>

      Vérifier les attributs par rapport à l’arbre-esque spécifié. Il est courant de spécifier l’arbre source en nommant un commit, une branche ou une étiquette qui lui est associée.

      diff --git a/external/docs/content/docs/git-checkout-index/fr.html b/external/docs/content/docs/git-checkout-index/fr.html index bebf655399..18901a7733 100644 --- a/external/docs/content/docs/git-checkout-index/fr.html +++ b/external/docs/content/docs/git-checkout-index/fr.html @@ -39,7 +39,7 @@

      NOM

      SYNOPSIS

      -
      git checkout-index [-u] [-q] [-a] [-f] [-n] [--prefix=<chaîne>]
      +
      git checkout-index [-u] [-q] [-a] [-f] [-n] [--prefix=<chaîne>]
       		   [--stage=<nombre>|all]
       		   [--temp]
       		   [--ignore-skip-worktree-bits]
      @@ -86,7 +86,7 @@ 

      OPTIONS

      Ne pas extraire de nouveaux fichiers, seulement rafraîchir les fichiers déjà extraits.

      -
      --prefix=<chaîne>
      +
      --prefix=<chaîne>

      Lors de la création de fichiers, les préfixer avec <chaine> (généralement un répertoire incluant une terminaison /)

      diff --git a/external/docs/content/docs/git-checkout.html b/external/docs/content/docs/git-checkout.html index 21feb623c2..89751689a3 100644 --- a/external/docs/content/docs/git-checkout.html +++ b/external/docs/content/docs/git-checkout.html @@ -44,15 +44,15 @@

      NAME

      SYNOPSIS

      -
      git checkout [-q] [-f] [-m] [<branch>]
      -git checkout [-q] [-f] [-m] --detach [<branch>]
      -git checkout [-q] [-f] [-m] [--detach] <commit>
      +
      git checkout [-q] [-f] [-m] [<branch>]
      +git checkout [-q] [-f] [-m] --detach [<branch>]
      +git checkout [-q] [-f] [-m] [--detach] <commit>
       git checkout [-q] [-f] [-m] [[-b|-B|--orphan] <new-branch>] [<start-point>]
      -git checkout [-f] <tree-ish> [--] <pathspec>…​
      -git checkout [-f] <tree-ish> --pathspec-from-file=<file> [--pathspec-file-nul]
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [--] <pathspec>…​
      +git checkout [-f] <tree-ish> [--] <pathspec>…​
      +git checkout [-f] <tree-ish> --pathspec-from-file=<file> [--pathspec-file-nul]
      +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [--] <pathspec>…​
       git checkout [-f|--ours|--theirs|-m|--conflict=<style>] --pathspec-from-file=<file> [--pathspec-file-nul]
      -git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      +git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      @@ -67,25 +67,25 @@

      DESCRIPTION

      -
      git checkout [<branch>]
      +
      git checkout [<branch>]
      -

      To prepare for working on <branch>, switch to it by updating +

      To prepare for working on <branch>, switch to it by updating the index and the files in the working tree, and by pointing HEAD at the branch. Local modifications to the files in the working tree are kept, so that they can be committed to the -<branch>.

      +<branch>.

      -

      If <branch> is not found but there does exist a tracking branch in +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name and --no-guess is not specified, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>
      -

      You could omit <branch>, in which case the command degenerates to +

      You could omit <branch>, in which case the command degenerates to "check out the current branch", which is a glorified no-op with rather expensive side-effects to show only the tracking information, if it exists, for the current branch.

      @@ -105,8 +105,8 @@

      DESCRIPTION

      -
      $ git branch -f <branch> [<start-point>]
      -$ git checkout <branch>
      +
      $ git branch -f <branch> [<start-point>]
      +$ git checkout <branch>
      @@ -116,33 +116,33 @@

      DESCRIPTION

      -
      git checkout --detach [<branch>]
      -
      git checkout [--detach] <commit>
      +
      git checkout --detach [<branch>]
      +
      git checkout [--detach] <commit>
      -

      Prepare to work on top of <commit>, by detaching HEAD at it +

      Prepare to work on top of <commit>, by detaching HEAD at it (see "DETACHED HEAD" section), and updating the index and the files in the working tree. Local modifications to the files in the working tree are kept, so that the resulting working tree will be the state recorded in the commit plus the local modifications.

      -

      When the <commit> argument is a branch name, the --detach option can +

      When the <commit> argument is a branch name, the --detach option can be used to detach HEAD at the tip of the branch (git checkout -<branch> would check out that branch without detaching HEAD).

      +<branch> would check out that branch without detaching HEAD).

      -

      Omitting <branch> detaches HEAD at the tip of the current branch.

      +

      Omitting <branch> detaches HEAD at the tip of the current branch.

      -
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>...
      -
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]
      +
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>...
      +
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]

      Overwrite the contents of the files that match the pathspec. -When the <tree-ish> (most often a commit) is not given, +When the <tree-ish> (most often a commit) is not given, overwrite working tree with the contents in the index. -When the <tree-ish> is given, overwrite both the index and -the working tree with the contents at the <tree-ish>.

      +When the <tree-ish> is given, overwrite both the index and +the working tree with the contents at the <tree-ish>.

      The index may contain unmerged entries because of a previous failed merge. By default, if you try to check out such an entry from the index, the @@ -153,7 +153,7 @@

      DESCRIPTION

      -
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>...]
      +
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>...]

      This is similar to the previous mode, but lets you use the interactive interface to show the "diff" output and choose which @@ -256,21 +256,21 @@

      OPTIONS

      --guess
      --no-guess
      -

      If <branch> is not found but there does exist a tracking +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>

      If the branch exists in multiple remotes and one of them is named by the checkout.defaultRemote configuration variable, we’ll use that -one for the purposes of disambiguation, even if the <branch> isn’t +one for the purposes of disambiguation, even if the <branch> isn’t unique across all remotes. Set it to e.g. checkout.defaultRemote=origin to always checkout remote -branches from there if <branch> is ambiguous but exists on the +branches from there if <branch> is ambiguous but exists on the origin remote. See also checkout.defaultRemote in git-config[1].

      @@ -292,8 +292,8 @@

      OPTIONS

      Rather than checking out a branch to work on it, check out a commit for inspection and discardable experiments. -This is the default behavior of git checkout <commit> when -<commit> is not a branch name. See the "DETACHED HEAD" section +This is the default behavior of git checkout <commit> when +<commit> is not a branch name. See the "DETACHED HEAD" section below for details.

      --orphan <new-branch>
      @@ -369,9 +369,9 @@

      OPTIONS

      --patch

      Interactively select hunks in the difference between the -<tree-ish> (or the index, if unspecified) and the working +<tree-ish> (or the index, if unspecified) and the working tree. The chosen hunks are then applied in reverse to the -working tree (and if a <tree-ish> was specified, the index).

      +working tree (and if a <tree-ish> was specified, the index).

      This means that you can use git checkout -p to selectively discard edits from your current working tree. See the "Interactive Mode" @@ -426,8 +426,8 @@

      OPTIONS

      In the default overlay mode, git checkout never removes files from the index or the working tree. When specifying --no-overlay, files that appear in the index and -working tree, but not in <tree-ish> are removed, to make them -match <tree-ish> exactly.

      +working tree, but not in <tree-ish> are removed, to make them +match <tree-ish> exactly.

      --pathspec-from-file=<file>
      @@ -444,7 +444,7 @@

      OPTIONS

      separated with NUL character and all other characters are taken literally (including newlines and quotes).

      -
      <branch>
      +
      <branch>

      Branch to checkout; if it refers to a branch (i.e., a name that, when prepended with "refs/heads/", is a valid ref), then that @@ -476,7 +476,7 @@

      OPTIONS

      leave out at most one of <rev-a> and <rev-b>, in which case it defaults to HEAD.

      -
      <tree-ish>
      +
      <tree-ish>

      Tree to checkout from (when paths are given). If not specified, the index will be used.

      @@ -490,7 +490,7 @@

      OPTIONS

      Do not interpret any more arguments as options.

      -
      <pathspec>...
      +
      <pathspec>...

      Limits the paths affected by the operation.

      diff --git a/external/docs/content/docs/git-checkout/2.0.5.html b/external/docs/content/docs/git-checkout/2.0.5.html index 83ddf6a624..c4ab48b41f 100644 --- a/external/docs/content/docs/git-checkout/2.0.5.html +++ b/external/docs/content/docs/git-checkout/2.0.5.html @@ -40,12 +40,12 @@

      NAME

      SYNOPSIS

      -
      git checkout [-q] [-f] [-m] [<branch>]
      -git checkout [-q] [-f] [-m] --detach [<branch>]
      -git checkout [-q] [-f] [-m] [--detach] <commit>
      +
      git checkout [-q] [-f] [-m] [<branch>]
      +git checkout [-q] [-f] [-m] --detach [<branch>]
      +git checkout [-q] [-f] [-m] [--detach] <commit>
       git checkout [-q] [-f] [-m] [[-b|-B|--orphan] <new_branch>] [<start_point>]
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <paths>…​
      -git checkout [-p|--patch] [<tree-ish>] [--] [<paths>…​]
      +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <paths>…​ +git checkout [-p|--patch] [<tree-ish>] [--] [<paths>…​]
      @@ -60,25 +60,25 @@

      DESCRIPTION

      -
      git checkout <branch>
      +
      git checkout <branch>
      -

      To prepare for working on <branch>, switch to it by updating +

      To prepare for working on <branch>, switch to it by updating the index and the files in the working tree, and by pointing HEAD at the branch. Local modifications to the files in the working tree are kept, so that they can be committed to the -<branch>.

      +<branch>.

      -

      If <branch> is not found but there does exist a tracking branch in +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>
      -

      You could omit <branch>, in which case the command degenerates to +

      You could omit <branch>, in which case the command degenerates to "check out the current branch", which is a glorified no-op with a rather expensive side-effects to show only the tracking information, if exists, for the current branch.

      @@ -98,8 +98,8 @@

      DESCRIPTION

      -
      $ git branch -f <branch> [<start point>]
      -$ git checkout <branch>
      +
      $ git branch -f <branch> [<start point>]
      +$ git checkout <branch>
      @@ -107,33 +107,33 @@

      DESCRIPTION

      -
      git checkout --detach [<branch>]
      -
      git checkout [--detach] <commit>
      +
      git checkout --detach [<branch>]
      +
      git checkout [--detach] <commit>
      -

      Prepare to work on top of <commit>, by detaching HEAD at it +

      Prepare to work on top of <commit>, by detaching HEAD at it (see "DETACHED HEAD" section), and updating the index and the files in the working tree. Local modifications to the files in the working tree are kept, so that the resulting working tree will be the state recorded in the commit plus the local modifications.

      -

      When the <commit> argument is a branch name, the --detach option can +

      When the <commit> argument is a branch name, the --detach option can be used to detach HEAD at the tip of the branch (git checkout -<branch> would check out that branch without detaching HEAD).

      +<branch> would check out that branch without detaching HEAD).

      -

      Omitting <branch> detaches HEAD at the tip of the current branch.

      +

      Omitting <branch> detaches HEAD at the tip of the current branch.

      -
      git checkout [-p|--patch] [<tree-ish>] [--] <pathspec>…​
      +
      git checkout [-p|--patch] [<tree-ish>] [--] <pathspec>…​

      When <paths> or --patch are given, git checkout does not switch branches. It updates the named paths in the working tree -from the index file or from a named <tree-ish> (most often a +from the index file or from a named <tree-ish> (most often a commit). In this case, the -b and --track options are meaningless and giving either of them results in an error. The -<tree-ish> argument can be used to specify a specific tree-ish +<tree-ish> argument can be used to specify a specific tree-ish (i.e. commit, tag or tree) to update the index for the given paths before updating the working tree.

      @@ -220,8 +220,8 @@

      OPTIONS

      Rather than checking out a branch to work on it, check out a commit for inspection and discardable experiments. -This is the default behavior of "git checkout <commit>" when -<commit> is not a branch name. See the "DETACHED HEAD" section +This is the default behavior of "git checkout <commit>" when +<commit> is not a branch name. See the "DETACHED HEAD" section below for details.

      --orphan <new_branch>
      @@ -294,16 +294,16 @@

      OPTIONS

      --patch

      Interactively select hunks in the difference between the -<tree-ish> (or the index, if unspecified) and the working +<tree-ish> (or the index, if unspecified) and the working tree. The chosen hunks are then applied in reverse to the -working tree (and if a <tree-ish> was specified, the index).

      +working tree (and if a <tree-ish> was specified, the index).

      This means that you can use git checkout -p to selectively discard edits from your current working tree. See the “Interactive Mode” section of git-add[1] to learn how to operate the --patch mode.

      -
      <branch>
      +
      <branch>

      Branch to checkout; if it refers to a branch (i.e., a name that, when prepended with "refs/heads/", is a valid ref), then that @@ -330,7 +330,7 @@

      OPTIONS

      The name of a commit at which to start the new branch; see git-branch[1] for details. Defaults to HEAD.

      -
      <tree-ish>
      +
      <tree-ish>

      Tree to checkout from (when paths are given). If not specified, the index will be used.

      diff --git a/external/docs/content/docs/git-checkout/2.10.5.html b/external/docs/content/docs/git-checkout/2.10.5.html index 23f1ef19a5..4885e7248d 100644 --- a/external/docs/content/docs/git-checkout/2.10.5.html +++ b/external/docs/content/docs/git-checkout/2.10.5.html @@ -41,12 +41,12 @@

      NAME

      SYNOPSIS

      -
      git checkout [-q] [-f] [-m] [<branch>]
      -git checkout [-q] [-f] [-m] --detach [<branch>]
      -git checkout [-q] [-f] [-m] [--detach] <commit>
      +
      git checkout [-q] [-f] [-m] [<branch>]
      +git checkout [-q] [-f] [-m] --detach [<branch>]
      +git checkout [-q] [-f] [-m] [--detach] <commit>
       git checkout [-q] [-f] [-m] [[-b|-B|--orphan] <new_branch>] [<start_point>]
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <paths>…​
      -git checkout [-p|--patch] [<tree-ish>] [--] [<paths>…​]
      +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <paths>…​ +git checkout [-p|--patch] [<tree-ish>] [--] [<paths>…​]
      @@ -61,25 +61,25 @@

      DESCRIPTION

      -
      git checkout <branch>
      +
      git checkout <branch>
      -

      To prepare for working on <branch>, switch to it by updating +

      To prepare for working on <branch>, switch to it by updating the index and the files in the working tree, and by pointing HEAD at the branch. Local modifications to the files in the working tree are kept, so that they can be committed to the -<branch>.

      +<branch>.

      -

      If <branch> is not found but there does exist a tracking branch in +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>
      -

      You could omit <branch>, in which case the command degenerates to +

      You could omit <branch>, in which case the command degenerates to "check out the current branch", which is a glorified no-op with a rather expensive side-effects to show only the tracking information, if exists, for the current branch.

      @@ -99,8 +99,8 @@

      DESCRIPTION

      -
      $ git branch -f <branch> [<start point>]
      -$ git checkout <branch>
      +
      $ git branch -f <branch> [<start point>]
      +$ git checkout <branch>
      @@ -108,39 +108,39 @@

      DESCRIPTION

      -
      git checkout --detach [<branch>]
      -
      git checkout [--detach] <commit>
      +
      git checkout --detach [<branch>]
      +
      git checkout [--detach] <commit>
      -

      Prepare to work on top of <commit>, by detaching HEAD at it +

      Prepare to work on top of <commit>, by detaching HEAD at it (see "DETACHED HEAD" section), and updating the index and the files in the working tree. Local modifications to the files in the working tree are kept, so that the resulting working tree will be the state recorded in the commit plus the local modifications.

      -

      When the <commit> argument is a branch name, the --detach option can +

      When the <commit> argument is a branch name, the --detach option can be used to detach HEAD at the tip of the branch (git checkout -<branch> would check out that branch without detaching HEAD).

      +<branch> would check out that branch without detaching HEAD).

      -

      Omitting <branch> detaches HEAD at the tip of the current branch.

      +

      Omitting <branch> detaches HEAD at the tip of the current branch.

      -
      git checkout [-p|--patch] [<tree-ish>] [--] <pathspec>…​
      +
      git checkout [-p|--patch] [<tree-ish>] [--] <pathspec>…​

      When <paths> or --patch are given, git checkout does not switch branches. It updates the named paths in the working tree -from the index file or from a named <tree-ish> (most often a +from the index file or from a named <tree-ish> (most often a commit). In this case, the -b and --track options are meaningless and giving either of them results in an error. The -<tree-ish> argument can be used to specify a specific tree-ish +<tree-ish> argument can be used to specify a specific tree-ish (i.e. commit, tag or tree) to update the index for the given paths before updating the working tree.

      git checkout with <paths> or --patch is used to restore modified or deleted paths to their original contents from the index or replace paths -with the contents from a named <tree-ish> (most often a commit-ish).

      +with the contents from a named <tree-ish> (most often a commit-ish).

      The index may contain unmerged entries because of a previous failed merge. @@ -250,8 +250,8 @@

      OPTIONS

      Rather than checking out a branch to work on it, check out a commit for inspection and discardable experiments. -This is the default behavior of "git checkout <commit>" when -<commit> is not a branch name. See the "DETACHED HEAD" section +This is the default behavior of "git checkout <commit>" when +<commit> is not a branch name. See the "DETACHED HEAD" section below for details.

      --orphan <new_branch>
      @@ -324,9 +324,9 @@

      OPTIONS

      --patch

      Interactively select hunks in the difference between the -<tree-ish> (or the index, if unspecified) and the working +<tree-ish> (or the index, if unspecified) and the working tree. The chosen hunks are then applied in reverse to the -working tree (and if a <tree-ish> was specified, the index).

      +working tree (and if a <tree-ish> was specified, the index).

      This means that you can use git checkout -p to selectively discard edits from your current working tree. See the “Interactive Mode” @@ -340,7 +340,7 @@

      OPTIONS

      out anyway. In other words, the ref can be held by more than one worktree.

      -
      <branch>
      +
      <branch>

      Branch to checkout; if it refers to a branch (i.e., a name that, when prepended with "refs/heads/", is a valid ref), then that @@ -367,7 +367,7 @@

      OPTIONS

      The name of a commit at which to start the new branch; see git-branch[1] for details. Defaults to HEAD.

      -
      <tree-ish>
      +
      <tree-ish>

      Tree to checkout from (when paths are given). If not specified, the index will be used.

      @@ -542,12 +542,12 @@

      When there is only one argument given and it is not -- (e.g. "git -checkout abc"), and when the argument is both a valid <tree-ish> -(e.g. a branch "abc" exists) and a valid <pathspec> (e.g. a file +checkout abc"), and when the argument is both a valid <tree-ish> +(e.g. a branch "abc" exists) and a valid <pathspec> (e.g. a file or a directory whose name is "abc" exists), Git would usually ask you to disambiguate. Because checking out a branch is so common an -operation, however, "git checkout abc" takes "abc" as a <tree-ish> -in such a situation. Use git checkout -- <pathspec> if you want +operation, however, "git checkout abc" takes "abc" as a <tree-ish> +in such a situation. Use git checkout -- <pathspec> if you want to checkout these paths out of the index.

      diff --git a/external/docs/content/docs/git-checkout/2.13.7.html b/external/docs/content/docs/git-checkout/2.13.7.html index 88aa4a5c25..b600eb44a7 100644 --- a/external/docs/content/docs/git-checkout/2.13.7.html +++ b/external/docs/content/docs/git-checkout/2.13.7.html @@ -39,12 +39,12 @@

      NAME

      SYNOPSIS

      -
      git checkout [-q] [-f] [-m] [<branch>]
      -git checkout [-q] [-f] [-m] --detach [<branch>]
      -git checkout [-q] [-f] [-m] [--detach] <commit>
      +
      git checkout [-q] [-f] [-m] [<branch>]
      +git checkout [-q] [-f] [-m] --detach [<branch>]
      +git checkout [-q] [-f] [-m] [--detach] <commit>
       git checkout [-q] [-f] [-m] [[-b|-B|--orphan] <new_branch>] [<start_point>]
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <paths>…​
      -git checkout [-p|--patch] [<tree-ish>] [--] [<paths>…​]
      +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <paths>…​ +git checkout [-p|--patch] [<tree-ish>] [--] [<paths>…​]
      @@ -59,25 +59,25 @@

      DESCRIPTION

      -
      git checkout <branch>
      +
      git checkout <branch>
      -

      To prepare for working on <branch>, switch to it by updating +

      To prepare for working on <branch>, switch to it by updating the index and the files in the working tree, and by pointing HEAD at the branch. Local modifications to the files in the working tree are kept, so that they can be committed to the -<branch>.

      +<branch>.

      -

      If <branch> is not found but there does exist a tracking branch in +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>
      -

      You could omit <branch>, in which case the command degenerates to +

      You could omit <branch>, in which case the command degenerates to "check out the current branch", which is a glorified no-op with a rather expensive side-effects to show only the tracking information, if exists, for the current branch.

      @@ -97,8 +97,8 @@

      DESCRIPTION

      -
      $ git branch -f <branch> [<start point>]
      -$ git checkout <branch>
      +
      $ git branch -f <branch> [<start point>]
      +$ git checkout <branch>
      @@ -106,39 +106,39 @@

      DESCRIPTION

      -
      git checkout --detach [<branch>]
      -
      git checkout [--detach] <commit>
      +
      git checkout --detach [<branch>]
      +
      git checkout [--detach] <commit>
      -

      Prepare to work on top of <commit>, by detaching HEAD at it +

      Prepare to work on top of <commit>, by detaching HEAD at it (see "DETACHED HEAD" section), and updating the index and the files in the working tree. Local modifications to the files in the working tree are kept, so that the resulting working tree will be the state recorded in the commit plus the local modifications.

      -

      When the <commit> argument is a branch name, the --detach option can +

      When the <commit> argument is a branch name, the --detach option can be used to detach HEAD at the tip of the branch (git checkout -<branch> would check out that branch without detaching HEAD).

      +<branch> would check out that branch without detaching HEAD).

      -

      Omitting <branch> detaches HEAD at the tip of the current branch.

      +

      Omitting <branch> detaches HEAD at the tip of the current branch.

      -
      git checkout [-p|--patch] [<tree-ish>] [--] <pathspec>…​
      +
      git checkout [-p|--patch] [<tree-ish>] [--] <pathspec>…​

      When <paths> or --patch are given, git checkout does not switch branches. It updates the named paths in the working tree -from the index file or from a named <tree-ish> (most often a +from the index file or from a named <tree-ish> (most often a commit). In this case, the -b and --track options are meaningless and giving either of them results in an error. The -<tree-ish> argument can be used to specify a specific tree-ish +<tree-ish> argument can be used to specify a specific tree-ish (i.e. commit, tag or tree) to update the index for the given paths before updating the working tree.

      git checkout with <paths> or --patch is used to restore modified or deleted paths to their original contents from the index or replace paths -with the contents from a named <tree-ish> (most often a commit-ish).

      +with the contents from a named <tree-ish> (most often a commit-ish).

      The index may contain unmerged entries because of a previous failed merge. @@ -248,8 +248,8 @@

      OPTIONS

      Rather than checking out a branch to work on it, check out a commit for inspection and discardable experiments. -This is the default behavior of "git checkout <commit>" when -<commit> is not a branch name. See the "DETACHED HEAD" section +This is the default behavior of "git checkout <commit>" when +<commit> is not a branch name. See the "DETACHED HEAD" section below for details.

      --orphan <new_branch>
      @@ -322,9 +322,9 @@

      OPTIONS

      --patch

      Interactively select hunks in the difference between the -<tree-ish> (or the index, if unspecified) and the working +<tree-ish> (or the index, if unspecified) and the working tree. The chosen hunks are then applied in reverse to the -working tree (and if a <tree-ish> was specified, the index).

      +working tree (and if a <tree-ish> was specified, the index).

      This means that you can use git checkout -p to selectively discard edits from your current working tree. See the “Interactive Mode” @@ -346,7 +346,7 @@

      OPTIONS

      will fail unless -f is used. If nothing (or --no-recurse-submodules) is used, the work trees of submodules will not be updated.

      -
      <branch>
      +
      <branch>

      Branch to checkout; if it refers to a branch (i.e., a name that, when prepended with "refs/heads/", is a valid ref), then that @@ -373,7 +373,7 @@

      OPTIONS

      The name of a commit at which to start the new branch; see git-branch[1] for details. Defaults to HEAD.

      -
      <tree-ish>
      +
      <tree-ish>

      Tree to checkout from (when paths are given). If not specified, the index will be used.

      @@ -548,12 +548,12 @@

      When there is only one argument given and it is not -- (e.g. "git -checkout abc"), and when the argument is both a valid <tree-ish> -(e.g. a branch "abc" exists) and a valid <pathspec> (e.g. a file +checkout abc"), and when the argument is both a valid <tree-ish> +(e.g. a branch "abc" exists) and a valid <pathspec> (e.g. a file or a directory whose name is "abc" exists), Git would usually ask you to disambiguate. Because checking out a branch is so common an -operation, however, "git checkout abc" takes "abc" as a <tree-ish> -in such a situation. Use git checkout -- <pathspec> if you want +operation, however, "git checkout abc" takes "abc" as a <tree-ish> +in such a situation. Use git checkout -- <pathspec> if you want to checkout these paths out of the index.

      diff --git a/external/docs/content/docs/git-checkout/2.14.6.html b/external/docs/content/docs/git-checkout/2.14.6.html index ed8f6850f8..21baf8e0c6 100644 --- a/external/docs/content/docs/git-checkout/2.14.6.html +++ b/external/docs/content/docs/git-checkout/2.14.6.html @@ -40,13 +40,13 @@

      NAME

      SYNOPSIS

      -
      git checkout [-q] [-f] [-m] [<branch>]
      -git checkout [-q] [-f] [-m] --detach [<branch>]
      -git checkout [-q] [-f] [-m] [--detach] <commit>
      +
      git checkout [-q] [-f] [-m] [<branch>]
      +git checkout [-q] [-f] [-m] --detach [<branch>]
      +git checkout [-q] [-f] [-m] [--detach] <commit>
       git checkout [-q] [-f] [-m] [[-b|-B|--orphan] <new_branch>] [<start_point>]
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <paths>…​
      -git checkout [<tree-ish>] [--] <pathspec>…​
      -git checkout (-p|--patch) [<tree-ish>] [--] [<paths>…​]
      +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <paths>…​ +git checkout [<tree-ish>] [--] <pathspec>…​ +git checkout (-p|--patch) [<tree-ish>] [--] [<paths>…​]
      @@ -61,25 +61,25 @@

      DESCRIPTION

      -
      git checkout <branch>
      +
      git checkout <branch>
      -

      To prepare for working on <branch>, switch to it by updating +

      To prepare for working on <branch>, switch to it by updating the index and the files in the working tree, and by pointing HEAD at the branch. Local modifications to the files in the working tree are kept, so that they can be committed to the -<branch>.

      +<branch>.

      -

      If <branch> is not found but there does exist a tracking branch in +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>
      -

      You could omit <branch>, in which case the command degenerates to +

      You could omit <branch>, in which case the command degenerates to "check out the current branch", which is a glorified no-op with rather expensive side-effects to show only the tracking information, if exists, for the current branch.

      @@ -99,8 +99,8 @@

      DESCRIPTION

      -
      $ git branch -f <branch> [<start point>]
      -$ git checkout <branch>
      +
      $ git branch -f <branch> [<start point>]
      +$ git checkout <branch>
      @@ -108,31 +108,31 @@

      DESCRIPTION

      -
      git checkout --detach [<branch>]
      -
      git checkout [--detach] <commit>
      +
      git checkout --detach [<branch>]
      +
      git checkout [--detach] <commit>
      -

      Prepare to work on top of <commit>, by detaching HEAD at it +

      Prepare to work on top of <commit>, by detaching HEAD at it (see "DETACHED HEAD" section), and updating the index and the files in the working tree. Local modifications to the files in the working tree are kept, so that the resulting working tree will be the state recorded in the commit plus the local modifications.

      -

      When the <commit> argument is a branch name, the --detach option can +

      When the <commit> argument is a branch name, the --detach option can be used to detach HEAD at the tip of the branch (git checkout -<branch> would check out that branch without detaching HEAD).

      +<branch> would check out that branch without detaching HEAD).

      -

      Omitting <branch> detaches HEAD at the tip of the current branch.

      +

      Omitting <branch> detaches HEAD at the tip of the current branch.

      -
      git checkout [<tree-ish>] [--] <pathspec>…​
      +
      git checkout [<tree-ish>] [--] <pathspec>…​

      Overwrite paths in the working tree by replacing with the -contents in the index or in the <tree-ish> (most often a -commit). When a <tree-ish> is given, the paths that -match the <pathspec> are updated both in the index and in +contents in the index or in the <tree-ish> (most often a +commit). When a <tree-ish> is given, the paths that +match the <pathspec> are updated both in the index and in the working tree.

      The index may contain unmerged entries because of a previous failed merge. @@ -144,7 +144,7 @@

      DESCRIPTION

      -
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      +
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]

      This is similar to the "check out paths to the working tree from either the index or from a tree-ish" mode described @@ -250,8 +250,8 @@

      OPTIONS

      Rather than checking out a branch to work on it, check out a commit for inspection and discardable experiments. -This is the default behavior of "git checkout <commit>" when -<commit> is not a branch name. See the "DETACHED HEAD" section +This is the default behavior of "git checkout <commit>" when +<commit> is not a branch name. See the "DETACHED HEAD" section below for details.

      --orphan <new_branch>
      @@ -324,9 +324,9 @@

      OPTIONS

      --patch

      Interactively select hunks in the difference between the -<tree-ish> (or the index, if unspecified) and the working +<tree-ish> (or the index, if unspecified) and the working tree. The chosen hunks are then applied in reverse to the -working tree (and if a <tree-ish> was specified, the index).

      +working tree (and if a <tree-ish> was specified, the index).

      This means that you can use git checkout -p to selectively discard edits from your current working tree. See the “Interactive Mode” @@ -348,7 +348,7 @@

      OPTIONS

      will fail unless -f is used. If nothing (or --no-recurse-submodules) is used, the work trees of submodules will not be updated.

      -
      <branch>
      +
      <branch>

      Branch to checkout; if it refers to a branch (i.e., a name that, when prepended with "refs/heads/", is a valid ref), then that @@ -375,7 +375,7 @@

      OPTIONS

      The name of a commit at which to start the new branch; see git-branch[1] for details. Defaults to HEAD.

      -
      <tree-ish>
      +
      <tree-ish>

      Tree to checkout from (when paths are given). If not specified, the index will be used.

      @@ -550,12 +550,12 @@

      When there is only one argument given and it is not -- (e.g. "git -checkout abc"), and when the argument is both a valid <tree-ish> -(e.g. a branch "abc" exists) and a valid <pathspec> (e.g. a file +checkout abc"), and when the argument is both a valid <tree-ish> +(e.g. a branch "abc" exists) and a valid <pathspec> (e.g. a file or a directory whose name is "abc" exists), Git would usually ask you to disambiguate. Because checking out a branch is so common an -operation, however, "git checkout abc" takes "abc" as a <tree-ish> -in such a situation. Use git checkout -- <pathspec> if you want +operation, however, "git checkout abc" takes "abc" as a <tree-ish> +in such a situation. Use git checkout -- <pathspec> if you want to checkout these paths out of the index.

      diff --git a/external/docs/content/docs/git-checkout/2.16.6.html b/external/docs/content/docs/git-checkout/2.16.6.html index 69fb180191..65841c08a3 100644 --- a/external/docs/content/docs/git-checkout/2.16.6.html +++ b/external/docs/content/docs/git-checkout/2.16.6.html @@ -52,13 +52,13 @@

      NAME

      SYNOPSIS

      -
      git checkout [-q] [-f] [-m] [<branch>]
      -git checkout [-q] [-f] [-m] --detach [<branch>]
      -git checkout [-q] [-f] [-m] [--detach] <commit>
      +
      git checkout [-q] [-f] [-m] [<branch>]
      +git checkout [-q] [-f] [-m] --detach [<branch>]
      +git checkout [-q] [-f] [-m] [--detach] <commit>
       git checkout [-q] [-f] [-m] [[-b|-B|--orphan] <new_branch>] [<start_point>]
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <paths>…​
      -git checkout [<tree-ish>] [--] <pathspec>…​
      -git checkout (-p|--patch) [<tree-ish>] [--] [<paths>…​]
      +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <paths>…​ +git checkout [<tree-ish>] [--] <pathspec>…​ +git checkout (-p|--patch) [<tree-ish>] [--] [<paths>…​]
      @@ -73,25 +73,25 @@

      DESCRIPTION

      -
      git checkout <branch>
      +
      git checkout <branch>
      -

      To prepare for working on <branch>, switch to it by updating +

      To prepare for working on <branch>, switch to it by updating the index and the files in the working tree, and by pointing HEAD at the branch. Local modifications to the files in the working tree are kept, so that they can be committed to the -<branch>.

      +<branch>.

      -

      If <branch> is not found but there does exist a tracking branch in +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>
      -

      You could omit <branch>, in which case the command degenerates to +

      You could omit <branch>, in which case the command degenerates to "check out the current branch", which is a glorified no-op with rather expensive side-effects to show only the tracking information, if exists, for the current branch.

      @@ -111,8 +111,8 @@

      DESCRIPTION

      -
      $ git branch -f <branch> [<start point>]
      -$ git checkout <branch>
      +
      $ git branch -f <branch> [<start point>]
      +$ git checkout <branch>
      @@ -120,31 +120,31 @@

      DESCRIPTION

      -
      git checkout --detach [<branch>]
      -
      git checkout [--detach] <commit>
      +
      git checkout --detach [<branch>]
      +
      git checkout [--detach] <commit>
      -

      Prepare to work on top of <commit>, by detaching HEAD at it +

      Prepare to work on top of <commit>, by detaching HEAD at it (see "DETACHED HEAD" section), and updating the index and the files in the working tree. Local modifications to the files in the working tree are kept, so that the resulting working tree will be the state recorded in the commit plus the local modifications.

      -

      When the <commit> argument is a branch name, the --detach option can +

      When the <commit> argument is a branch name, the --detach option can be used to detach HEAD at the tip of the branch (git checkout -<branch> would check out that branch without detaching HEAD).

      +<branch> would check out that branch without detaching HEAD).

      -

      Omitting <branch> detaches HEAD at the tip of the current branch.

      +

      Omitting <branch> detaches HEAD at the tip of the current branch.

      -
      git checkout [<tree-ish>] [--] <pathspec>…​
      +
      git checkout [<tree-ish>] [--] <pathspec>…​

      Overwrite paths in the working tree by replacing with the -contents in the index or in the <tree-ish> (most often a -commit). When a <tree-ish> is given, the paths that -match the <pathspec> are updated both in the index and in +contents in the index or in the <tree-ish> (most often a +commit). When a <tree-ish> is given, the paths that +match the <pathspec> are updated both in the index and in the working tree.

      The index may contain unmerged entries because of a previous failed merge. @@ -156,7 +156,7 @@

      DESCRIPTION

      -
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      +
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]

      This is similar to the "check out paths to the working tree from either the index or from a tree-ish" mode described @@ -262,8 +262,8 @@

      OPTIONS

      Rather than checking out a branch to work on it, check out a commit for inspection and discardable experiments. -This is the default behavior of "git checkout <commit>" when -<commit> is not a branch name. See the "DETACHED HEAD" section +This is the default behavior of "git checkout <commit>" when +<commit> is not a branch name. See the "DETACHED HEAD" section below for details.

      --orphan <new_branch>
      @@ -336,9 +336,9 @@

      OPTIONS

      --patch

      Interactively select hunks in the difference between the -<tree-ish> (or the index, if unspecified) and the working +<tree-ish> (or the index, if unspecified) and the working tree. The chosen hunks are then applied in reverse to the -working tree (and if a <tree-ish> was specified, the index).

      +working tree (and if a <tree-ish> was specified, the index).

      This means that you can use git checkout -p to selectively discard edits from your current working tree. See the “Interactive Mode” @@ -362,7 +362,7 @@

      OPTIONS

      Just like git-submodule[1], this will detach the submodules HEAD.

      -
      <branch>
      +
      <branch>

      Branch to checkout; if it refers to a branch (i.e., a name that, when prepended with "refs/heads/", is a valid ref), then that @@ -389,7 +389,7 @@

      OPTIONS

      The name of a commit at which to start the new branch; see git-branch[1] for details. Defaults to HEAD.

      -
      <tree-ish>
      +
      <tree-ish>

      Tree to checkout from (when paths are given). If not specified, the index will be used.

      @@ -564,12 +564,12 @@

      When there is only one argument given and it is not -- (e.g. "git -checkout abc"), and when the argument is both a valid <tree-ish> -(e.g. a branch "abc" exists) and a valid <pathspec> (e.g. a file +checkout abc"), and when the argument is both a valid <tree-ish> +(e.g. a branch "abc" exists) and a valid <pathspec> (e.g. a file or a directory whose name is "abc" exists), Git would usually ask you to disambiguate. Because checking out a branch is so common an -operation, however, "git checkout abc" takes "abc" as a <tree-ish> -in such a situation. Use git checkout -- <pathspec> if you want +operation, however, "git checkout abc" takes "abc" as a <tree-ish> +in such a situation. Use git checkout -- <pathspec> if you want to checkout these paths out of the index.

      diff --git a/external/docs/content/docs/git-checkout/2.19.0.html b/external/docs/content/docs/git-checkout/2.19.0.html index b5ab4028ea..a60e65d964 100644 --- a/external/docs/content/docs/git-checkout/2.19.0.html +++ b/external/docs/content/docs/git-checkout/2.19.0.html @@ -40,13 +40,13 @@

      NAME

      SYNOPSIS

      -
      git checkout [-q] [-f] [-m] [<branch>]
      -git checkout [-q] [-f] [-m] --detach [<branch>]
      -git checkout [-q] [-f] [-m] [--detach] <commit>
      +
      git checkout [-q] [-f] [-m] [<branch>]
      +git checkout [-q] [-f] [-m] --detach [<branch>]
      +git checkout [-q] [-f] [-m] [--detach] <commit>
       git checkout [-q] [-f] [-m] [[-b|-B|--orphan] <new_branch>] [<start_point>]
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <paths>…​
      -git checkout [<tree-ish>] [--] <pathspec>…​
      -git checkout (-p|--patch) [<tree-ish>] [--] [<paths>…​]
      +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <paths>…​ +git checkout [<tree-ish>] [--] <pathspec>…​ +git checkout (-p|--patch) [<tree-ish>] [--] [<paths>…​]
      @@ -61,35 +61,35 @@

      DESCRIPTION

      -
      git checkout <branch>
      +
      git checkout <branch>
      -

      To prepare for working on <branch>, switch to it by updating +

      To prepare for working on <branch>, switch to it by updating the index and the files in the working tree, and by pointing HEAD at the branch. Local modifications to the files in the working tree are kept, so that they can be committed to the -<branch>.

      +<branch>.

      -

      If <branch> is not found but there does exist a tracking branch in +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>

      If the branch exists in multiple remotes and one of them is named by the checkout.defaultRemote configuration variable, we’ll use that -one for the purposes of disambiguation, even if the <branch> isn’t +one for the purposes of disambiguation, even if the <branch> isn’t unique across all remotes. Set it to e.g. checkout.defaultRemote=origin to always checkout remote -branches from there if <branch> is ambiguous but exists on the +branches from there if <branch> is ambiguous but exists on the origin remote. See also checkout.defaultRemote in git-config[1].

      -

      You could omit <branch>, in which case the command degenerates to +

      You could omit <branch>, in which case the command degenerates to "check out the current branch", which is a glorified no-op with rather expensive side-effects to show only the tracking information, if exists, for the current branch.

      @@ -109,8 +109,8 @@

      DESCRIPTION

      -
      $ git branch -f <branch> [<start point>]
      -$ git checkout <branch>
      +
      $ git branch -f <branch> [<start point>]
      +$ git checkout <branch>
      @@ -118,31 +118,31 @@

      DESCRIPTION

      -
      git checkout --detach [<branch>]
      -
      git checkout [--detach] <commit>
      +
      git checkout --detach [<branch>]
      +
      git checkout [--detach] <commit>
      -

      Prepare to work on top of <commit>, by detaching HEAD at it +

      Prepare to work on top of <commit>, by detaching HEAD at it (see "DETACHED HEAD" section), and updating the index and the files in the working tree. Local modifications to the files in the working tree are kept, so that the resulting working tree will be the state recorded in the commit plus the local modifications.

      -

      When the <commit> argument is a branch name, the --detach option can +

      When the <commit> argument is a branch name, the --detach option can be used to detach HEAD at the tip of the branch (git checkout -<branch> would check out that branch without detaching HEAD).

      +<branch> would check out that branch without detaching HEAD).

      -

      Omitting <branch> detaches HEAD at the tip of the current branch.

      +

      Omitting <branch> detaches HEAD at the tip of the current branch.

      -
      git checkout [<tree-ish>] [--] <pathspec>…​
      +
      git checkout [<tree-ish>] [--] <pathspec>…​

      Overwrite paths in the working tree by replacing with the -contents in the index or in the <tree-ish> (most often a -commit). When a <tree-ish> is given, the paths that -match the <pathspec> are updated both in the index and in +contents in the index or in the <tree-ish> (most often a +commit). When a <tree-ish> is given, the paths that +match the <pathspec> are updated both in the index and in the working tree.

      The index may contain unmerged entries because of a previous failed merge. @@ -154,7 +154,7 @@

      DESCRIPTION

      -
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      +
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]

      This is similar to the "check out paths to the working tree from either the index or from a tree-ish" mode described @@ -260,8 +260,8 @@

      OPTIONS

      Rather than checking out a branch to work on it, check out a commit for inspection and discardable experiments. -This is the default behavior of "git checkout <commit>" when -<commit> is not a branch name. See the "DETACHED HEAD" section +This is the default behavior of "git checkout <commit>" when +<commit> is not a branch name. See the "DETACHED HEAD" section below for details.

      --orphan <new_branch>
      @@ -334,9 +334,9 @@

      OPTIONS

      --patch

      Interactively select hunks in the difference between the -<tree-ish> (or the index, if unspecified) and the working +<tree-ish> (or the index, if unspecified) and the working tree. The chosen hunks are then applied in reverse to the -working tree (and if a <tree-ish> was specified, the index).

      +working tree (and if a <tree-ish> was specified, the index).

      This means that you can use git checkout -p to selectively discard edits from your current working tree. See the “Interactive Mode” @@ -360,7 +360,7 @@

      OPTIONS

      Just like git-submodule[1], this will detach the submodules HEAD.

      -
      <branch>
      +
      <branch>

      Branch to checkout; if it refers to a branch (i.e., a name that, when prepended with "refs/heads/", is a valid ref), then that @@ -387,7 +387,7 @@

      OPTIONS

      The name of a commit at which to start the new branch; see git-branch[1] for details. Defaults to HEAD.

      -
      <tree-ish>
      +
      <tree-ish>

      Tree to checkout from (when paths are given). If not specified, the index will be used.

      @@ -562,12 +562,12 @@

      When there is only one argument given and it is not -- (e.g. "git -checkout abc"), and when the argument is both a valid <tree-ish> -(e.g. a branch "abc" exists) and a valid <pathspec> (e.g. a file +checkout abc"), and when the argument is both a valid <tree-ish> +(e.g. a branch "abc" exists) and a valid <pathspec> (e.g. a file or a directory whose name is "abc" exists), Git would usually ask you to disambiguate. Because checking out a branch is so common an -operation, however, "git checkout abc" takes "abc" as a <tree-ish> -in such a situation. Use git checkout -- <pathspec> if you want +operation, however, "git checkout abc" takes "abc" as a <tree-ish> +in such a situation. Use git checkout -- <pathspec> if you want to checkout these paths out of the index.

      diff --git a/external/docs/content/docs/git-checkout/2.19.2.html b/external/docs/content/docs/git-checkout/2.19.2.html index dc5252e2cb..72ea8a33c6 100644 --- a/external/docs/content/docs/git-checkout/2.19.2.html +++ b/external/docs/content/docs/git-checkout/2.19.2.html @@ -49,13 +49,13 @@

      NAME

      SYNOPSIS

      -
      git checkout [-q] [-f] [-m] [<branch>]
      -git checkout [-q] [-f] [-m] --detach [<branch>]
      -git checkout [-q] [-f] [-m] [--detach] <commit>
      +
      git checkout [-q] [-f] [-m] [<branch>]
      +git checkout [-q] [-f] [-m] --detach [<branch>]
      +git checkout [-q] [-f] [-m] [--detach] <commit>
       git checkout [-q] [-f] [-m] [[-b|-B|--orphan] <new_branch>] [<start_point>]
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <paths>…​
      -git checkout [<tree-ish>] [--] <pathspec>…​
      -git checkout (-p|--patch) [<tree-ish>] [--] [<paths>…​]
      +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <paths>…​ +git checkout [<tree-ish>] [--] <pathspec>…​ +git checkout (-p|--patch) [<tree-ish>] [--] [<paths>…​]
      @@ -70,35 +70,35 @@

      DESCRIPTION

      -
      git checkout <branch>
      +
      git checkout <branch>
      -

      To prepare for working on <branch>, switch to it by updating +

      To prepare for working on <branch>, switch to it by updating the index and the files in the working tree, and by pointing HEAD at the branch. Local modifications to the files in the working tree are kept, so that they can be committed to the -<branch>.

      +<branch>.

      -

      If <branch> is not found but there does exist a tracking branch in +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>

      If the branch exists in multiple remotes and one of them is named by the checkout.defaultRemote configuration variable, we’ll use that -one for the purposes of disambiguation, even if the <branch> isn’t +one for the purposes of disambiguation, even if the <branch> isn’t unique across all remotes. Set it to e.g. checkout.defaultRemote=origin to always checkout remote -branches from there if <branch> is ambiguous but exists on the +branches from there if <branch> is ambiguous but exists on the origin remote. See also checkout.defaultRemote in git-config[1].

      -

      You could omit <branch>, in which case the command degenerates to +

      You could omit <branch>, in which case the command degenerates to "check out the current branch", which is a glorified no-op with rather expensive side-effects to show only the tracking information, if exists, for the current branch.

      @@ -118,8 +118,8 @@

      DESCRIPTION

      -
      $ git branch -f <branch> [<start point>]
      -$ git checkout <branch>
      +
      $ git branch -f <branch> [<start point>]
      +$ git checkout <branch>
      @@ -127,31 +127,31 @@

      DESCRIPTION

      -
      git checkout --detach [<branch>]
      -
      git checkout [--detach] <commit>
      +
      git checkout --detach [<branch>]
      +
      git checkout [--detach] <commit>
      -

      Prepare to work on top of <commit>, by detaching HEAD at it +

      Prepare to work on top of <commit>, by detaching HEAD at it (see "DETACHED HEAD" section), and updating the index and the files in the working tree. Local modifications to the files in the working tree are kept, so that the resulting working tree will be the state recorded in the commit plus the local modifications.

      -

      When the <commit> argument is a branch name, the --detach option can +

      When the <commit> argument is a branch name, the --detach option can be used to detach HEAD at the tip of the branch (git checkout -<branch> would check out that branch without detaching HEAD).

      +<branch> would check out that branch without detaching HEAD).

      -

      Omitting <branch> detaches HEAD at the tip of the current branch.

      +

      Omitting <branch> detaches HEAD at the tip of the current branch.

      -
      git checkout [<tree-ish>] [--] <pathspec>…​
      +
      git checkout [<tree-ish>] [--] <pathspec>…​

      Overwrite paths in the working tree by replacing with the -contents in the index or in the <tree-ish> (most often a -commit). When a <tree-ish> is given, the paths that -match the <pathspec> are updated both in the index and in +contents in the index or in the <tree-ish> (most often a +commit). When a <tree-ish> is given, the paths that +match the <pathspec> are updated both in the index and in the working tree.

      The index may contain unmerged entries because of a previous failed merge. @@ -163,7 +163,7 @@

      DESCRIPTION

      -
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      +
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]

      This is similar to the "check out paths to the working tree from either the index or from a tree-ish" mode described @@ -269,8 +269,8 @@

      OPTIONS

      Rather than checking out a branch to work on it, check out a commit for inspection and discardable experiments. -This is the default behavior of "git checkout <commit>" when -<commit> is not a branch name. See the "DETACHED HEAD" section +This is the default behavior of "git checkout <commit>" when +<commit> is not a branch name. See the "DETACHED HEAD" section below for details.

      --orphan <new_branch>
      @@ -343,9 +343,9 @@

      OPTIONS

      --patch

      Interactively select hunks in the difference between the -<tree-ish> (or the index, if unspecified) and the working +<tree-ish> (or the index, if unspecified) and the working tree. The chosen hunks are then applied in reverse to the -working tree (and if a <tree-ish> was specified, the index).

      +working tree (and if a <tree-ish> was specified, the index).

      This means that you can use git checkout -p to selectively discard edits from your current working tree. See the “Interactive Mode” @@ -369,7 +369,7 @@

      OPTIONS

      Just like git-submodule[1], this will detach the submodules HEAD.

      -
      <branch>
      +
      <branch>

      Branch to checkout; if it refers to a branch (i.e., a name that, when prepended with "refs/heads/", is a valid ref), then that @@ -396,7 +396,7 @@

      OPTIONS

      The name of a commit at which to start the new branch; see git-branch[1] for details. Defaults to HEAD.

      -
      <tree-ish>
      +
      <tree-ish>

      Tree to checkout from (when paths are given). If not specified, the index will be used.

      @@ -571,12 +571,12 @@

      When there is only one argument given and it is not -- (e.g. "git -checkout abc"), and when the argument is both a valid <tree-ish> -(e.g. a branch "abc" exists) and a valid <pathspec> (e.g. a file +checkout abc"), and when the argument is both a valid <tree-ish> +(e.g. a branch "abc" exists) and a valid <pathspec> (e.g. a file or a directory whose name is "abc" exists), Git would usually ask you to disambiguate. Because checking out a branch is so common an -operation, however, "git checkout abc" takes "abc" as a <tree-ish> -in such a situation. Use git checkout -- <pathspec> if you want +operation, however, "git checkout abc" takes "abc" as a <tree-ish> +in such a situation. Use git checkout -- <pathspec> if you want to checkout these paths out of the index.

      diff --git a/external/docs/content/docs/git-checkout/2.21.0.html b/external/docs/content/docs/git-checkout/2.21.0.html index 6f84c9edd6..37fd00a160 100644 --- a/external/docs/content/docs/git-checkout/2.21.0.html +++ b/external/docs/content/docs/git-checkout/2.21.0.html @@ -43,13 +43,13 @@

      NAME

      SYNOPSIS

      -
      git checkout [-q] [-f] [-m] [<branch>]
      -git checkout [-q] [-f] [-m] --detach [<branch>]
      -git checkout [-q] [-f] [-m] [--detach] <commit>
      +
      git checkout [-q] [-f] [-m] [<branch>]
      +git checkout [-q] [-f] [-m] --detach [<branch>]
      +git checkout [-q] [-f] [-m] [--detach] <commit>
       git checkout [-q] [-f] [-m] [[-b|-B|--orphan] <new_branch>] [<start_point>]
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <paths>…​
      -git checkout [<tree-ish>] [--] <pathspec>…​
      -git checkout (-p|--patch) [<tree-ish>] [--] [<paths>…​]
      +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <paths>…​ +git checkout [<tree-ish>] [--] <pathspec>…​ +git checkout (-p|--patch) [<tree-ish>] [--] [<paths>…​]
      @@ -64,35 +64,35 @@

      DESCRIPTION

      -
      git checkout <branch>
      +
      git checkout <branch>
      -

      To prepare for working on <branch>, switch to it by updating +

      To prepare for working on <branch>, switch to it by updating the index and the files in the working tree, and by pointing HEAD at the branch. Local modifications to the files in the working tree are kept, so that they can be committed to the -<branch>.

      +<branch>.

      -

      If <branch> is not found but there does exist a tracking branch in +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>

      If the branch exists in multiple remotes and one of them is named by the checkout.defaultRemote configuration variable, we’ll use that -one for the purposes of disambiguation, even if the <branch> isn’t +one for the purposes of disambiguation, even if the <branch> isn’t unique across all remotes. Set it to e.g. checkout.defaultRemote=origin to always checkout remote -branches from there if <branch> is ambiguous but exists on the +branches from there if <branch> is ambiguous but exists on the origin remote. See also checkout.defaultRemote in git-config[1].

      -

      You could omit <branch>, in which case the command degenerates to +

      You could omit <branch>, in which case the command degenerates to "check out the current branch", which is a glorified no-op with rather expensive side-effects to show only the tracking information, if exists, for the current branch.

      @@ -112,8 +112,8 @@

      DESCRIPTION

      -
      $ git branch -f <branch> [<start point>]
      -$ git checkout <branch>
      +
      $ git branch -f <branch> [<start point>]
      +$ git checkout <branch>
      @@ -121,31 +121,31 @@

      DESCRIPTION

      -
      git checkout --detach [<branch>]
      -
      git checkout [--detach] <commit>
      +
      git checkout --detach [<branch>]
      +
      git checkout [--detach] <commit>
      -

      Prepare to work on top of <commit>, by detaching HEAD at it +

      Prepare to work on top of <commit>, by detaching HEAD at it (see "DETACHED HEAD" section), and updating the index and the files in the working tree. Local modifications to the files in the working tree are kept, so that the resulting working tree will be the state recorded in the commit plus the local modifications.

      -

      When the <commit> argument is a branch name, the --detach option can +

      When the <commit> argument is a branch name, the --detach option can be used to detach HEAD at the tip of the branch (git checkout -<branch> would check out that branch without detaching HEAD).

      +<branch> would check out that branch without detaching HEAD).

      -

      Omitting <branch> detaches HEAD at the tip of the current branch.

      +

      Omitting <branch> detaches HEAD at the tip of the current branch.

      -
      git checkout [<tree-ish>] [--] <pathspec>…​
      +
      git checkout [<tree-ish>] [--] <pathspec>…​

      Overwrite paths in the working tree by replacing with the -contents in the index or in the <tree-ish> (most often a -commit). When a <tree-ish> is given, the paths that -match the <pathspec> are updated both in the index and in +contents in the index or in the <tree-ish> (most often a +commit). When a <tree-ish> is given, the paths that +match the <pathspec> are updated both in the index and in the working tree.

      The index may contain unmerged entries because of a previous failed merge. @@ -157,7 +157,7 @@

      DESCRIPTION

      -
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      +
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]

      This is similar to the "check out paths to the working tree from either the index or from a tree-ish" mode described @@ -263,8 +263,8 @@

      OPTIONS

      Rather than checking out a branch to work on it, check out a commit for inspection and discardable experiments. -This is the default behavior of "git checkout <commit>" when -<commit> is not a branch name. See the "DETACHED HEAD" section +This is the default behavior of "git checkout <commit>" when +<commit> is not a branch name. See the "DETACHED HEAD" section below for details.

      --orphan <new_branch>
      @@ -337,9 +337,9 @@

      OPTIONS

      --patch

      Interactively select hunks in the difference between the -<tree-ish> (or the index, if unspecified) and the working +<tree-ish> (or the index, if unspecified) and the working tree. The chosen hunks are then applied in reverse to the -working tree (and if a <tree-ish> was specified, the index).

      +working tree (and if a <tree-ish> was specified, the index).

      This means that you can use git checkout -p to selectively discard edits from your current working tree. See the “Interactive Mode” @@ -368,7 +368,7 @@

      OPTIONS

      Do not attempt to create a branch if a remote tracking branch of the same name exists.

      -
      <branch>
      +
      <branch>

      Branch to checkout; if it refers to a branch (i.e., a name that, when prepended with "refs/heads/", is a valid ref), then that @@ -395,7 +395,7 @@

      OPTIONS

      The name of a commit at which to start the new branch; see git-branch[1] for details. Defaults to HEAD.

      -
      <tree-ish>
      +
      <tree-ish>

      Tree to checkout from (when paths are given). If not specified, the index will be used.

      @@ -570,12 +570,12 @@

      When there is only one argument given and it is not -- (e.g. "git -checkout abc"), and when the argument is both a valid <tree-ish> -(e.g. a branch "abc" exists) and a valid <pathspec> (e.g. a file +checkout abc"), and when the argument is both a valid <tree-ish> +(e.g. a branch "abc" exists) and a valid <pathspec> (e.g. a file or a directory whose name is "abc" exists), Git would usually ask you to disambiguate. Because checking out a branch is so common an -operation, however, "git checkout abc" takes "abc" as a <tree-ish> -in such a situation. Use git checkout -- <pathspec> if you want +operation, however, "git checkout abc" takes "abc" as a <tree-ish> +in such a situation. Use git checkout -- <pathspec> if you want to checkout these paths out of the index.

      diff --git a/external/docs/content/docs/git-checkout/2.22.0.html b/external/docs/content/docs/git-checkout/2.22.0.html index 47a2050e30..e59655d3d3 100644 --- a/external/docs/content/docs/git-checkout/2.22.0.html +++ b/external/docs/content/docs/git-checkout/2.22.0.html @@ -44,13 +44,13 @@

      NAME

      SYNOPSIS

      -
      git checkout [-q] [-f] [-m] [<branch>]
      -git checkout [-q] [-f] [-m] --detach [<branch>]
      -git checkout [-q] [-f] [-m] [--detach] <commit>
      +
      git checkout [-q] [-f] [-m] [<branch>]
      +git checkout [-q] [-f] [-m] --detach [<branch>]
      +git checkout [-q] [-f] [-m] [--detach] <commit>
       git checkout [-q] [-f] [-m] [[-b|-B|--orphan] <new_branch>] [<start_point>]
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <paths>…​
      -git checkout [<tree-ish>] [--] <pathspec>…​
      -git checkout (-p|--patch) [<tree-ish>] [--] [<paths>…​]
      +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <paths>…​ +git checkout [<tree-ish>] [--] <pathspec>…​ +git checkout (-p|--patch) [<tree-ish>] [--] [<paths>…​]
      @@ -65,35 +65,35 @@

      DESCRIPTION

      -
      git checkout <branch>
      +
      git checkout <branch>
      -

      To prepare for working on <branch>, switch to it by updating +

      To prepare for working on <branch>, switch to it by updating the index and the files in the working tree, and by pointing HEAD at the branch. Local modifications to the files in the working tree are kept, so that they can be committed to the -<branch>.

      +<branch>.

      -

      If <branch> is not found but there does exist a tracking branch in +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>

      If the branch exists in multiple remotes and one of them is named by the checkout.defaultRemote configuration variable, we’ll use that -one for the purposes of disambiguation, even if the <branch> isn’t +one for the purposes of disambiguation, even if the <branch> isn’t unique across all remotes. Set it to e.g. checkout.defaultRemote=origin to always checkout remote -branches from there if <branch> is ambiguous but exists on the +branches from there if <branch> is ambiguous but exists on the origin remote. See also checkout.defaultRemote in git-config[1].

      -

      You could omit <branch>, in which case the command degenerates to +

      You could omit <branch>, in which case the command degenerates to "check out the current branch", which is a glorified no-op with rather expensive side-effects to show only the tracking information, if exists, for the current branch.

      @@ -113,8 +113,8 @@

      DESCRIPTION

      -
      $ git branch -f <branch> [<start point>]
      -$ git checkout <branch>
      +
      $ git branch -f <branch> [<start point>]
      +$ git checkout <branch>
      @@ -122,31 +122,31 @@

      DESCRIPTION

      -
      git checkout --detach [<branch>]
      -
      git checkout [--detach] <commit>
      +
      git checkout --detach [<branch>]
      +
      git checkout [--detach] <commit>
      -

      Prepare to work on top of <commit>, by detaching HEAD at it +

      Prepare to work on top of <commit>, by detaching HEAD at it (see "DETACHED HEAD" section), and updating the index and the files in the working tree. Local modifications to the files in the working tree are kept, so that the resulting working tree will be the state recorded in the commit plus the local modifications.

      -

      When the <commit> argument is a branch name, the --detach option can +

      When the <commit> argument is a branch name, the --detach option can be used to detach HEAD at the tip of the branch (git checkout -<branch> would check out that branch without detaching HEAD).

      +<branch> would check out that branch without detaching HEAD).

      -

      Omitting <branch> detaches HEAD at the tip of the current branch.

      +

      Omitting <branch> detaches HEAD at the tip of the current branch.

      -
      git checkout [<tree-ish>] [--] <pathspec>…​
      +
      git checkout [<tree-ish>] [--] <pathspec>…​

      Overwrite paths in the working tree by replacing with the -contents in the index or in the <tree-ish> (most often a -commit). When a <tree-ish> is given, the paths that -match the <pathspec> are updated both in the index and in +contents in the index or in the <tree-ish> (most often a +commit). When a <tree-ish> is given, the paths that +match the <pathspec> are updated both in the index and in the working tree.

      The index may contain unmerged entries because of a previous failed merge. @@ -158,7 +158,7 @@

      DESCRIPTION

      -
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      +
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]

      This is similar to the "check out paths to the working tree from either the index or from a tree-ish" mode described @@ -264,8 +264,8 @@

      OPTIONS

      Rather than checking out a branch to work on it, check out a commit for inspection and discardable experiments. -This is the default behavior of "git checkout <commit>" when -<commit> is not a branch name. See the "DETACHED HEAD" section +This is the default behavior of "git checkout <commit>" when +<commit> is not a branch name. See the "DETACHED HEAD" section below for details.

      --orphan <new_branch>
      @@ -341,9 +341,9 @@

      OPTIONS

      --patch

      Interactively select hunks in the difference between the -<tree-ish> (or the index, if unspecified) and the working +<tree-ish> (or the index, if unspecified) and the working tree. The chosen hunks are then applied in reverse to the -working tree (and if a <tree-ish> was specified, the index).

      +working tree (and if a <tree-ish> was specified, the index).

      This means that you can use git checkout -p to selectively discard edits from your current working tree. See the “Interactive Mode” @@ -381,10 +381,10 @@

      OPTIONS

      In the default overlay mode, git checkout never removes files from the index or the working tree. When specifying --no-overlay, files that appear in the index and -working tree, but not in <tree-ish> are removed, to make them -match <tree-ish> exactly.

      +working tree, but not in <tree-ish> are removed, to make them +match <tree-ish> exactly.

      -
      <branch>
      +
      <branch>

      Branch to checkout; if it refers to a branch (i.e., a name that, when prepended with "refs/heads/", is a valid ref), then that @@ -416,7 +416,7 @@

      OPTIONS

      leave out at most one of A and B, in which case it defaults to HEAD.

      -
      <tree-ish>
      +
      <tree-ish>

      Tree to checkout from (when paths are given). If not specified, the index will be used.

      @@ -591,12 +591,12 @@

      When there is only one argument given and it is not -- (e.g. "git -checkout abc"), and when the argument is both a valid <tree-ish> -(e.g. a branch "abc" exists) and a valid <pathspec> (e.g. a file +checkout abc"), and when the argument is both a valid <tree-ish> +(e.g. a branch "abc" exists) and a valid <pathspec> (e.g. a file or a directory whose name is "abc" exists), Git would usually ask you to disambiguate. Because checking out a branch is so common an -operation, however, "git checkout abc" takes "abc" as a <tree-ish> -in such a situation. Use git checkout -- <pathspec> if you want +operation, however, "git checkout abc" takes "abc" as a <tree-ish> +in such a situation. Use git checkout -- <pathspec> if you want to checkout these paths out of the index.

      diff --git a/external/docs/content/docs/git-checkout/2.23.0.html b/external/docs/content/docs/git-checkout/2.23.0.html index d34a3ba687..0984b46f05 100644 --- a/external/docs/content/docs/git-checkout/2.23.0.html +++ b/external/docs/content/docs/git-checkout/2.23.0.html @@ -50,13 +50,13 @@

      NAME

      SYNOPSIS

      -
      git checkout [-q] [-f] [-m] [<branch>]
      -git checkout [-q] [-f] [-m] --detach [<branch>]
      -git checkout [-q] [-f] [-m] [--detach] <commit>
      +
      git checkout [-q] [-f] [-m] [<branch>]
      +git checkout [-q] [-f] [-m] --detach [<branch>]
      +git checkout [-q] [-f] [-m] [--detach] <commit>
       git checkout [-q] [-f] [-m] [[-b|-B|--orphan] <new_branch>] [<start_point>]
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <paths>…​
      -git checkout [<tree-ish>] [--] <pathspec>…​
      -git checkout (-p|--patch) [<tree-ish>] [--] [<paths>…​]
      +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <paths>…​ +git checkout [<tree-ish>] [--] <pathspec>…​ +git checkout (-p|--patch) [<tree-ish>] [--] [<paths>…​]
      @@ -71,25 +71,25 @@

      DESCRIPTION

      -
      git checkout [<branch>]
      +
      git checkout [<branch>]
      -

      To prepare for working on <branch>, switch to it by updating +

      To prepare for working on <branch>, switch to it by updating the index and the files in the working tree, and by pointing HEAD at the branch. Local modifications to the files in the working tree are kept, so that they can be committed to the -<branch>.

      +<branch>.

      -

      If <branch> is not found but there does exist a tracking branch in +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name and --no-guess is not specified, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>
      -

      You could omit <branch>, in which case the command degenerates to +

      You could omit <branch>, in which case the command degenerates to "check out the current branch", which is a glorified no-op with rather expensive side-effects to show only the tracking information, if exists, for the current branch.

      @@ -109,8 +109,8 @@

      DESCRIPTION

      -
      $ git branch -f <branch> [<start point>]
      -$ git checkout <branch>
      +
      $ git branch -f <branch> [<start point>]
      +$ git checkout <branch>
      @@ -118,31 +118,31 @@

      DESCRIPTION

      -
      git checkout --detach [<branch>]
      -
      git checkout [--detach] <commit>
      +
      git checkout --detach [<branch>]
      +
      git checkout [--detach] <commit>
      -

      Prepare to work on top of <commit>, by detaching HEAD at it +

      Prepare to work on top of <commit>, by detaching HEAD at it (see "DETACHED HEAD" section), and updating the index and the files in the working tree. Local modifications to the files in the working tree are kept, so that the resulting working tree will be the state recorded in the commit plus the local modifications.

      -

      When the <commit> argument is a branch name, the --detach option can +

      When the <commit> argument is a branch name, the --detach option can be used to detach HEAD at the tip of the branch (git checkout -<branch> would check out that branch without detaching HEAD).

      +<branch> would check out that branch without detaching HEAD).

      -

      Omitting <branch> detaches HEAD at the tip of the current branch.

      +

      Omitting <branch> detaches HEAD at the tip of the current branch.

      -
      git checkout [<tree-ish>] [--] <pathspec>…​
      +
      git checkout [<tree-ish>] [--] <pathspec>…​

      Overwrite paths in the working tree by replacing with the -contents in the index or in the <tree-ish> (most often a -commit). When a <tree-ish> is given, the paths that -match the <pathspec> are updated both in the index and in +contents in the index or in the <tree-ish> (most often a +commit). When a <tree-ish> is given, the paths that +match the <pathspec> are updated both in the index and in the working tree.

      The index may contain unmerged entries because of a previous failed merge. @@ -154,7 +154,7 @@

      DESCRIPTION

      -
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      +
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]

      This is similar to the "check out paths to the working tree from either the index or from a tree-ish" mode described @@ -255,21 +255,21 @@

      OPTIONS

      --guess
      --no-guess
      -

      If <branch> is not found but there does exist a tracking +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>

      If the branch exists in multiple remotes and one of them is named by the checkout.defaultRemote configuration variable, we’ll use that -one for the purposes of disambiguation, even if the <branch> isn’t +one for the purposes of disambiguation, even if the <branch> isn’t unique across all remotes. Set it to e.g. checkout.defaultRemote=origin to always checkout remote -branches from there if <branch> is ambiguous but exists on the +branches from there if <branch> is ambiguous but exists on the origin remote. See also checkout.defaultRemote in git-config[1].

      @@ -286,8 +286,8 @@

      OPTIONS

      Rather than checking out a branch to work on it, check out a commit for inspection and discardable experiments. -This is the default behavior of git checkout <commit> when -<commit> is not a branch name. See the "DETACHED HEAD" section +This is the default behavior of git checkout <commit> when +<commit> is not a branch name. See the "DETACHED HEAD" section below for details.

      --orphan <new_branch>
      @@ -363,9 +363,9 @@

      OPTIONS

      --patch

      Interactively select hunks in the difference between the -<tree-ish> (or the index, if unspecified) and the working +<tree-ish> (or the index, if unspecified) and the working tree. The chosen hunks are then applied in reverse to the -working tree (and if a <tree-ish> was specified, the index).

      +working tree (and if a <tree-ish> was specified, the index).

      This means that you can use git checkout -p to selectively discard edits from your current working tree. See the “Interactive Mode” @@ -407,10 +407,10 @@

      OPTIONS

      In the default overlay mode, git checkout never removes files from the index or the working tree. When specifying --no-overlay, files that appear in the index and -working tree, but not in <tree-ish> are removed, to make them -match <tree-ish> exactly.

      +working tree, but not in <tree-ish> are removed, to make them +match <tree-ish> exactly.

      -
      <branch>
      +
      <branch>

      Branch to checkout; if it refers to a branch (i.e., a name that, when prepended with "refs/heads/", is a valid ref), then that @@ -442,7 +442,7 @@

      OPTIONS

      leave out at most one of A and B, in which case it defaults to HEAD.

      -
      <tree-ish>
      +
      <tree-ish>

      Tree to checkout from (when paths are given). If not specified, the index will be used.

      @@ -618,12 +618,12 @@

      When there is only one argument given and it is not -- (e.g. git -checkout abc), and when the argument is both a valid <tree-ish> -(e.g. a branch abc exists) and a valid <pathspec> (e.g. a file +checkout abc), and when the argument is both a valid <tree-ish> +(e.g. a branch abc exists) and a valid <pathspec> (e.g. a file or a directory whose name is "abc" exists), Git would usually ask you to disambiguate. Because checking out a branch is so common an -operation, however, git checkout abc takes "abc" as a <tree-ish> -in such a situation. Use git checkout -- <pathspec> if you want +operation, however, git checkout abc takes "abc" as a <tree-ish> +in such a situation. Use git checkout -- <pathspec> if you want to checkout these paths out of the index.

      diff --git a/external/docs/content/docs/git-checkout/2.25.0.html b/external/docs/content/docs/git-checkout/2.25.0.html index c5ba3c54f6..c957158073 100644 --- a/external/docs/content/docs/git-checkout/2.25.0.html +++ b/external/docs/content/docs/git-checkout/2.25.0.html @@ -50,13 +50,13 @@

      NAME

      SYNOPSIS

      -
      git checkout [-q] [-f] [-m] [<branch>]
      -git checkout [-q] [-f] [-m] --detach [<branch>]
      -git checkout [-q] [-f] [-m] [--detach] <commit>
      +
      git checkout [-q] [-f] [-m] [<branch>]
      +git checkout [-q] [-f] [-m] --detach [<branch>]
      +git checkout [-q] [-f] [-m] [--detach] <commit>
       git checkout [-q] [-f] [-m] [[-b|-B|--orphan] <new_branch>] [<start_point>]
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]
      -git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​ +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul] +git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      @@ -71,25 +71,25 @@

      DESCRIPTION

      -
      git checkout [<branch>]
      +
      git checkout [<branch>]
      -

      To prepare for working on <branch>, switch to it by updating +

      To prepare for working on <branch>, switch to it by updating the index and the files in the working tree, and by pointing HEAD at the branch. Local modifications to the files in the working tree are kept, so that they can be committed to the -<branch>.

      +<branch>.

      -

      If <branch> is not found but there does exist a tracking branch in +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name and --no-guess is not specified, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>
      -

      You could omit <branch>, in which case the command degenerates to +

      You could omit <branch>, in which case the command degenerates to "check out the current branch", which is a glorified no-op with rather expensive side-effects to show only the tracking information, if exists, for the current branch.

      @@ -109,8 +109,8 @@

      DESCRIPTION

      -
      $ git branch -f <branch> [<start point>]
      -$ git checkout <branch>
      +
      $ git branch -f <branch> [<start point>]
      +$ git checkout <branch>
      @@ -118,33 +118,33 @@

      DESCRIPTION

      -
      git checkout --detach [<branch>]
      -
      git checkout [--detach] <commit>
      +
      git checkout --detach [<branch>]
      +
      git checkout [--detach] <commit>
      -

      Prepare to work on top of <commit>, by detaching HEAD at it +

      Prepare to work on top of <commit>, by detaching HEAD at it (see "DETACHED HEAD" section), and updating the index and the files in the working tree. Local modifications to the files in the working tree are kept, so that the resulting working tree will be the state recorded in the commit plus the local modifications.

      -

      When the <commit> argument is a branch name, the --detach option can +

      When the <commit> argument is a branch name, the --detach option can be used to detach HEAD at the tip of the branch (git checkout -<branch> would check out that branch without detaching HEAD).

      +<branch> would check out that branch without detaching HEAD).

      -

      Omitting <branch> detaches HEAD at the tip of the current branch.

      +

      Omitting <branch> detaches HEAD at the tip of the current branch.

      -
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​
      -
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]
      +
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​
      +
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]

      Overwrite the contents of the files that match the pathspec. -When the <tree-ish> (most often a commit) is not given, +When the <tree-ish> (most often a commit) is not given, overwrite working tree with the contents in the index. -When the <tree-ish> is given, overwrite both the index and -the working tree with the contents at the <tree-ish>.

      +When the <tree-ish> is given, overwrite both the index and +the working tree with the contents at the <tree-ish>.

      The index may contain unmerged entries because of a previous failed merge. By default, if you try to check out such an entry from the index, the @@ -155,7 +155,7 @@

      DESCRIPTION

      -
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      +
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]

      This is similar to the previous mode, but lets you use the interactive interface to show the "diff" output and choose which @@ -255,21 +255,21 @@

      OPTIONS

      --guess
      --no-guess
      -

      If <branch> is not found but there does exist a tracking +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>

      If the branch exists in multiple remotes and one of them is named by the checkout.defaultRemote configuration variable, we’ll use that -one for the purposes of disambiguation, even if the <branch> isn’t +one for the purposes of disambiguation, even if the <branch> isn’t unique across all remotes. Set it to e.g. checkout.defaultRemote=origin to always checkout remote -branches from there if <branch> is ambiguous but exists on the +branches from there if <branch> is ambiguous but exists on the origin remote. See also checkout.defaultRemote in git-config[1].

      @@ -286,8 +286,8 @@

      OPTIONS

      Rather than checking out a branch to work on it, check out a commit for inspection and discardable experiments. -This is the default behavior of git checkout <commit> when -<commit> is not a branch name. See the "DETACHED HEAD" section +This is the default behavior of git checkout <commit> when +<commit> is not a branch name. See the "DETACHED HEAD" section below for details.

      --orphan <new_branch>
      @@ -363,9 +363,9 @@

      OPTIONS

      --patch

      Interactively select hunks in the difference between the -<tree-ish> (or the index, if unspecified) and the working +<tree-ish> (or the index, if unspecified) and the working tree. The chosen hunks are then applied in reverse to the -working tree (and if a <tree-ish> was specified, the index).

      +working tree (and if a <tree-ish> was specified, the index).

      This means that you can use git checkout -p to selectively discard edits from your current working tree. See the “Interactive Mode” @@ -407,8 +407,8 @@

      OPTIONS

      In the default overlay mode, git checkout never removes files from the index or the working tree. When specifying --no-overlay, files that appear in the index and -working tree, but not in <tree-ish> are removed, to make them -match <tree-ish> exactly.

      +working tree, but not in <tree-ish> are removed, to make them +match <tree-ish> exactly.

      --pathspec-from-file=<file>
      @@ -425,7 +425,7 @@

      OPTIONS

      separated with NUL character and all other characters are taken literally (including newlines and quotes).

      -
      <branch>
      +
      <branch>

      Branch to checkout; if it refers to a branch (i.e., a name that, when prepended with "refs/heads/", is a valid ref), then that @@ -457,7 +457,7 @@

      OPTIONS

      leave out at most one of A and B, in which case it defaults to HEAD.

      -
      <tree-ish>
      +
      <tree-ish>

      Tree to checkout from (when paths are given). If not specified, the index will be used.

      @@ -466,7 +466,7 @@

      OPTIONS

      Do not interpret any more arguments as options.

      -
      <pathspec>…​
      +
      <pathspec>…​

      Limits the paths affected by the operation.

      diff --git a/external/docs/content/docs/git-checkout/2.27.0.html b/external/docs/content/docs/git-checkout/2.27.0.html index 66884c09fa..46dfe0daf8 100644 --- a/external/docs/content/docs/git-checkout/2.27.0.html +++ b/external/docs/content/docs/git-checkout/2.27.0.html @@ -44,13 +44,13 @@

      NAME

      SYNOPSIS

      -
      git checkout [-q] [-f] [-m] [<branch>]
      -git checkout [-q] [-f] [-m] --detach [<branch>]
      -git checkout [-q] [-f] [-m] [--detach] <commit>
      +
      git checkout [-q] [-f] [-m] [<branch>]
      +git checkout [-q] [-f] [-m] --detach [<branch>]
      +git checkout [-q] [-f] [-m] [--detach] <commit>
       git checkout [-q] [-f] [-m] [[-b|-B|--orphan] <new_branch>] [<start_point>]
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]
      -git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​ +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul] +git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      @@ -65,25 +65,25 @@

      DESCRIPTION

      -
      git checkout [<branch>]
      +
      git checkout [<branch>]
      -

      To prepare for working on <branch>, switch to it by updating +

      To prepare for working on <branch>, switch to it by updating the index and the files in the working tree, and by pointing HEAD at the branch. Local modifications to the files in the working tree are kept, so that they can be committed to the -<branch>.

      +<branch>.

      -

      If <branch> is not found but there does exist a tracking branch in +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name and --no-guess is not specified, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>
      -

      You could omit <branch>, in which case the command degenerates to +

      You could omit <branch>, in which case the command degenerates to "check out the current branch", which is a glorified no-op with rather expensive side-effects to show only the tracking information, if exists, for the current branch.

      @@ -103,8 +103,8 @@

      DESCRIPTION

      -
      $ git branch -f <branch> [<start point>]
      -$ git checkout <branch>
      +
      $ git branch -f <branch> [<start point>]
      +$ git checkout <branch>
      @@ -112,33 +112,33 @@

      DESCRIPTION

      -
      git checkout --detach [<branch>]
      -
      git checkout [--detach] <commit>
      +
      git checkout --detach [<branch>]
      +
      git checkout [--detach] <commit>
      -

      Prepare to work on top of <commit>, by detaching HEAD at it +

      Prepare to work on top of <commit>, by detaching HEAD at it (see "DETACHED HEAD" section), and updating the index and the files in the working tree. Local modifications to the files in the working tree are kept, so that the resulting working tree will be the state recorded in the commit plus the local modifications.

      -

      When the <commit> argument is a branch name, the --detach option can +

      When the <commit> argument is a branch name, the --detach option can be used to detach HEAD at the tip of the branch (git checkout -<branch> would check out that branch without detaching HEAD).

      +<branch> would check out that branch without detaching HEAD).

      -

      Omitting <branch> detaches HEAD at the tip of the current branch.

      +

      Omitting <branch> detaches HEAD at the tip of the current branch.

      -
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​
      -
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]
      +
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​
      +
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]

      Overwrite the contents of the files that match the pathspec. -When the <tree-ish> (most often a commit) is not given, +When the <tree-ish> (most often a commit) is not given, overwrite working tree with the contents in the index. -When the <tree-ish> is given, overwrite both the index and -the working tree with the contents at the <tree-ish>.

      +When the <tree-ish> is given, overwrite both the index and +the working tree with the contents at the <tree-ish>.

      The index may contain unmerged entries because of a previous failed merge. By default, if you try to check out such an entry from the index, the @@ -149,7 +149,7 @@

      DESCRIPTION

      -
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      +
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]

      This is similar to the previous mode, but lets you use the interactive interface to show the "diff" output and choose which @@ -249,21 +249,21 @@

      OPTIONS

      --guess
      --no-guess
      -

      If <branch> is not found but there does exist a tracking +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>

      If the branch exists in multiple remotes and one of them is named by the checkout.defaultRemote configuration variable, we’ll use that -one for the purposes of disambiguation, even if the <branch> isn’t +one for the purposes of disambiguation, even if the <branch> isn’t unique across all remotes. Set it to e.g. checkout.defaultRemote=origin to always checkout remote -branches from there if <branch> is ambiguous but exists on the +branches from there if <branch> is ambiguous but exists on the origin remote. See also checkout.defaultRemote in git-config[1].

      @@ -280,8 +280,8 @@

      OPTIONS

      Rather than checking out a branch to work on it, check out a commit for inspection and discardable experiments. -This is the default behavior of git checkout <commit> when -<commit> is not a branch name. See the "DETACHED HEAD" section +This is the default behavior of git checkout <commit> when +<commit> is not a branch name. See the "DETACHED HEAD" section below for details.

      --orphan <new_branch>
      @@ -357,9 +357,9 @@

      OPTIONS

      --patch

      Interactively select hunks in the difference between the -<tree-ish> (or the index, if unspecified) and the working +<tree-ish> (or the index, if unspecified) and the working tree. The chosen hunks are then applied in reverse to the -working tree (and if a <tree-ish> was specified, the index).

      +working tree (and if a <tree-ish> was specified, the index).

      This means that you can use git checkout -p to selectively discard edits from your current working tree. See the “Interactive Mode” @@ -401,8 +401,8 @@

      OPTIONS

      In the default overlay mode, git checkout never removes files from the index or the working tree. When specifying --no-overlay, files that appear in the index and -working tree, but not in <tree-ish> are removed, to make them -match <tree-ish> exactly.

      +working tree, but not in <tree-ish> are removed, to make them +match <tree-ish> exactly.

      --pathspec-from-file=<file>
      @@ -419,7 +419,7 @@

      OPTIONS

      separated with NUL character and all other characters are taken literally (including newlines and quotes).

      -
      <branch>
      +
      <branch>

      Branch to checkout; if it refers to a branch (i.e., a name that, when prepended with "refs/heads/", is a valid ref), then that @@ -451,7 +451,7 @@

      OPTIONS

      leave out at most one of A and B, in which case it defaults to HEAD.

      -
      <tree-ish>
      +
      <tree-ish>

      Tree to checkout from (when paths are given). If not specified, the index will be used.

      @@ -460,7 +460,7 @@

      OPTIONS

      Do not interpret any more arguments as options.

      -
      <pathspec>…​
      +
      <pathspec>…​

      Limits the paths affected by the operation.

      diff --git a/external/docs/content/docs/git-checkout/2.29.0.html b/external/docs/content/docs/git-checkout/2.29.0.html index f44d74c84c..fbf323e66e 100644 --- a/external/docs/content/docs/git-checkout/2.29.0.html +++ b/external/docs/content/docs/git-checkout/2.29.0.html @@ -44,13 +44,13 @@

      NAME

      SYNOPSIS

      -
      git checkout [-q] [-f] [-m] [<branch>]
      -git checkout [-q] [-f] [-m] --detach [<branch>]
      -git checkout [-q] [-f] [-m] [--detach] <commit>
      +
      git checkout [-q] [-f] [-m] [<branch>]
      +git checkout [-q] [-f] [-m] --detach [<branch>]
      +git checkout [-q] [-f] [-m] [--detach] <commit>
       git checkout [-q] [-f] [-m] [[-b|-B|--orphan] <new_branch>] [<start_point>]
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]
      -git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​ +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul] +git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      @@ -65,25 +65,25 @@

      DESCRIPTION

      -
      git checkout [<branch>]
      +
      git checkout [<branch>]
      -

      To prepare for working on <branch>, switch to it by updating +

      To prepare for working on <branch>, switch to it by updating the index and the files in the working tree, and by pointing HEAD at the branch. Local modifications to the files in the working tree are kept, so that they can be committed to the -<branch>.

      +<branch>.

      -

      If <branch> is not found but there does exist a tracking branch in +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name and --no-guess is not specified, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>
      -

      You could omit <branch>, in which case the command degenerates to +

      You could omit <branch>, in which case the command degenerates to "check out the current branch", which is a glorified no-op with rather expensive side-effects to show only the tracking information, if exists, for the current branch.

      @@ -103,8 +103,8 @@

      DESCRIPTION

      -
      $ git branch -f <branch> [<start point>]
      -$ git checkout <branch>
      +
      $ git branch -f <branch> [<start point>]
      +$ git checkout <branch>
      @@ -112,33 +112,33 @@

      DESCRIPTION

      -
      git checkout --detach [<branch>]
      -
      git checkout [--detach] <commit>
      +
      git checkout --detach [<branch>]
      +
      git checkout [--detach] <commit>
      -

      Prepare to work on top of <commit>, by detaching HEAD at it +

      Prepare to work on top of <commit>, by detaching HEAD at it (see "DETACHED HEAD" section), and updating the index and the files in the working tree. Local modifications to the files in the working tree are kept, so that the resulting working tree will be the state recorded in the commit plus the local modifications.

      -

      When the <commit> argument is a branch name, the --detach option can +

      When the <commit> argument is a branch name, the --detach option can be used to detach HEAD at the tip of the branch (git checkout -<branch> would check out that branch without detaching HEAD).

      +<branch> would check out that branch without detaching HEAD).

      -

      Omitting <branch> detaches HEAD at the tip of the current branch.

      +

      Omitting <branch> detaches HEAD at the tip of the current branch.

      -
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​
      -
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]
      +
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​
      +
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]

      Overwrite the contents of the files that match the pathspec. -When the <tree-ish> (most often a commit) is not given, +When the <tree-ish> (most often a commit) is not given, overwrite working tree with the contents in the index. -When the <tree-ish> is given, overwrite both the index and -the working tree with the contents at the <tree-ish>.

      +When the <tree-ish> is given, overwrite both the index and +the working tree with the contents at the <tree-ish>.

      The index may contain unmerged entries because of a previous failed merge. By default, if you try to check out such an entry from the index, the @@ -149,7 +149,7 @@

      DESCRIPTION

      -
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      +
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]

      This is similar to the previous mode, but lets you use the interactive interface to show the "diff" output and choose which @@ -249,21 +249,21 @@

      OPTIONS

      --guess
      --no-guess
      -

      If <branch> is not found but there does exist a tracking +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>

      If the branch exists in multiple remotes and one of them is named by the checkout.defaultRemote configuration variable, we’ll use that -one for the purposes of disambiguation, even if the <branch> isn’t +one for the purposes of disambiguation, even if the <branch> isn’t unique across all remotes. Set it to e.g. checkout.defaultRemote=origin to always checkout remote -branches from there if <branch> is ambiguous but exists on the +branches from there if <branch> is ambiguous but exists on the origin remote. See also checkout.defaultRemote in git-config[1].

      @@ -281,8 +281,8 @@

      OPTIONS

      Rather than checking out a branch to work on it, check out a commit for inspection and discardable experiments. -This is the default behavior of git checkout <commit> when -<commit> is not a branch name. See the "DETACHED HEAD" section +This is the default behavior of git checkout <commit> when +<commit> is not a branch name. See the "DETACHED HEAD" section below for details.

      --orphan <new_branch>
      @@ -358,9 +358,9 @@

      OPTIONS

      --patch

      Interactively select hunks in the difference between the -<tree-ish> (or the index, if unspecified) and the working +<tree-ish> (or the index, if unspecified) and the working tree. The chosen hunks are then applied in reverse to the -working tree (and if a <tree-ish> was specified, the index).

      +working tree (and if a <tree-ish> was specified, the index).

      This means that you can use git checkout -p to selectively discard edits from your current working tree. See the “Interactive Mode” @@ -402,8 +402,8 @@

      OPTIONS

      In the default overlay mode, git checkout never removes files from the index or the working tree. When specifying --no-overlay, files that appear in the index and -working tree, but not in <tree-ish> are removed, to make them -match <tree-ish> exactly.

      +working tree, but not in <tree-ish> are removed, to make them +match <tree-ish> exactly.

      --pathspec-from-file=<file>
      @@ -420,7 +420,7 @@

      OPTIONS

      separated with NUL character and all other characters are taken literally (including newlines and quotes).

      -
      <branch>
      +
      <branch>

      Branch to checkout; if it refers to a branch (i.e., a name that, when prepended with "refs/heads/", is a valid ref), then that @@ -452,7 +452,7 @@

      OPTIONS

      leave out at most one of A and B, in which case it defaults to HEAD.

      -
      <tree-ish>
      +
      <tree-ish>

      Tree to checkout from (when paths are given). If not specified, the index will be used.

      @@ -461,7 +461,7 @@

      OPTIONS

      Do not interpret any more arguments as options.

      -
      <pathspec>…​
      +
      <pathspec>…​

      Limits the paths affected by the operation.

      diff --git a/external/docs/content/docs/git-checkout/2.30.0.html b/external/docs/content/docs/git-checkout/2.30.0.html index b4a4282727..2c7461ba2d 100644 --- a/external/docs/content/docs/git-checkout/2.30.0.html +++ b/external/docs/content/docs/git-checkout/2.30.0.html @@ -76,13 +76,13 @@

      NAME

      SYNOPSIS

      -
      git checkout [-q] [-f] [-m] [<branch>]
      -git checkout [-q] [-f] [-m] --detach [<branch>]
      -git checkout [-q] [-f] [-m] [--detach] <commit>
      +
      git checkout [-q] [-f] [-m] [<branch>]
      +git checkout [-q] [-f] [-m] --detach [<branch>]
      +git checkout [-q] [-f] [-m] [--detach] <commit>
       git checkout [-q] [-f] [-m] [[-b|-B|--orphan] <new_branch>] [<start_point>]
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]
      -git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​ +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul] +git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      @@ -97,25 +97,25 @@

      DESCRIPTION

      -
      git checkout [<branch>]
      +
      git checkout [<branch>]
      -

      To prepare for working on <branch>, switch to it by updating +

      To prepare for working on <branch>, switch to it by updating the index and the files in the working tree, and by pointing HEAD at the branch. Local modifications to the files in the working tree are kept, so that they can be committed to the -<branch>.

      +<branch>.

      -

      If <branch> is not found but there does exist a tracking branch in +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name and --no-guess is not specified, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>
      -

      You could omit <branch>, in which case the command degenerates to +

      You could omit <branch>, in which case the command degenerates to "check out the current branch", which is a glorified no-op with rather expensive side-effects to show only the tracking information, if exists, for the current branch.

      @@ -135,8 +135,8 @@

      DESCRIPTION

      -
      $ git branch -f <branch> [<start point>]
      -$ git checkout <branch>
      +
      $ git branch -f <branch> [<start point>]
      +$ git checkout <branch>
      @@ -144,33 +144,33 @@

      DESCRIPTION

      -
      git checkout --detach [<branch>]
      -
      git checkout [--detach] <commit>
      +
      git checkout --detach [<branch>]
      +
      git checkout [--detach] <commit>
      -

      Prepare to work on top of <commit>, by detaching HEAD at it +

      Prepare to work on top of <commit>, by detaching HEAD at it (see "DETACHED HEAD" section), and updating the index and the files in the working tree. Local modifications to the files in the working tree are kept, so that the resulting working tree will be the state recorded in the commit plus the local modifications.

      -

      When the <commit> argument is a branch name, the --detach option can +

      When the <commit> argument is a branch name, the --detach option can be used to detach HEAD at the tip of the branch (git checkout -<branch> would check out that branch without detaching HEAD).

      +<branch> would check out that branch without detaching HEAD).

      -

      Omitting <branch> detaches HEAD at the tip of the current branch.

      +

      Omitting <branch> detaches HEAD at the tip of the current branch.

      -
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​
      -
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]
      +
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​
      +
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]

      Overwrite the contents of the files that match the pathspec. -When the <tree-ish> (most often a commit) is not given, +When the <tree-ish> (most often a commit) is not given, overwrite working tree with the contents in the index. -When the <tree-ish> is given, overwrite both the index and -the working tree with the contents at the <tree-ish>.

      +When the <tree-ish> is given, overwrite both the index and +the working tree with the contents at the <tree-ish>.

      The index may contain unmerged entries because of a previous failed merge. By default, if you try to check out such an entry from the index, the @@ -181,7 +181,7 @@

      DESCRIPTION

      -
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      +
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]

      This is similar to the previous mode, but lets you use the interactive interface to show the "diff" output and choose which @@ -281,21 +281,21 @@

      OPTIONS

      --guess
      --no-guess
      -

      If <branch> is not found but there does exist a tracking +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>

      If the branch exists in multiple remotes and one of them is named by the checkout.defaultRemote configuration variable, we’ll use that -one for the purposes of disambiguation, even if the <branch> isn’t +one for the purposes of disambiguation, even if the <branch> isn’t unique across all remotes. Set it to e.g. checkout.defaultRemote=origin to always checkout remote -branches from there if <branch> is ambiguous but exists on the +branches from there if <branch> is ambiguous but exists on the origin remote. See also checkout.defaultRemote in git-config[1].

      @@ -317,8 +317,8 @@

      OPTIONS

      Rather than checking out a branch to work on it, check out a commit for inspection and discardable experiments. -This is the default behavior of git checkout <commit> when -<commit> is not a branch name. See the "DETACHED HEAD" section +This is the default behavior of git checkout <commit> when +<commit> is not a branch name. See the "DETACHED HEAD" section below for details.

      --orphan <new_branch>
      @@ -394,9 +394,9 @@

      OPTIONS

      --patch

      Interactively select hunks in the difference between the -<tree-ish> (or the index, if unspecified) and the working +<tree-ish> (or the index, if unspecified) and the working tree. The chosen hunks are then applied in reverse to the -working tree (and if a <tree-ish> was specified, the index).

      +working tree (and if a <tree-ish> was specified, the index).

      This means that you can use git checkout -p to selectively discard edits from your current working tree. See the “Interactive Mode” @@ -438,8 +438,8 @@

      OPTIONS

      In the default overlay mode, git checkout never removes files from the index or the working tree. When specifying --no-overlay, files that appear in the index and -working tree, but not in <tree-ish> are removed, to make them -match <tree-ish> exactly.

      +working tree, but not in <tree-ish> are removed, to make them +match <tree-ish> exactly.

      --pathspec-from-file=<file>
      @@ -456,7 +456,7 @@

      OPTIONS

      separated with NUL character and all other characters are taken literally (including newlines and quotes).

      -
      <branch>
      +
      <branch>

      Branch to checkout; if it refers to a branch (i.e., a name that, when prepended with "refs/heads/", is a valid ref), then that @@ -488,7 +488,7 @@

      OPTIONS

      leave out at most one of A and B, in which case it defaults to HEAD.

      -
      <tree-ish>
      +
      <tree-ish>

      Tree to checkout from (when paths are given). If not specified, the index will be used.

      @@ -502,7 +502,7 @@

      OPTIONS

      Do not interpret any more arguments as options.

      -
      <pathspec>…​
      +
      <pathspec>…​

      Limits the paths affected by the operation.

      diff --git a/external/docs/content/docs/git-checkout/2.34.0.html b/external/docs/content/docs/git-checkout/2.34.0.html index 9496ea653d..99d377ec37 100644 --- a/external/docs/content/docs/git-checkout/2.34.0.html +++ b/external/docs/content/docs/git-checkout/2.34.0.html @@ -49,13 +49,13 @@

      NAME

      SYNOPSIS

      -
      git checkout [-q] [-f] [-m] [<branch>]
      -git checkout [-q] [-f] [-m] --detach [<branch>]
      -git checkout [-q] [-f] [-m] [--detach] <commit>
      +
      git checkout [-q] [-f] [-m] [<branch>]
      +git checkout [-q] [-f] [-m] --detach [<branch>]
      +git checkout [-q] [-f] [-m] [--detach] <commit>
       git checkout [-q] [-f] [-m] [[-b|-B|--orphan] <new_branch>] [<start_point>]
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]
      -git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​ +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul] +git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      @@ -70,25 +70,25 @@

      DESCRIPTION

      -
      git checkout [<branch>]
      +
      git checkout [<branch>]
      -

      To prepare for working on <branch>, switch to it by updating +

      To prepare for working on <branch>, switch to it by updating the index and the files in the working tree, and by pointing HEAD at the branch. Local modifications to the files in the working tree are kept, so that they can be committed to the -<branch>.

      +<branch>.

      -

      If <branch> is not found but there does exist a tracking branch in +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name and --no-guess is not specified, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>
      -

      You could omit <branch>, in which case the command degenerates to +

      You could omit <branch>, in which case the command degenerates to "check out the current branch", which is a glorified no-op with rather expensive side-effects to show only the tracking information, if exists, for the current branch.

      @@ -108,8 +108,8 @@

      DESCRIPTION

      -
      $ git branch -f <branch> [<start point>]
      -$ git checkout <branch>
      +
      $ git branch -f <branch> [<start point>]
      +$ git checkout <branch>
      @@ -117,33 +117,33 @@

      DESCRIPTION

      -
      git checkout --detach [<branch>]
      -
      git checkout [--detach] <commit>
      +
      git checkout --detach [<branch>]
      +
      git checkout [--detach] <commit>
      -

      Prepare to work on top of <commit>, by detaching HEAD at it +

      Prepare to work on top of <commit>, by detaching HEAD at it (see "DETACHED HEAD" section), and updating the index and the files in the working tree. Local modifications to the files in the working tree are kept, so that the resulting working tree will be the state recorded in the commit plus the local modifications.

      -

      When the <commit> argument is a branch name, the --detach option can +

      When the <commit> argument is a branch name, the --detach option can be used to detach HEAD at the tip of the branch (git checkout -<branch> would check out that branch without detaching HEAD).

      +<branch> would check out that branch without detaching HEAD).

      -

      Omitting <branch> detaches HEAD at the tip of the current branch.

      +

      Omitting <branch> detaches HEAD at the tip of the current branch.

      -
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​
      -
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]
      +
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​
      +
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]

      Overwrite the contents of the files that match the pathspec. -When the <tree-ish> (most often a commit) is not given, +When the <tree-ish> (most often a commit) is not given, overwrite working tree with the contents in the index. -When the <tree-ish> is given, overwrite both the index and -the working tree with the contents at the <tree-ish>.

      +When the <tree-ish> is given, overwrite both the index and +the working tree with the contents at the <tree-ish>.

      The index may contain unmerged entries because of a previous failed merge. By default, if you try to check out such an entry from the index, the @@ -154,7 +154,7 @@

      DESCRIPTION

      -
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      +
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]

      This is similar to the previous mode, but lets you use the interactive interface to show the "diff" output and choose which @@ -255,21 +255,21 @@

      OPTIONS

      --guess
      --no-guess
      -

      If <branch> is not found but there does exist a tracking +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>

      If the branch exists in multiple remotes and one of them is named by the checkout.defaultRemote configuration variable, we’ll use that -one for the purposes of disambiguation, even if the <branch> isn’t +one for the purposes of disambiguation, even if the <branch> isn’t unique across all remotes. Set it to e.g. checkout.defaultRemote=origin to always checkout remote -branches from there if <branch> is ambiguous but exists on the +branches from there if <branch> is ambiguous but exists on the origin remote. See also checkout.defaultRemote in git-config[1].

      @@ -291,8 +291,8 @@

      OPTIONS

      Rather than checking out a branch to work on it, check out a commit for inspection and discardable experiments. -This is the default behavior of git checkout <commit> when -<commit> is not a branch name. See the "DETACHED HEAD" section +This is the default behavior of git checkout <commit> when +<commit> is not a branch name. See the "DETACHED HEAD" section below for details.

      --orphan <new_branch>
      @@ -368,9 +368,9 @@

      OPTIONS

      --patch

      Interactively select hunks in the difference between the -<tree-ish> (or the index, if unspecified) and the working +<tree-ish> (or the index, if unspecified) and the working tree. The chosen hunks are then applied in reverse to the -working tree (and if a <tree-ish> was specified, the index).

      +working tree (and if a <tree-ish> was specified, the index).

      This means that you can use git checkout -p to selectively discard edits from your current working tree. See the “Interactive Mode” @@ -412,8 +412,8 @@

      OPTIONS

      In the default overlay mode, git checkout never removes files from the index or the working tree. When specifying --no-overlay, files that appear in the index and -working tree, but not in <tree-ish> are removed, to make them -match <tree-ish> exactly.

      +working tree, but not in <tree-ish> are removed, to make them +match <tree-ish> exactly.

      --pathspec-from-file=<file>
      @@ -430,7 +430,7 @@

      OPTIONS

      separated with NUL character and all other characters are taken literally (including newlines and quotes).

      -
      <branch>
      +
      <branch>

      Branch to checkout; if it refers to a branch (i.e., a name that, when prepended with "refs/heads/", is a valid ref), then that @@ -462,7 +462,7 @@

      OPTIONS

      leave out at most one of A and B, in which case it defaults to HEAD.

      -
      <tree-ish>
      +
      <tree-ish>

      Tree to checkout from (when paths are given). If not specified, the index will be used.

      @@ -476,7 +476,7 @@

      OPTIONS

      Do not interpret any more arguments as options.

      -
      <pathspec>…​
      +
      <pathspec>…​

      Limits the paths affected by the operation.

      diff --git a/external/docs/content/docs/git-checkout/2.35.0.html b/external/docs/content/docs/git-checkout/2.35.0.html index 5118aec2ff..362f48f642 100644 --- a/external/docs/content/docs/git-checkout/2.35.0.html +++ b/external/docs/content/docs/git-checkout/2.35.0.html @@ -64,13 +64,13 @@

      NAME

      SYNOPSIS

      -
      git checkout [-q] [-f] [-m] [<branch>]
      -git checkout [-q] [-f] [-m] --detach [<branch>]
      -git checkout [-q] [-f] [-m] [--detach] <commit>
      +
      git checkout [-q] [-f] [-m] [<branch>]
      +git checkout [-q] [-f] [-m] --detach [<branch>]
      +git checkout [-q] [-f] [-m] [--detach] <commit>
       git checkout [-q] [-f] [-m] [[-b|-B|--orphan] <new-branch>] [<start-point>]
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]
      -git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​ +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul] +git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      @@ -85,25 +85,25 @@

      DESCRIPTION

      -
      git checkout [<branch>]
      +
      git checkout [<branch>]
      -

      To prepare for working on <branch>, switch to it by updating +

      To prepare for working on <branch>, switch to it by updating the index and the files in the working tree, and by pointing HEAD at the branch. Local modifications to the files in the working tree are kept, so that they can be committed to the -<branch>.

      +<branch>.

      -

      If <branch> is not found but there does exist a tracking branch in +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name and --no-guess is not specified, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>
      -

      You could omit <branch>, in which case the command degenerates to +

      You could omit <branch>, in which case the command degenerates to "check out the current branch", which is a glorified no-op with rather expensive side-effects to show only the tracking information, if exists, for the current branch.

      @@ -123,8 +123,8 @@

      DESCRIPTION

      -
      $ git branch -f <branch> [<start-point>]
      -$ git checkout <branch>
      +
      $ git branch -f <branch> [<start-point>]
      +$ git checkout <branch>
      @@ -132,33 +132,33 @@

      DESCRIPTION

      -
      git checkout --detach [<branch>]
      -
      git checkout [--detach] <commit>
      +
      git checkout --detach [<branch>]
      +
      git checkout [--detach] <commit>
      -

      Prepare to work on top of <commit>, by detaching HEAD at it +

      Prepare to work on top of <commit>, by detaching HEAD at it (see "DETACHED HEAD" section), and updating the index and the files in the working tree. Local modifications to the files in the working tree are kept, so that the resulting working tree will be the state recorded in the commit plus the local modifications.

      -

      When the <commit> argument is a branch name, the --detach option can +

      When the <commit> argument is a branch name, the --detach option can be used to detach HEAD at the tip of the branch (git checkout -<branch> would check out that branch without detaching HEAD).

      +<branch> would check out that branch without detaching HEAD).

      -

      Omitting <branch> detaches HEAD at the tip of the current branch.

      +

      Omitting <branch> detaches HEAD at the tip of the current branch.

      -
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​
      -
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]
      +
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​
      +
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]

      Overwrite the contents of the files that match the pathspec. -When the <tree-ish> (most often a commit) is not given, +When the <tree-ish> (most often a commit) is not given, overwrite working tree with the contents in the index. -When the <tree-ish> is given, overwrite both the index and -the working tree with the contents at the <tree-ish>.

      +When the <tree-ish> is given, overwrite both the index and +the working tree with the contents at the <tree-ish>.

      The index may contain unmerged entries because of a previous failed merge. By default, if you try to check out such an entry from the index, the @@ -169,7 +169,7 @@

      DESCRIPTION

      -
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      +
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]

      This is similar to the previous mode, but lets you use the interactive interface to show the "diff" output and choose which @@ -270,21 +270,21 @@

      OPTIONS

      --guess
      --no-guess
      -

      If <branch> is not found but there does exist a tracking +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>

      If the branch exists in multiple remotes and one of them is named by the checkout.defaultRemote configuration variable, we’ll use that -one for the purposes of disambiguation, even if the <branch> isn’t +one for the purposes of disambiguation, even if the <branch> isn’t unique across all remotes. Set it to e.g. checkout.defaultRemote=origin to always checkout remote -branches from there if <branch> is ambiguous but exists on the +branches from there if <branch> is ambiguous but exists on the origin remote. See also checkout.defaultRemote in git-config[1].

      @@ -306,8 +306,8 @@

      OPTIONS

      Rather than checking out a branch to work on it, check out a commit for inspection and discardable experiments. -This is the default behavior of git checkout <commit> when -<commit> is not a branch name. See the "DETACHED HEAD" section +This is the default behavior of git checkout <commit> when +<commit> is not a branch name. See the "DETACHED HEAD" section below for details.

      --orphan <new-branch>
      @@ -382,9 +382,9 @@

      OPTIONS

      --patch

      Interactively select hunks in the difference between the -<tree-ish> (or the index, if unspecified) and the working +<tree-ish> (or the index, if unspecified) and the working tree. The chosen hunks are then applied in reverse to the -working tree (and if a <tree-ish> was specified, the index).

      +working tree (and if a <tree-ish> was specified, the index).

      This means that you can use git checkout -p to selectively discard edits from your current working tree. See the “Interactive Mode” @@ -426,8 +426,8 @@

      OPTIONS

      In the default overlay mode, git checkout never removes files from the index or the working tree. When specifying --no-overlay, files that appear in the index and -working tree, but not in <tree-ish> are removed, to make them -match <tree-ish> exactly.

      +working tree, but not in <tree-ish> are removed, to make them +match <tree-ish> exactly.

      --pathspec-from-file=<file>
      @@ -444,7 +444,7 @@

      OPTIONS

      separated with NUL character and all other characters are taken literally (including newlines and quotes).

      -
      <branch>
      +
      <branch>

      Branch to checkout; if it refers to a branch (i.e., a name that, when prepended with "refs/heads/", is a valid ref), then that @@ -476,7 +476,7 @@

      OPTIONS

      leave out at most one of A and B, in which case it defaults to HEAD.

      -
      <tree-ish>
      +
      <tree-ish>

      Tree to checkout from (when paths are given). If not specified, the index will be used.

      @@ -490,7 +490,7 @@

      OPTIONS

      Do not interpret any more arguments as options.

      -
      <pathspec>…​
      +
      <pathspec>…​

      Limits the paths affected by the operation.

      diff --git a/external/docs/content/docs/git-checkout/2.38.0.html b/external/docs/content/docs/git-checkout/2.38.0.html index 2da919406e..2b3cb9c77c 100644 --- a/external/docs/content/docs/git-checkout/2.38.0.html +++ b/external/docs/content/docs/git-checkout/2.38.0.html @@ -51,13 +51,13 @@

      NAME

      SYNOPSIS

      -
      git checkout [-q] [-f] [-m] [<branch>]
      -git checkout [-q] [-f] [-m] --detach [<branch>]
      -git checkout [-q] [-f] [-m] [--detach] <commit>
      +
      git checkout [-q] [-f] [-m] [<branch>]
      +git checkout [-q] [-f] [-m] --detach [<branch>]
      +git checkout [-q] [-f] [-m] [--detach] <commit>
       git checkout [-q] [-f] [-m] [[-b|-B|--orphan] <new-branch>] [<start-point>]
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]
      -git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​ +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul] +git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      @@ -72,25 +72,25 @@

      DESCRIPTION

      -
      git checkout [<branch>]
      +
      git checkout [<branch>]
      -

      To prepare for working on <branch>, switch to it by updating +

      To prepare for working on <branch>, switch to it by updating the index and the files in the working tree, and by pointing HEAD at the branch. Local modifications to the files in the working tree are kept, so that they can be committed to the -<branch>.

      +<branch>.

      -

      If <branch> is not found but there does exist a tracking branch in +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name and --no-guess is not specified, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>
      -

      You could omit <branch>, in which case the command degenerates to +

      You could omit <branch>, in which case the command degenerates to "check out the current branch", which is a glorified no-op with rather expensive side-effects to show only the tracking information, if exists, for the current branch.

      @@ -110,8 +110,8 @@

      DESCRIPTION

      -
      $ git branch -f <branch> [<start-point>]
      -$ git checkout <branch>
      +
      $ git branch -f <branch> [<start-point>]
      +$ git checkout <branch>
      @@ -119,33 +119,33 @@

      DESCRIPTION

      -
      git checkout --detach [<branch>]
      -
      git checkout [--detach] <commit>
      +
      git checkout --detach [<branch>]
      +
      git checkout [--detach] <commit>
      -

      Prepare to work on top of <commit>, by detaching HEAD at it +

      Prepare to work on top of <commit>, by detaching HEAD at it (see "DETACHED HEAD" section), and updating the index and the files in the working tree. Local modifications to the files in the working tree are kept, so that the resulting working tree will be the state recorded in the commit plus the local modifications.

      -

      When the <commit> argument is a branch name, the --detach option can +

      When the <commit> argument is a branch name, the --detach option can be used to detach HEAD at the tip of the branch (git checkout -<branch> would check out that branch without detaching HEAD).

      +<branch> would check out that branch without detaching HEAD).

      -

      Omitting <branch> detaches HEAD at the tip of the current branch.

      +

      Omitting <branch> detaches HEAD at the tip of the current branch.

      -
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​
      -
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]
      +
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​
      +
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]

      Overwrite the contents of the files that match the pathspec. -When the <tree-ish> (most often a commit) is not given, +When the <tree-ish> (most often a commit) is not given, overwrite working tree with the contents in the index. -When the <tree-ish> is given, overwrite both the index and -the working tree with the contents at the <tree-ish>.

      +When the <tree-ish> is given, overwrite both the index and +the working tree with the contents at the <tree-ish>.

      The index may contain unmerged entries because of a previous failed merge. By default, if you try to check out such an entry from the index, the @@ -156,7 +156,7 @@

      DESCRIPTION

      -
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      +
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]

      This is similar to the previous mode, but lets you use the interactive interface to show the "diff" output and choose which @@ -257,21 +257,21 @@

      OPTIONS

      --guess
      --no-guess
      -

      If <branch> is not found but there does exist a tracking +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>

      If the branch exists in multiple remotes and one of them is named by the checkout.defaultRemote configuration variable, we’ll use that -one for the purposes of disambiguation, even if the <branch> isn’t +one for the purposes of disambiguation, even if the <branch> isn’t unique across all remotes. Set it to e.g. checkout.defaultRemote=origin to always checkout remote -branches from there if <branch> is ambiguous but exists on the +branches from there if <branch> is ambiguous but exists on the origin remote. See also checkout.defaultRemote in git-config[1].

      @@ -293,8 +293,8 @@

      OPTIONS

      Rather than checking out a branch to work on it, check out a commit for inspection and discardable experiments. -This is the default behavior of git checkout <commit> when -<commit> is not a branch name. See the "DETACHED HEAD" section +This is the default behavior of git checkout <commit> when +<commit> is not a branch name. See the "DETACHED HEAD" section below for details.

      --orphan <new-branch>
      @@ -369,9 +369,9 @@

      OPTIONS

      --patch

      Interactively select hunks in the difference between the -<tree-ish> (or the index, if unspecified) and the working +<tree-ish> (or the index, if unspecified) and the working tree. The chosen hunks are then applied in reverse to the -working tree (and if a <tree-ish> was specified, the index).

      +working tree (and if a <tree-ish> was specified, the index).

      This means that you can use git checkout -p to selectively discard edits from your current working tree. See the “Interactive Mode” @@ -413,8 +413,8 @@

      OPTIONS

      In the default overlay mode, git checkout never removes files from the index or the working tree. When specifying --no-overlay, files that appear in the index and -working tree, but not in <tree-ish> are removed, to make them -match <tree-ish> exactly.

      +working tree, but not in <tree-ish> are removed, to make them +match <tree-ish> exactly.

      --pathspec-from-file=<file>
      @@ -431,7 +431,7 @@

      OPTIONS

      separated with NUL character and all other characters are taken literally (including newlines and quotes).

      -
      <branch>
      +
      <branch>

      Branch to checkout; if it refers to a branch (i.e., a name that, when prepended with "refs/heads/", is a valid ref), then that @@ -463,7 +463,7 @@

      OPTIONS

      leave out at most one of A and B, in which case it defaults to HEAD.

      -
      <tree-ish>
      +
      <tree-ish>

      Tree to checkout from (when paths are given). If not specified, the index will be used.

      @@ -477,7 +477,7 @@

      OPTIONS

      Do not interpret any more arguments as options.

      -
      <pathspec>…​
      +
      <pathspec>…​

      Limits the paths affected by the operation.

      diff --git a/external/docs/content/docs/git-checkout/2.39.3.html b/external/docs/content/docs/git-checkout/2.39.3.html index 349a72e346..cd7a39fa7d 100644 --- a/external/docs/content/docs/git-checkout/2.39.3.html +++ b/external/docs/content/docs/git-checkout/2.39.3.html @@ -45,13 +45,13 @@

      NAME

      SYNOPSIS

      -
      git checkout [-q] [-f] [-m] [<branch>]
      -git checkout [-q] [-f] [-m] --detach [<branch>]
      -git checkout [-q] [-f] [-m] [--detach] <commit>
      +
      git checkout [-q] [-f] [-m] [<branch>]
      +git checkout [-q] [-f] [-m] --detach [<branch>]
      +git checkout [-q] [-f] [-m] [--detach] <commit>
       git checkout [-q] [-f] [-m] [[-b|-B|--orphan] <new-branch>] [<start-point>]
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]
      -git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​ +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul] +git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      @@ -66,25 +66,25 @@

      DESCRIPTION

      -
      git checkout [<branch>]
      +
      git checkout [<branch>]
      -

      To prepare for working on <branch>, switch to it by updating +

      To prepare for working on <branch>, switch to it by updating the index and the files in the working tree, and by pointing HEAD at the branch. Local modifications to the files in the working tree are kept, so that they can be committed to the -<branch>.

      +<branch>.

      -

      If <branch> is not found but there does exist a tracking branch in +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name and --no-guess is not specified, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>
      -

      You could omit <branch>, in which case the command degenerates to +

      You could omit <branch>, in which case the command degenerates to "check out the current branch", which is a glorified no-op with rather expensive side-effects to show only the tracking information, if exists, for the current branch.

      @@ -104,8 +104,8 @@

      DESCRIPTION

      -
      $ git branch -f <branch> [<start-point>]
      -$ git checkout <branch>
      +
      $ git branch -f <branch> [<start-point>]
      +$ git checkout <branch>
      @@ -113,33 +113,33 @@

      DESCRIPTION

      -
      git checkout --detach [<branch>]
      -
      git checkout [--detach] <commit>
      +
      git checkout --detach [<branch>]
      +
      git checkout [--detach] <commit>
      -

      Prepare to work on top of <commit>, by detaching HEAD at it +

      Prepare to work on top of <commit>, by detaching HEAD at it (see "DETACHED HEAD" section), and updating the index and the files in the working tree. Local modifications to the files in the working tree are kept, so that the resulting working tree will be the state recorded in the commit plus the local modifications.

      -

      When the <commit> argument is a branch name, the --detach option can +

      When the <commit> argument is a branch name, the --detach option can be used to detach HEAD at the tip of the branch (git checkout -<branch> would check out that branch without detaching HEAD).

      +<branch> would check out that branch without detaching HEAD).

      -

      Omitting <branch> detaches HEAD at the tip of the current branch.

      +

      Omitting <branch> detaches HEAD at the tip of the current branch.

      -
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​
      -
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]
      +
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​
      +
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]

      Overwrite the contents of the files that match the pathspec. -When the <tree-ish> (most often a commit) is not given, +When the <tree-ish> (most often a commit) is not given, overwrite working tree with the contents in the index. -When the <tree-ish> is given, overwrite both the index and -the working tree with the contents at the <tree-ish>.

      +When the <tree-ish> is given, overwrite both the index and +the working tree with the contents at the <tree-ish>.

      The index may contain unmerged entries because of a previous failed merge. By default, if you try to check out such an entry from the index, the @@ -150,7 +150,7 @@

      DESCRIPTION

      -
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      +
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]

      This is similar to the previous mode, but lets you use the interactive interface to show the "diff" output and choose which @@ -253,21 +253,21 @@

      OPTIONS

      --guess
      --no-guess
      -

      If <branch> is not found but there does exist a tracking +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>

      If the branch exists in multiple remotes and one of them is named by the checkout.defaultRemote configuration variable, we’ll use that -one for the purposes of disambiguation, even if the <branch> isn’t +one for the purposes of disambiguation, even if the <branch> isn’t unique across all remotes. Set it to e.g. checkout.defaultRemote=origin to always checkout remote -branches from there if <branch> is ambiguous but exists on the +branches from there if <branch> is ambiguous but exists on the origin remote. See also checkout.defaultRemote in git-config[1].

      @@ -289,8 +289,8 @@

      OPTIONS

      Rather than checking out a branch to work on it, check out a commit for inspection and discardable experiments. -This is the default behavior of git checkout <commit> when -<commit> is not a branch name. See the "DETACHED HEAD" section +This is the default behavior of git checkout <commit> when +<commit> is not a branch name. See the "DETACHED HEAD" section below for details.

      --orphan <new-branch>
      @@ -365,9 +365,9 @@

      OPTIONS

      --patch

      Interactively select hunks in the difference between the -<tree-ish> (or the index, if unspecified) and the working +<tree-ish> (or the index, if unspecified) and the working tree. The chosen hunks are then applied in reverse to the -working tree (and if a <tree-ish> was specified, the index).

      +working tree (and if a <tree-ish> was specified, the index).

      This means that you can use git checkout -p to selectively discard edits from your current working tree. See the “Interactive Mode” @@ -409,8 +409,8 @@

      OPTIONS

      In the default overlay mode, git checkout never removes files from the index or the working tree. When specifying --no-overlay, files that appear in the index and -working tree, but not in <tree-ish> are removed, to make them -match <tree-ish> exactly.

      +working tree, but not in <tree-ish> are removed, to make them +match <tree-ish> exactly.

      --pathspec-from-file=<file>
      @@ -427,7 +427,7 @@

      OPTIONS

      separated with NUL character and all other characters are taken literally (including newlines and quotes).

      -
      <branch>
      +
      <branch>

      Branch to checkout; if it refers to a branch (i.e., a name that, when prepended with "refs/heads/", is a valid ref), then that @@ -459,7 +459,7 @@

      OPTIONS

      leave out at most one of A and B, in which case it defaults to HEAD.

      -
      <tree-ish>
      +
      <tree-ish>

      Tree to checkout from (when paths are given). If not specified, the index will be used.

      @@ -473,7 +473,7 @@

      OPTIONS

      Do not interpret any more arguments as options.

      -
      <pathspec>…​
      +
      <pathspec>…​

      Limits the paths affected by the operation.

      diff --git a/external/docs/content/docs/git-checkout/2.4.12.html b/external/docs/content/docs/git-checkout/2.4.12.html index 3477b924d5..097e11fee9 100644 --- a/external/docs/content/docs/git-checkout/2.4.12.html +++ b/external/docs/content/docs/git-checkout/2.4.12.html @@ -37,12 +37,12 @@

      NAME

      SYNOPSIS

      -
      git checkout [-q] [-f] [-m] [<branch>]
      -git checkout [-q] [-f] [-m] --detach [<branch>]
      -git checkout [-q] [-f] [-m] [--detach] <commit>
      +
      git checkout [-q] [-f] [-m] [<branch>]
      +git checkout [-q] [-f] [-m] --detach [<branch>]
      +git checkout [-q] [-f] [-m] [--detach] <commit>
       git checkout [-q] [-f] [-m] [[-b|-B|--orphan] <new_branch>] [<start_point>]
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <paths>…​
      -git checkout [-p|--patch] [<tree-ish>] [--] [<paths>…​]
      +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <paths>…​ +git checkout [-p|--patch] [<tree-ish>] [--] [<paths>…​]
      @@ -57,25 +57,25 @@

      DESCRIPTION

      -
      git checkout <branch>
      +
      git checkout <branch>
      -

      To prepare for working on <branch>, switch to it by updating +

      To prepare for working on <branch>, switch to it by updating the index and the files in the working tree, and by pointing HEAD at the branch. Local modifications to the files in the working tree are kept, so that they can be committed to the -<branch>.

      +<branch>.

      -

      If <branch> is not found but there does exist a tracking branch in +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>
      -

      You could omit <branch>, in which case the command degenerates to +

      You could omit <branch>, in which case the command degenerates to "check out the current branch", which is a glorified no-op with a rather expensive side-effects to show only the tracking information, if exists, for the current branch.

      @@ -95,8 +95,8 @@

      DESCRIPTION

      -
      $ git branch -f <branch> [<start point>]
      -$ git checkout <branch>
      +
      $ git branch -f <branch> [<start point>]
      +$ git checkout <branch>
      @@ -104,39 +104,39 @@

      DESCRIPTION

      -
      git checkout --detach [<branch>]
      -
      git checkout [--detach] <commit>
      +
      git checkout --detach [<branch>]
      +
      git checkout [--detach] <commit>
      -

      Prepare to work on top of <commit>, by detaching HEAD at it +

      Prepare to work on top of <commit>, by detaching HEAD at it (see "DETACHED HEAD" section), and updating the index and the files in the working tree. Local modifications to the files in the working tree are kept, so that the resulting working tree will be the state recorded in the commit plus the local modifications.

      -

      When the <commit> argument is a branch name, the --detach option can +

      When the <commit> argument is a branch name, the --detach option can be used to detach HEAD at the tip of the branch (git checkout -<branch> would check out that branch without detaching HEAD).

      +<branch> would check out that branch without detaching HEAD).

      -

      Omitting <branch> detaches HEAD at the tip of the current branch.

      +

      Omitting <branch> detaches HEAD at the tip of the current branch.

      -
      git checkout [-p|--patch] [<tree-ish>] [--] <pathspec>…​
      +
      git checkout [-p|--patch] [<tree-ish>] [--] <pathspec>…​

      When <paths> or --patch are given, git checkout does not switch branches. It updates the named paths in the working tree -from the index file or from a named <tree-ish> (most often a +from the index file or from a named <tree-ish> (most often a commit). In this case, the -b and --track options are meaningless and giving either of them results in an error. The -<tree-ish> argument can be used to specify a specific tree-ish +<tree-ish> argument can be used to specify a specific tree-ish (i.e. commit, tag or tree) to update the index for the given paths before updating the working tree.

      git checkout with <paths> or --patch is used to restore modified or deleted paths to their original contents from the index or replace paths -with the contents from a named <tree-ish> (most often a commit-ish).

      +with the contents from a named <tree-ish> (most often a commit-ish).

      The index may contain unmerged entries because of a previous failed merge. @@ -222,8 +222,8 @@

      OPTIONS

      Rather than checking out a branch to work on it, check out a commit for inspection and discardable experiments. -This is the default behavior of "git checkout <commit>" when -<commit> is not a branch name. See the "DETACHED HEAD" section +This is the default behavior of "git checkout <commit>" when +<commit> is not a branch name. See the "DETACHED HEAD" section below for details.

      --orphan <new_branch>
      @@ -296,16 +296,16 @@

      OPTIONS

      --patch

      Interactively select hunks in the difference between the -<tree-ish> (or the index, if unspecified) and the working +<tree-ish> (or the index, if unspecified) and the working tree. The chosen hunks are then applied in reverse to the -working tree (and if a <tree-ish> was specified, the index).

      +working tree (and if a <tree-ish> was specified, the index).

      This means that you can use git checkout -p to selectively discard edits from your current working tree. See the “Interactive Mode” section of git-add[1] to learn how to operate the --patch mode.

      -
      <branch>
      +
      <branch>

      Branch to checkout; if it refers to a branch (i.e., a name that, when prepended with "refs/heads/", is a valid ref), then that @@ -332,7 +332,7 @@

      OPTIONS

      The name of a commit at which to start the new branch; see git-branch[1] for details. Defaults to HEAD.

      -
      <tree-ish>
      +
      <tree-ish>

      Tree to checkout from (when paths are given). If not specified, the index will be used.

      diff --git a/external/docs/content/docs/git-checkout/2.40.0.html b/external/docs/content/docs/git-checkout/2.40.0.html index 0694ed5934..a8d6a0f0d7 100644 --- a/external/docs/content/docs/git-checkout/2.40.0.html +++ b/external/docs/content/docs/git-checkout/2.40.0.html @@ -47,13 +47,13 @@

      NAME

      SYNOPSIS

      -
      git checkout [-q] [-f] [-m] [<branch>]
      -git checkout [-q] [-f] [-m] --detach [<branch>]
      -git checkout [-q] [-f] [-m] [--detach] <commit>
      +
      git checkout [-q] [-f] [-m] [<branch>]
      +git checkout [-q] [-f] [-m] --detach [<branch>]
      +git checkout [-q] [-f] [-m] [--detach] <commit>
       git checkout [-q] [-f] [-m] [[-b|-B|--orphan] <new-branch>] [<start-point>]
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]
      -git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​ +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul] +git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      @@ -68,25 +68,25 @@

      DESCRIPTION

      -
      git checkout [<branch>]
      +
      git checkout [<branch>]
      -

      To prepare for working on <branch>, switch to it by updating +

      To prepare for working on <branch>, switch to it by updating the index and the files in the working tree, and by pointing HEAD at the branch. Local modifications to the files in the working tree are kept, so that they can be committed to the -<branch>.

      +<branch>.

      -

      If <branch> is not found but there does exist a tracking branch in +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name and --no-guess is not specified, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>
      -

      You could omit <branch>, in which case the command degenerates to +

      You could omit <branch>, in which case the command degenerates to "check out the current branch", which is a glorified no-op with rather expensive side-effects to show only the tracking information, if exists, for the current branch.

      @@ -106,8 +106,8 @@

      DESCRIPTION

      -
      $ git branch -f <branch> [<start-point>]
      -$ git checkout <branch>
      +
      $ git branch -f <branch> [<start-point>]
      +$ git checkout <branch>
      @@ -115,33 +115,33 @@

      DESCRIPTION

      -
      git checkout --detach [<branch>]
      -
      git checkout [--detach] <commit>
      +
      git checkout --detach [<branch>]
      +
      git checkout [--detach] <commit>
      -

      Prepare to work on top of <commit>, by detaching HEAD at it +

      Prepare to work on top of <commit>, by detaching HEAD at it (see "DETACHED HEAD" section), and updating the index and the files in the working tree. Local modifications to the files in the working tree are kept, so that the resulting working tree will be the state recorded in the commit plus the local modifications.

      -

      When the <commit> argument is a branch name, the --detach option can +

      When the <commit> argument is a branch name, the --detach option can be used to detach HEAD at the tip of the branch (git checkout -<branch> would check out that branch without detaching HEAD).

      +<branch> would check out that branch without detaching HEAD).

      -

      Omitting <branch> detaches HEAD at the tip of the current branch.

      +

      Omitting <branch> detaches HEAD at the tip of the current branch.

      -
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​
      -
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]
      +
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​
      +
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]

      Overwrite the contents of the files that match the pathspec. -When the <tree-ish> (most often a commit) is not given, +When the <tree-ish> (most often a commit) is not given, overwrite working tree with the contents in the index. -When the <tree-ish> is given, overwrite both the index and -the working tree with the contents at the <tree-ish>.

      +When the <tree-ish> is given, overwrite both the index and +the working tree with the contents at the <tree-ish>.

      The index may contain unmerged entries because of a previous failed merge. By default, if you try to check out such an entry from the index, the @@ -152,7 +152,7 @@

      DESCRIPTION

      -
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      +
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]

      This is similar to the previous mode, but lets you use the interactive interface to show the "diff" output and choose which @@ -255,21 +255,21 @@

      OPTIONS

      --guess
      --no-guess
      -

      If <branch> is not found but there does exist a tracking +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>

      If the branch exists in multiple remotes and one of them is named by the checkout.defaultRemote configuration variable, we’ll use that -one for the purposes of disambiguation, even if the <branch> isn’t +one for the purposes of disambiguation, even if the <branch> isn’t unique across all remotes. Set it to e.g. checkout.defaultRemote=origin to always checkout remote -branches from there if <branch> is ambiguous but exists on the +branches from there if <branch> is ambiguous but exists on the origin remote. See also checkout.defaultRemote in git-config[1].

      @@ -291,8 +291,8 @@

      OPTIONS

      Rather than checking out a branch to work on it, check out a commit for inspection and discardable experiments. -This is the default behavior of git checkout <commit> when -<commit> is not a branch name. See the "DETACHED HEAD" section +This is the default behavior of git checkout <commit> when +<commit> is not a branch name. See the "DETACHED HEAD" section below for details.

      --orphan <new-branch>
      @@ -367,9 +367,9 @@

      OPTIONS

      --patch

      Interactively select hunks in the difference between the -<tree-ish> (or the index, if unspecified) and the working +<tree-ish> (or the index, if unspecified) and the working tree. The chosen hunks are then applied in reverse to the -working tree (and if a <tree-ish> was specified, the index).

      +working tree (and if a <tree-ish> was specified, the index).

      This means that you can use git checkout -p to selectively discard edits from your current working tree. See the “Interactive Mode” @@ -411,8 +411,8 @@

      OPTIONS

      In the default overlay mode, git checkout never removes files from the index or the working tree. When specifying --no-overlay, files that appear in the index and -working tree, but not in <tree-ish> are removed, to make them -match <tree-ish> exactly.

      +working tree, but not in <tree-ish> are removed, to make them +match <tree-ish> exactly.

      --pathspec-from-file=<file>
      @@ -429,7 +429,7 @@

      OPTIONS

      separated with NUL character and all other characters are taken literally (including newlines and quotes).

      -
      <branch>
      +
      <branch>

      Branch to checkout; if it refers to a branch (i.e., a name that, when prepended with "refs/heads/", is a valid ref), then that @@ -461,7 +461,7 @@

      OPTIONS

      leave out at most one of A and B, in which case it defaults to HEAD.

      -
      <tree-ish>
      +
      <tree-ish>

      Tree to checkout from (when paths are given). If not specified, the index will be used.

      @@ -475,7 +475,7 @@

      OPTIONS

      Do not interpret any more arguments as options.

      -
      <pathspec>…​
      +
      <pathspec>…​

      Limits the paths affected by the operation.

      diff --git a/external/docs/content/docs/git-checkout/2.41.0.html b/external/docs/content/docs/git-checkout/2.41.0.html index 3d334da03f..5604aa1aeb 100644 --- a/external/docs/content/docs/git-checkout/2.41.0.html +++ b/external/docs/content/docs/git-checkout/2.41.0.html @@ -51,13 +51,13 @@

      NAME

      SYNOPSIS

      -
      git checkout [-q] [-f] [-m] [<branch>]
      -git checkout [-q] [-f] [-m] --detach [<branch>]
      -git checkout [-q] [-f] [-m] [--detach] <commit>
      +
      git checkout [-q] [-f] [-m] [<branch>]
      +git checkout [-q] [-f] [-m] --detach [<branch>]
      +git checkout [-q] [-f] [-m] [--detach] <commit>
       git checkout [-q] [-f] [-m] [[-b|-B|--orphan] <new-branch>] [<start-point>]
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]
      -git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​ +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul] +git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      @@ -72,25 +72,25 @@

      DESCRIPTION

      -
      git checkout [<branch>]
      +
      git checkout [<branch>]
      -

      To prepare for working on <branch>, switch to it by updating +

      To prepare for working on <branch>, switch to it by updating the index and the files in the working tree, and by pointing HEAD at the branch. Local modifications to the files in the working tree are kept, so that they can be committed to the -<branch>.

      +<branch>.

      -

      If <branch> is not found but there does exist a tracking branch in +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name and --no-guess is not specified, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>
      -

      You could omit <branch>, in which case the command degenerates to +

      You could omit <branch>, in which case the command degenerates to "check out the current branch", which is a glorified no-op with rather expensive side-effects to show only the tracking information, if exists, for the current branch.

      @@ -110,8 +110,8 @@

      DESCRIPTION

      -
      $ git branch -f <branch> [<start-point>]
      -$ git checkout <branch>
      +
      $ git branch -f <branch> [<start-point>]
      +$ git checkout <branch>
      @@ -119,33 +119,33 @@

      DESCRIPTION

      -
      git checkout --detach [<branch>]
      -
      git checkout [--detach] <commit>
      +
      git checkout --detach [<branch>]
      +
      git checkout [--detach] <commit>
      -

      Prepare to work on top of <commit>, by detaching HEAD at it +

      Prepare to work on top of <commit>, by detaching HEAD at it (see "DETACHED HEAD" section), and updating the index and the files in the working tree. Local modifications to the files in the working tree are kept, so that the resulting working tree will be the state recorded in the commit plus the local modifications.

      -

      When the <commit> argument is a branch name, the --detach option can +

      When the <commit> argument is a branch name, the --detach option can be used to detach HEAD at the tip of the branch (git checkout -<branch> would check out that branch without detaching HEAD).

      +<branch> would check out that branch without detaching HEAD).

      -

      Omitting <branch> detaches HEAD at the tip of the current branch.

      +

      Omitting <branch> detaches HEAD at the tip of the current branch.

      -
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​
      -
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]
      +
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​
      +
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]

      Overwrite the contents of the files that match the pathspec. -When the <tree-ish> (most often a commit) is not given, +When the <tree-ish> (most often a commit) is not given, overwrite working tree with the contents in the index. -When the <tree-ish> is given, overwrite both the index and -the working tree with the contents at the <tree-ish>.

      +When the <tree-ish> is given, overwrite both the index and +the working tree with the contents at the <tree-ish>.

      The index may contain unmerged entries because of a previous failed merge. By default, if you try to check out such an entry from the index, the @@ -156,7 +156,7 @@

      DESCRIPTION

      -
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      +
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]

      This is similar to the previous mode, but lets you use the interactive interface to show the "diff" output and choose which @@ -259,21 +259,21 @@

      OPTIONS

      --guess
      --no-guess
      -

      If <branch> is not found but there does exist a tracking +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>

      If the branch exists in multiple remotes and one of them is named by the checkout.defaultRemote configuration variable, we’ll use that -one for the purposes of disambiguation, even if the <branch> isn’t +one for the purposes of disambiguation, even if the <branch> isn’t unique across all remotes. Set it to e.g. checkout.defaultRemote=origin to always checkout remote -branches from there if <branch> is ambiguous but exists on the +branches from there if <branch> is ambiguous but exists on the origin remote. See also checkout.defaultRemote in git-config[1].

      @@ -295,8 +295,8 @@

      OPTIONS

      Rather than checking out a branch to work on it, check out a commit for inspection and discardable experiments. -This is the default behavior of git checkout <commit> when -<commit> is not a branch name. See the "DETACHED HEAD" section +This is the default behavior of git checkout <commit> when +<commit> is not a branch name. See the "DETACHED HEAD" section below for details.

      --orphan <new-branch>
      @@ -371,9 +371,9 @@

      OPTIONS

      --patch

      Interactively select hunks in the difference between the -<tree-ish> (or the index, if unspecified) and the working +<tree-ish> (or the index, if unspecified) and the working tree. The chosen hunks are then applied in reverse to the -working tree (and if a <tree-ish> was specified, the index).

      +working tree (and if a <tree-ish> was specified, the index).

      This means that you can use git checkout -p to selectively discard edits from your current working tree. See the “Interactive Mode” @@ -415,8 +415,8 @@

      OPTIONS

      In the default overlay mode, git checkout never removes files from the index or the working tree. When specifying --no-overlay, files that appear in the index and -working tree, but not in <tree-ish> are removed, to make them -match <tree-ish> exactly.

      +working tree, but not in <tree-ish> are removed, to make them +match <tree-ish> exactly.

      --pathspec-from-file=<file>
      @@ -433,7 +433,7 @@

      OPTIONS

      separated with NUL character and all other characters are taken literally (including newlines and quotes).

      -
      <branch>
      +
      <branch>

      Branch to checkout; if it refers to a branch (i.e., a name that, when prepended with "refs/heads/", is a valid ref), then that @@ -465,7 +465,7 @@

      OPTIONS

      leave out at most one of A and B, in which case it defaults to HEAD.

      -
      <tree-ish>
      +
      <tree-ish>

      Tree to checkout from (when paths are given). If not specified, the index will be used.

      @@ -479,7 +479,7 @@

      OPTIONS

      Do not interpret any more arguments as options.

      -
      <pathspec>…​
      +
      <pathspec>…​

      Limits the paths affected by the operation.

      diff --git a/external/docs/content/docs/git-checkout/2.43.0.html b/external/docs/content/docs/git-checkout/2.43.0.html index 985684dd45..f248656769 100644 --- a/external/docs/content/docs/git-checkout/2.43.0.html +++ b/external/docs/content/docs/git-checkout/2.43.0.html @@ -43,15 +43,15 @@

      NAME

      SYNOPSIS

      -
      git checkout [-q] [-f] [-m] [<branch>]
      -git checkout [-q] [-f] [-m] --detach [<branch>]
      -git checkout [-q] [-f] [-m] [--detach] <commit>
      +
      git checkout [-q] [-f] [-m] [<branch>]
      +git checkout [-q] [-f] [-m] --detach [<branch>]
      +git checkout [-q] [-f] [-m] [--detach] <commit>
       git checkout [-q] [-f] [-m] [[-b|-B|--orphan] <new-branch>] [<start-point>]
      -git checkout [-f] <tree-ish> [--] <pathspec>…​
      -git checkout [-f] <tree-ish> --pathspec-from-file=<file> [--pathspec-file-nul]
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [--] <pathspec>…​
      +git checkout [-f] <tree-ish> [--] <pathspec>…​
      +git checkout [-f] <tree-ish> --pathspec-from-file=<file> [--pathspec-file-nul]
      +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [--] <pathspec>…​
       git checkout [-f|--ours|--theirs|-m|--conflict=<style>] --pathspec-from-file=<file> [--pathspec-file-nul]
      -git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      +git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      @@ -66,25 +66,25 @@

      DESCRIPTION

      -
      git checkout [<branch>]
      +
      git checkout [<branch>]
      -

      To prepare for working on <branch>, switch to it by updating +

      To prepare for working on <branch>, switch to it by updating the index and the files in the working tree, and by pointing HEAD at the branch. Local modifications to the files in the working tree are kept, so that they can be committed to the -<branch>.

      +<branch>.

      -

      If <branch> is not found but there does exist a tracking branch in +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name and --no-guess is not specified, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>
      -

      You could omit <branch>, in which case the command degenerates to +

      You could omit <branch>, in which case the command degenerates to "check out the current branch", which is a glorified no-op with rather expensive side-effects to show only the tracking information, if it exists, for the current branch.

      @@ -104,8 +104,8 @@

      DESCRIPTION

      -
      $ git branch -f <branch> [<start-point>]
      -$ git checkout <branch>
      +
      $ git branch -f <branch> [<start-point>]
      +$ git checkout <branch>
      @@ -113,33 +113,33 @@

      DESCRIPTION

      -
      git checkout --detach [<branch>]
      -
      git checkout [--detach] <commit>
      +
      git checkout --detach [<branch>]
      +
      git checkout [--detach] <commit>
      -

      Prepare to work on top of <commit>, by detaching HEAD at it +

      Prepare to work on top of <commit>, by detaching HEAD at it (see "DETACHED HEAD" section), and updating the index and the files in the working tree. Local modifications to the files in the working tree are kept, so that the resulting working tree will be the state recorded in the commit plus the local modifications.

      -

      When the <commit> argument is a branch name, the --detach option can +

      When the <commit> argument is a branch name, the --detach option can be used to detach HEAD at the tip of the branch (git checkout -<branch> would check out that branch without detaching HEAD).

      +<branch> would check out that branch without detaching HEAD).

      -

      Omitting <branch> detaches HEAD at the tip of the current branch.

      +

      Omitting <branch> detaches HEAD at the tip of the current branch.

      -
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​
      -
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]
      +
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​
      +
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]

      Overwrite the contents of the files that match the pathspec. -When the <tree-ish> (most often a commit) is not given, +When the <tree-ish> (most often a commit) is not given, overwrite working tree with the contents in the index. -When the <tree-ish> is given, overwrite both the index and -the working tree with the contents at the <tree-ish>.

      +When the <tree-ish> is given, overwrite both the index and +the working tree with the contents at the <tree-ish>.

      The index may contain unmerged entries because of a previous failed merge. By default, if you try to check out such an entry from the index, the @@ -150,7 +150,7 @@

      DESCRIPTION

      -
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      +
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]

      This is similar to the previous mode, but lets you use the interactive interface to show the "diff" output and choose which @@ -253,21 +253,21 @@

      OPTIONS

      --guess
      --no-guess
      -

      If <branch> is not found but there does exist a tracking +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>

      If the branch exists in multiple remotes and one of them is named by the checkout.defaultRemote configuration variable, we’ll use that -one for the purposes of disambiguation, even if the <branch> isn’t +one for the purposes of disambiguation, even if the <branch> isn’t unique across all remotes. Set it to e.g. checkout.defaultRemote=origin to always checkout remote -branches from there if <branch> is ambiguous but exists on the +branches from there if <branch> is ambiguous but exists on the origin remote. See also checkout.defaultRemote in git-config[1].

      @@ -289,8 +289,8 @@

      OPTIONS

      Rather than checking out a branch to work on it, check out a commit for inspection and discardable experiments. -This is the default behavior of git checkout <commit> when -<commit> is not a branch name. See the "DETACHED HEAD" section +This is the default behavior of git checkout <commit> when +<commit> is not a branch name. See the "DETACHED HEAD" section below for details.

      --orphan <new-branch>
      @@ -366,9 +366,9 @@

      OPTIONS

      --patch

      Interactively select hunks in the difference between the -<tree-ish> (or the index, if unspecified) and the working +<tree-ish> (or the index, if unspecified) and the working tree. The chosen hunks are then applied in reverse to the -working tree (and if a <tree-ish> was specified, the index).

      +working tree (and if a <tree-ish> was specified, the index).

      This means that you can use git checkout -p to selectively discard edits from your current working tree. See the “Interactive Mode” @@ -410,8 +410,8 @@

      OPTIONS

      In the default overlay mode, git checkout never removes files from the index or the working tree. When specifying --no-overlay, files that appear in the index and -working tree, but not in <tree-ish> are removed, to make them -match <tree-ish> exactly.

      +working tree, but not in <tree-ish> are removed, to make them +match <tree-ish> exactly.

      --pathspec-from-file=<file>
      @@ -428,7 +428,7 @@

      OPTIONS

      separated with NUL character and all other characters are taken literally (including newlines and quotes).

      -
      <branch>
      +
      <branch>

      Branch to checkout; if it refers to a branch (i.e., a name that, when prepended with "refs/heads/", is a valid ref), then that @@ -460,7 +460,7 @@

      OPTIONS

      leave out at most one of A and B, in which case it defaults to HEAD.

      -
      <tree-ish>
      +
      <tree-ish>

      Tree to checkout from (when paths are given). If not specified, the index will be used.

      @@ -474,7 +474,7 @@

      OPTIONS

      Do not interpret any more arguments as options.

      -
      <pathspec>…​
      +
      <pathspec>…​

      Limits the paths affected by the operation.

      diff --git a/external/docs/content/docs/git-checkout/2.43.1.html b/external/docs/content/docs/git-checkout/2.43.1.html index 5e1df2d458..6786cc1fdf 100644 --- a/external/docs/content/docs/git-checkout/2.43.1.html +++ b/external/docs/content/docs/git-checkout/2.43.1.html @@ -49,15 +49,15 @@

      NAME

      SYNOPSIS

      -
      git checkout [-q] [-f] [-m] [<branch>]
      -git checkout [-q] [-f] [-m] --detach [<branch>]
      -git checkout [-q] [-f] [-m] [--detach] <commit>
      +
      git checkout [-q] [-f] [-m] [<branch>]
      +git checkout [-q] [-f] [-m] --detach [<branch>]
      +git checkout [-q] [-f] [-m] [--detach] <commit>
       git checkout [-q] [-f] [-m] [[-b|-B|--orphan] <new-branch>] [<start-point>]
      -git checkout [-f] <tree-ish> [--] <pathspec>…​
      -git checkout [-f] <tree-ish> --pathspec-from-file=<file> [--pathspec-file-nul]
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [--] <pathspec>…​
      +git checkout [-f] <tree-ish> [--] <pathspec>…​
      +git checkout [-f] <tree-ish> --pathspec-from-file=<file> [--pathspec-file-nul]
      +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [--] <pathspec>…​
       git checkout [-f|--ours|--theirs|-m|--conflict=<style>] --pathspec-from-file=<file> [--pathspec-file-nul]
      -git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      +git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      @@ -72,25 +72,25 @@

      DESCRIPTION

      -
      git checkout [<branch>]
      +
      git checkout [<branch>]
      -

      To prepare for working on <branch>, switch to it by updating +

      To prepare for working on <branch>, switch to it by updating the index and the files in the working tree, and by pointing HEAD at the branch. Local modifications to the files in the working tree are kept, so that they can be committed to the -<branch>.

      +<branch>.

      -

      If <branch> is not found but there does exist a tracking branch in +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name and --no-guess is not specified, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>
      -

      You could omit <branch>, in which case the command degenerates to +

      You could omit <branch>, in which case the command degenerates to "check out the current branch", which is a glorified no-op with rather expensive side-effects to show only the tracking information, if it exists, for the current branch.

      @@ -110,8 +110,8 @@

      DESCRIPTION

      -
      $ git branch -f <branch> [<start-point>]
      -$ git checkout <branch>
      +
      $ git branch -f <branch> [<start-point>]
      +$ git checkout <branch>
      @@ -119,33 +119,33 @@

      DESCRIPTION

      -
      git checkout --detach [<branch>]
      -
      git checkout [--detach] <commit>
      +
      git checkout --detach [<branch>]
      +
      git checkout [--detach] <commit>
      -

      Prepare to work on top of <commit>, by detaching HEAD at it +

      Prepare to work on top of <commit>, by detaching HEAD at it (see "DETACHED HEAD" section), and updating the index and the files in the working tree. Local modifications to the files in the working tree are kept, so that the resulting working tree will be the state recorded in the commit plus the local modifications.

      -

      When the <commit> argument is a branch name, the --detach option can +

      When the <commit> argument is a branch name, the --detach option can be used to detach HEAD at the tip of the branch (git checkout -<branch> would check out that branch without detaching HEAD).

      +<branch> would check out that branch without detaching HEAD).

      -

      Omitting <branch> detaches HEAD at the tip of the current branch.

      +

      Omitting <branch> detaches HEAD at the tip of the current branch.

      -
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​
      -
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]
      +
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​
      +
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]

      Overwrite the contents of the files that match the pathspec. -When the <tree-ish> (most often a commit) is not given, +When the <tree-ish> (most often a commit) is not given, overwrite working tree with the contents in the index. -When the <tree-ish> is given, overwrite both the index and -the working tree with the contents at the <tree-ish>.

      +When the <tree-ish> is given, overwrite both the index and +the working tree with the contents at the <tree-ish>.

      The index may contain unmerged entries because of a previous failed merge. By default, if you try to check out such an entry from the index, the @@ -156,7 +156,7 @@

      DESCRIPTION

      -
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      +
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]

      This is similar to the previous mode, but lets you use the interactive interface to show the "diff" output and choose which @@ -259,21 +259,21 @@

      OPTIONS

      --guess
      --no-guess
      -

      If <branch> is not found but there does exist a tracking +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>

      If the branch exists in multiple remotes and one of them is named by the checkout.defaultRemote configuration variable, we’ll use that -one for the purposes of disambiguation, even if the <branch> isn’t +one for the purposes of disambiguation, even if the <branch> isn’t unique across all remotes. Set it to e.g. checkout.defaultRemote=origin to always checkout remote -branches from there if <branch> is ambiguous but exists on the +branches from there if <branch> is ambiguous but exists on the origin remote. See also checkout.defaultRemote in git-config[1].

      @@ -295,8 +295,8 @@

      OPTIONS

      Rather than checking out a branch to work on it, check out a commit for inspection and discardable experiments. -This is the default behavior of git checkout <commit> when -<commit> is not a branch name. See the "DETACHED HEAD" section +This is the default behavior of git checkout <commit> when +<commit> is not a branch name. See the "DETACHED HEAD" section below for details.

      --orphan <new-branch>
      @@ -372,9 +372,9 @@

      OPTIONS

      --patch

      Interactively select hunks in the difference between the -<tree-ish> (or the index, if unspecified) and the working +<tree-ish> (or the index, if unspecified) and the working tree. The chosen hunks are then applied in reverse to the -working tree (and if a <tree-ish> was specified, the index).

      +working tree (and if a <tree-ish> was specified, the index).

      This means that you can use git checkout -p to selectively discard edits from your current working tree. See the “Interactive Mode” @@ -416,8 +416,8 @@

      OPTIONS

      In the default overlay mode, git checkout never removes files from the index or the working tree. When specifying --no-overlay, files that appear in the index and -working tree, but not in <tree-ish> are removed, to make them -match <tree-ish> exactly.

      +working tree, but not in <tree-ish> are removed, to make them +match <tree-ish> exactly.

      --pathspec-from-file=<file>
      @@ -434,7 +434,7 @@

      OPTIONS

      separated with NUL character and all other characters are taken literally (including newlines and quotes).

      -
      <branch>
      +
      <branch>

      Branch to checkout; if it refers to a branch (i.e., a name that, when prepended with "refs/heads/", is a valid ref), then that @@ -466,7 +466,7 @@

      OPTIONS

      leave out at most one of A and B, in which case it defaults to HEAD.

      -
      <tree-ish>
      +
      <tree-ish>

      Tree to checkout from (when paths are given). If not specified, the index will be used.

      @@ -480,7 +480,7 @@

      OPTIONS

      Do not interpret any more arguments as options.

      -
      <pathspec>…​
      +
      <pathspec>…​

      Limits the paths affected by the operation.

      diff --git a/external/docs/content/docs/git-checkout/2.44.0.html b/external/docs/content/docs/git-checkout/2.44.0.html index e39e520808..c72dcbc2a4 100644 --- a/external/docs/content/docs/git-checkout/2.44.0.html +++ b/external/docs/content/docs/git-checkout/2.44.0.html @@ -58,15 +58,15 @@

      NAME

      SYNOPSIS

      -
      git checkout [-q] [-f] [-m] [<branch>]
      -git checkout [-q] [-f] [-m] --detach [<branch>]
      -git checkout [-q] [-f] [-m] [--detach] <commit>
      +
      git checkout [-q] [-f] [-m] [<branch>]
      +git checkout [-q] [-f] [-m] --detach [<branch>]
      +git checkout [-q] [-f] [-m] [--detach] <commit>
       git checkout [-q] [-f] [-m] [[-b|-B|--orphan] <new-branch>] [<start-point>]
      -git checkout [-f] <tree-ish> [--] <pathspec>…​
      -git checkout [-f] <tree-ish> --pathspec-from-file=<file> [--pathspec-file-nul]
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [--] <pathspec>…​
      +git checkout [-f] <tree-ish> [--] <pathspec>…​
      +git checkout [-f] <tree-ish> --pathspec-from-file=<file> [--pathspec-file-nul]
      +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [--] <pathspec>…​
       git checkout [-f|--ours|--theirs|-m|--conflict=<style>] --pathspec-from-file=<file> [--pathspec-file-nul]
      -git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      +git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      @@ -81,25 +81,25 @@

      DESCRIPTION

      -
      git checkout [<branch>]
      +
      git checkout [<branch>]
      -

      To prepare for working on <branch>, switch to it by updating +

      To prepare for working on <branch>, switch to it by updating the index and the files in the working tree, and by pointing HEAD at the branch. Local modifications to the files in the working tree are kept, so that they can be committed to the -<branch>.

      +<branch>.

      -

      If <branch> is not found but there does exist a tracking branch in +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name and --no-guess is not specified, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>
      -

      You could omit <branch>, in which case the command degenerates to +

      You could omit <branch>, in which case the command degenerates to "check out the current branch", which is a glorified no-op with rather expensive side-effects to show only the tracking information, if it exists, for the current branch.

      @@ -119,8 +119,8 @@

      DESCRIPTION

      -
      $ git branch -f <branch> [<start-point>]
      -$ git checkout <branch>
      +
      $ git branch -f <branch> [<start-point>]
      +$ git checkout <branch>
      @@ -130,33 +130,33 @@

      DESCRIPTION

      -
      git checkout --detach [<branch>]
      -
      git checkout [--detach] <commit>
      +
      git checkout --detach [<branch>]
      +
      git checkout [--detach] <commit>
      -

      Prepare to work on top of <commit>, by detaching HEAD at it +

      Prepare to work on top of <commit>, by detaching HEAD at it (see "DETACHED HEAD" section), and updating the index and the files in the working tree. Local modifications to the files in the working tree are kept, so that the resulting working tree will be the state recorded in the commit plus the local modifications.

      -

      When the <commit> argument is a branch name, the --detach option can +

      When the <commit> argument is a branch name, the --detach option can be used to detach HEAD at the tip of the branch (git checkout -<branch> would check out that branch without detaching HEAD).

      +<branch> would check out that branch without detaching HEAD).

      -

      Omitting <branch> detaches HEAD at the tip of the current branch.

      +

      Omitting <branch> detaches HEAD at the tip of the current branch.

      -
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​
      -
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]
      +
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​
      +
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]

      Overwrite the contents of the files that match the pathspec. -When the <tree-ish> (most often a commit) is not given, +When the <tree-ish> (most often a commit) is not given, overwrite working tree with the contents in the index. -When the <tree-ish> is given, overwrite both the index and -the working tree with the contents at the <tree-ish>.

      +When the <tree-ish> is given, overwrite both the index and +the working tree with the contents at the <tree-ish>.

      The index may contain unmerged entries because of a previous failed merge. By default, if you try to check out such an entry from the index, the @@ -167,7 +167,7 @@

      DESCRIPTION

      -
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      +
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]

      This is similar to the previous mode, but lets you use the interactive interface to show the "diff" output and choose which @@ -270,21 +270,21 @@

      OPTIONS

      --guess
      --no-guess
      -

      If <branch> is not found but there does exist a tracking +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>

      If the branch exists in multiple remotes and one of them is named by the checkout.defaultRemote configuration variable, we’ll use that -one for the purposes of disambiguation, even if the <branch> isn’t +one for the purposes of disambiguation, even if the <branch> isn’t unique across all remotes. Set it to e.g. checkout.defaultRemote=origin to always checkout remote -branches from there if <branch> is ambiguous but exists on the +branches from there if <branch> is ambiguous but exists on the origin remote. See also checkout.defaultRemote in git-config[1].

      @@ -306,8 +306,8 @@

      OPTIONS

      Rather than checking out a branch to work on it, check out a commit for inspection and discardable experiments. -This is the default behavior of git checkout <commit> when -<commit> is not a branch name. See the "DETACHED HEAD" section +This is the default behavior of git checkout <commit> when +<commit> is not a branch name. See the "DETACHED HEAD" section below for details.

      --orphan <new-branch>
      @@ -383,9 +383,9 @@

      OPTIONS

      --patch

      Interactively select hunks in the difference between the -<tree-ish> (or the index, if unspecified) and the working +<tree-ish> (or the index, if unspecified) and the working tree. The chosen hunks are then applied in reverse to the -working tree (and if a <tree-ish> was specified, the index).

      +working tree (and if a <tree-ish> was specified, the index).

      This means that you can use git checkout -p to selectively discard edits from your current working tree. See the “Interactive Mode” @@ -427,8 +427,8 @@

      OPTIONS

      In the default overlay mode, git checkout never removes files from the index or the working tree. When specifying --no-overlay, files that appear in the index and -working tree, but not in <tree-ish> are removed, to make them -match <tree-ish> exactly.

      +working tree, but not in <tree-ish> are removed, to make them +match <tree-ish> exactly.

      --pathspec-from-file=<file>
      @@ -445,7 +445,7 @@

      OPTIONS

      separated with NUL character and all other characters are taken literally (including newlines and quotes).

      -
      <branch>
      +
      <branch>

      Branch to checkout; if it refers to a branch (i.e., a name that, when prepended with "refs/heads/", is a valid ref), then that @@ -477,7 +477,7 @@

      OPTIONS

      leave out at most one of A and B, in which case it defaults to HEAD.

      -
      <tree-ish>
      +
      <tree-ish>

      Tree to checkout from (when paths are given). If not specified, the index will be used.

      @@ -491,7 +491,7 @@

      OPTIONS

      Do not interpret any more arguments as options.

      -
      <pathspec>…​
      +
      <pathspec>…​

      Limits the paths affected by the operation.

      diff --git a/external/docs/content/docs/git-checkout/2.47.1.html b/external/docs/content/docs/git-checkout/2.47.1.html index eb75bbd086..0527fe81d2 100644 --- a/external/docs/content/docs/git-checkout/2.47.1.html +++ b/external/docs/content/docs/git-checkout/2.47.1.html @@ -50,15 +50,15 @@

      NAME

      SYNOPSIS

      -
      git checkout [-q] [-f] [-m] [<branch>]
      -git checkout [-q] [-f] [-m] --detach [<branch>]
      -git checkout [-q] [-f] [-m] [--detach] <commit>
      +
      git checkout [-q] [-f] [-m] [<branch>]
      +git checkout [-q] [-f] [-m] --detach [<branch>]
      +git checkout [-q] [-f] [-m] [--detach] <commit>
       git checkout [-q] [-f] [-m] [[-b|-B|--orphan] <new-branch>] [<start-point>]
      -git checkout [-f] <tree-ish> [--] <pathspec>…​
      -git checkout [-f] <tree-ish> --pathspec-from-file=<file> [--pathspec-file-nul]
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [--] <pathspec>…​
      +git checkout [-f] <tree-ish> [--] <pathspec>…​
      +git checkout [-f] <tree-ish> --pathspec-from-file=<file> [--pathspec-file-nul]
      +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [--] <pathspec>…​
       git checkout [-f|--ours|--theirs|-m|--conflict=<style>] --pathspec-from-file=<file> [--pathspec-file-nul]
      -git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      +git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      @@ -73,25 +73,25 @@

      DESCRIPTION

      -
      git checkout [<branch>]
      +
      git checkout [<branch>]
      -

      To prepare for working on <branch>, switch to it by updating +

      To prepare for working on <branch>, switch to it by updating the index and the files in the working tree, and by pointing HEAD at the branch. Local modifications to the files in the working tree are kept, so that they can be committed to the -<branch>.

      +<branch>.

      -

      If <branch> is not found but there does exist a tracking branch in +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name and --no-guess is not specified, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>
      -

      You could omit <branch>, in which case the command degenerates to +

      You could omit <branch>, in which case the command degenerates to "check out the current branch", which is a glorified no-op with rather expensive side-effects to show only the tracking information, if it exists, for the current branch.

      @@ -111,8 +111,8 @@

      DESCRIPTION

      -
      $ git branch -f <branch> [<start-point>]
      -$ git checkout <branch>
      +
      $ git branch -f <branch> [<start-point>]
      +$ git checkout <branch>
      @@ -122,33 +122,33 @@

      DESCRIPTION

      -
      git checkout --detach [<branch>]
      -
      git checkout [--detach] <commit>
      +
      git checkout --detach [<branch>]
      +
      git checkout [--detach] <commit>
      -

      Prepare to work on top of <commit>, by detaching HEAD at it +

      Prepare to work on top of <commit>, by detaching HEAD at it (see "DETACHED HEAD" section), and updating the index and the files in the working tree. Local modifications to the files in the working tree are kept, so that the resulting working tree will be the state recorded in the commit plus the local modifications.

      -

      When the <commit> argument is a branch name, the --detach option can +

      When the <commit> argument is a branch name, the --detach option can be used to detach HEAD at the tip of the branch (git checkout -<branch> would check out that branch without detaching HEAD).

      +<branch> would check out that branch without detaching HEAD).

      -

      Omitting <branch> detaches HEAD at the tip of the current branch.

      +

      Omitting <branch> detaches HEAD at the tip of the current branch.

      -
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​
      -
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]
      +
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>…​
      +
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]

      Overwrite the contents of the files that match the pathspec. -When the <tree-ish> (most often a commit) is not given, +When the <tree-ish> (most often a commit) is not given, overwrite working tree with the contents in the index. -When the <tree-ish> is given, overwrite both the index and -the working tree with the contents at the <tree-ish>.

      +When the <tree-ish> is given, overwrite both the index and +the working tree with the contents at the <tree-ish>.

      The index may contain unmerged entries because of a previous failed merge. By default, if you try to check out such an entry from the index, the @@ -159,7 +159,7 @@

      DESCRIPTION

      -
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      +
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]

      This is similar to the previous mode, but lets you use the interactive interface to show the "diff" output and choose which @@ -262,21 +262,21 @@

      OPTIONS

      --guess
      --no-guess
      -

      If <branch> is not found but there does exist a tracking +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>

      If the branch exists in multiple remotes and one of them is named by the checkout.defaultRemote configuration variable, we’ll use that -one for the purposes of disambiguation, even if the <branch> isn’t +one for the purposes of disambiguation, even if the <branch> isn’t unique across all remotes. Set it to e.g. checkout.defaultRemote=origin to always checkout remote -branches from there if <branch> is ambiguous but exists on the +branches from there if <branch> is ambiguous but exists on the origin remote. See also checkout.defaultRemote in git-config[1].

      @@ -298,8 +298,8 @@

      OPTIONS

      Rather than checking out a branch to work on it, check out a commit for inspection and discardable experiments. -This is the default behavior of git checkout <commit> when -<commit> is not a branch name. See the "DETACHED HEAD" section +This is the default behavior of git checkout <commit> when +<commit> is not a branch name. See the "DETACHED HEAD" section below for details.

      --orphan <new-branch>
      @@ -375,9 +375,9 @@

      OPTIONS

      --patch

      Interactively select hunks in the difference between the -<tree-ish> (or the index, if unspecified) and the working +<tree-ish> (or the index, if unspecified) and the working tree. The chosen hunks are then applied in reverse to the -working tree (and if a <tree-ish> was specified, the index).

      +working tree (and if a <tree-ish> was specified, the index).

      This means that you can use git checkout -p to selectively discard edits from your current working tree. See the “Interactive Mode” @@ -419,8 +419,8 @@

      OPTIONS

      In the default overlay mode, git checkout never removes files from the index or the working tree. When specifying --no-overlay, files that appear in the index and -working tree, but not in <tree-ish> are removed, to make them -match <tree-ish> exactly.

      +working tree, but not in <tree-ish> are removed, to make them +match <tree-ish> exactly.

      --pathspec-from-file=<file>
      @@ -437,7 +437,7 @@

      OPTIONS

      separated with NUL character and all other characters are taken literally (including newlines and quotes).

      -
      <branch>
      +
      <branch>

      Branch to checkout; if it refers to a branch (i.e., a name that, when prepended with "refs/heads/", is a valid ref), then that @@ -469,7 +469,7 @@

      OPTIONS

      leave out at most one of A and B, in which case it defaults to HEAD.

      -
      <tree-ish>
      +
      <tree-ish>

      Tree to checkout from (when paths are given). If not specified, the index will be used.

      @@ -483,7 +483,7 @@

      OPTIONS

      Do not interpret any more arguments as options.

      -
      <pathspec>…​
      +
      <pathspec>…​

      Limits the paths affected by the operation.

      diff --git a/external/docs/content/docs/git-checkout/2.5.6.html b/external/docs/content/docs/git-checkout/2.5.6.html index c79ddb1003..4596762446 100644 --- a/external/docs/content/docs/git-checkout/2.5.6.html +++ b/external/docs/content/docs/git-checkout/2.5.6.html @@ -38,12 +38,12 @@

      NAME

      SYNOPSIS

      -
      git checkout [-q] [-f] [-m] [<branch>]
      -git checkout [-q] [-f] [-m] --detach [<branch>]
      -git checkout [-q] [-f] [-m] [--detach] <commit>
      +
      git checkout [-q] [-f] [-m] [<branch>]
      +git checkout [-q] [-f] [-m] --detach [<branch>]
      +git checkout [-q] [-f] [-m] [--detach] <commit>
       git checkout [-q] [-f] [-m] [[-b|-B|--orphan] <new_branch>] [<start_point>]
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <paths>…​
      -git checkout [-p|--patch] [<tree-ish>] [--] [<paths>…​]
      +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <paths>…​ +git checkout [-p|--patch] [<tree-ish>] [--] [<paths>…​]
      @@ -58,25 +58,25 @@

      DESCRIPTION

      -
      git checkout <branch>
      +
      git checkout <branch>
      -

      To prepare for working on <branch>, switch to it by updating +

      To prepare for working on <branch>, switch to it by updating the index and the files in the working tree, and by pointing HEAD at the branch. Local modifications to the files in the working tree are kept, so that they can be committed to the -<branch>.

      +<branch>.

      -

      If <branch> is not found but there does exist a tracking branch in +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>
      -

      You could omit <branch>, in which case the command degenerates to +

      You could omit <branch>, in which case the command degenerates to "check out the current branch", which is a glorified no-op with a rather expensive side-effects to show only the tracking information, if exists, for the current branch.

      @@ -96,8 +96,8 @@

      DESCRIPTION

      -
      $ git branch -f <branch> [<start point>]
      -$ git checkout <branch>
      +
      $ git branch -f <branch> [<start point>]
      +$ git checkout <branch>
      @@ -105,39 +105,39 @@

      DESCRIPTION

      -
      git checkout --detach [<branch>]
      -
      git checkout [--detach] <commit>
      +
      git checkout --detach [<branch>]
      +
      git checkout [--detach] <commit>
      -

      Prepare to work on top of <commit>, by detaching HEAD at it +

      Prepare to work on top of <commit>, by detaching HEAD at it (see "DETACHED HEAD" section), and updating the index and the files in the working tree. Local modifications to the files in the working tree are kept, so that the resulting working tree will be the state recorded in the commit plus the local modifications.

      -

      When the <commit> argument is a branch name, the --detach option can +

      When the <commit> argument is a branch name, the --detach option can be used to detach HEAD at the tip of the branch (git checkout -<branch> would check out that branch without detaching HEAD).

      +<branch> would check out that branch without detaching HEAD).

      -

      Omitting <branch> detaches HEAD at the tip of the current branch.

      +

      Omitting <branch> detaches HEAD at the tip of the current branch.

      -
      git checkout [-p|--patch] [<tree-ish>] [--] <pathspec>…​
      +
      git checkout [-p|--patch] [<tree-ish>] [--] <pathspec>…​

      When <paths> or --patch are given, git checkout does not switch branches. It updates the named paths in the working tree -from the index file or from a named <tree-ish> (most often a +from the index file or from a named <tree-ish> (most often a commit). In this case, the -b and --track options are meaningless and giving either of them results in an error. The -<tree-ish> argument can be used to specify a specific tree-ish +<tree-ish> argument can be used to specify a specific tree-ish (i.e. commit, tag or tree) to update the index for the given paths before updating the working tree.

      git checkout with <paths> or --patch is used to restore modified or deleted paths to their original contents from the index or replace paths -with the contents from a named <tree-ish> (most often a commit-ish).

      +with the contents from a named <tree-ish> (most often a commit-ish).

      The index may contain unmerged entries because of a previous failed merge. @@ -240,8 +240,8 @@

      OPTIONS

      Rather than checking out a branch to work on it, check out a commit for inspection and discardable experiments. -This is the default behavior of "git checkout <commit>" when -<commit> is not a branch name. See the "DETACHED HEAD" section +This is the default behavior of "git checkout <commit>" when +<commit> is not a branch name. See the "DETACHED HEAD" section below for details.

      --orphan <new_branch>
      @@ -314,9 +314,9 @@

      OPTIONS

      --patch

      Interactively select hunks in the difference between the -<tree-ish> (or the index, if unspecified) and the working +<tree-ish> (or the index, if unspecified) and the working tree. The chosen hunks are then applied in reverse to the -working tree (and if a <tree-ish> was specified, the index).

      +working tree (and if a <tree-ish> was specified, the index).

      This means that you can use git checkout -p to selectively discard edits from your current working tree. See the “Interactive Mode” @@ -330,7 +330,7 @@

      OPTIONS

      out anyway. In other words, the ref can be held by more than one worktree.

      -
      <branch>
      +
      <branch>

      Branch to checkout; if it refers to a branch (i.e., a name that, when prepended with "refs/heads/", is a valid ref), then that @@ -357,7 +357,7 @@

      OPTIONS

      The name of a commit at which to start the new branch; see git-branch[1] for details. Defaults to HEAD.

      -
      <tree-ish>
      +
      <tree-ish>

      Tree to checkout from (when paths are given). If not specified, the index will be used.

      diff --git a/external/docs/content/docs/git-checkout/2.50.0.html b/external/docs/content/docs/git-checkout/2.50.0.html index 2d7829ec6a..8f1f84d2a8 100644 --- a/external/docs/content/docs/git-checkout/2.50.0.html +++ b/external/docs/content/docs/git-checkout/2.50.0.html @@ -44,15 +44,15 @@

      NAME

      SYNOPSIS

      -
      git checkout [-q] [-f] [-m] [<branch>]
      -git checkout [-q] [-f] [-m] --detach [<branch>]
      -git checkout [-q] [-f] [-m] [--detach] <commit>
      +
      git checkout [-q] [-f] [-m] [<branch>]
      +git checkout [-q] [-f] [-m] --detach [<branch>]
      +git checkout [-q] [-f] [-m] [--detach] <commit>
       git checkout [-q] [-f] [-m] [[-b|-B|--orphan] <new-branch>] [<start-point>]
      -git checkout [-f] <tree-ish> [--] <pathspec>…​
      -git checkout [-f] <tree-ish> --pathspec-from-file=<file> [--pathspec-file-nul]
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [--] <pathspec>…​
      +git checkout [-f] <tree-ish> [--] <pathspec>…​
      +git checkout [-f] <tree-ish> --pathspec-from-file=<file> [--pathspec-file-nul]
      +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [--] <pathspec>…​
       git checkout [-f|--ours|--theirs|-m|--conflict=<style>] --pathspec-from-file=<file> [--pathspec-file-nul]
      -git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      +git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      @@ -67,25 +67,25 @@

      DESCRIPTION

      -
      git checkout [<branch>]
      +
      git checkout [<branch>]
      -

      To prepare for working on <branch>, switch to it by updating +

      To prepare for working on <branch>, switch to it by updating the index and the files in the working tree, and by pointing HEAD at the branch. Local modifications to the files in the working tree are kept, so that they can be committed to the -<branch>.

      +<branch>.

      -

      If <branch> is not found but there does exist a tracking branch in +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name and --no-guess is not specified, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>
      -

      You could omit <branch>, in which case the command degenerates to +

      You could omit <branch>, in which case the command degenerates to "check out the current branch", which is a glorified no-op with rather expensive side-effects to show only the tracking information, if it exists, for the current branch.

      @@ -105,8 +105,8 @@

      DESCRIPTION

      -
      $ git branch -f <branch> [<start-point>]
      -$ git checkout <branch>
      +
      $ git branch -f <branch> [<start-point>]
      +$ git checkout <branch>
      @@ -116,33 +116,33 @@

      DESCRIPTION

      -
      git checkout --detach [<branch>]
      -
      git checkout [--detach] <commit>
      +
      git checkout --detach [<branch>]
      +
      git checkout [--detach] <commit>
      -

      Prepare to work on top of <commit>, by detaching HEAD at it +

      Prepare to work on top of <commit>, by detaching HEAD at it (see "DETACHED HEAD" section), and updating the index and the files in the working tree. Local modifications to the files in the working tree are kept, so that the resulting working tree will be the state recorded in the commit plus the local modifications.

      -

      When the <commit> argument is a branch name, the --detach option can +

      When the <commit> argument is a branch name, the --detach option can be used to detach HEAD at the tip of the branch (git checkout -<branch> would check out that branch without detaching HEAD).

      +<branch> would check out that branch without detaching HEAD).

      -

      Omitting <branch> detaches HEAD at the tip of the current branch.

      +

      Omitting <branch> detaches HEAD at the tip of the current branch.

      -
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>...
      -
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]
      +
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>...
      +
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]

      Overwrite the contents of the files that match the pathspec. -When the <tree-ish> (most often a commit) is not given, +When the <tree-ish> (most often a commit) is not given, overwrite working tree with the contents in the index. -When the <tree-ish> is given, overwrite both the index and -the working tree with the contents at the <tree-ish>.

      +When the <tree-ish> is given, overwrite both the index and +the working tree with the contents at the <tree-ish>.

      The index may contain unmerged entries because of a previous failed merge. By default, if you try to check out such an entry from the index, the @@ -153,7 +153,7 @@

      DESCRIPTION

      -
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>...]
      +
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>...]

      This is similar to the previous mode, but lets you use the interactive interface to show the "diff" output and choose which @@ -256,21 +256,21 @@

      OPTIONS

      --guess
      --no-guess
      -

      If <branch> is not found but there does exist a tracking +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>

      If the branch exists in multiple remotes and one of them is named by the checkout.defaultRemote configuration variable, we’ll use that -one for the purposes of disambiguation, even if the <branch> isn’t +one for the purposes of disambiguation, even if the <branch> isn’t unique across all remotes. Set it to e.g. checkout.defaultRemote=origin to always checkout remote -branches from there if <branch> is ambiguous but exists on the +branches from there if <branch> is ambiguous but exists on the origin remote. See also checkout.defaultRemote in git-config[1].

      @@ -292,8 +292,8 @@

      OPTIONS

      Rather than checking out a branch to work on it, check out a commit for inspection and discardable experiments. -This is the default behavior of git checkout <commit> when -<commit> is not a branch name. See the "DETACHED HEAD" section +This is the default behavior of git checkout <commit> when +<commit> is not a branch name. See the "DETACHED HEAD" section below for details.

      --orphan <new-branch>
      @@ -369,9 +369,9 @@

      OPTIONS

      --patch

      Interactively select hunks in the difference between the -<tree-ish> (or the index, if unspecified) and the working +<tree-ish> (or the index, if unspecified) and the working tree. The chosen hunks are then applied in reverse to the -working tree (and if a <tree-ish> was specified, the index).

      +working tree (and if a <tree-ish> was specified, the index).

      This means that you can use git checkout -p to selectively discard edits from your current working tree. See the "Interactive Mode" @@ -413,8 +413,8 @@

      OPTIONS

      In the default overlay mode, git checkout never removes files from the index or the working tree. When specifying --no-overlay, files that appear in the index and -working tree, but not in <tree-ish> are removed, to make them -match <tree-ish> exactly.

      +working tree, but not in <tree-ish> are removed, to make them +match <tree-ish> exactly.

      --pathspec-from-file=<file>
      @@ -431,7 +431,7 @@

      OPTIONS

      separated with NUL character and all other characters are taken literally (including newlines and quotes).

      -
      <branch>
      +
      <branch>

      Branch to checkout; if it refers to a branch (i.e., a name that, when prepended with "refs/heads/", is a valid ref), then that @@ -463,7 +463,7 @@

      OPTIONS

      leave out at most one of <rev-a> and <rev-b>, in which case it defaults to HEAD.

      -
      <tree-ish>
      +
      <tree-ish>

      Tree to checkout from (when paths are given). If not specified, the index will be used.

      @@ -477,7 +477,7 @@

      OPTIONS

      Do not interpret any more arguments as options.

      -
      <pathspec>...
      +
      <pathspec>...

      Limits the paths affected by the operation.

      diff --git a/external/docs/content/docs/git-checkout/2.51.0.html b/external/docs/content/docs/git-checkout/2.51.0.html index b55ed31743..de90d8651b 100644 --- a/external/docs/content/docs/git-checkout/2.51.0.html +++ b/external/docs/content/docs/git-checkout/2.51.0.html @@ -43,15 +43,15 @@

      NAME

      SYNOPSIS

      -
      git checkout [-q] [-f] [-m] [<branch>]
      -git checkout [-q] [-f] [-m] --detach [<branch>]
      -git checkout [-q] [-f] [-m] [--detach] <commit>
      +
      git checkout [-q] [-f] [-m] [<branch>]
      +git checkout [-q] [-f] [-m] --detach [<branch>]
      +git checkout [-q] [-f] [-m] [--detach] <commit>
       git checkout [-q] [-f] [-m] [[-b|-B|--orphan] <new-branch>] [<start-point>]
      -git checkout [-f] <tree-ish> [--] <pathspec>…​
      -git checkout [-f] <tree-ish> --pathspec-from-file=<file> [--pathspec-file-nul]
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [--] <pathspec>…​
      +git checkout [-f] <tree-ish> [--] <pathspec>…​
      +git checkout [-f] <tree-ish> --pathspec-from-file=<file> [--pathspec-file-nul]
      +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [--] <pathspec>…​
       git checkout [-f|--ours|--theirs|-m|--conflict=<style>] --pathspec-from-file=<file> [--pathspec-file-nul]
      -git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      +git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>…​]
      @@ -66,25 +66,25 @@

      DESCRIPTION

      -
      git checkout [<branch>]
      +
      git checkout [<branch>]
      -

      To prepare for working on <branch>, switch to it by updating +

      To prepare for working on <branch>, switch to it by updating the index and the files in the working tree, and by pointing HEAD at the branch. Local modifications to the files in the working tree are kept, so that they can be committed to the -<branch>.

      +<branch>.

      -

      If <branch> is not found but there does exist a tracking branch in +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name and --no-guess is not specified, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>
      -

      You could omit <branch>, in which case the command degenerates to +

      You could omit <branch>, in which case the command degenerates to "check out the current branch", which is a glorified no-op with rather expensive side-effects to show only the tracking information, if it exists, for the current branch.

      @@ -104,8 +104,8 @@

      DESCRIPTION

      -
      $ git branch -f <branch> [<start-point>]
      -$ git checkout <branch>
      +
      $ git branch -f <branch> [<start-point>]
      +$ git checkout <branch>
      @@ -115,33 +115,33 @@

      DESCRIPTION

      -
      git checkout --detach [<branch>]
      -
      git checkout [--detach] <commit>
      +
      git checkout --detach [<branch>]
      +
      git checkout [--detach] <commit>
      -

      Prepare to work on top of <commit>, by detaching HEAD at it +

      Prepare to work on top of <commit>, by detaching HEAD at it (see "DETACHED HEAD" section), and updating the index and the files in the working tree. Local modifications to the files in the working tree are kept, so that the resulting working tree will be the state recorded in the commit plus the local modifications.

      -

      When the <commit> argument is a branch name, the --detach option can +

      When the <commit> argument is a branch name, the --detach option can be used to detach HEAD at the tip of the branch (git checkout -<branch> would check out that branch without detaching HEAD).

      +<branch> would check out that branch without detaching HEAD).

      -

      Omitting <branch> detaches HEAD at the tip of the current branch.

      +

      Omitting <branch> detaches HEAD at the tip of the current branch.

      -
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>...
      -
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]
      +
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <pathspec>...
      +
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] --pathspec-from-file=<file> [--pathspec-file-nul]

      Overwrite the contents of the files that match the pathspec. -When the <tree-ish> (most often a commit) is not given, +When the <tree-ish> (most often a commit) is not given, overwrite working tree with the contents in the index. -When the <tree-ish> is given, overwrite both the index and -the working tree with the contents at the <tree-ish>.

      +When the <tree-ish> is given, overwrite both the index and +the working tree with the contents at the <tree-ish>.

      The index may contain unmerged entries because of a previous failed merge. By default, if you try to check out such an entry from the index, the @@ -152,7 +152,7 @@

      DESCRIPTION

      -
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>...]
      +
      git checkout (-p|--patch) [<tree-ish>] [--] [<pathspec>...]

      This is similar to the previous mode, but lets you use the interactive interface to show the "diff" output and choose which @@ -255,21 +255,21 @@

      OPTIONS

      --guess
      --no-guess
      -

      If <branch> is not found but there does exist a tracking +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>

      If the branch exists in multiple remotes and one of them is named by the checkout.defaultRemote configuration variable, we’ll use that -one for the purposes of disambiguation, even if the <branch> isn’t +one for the purposes of disambiguation, even if the <branch> isn’t unique across all remotes. Set it to e.g. checkout.defaultRemote=origin to always checkout remote -branches from there if <branch> is ambiguous but exists on the +branches from there if <branch> is ambiguous but exists on the origin remote. See also checkout.defaultRemote in git-config[1].

      @@ -291,8 +291,8 @@

      OPTIONS

      Rather than checking out a branch to work on it, check out a commit for inspection and discardable experiments. -This is the default behavior of git checkout <commit> when -<commit> is not a branch name. See the "DETACHED HEAD" section +This is the default behavior of git checkout <commit> when +<commit> is not a branch name. See the "DETACHED HEAD" section below for details.

      --orphan <new-branch>
      @@ -368,9 +368,9 @@

      OPTIONS

      --patch

      Interactively select hunks in the difference between the -<tree-ish> (or the index, if unspecified) and the working +<tree-ish> (or the index, if unspecified) and the working tree. The chosen hunks are then applied in reverse to the -working tree (and if a <tree-ish> was specified, the index).

      +working tree (and if a <tree-ish> was specified, the index).

      This means that you can use git checkout -p to selectively discard edits from your current working tree. See the "Interactive Mode" @@ -425,8 +425,8 @@

      OPTIONS

      In the default overlay mode, git checkout never removes files from the index or the working tree. When specifying --no-overlay, files that appear in the index and -working tree, but not in <tree-ish> are removed, to make them -match <tree-ish> exactly.

      +working tree, but not in <tree-ish> are removed, to make them +match <tree-ish> exactly.

      --pathspec-from-file=<file>
      @@ -443,7 +443,7 @@

      OPTIONS

      separated with NUL character and all other characters are taken literally (including newlines and quotes).

      -
      <branch>
      +
      <branch>

      Branch to checkout; if it refers to a branch (i.e., a name that, when prepended with "refs/heads/", is a valid ref), then that @@ -475,7 +475,7 @@

      OPTIONS

      leave out at most one of <rev-a> and <rev-b>, in which case it defaults to HEAD.

      -
      <tree-ish>
      +
      <tree-ish>

      Tree to checkout from (when paths are given). If not specified, the index will be used.

      @@ -489,7 +489,7 @@

      OPTIONS

      Do not interpret any more arguments as options.

      -
      <pathspec>...
      +
      <pathspec>...

      Limits the paths affected by the operation.

      diff --git a/external/docs/content/docs/git-checkout/2.7.6.html b/external/docs/content/docs/git-checkout/2.7.6.html index 2419b11f3c..8bfb032545 100644 --- a/external/docs/content/docs/git-checkout/2.7.6.html +++ b/external/docs/content/docs/git-checkout/2.7.6.html @@ -38,12 +38,12 @@

      NAME

      SYNOPSIS

      -
      git checkout [-q] [-f] [-m] [<branch>]
      -git checkout [-q] [-f] [-m] --detach [<branch>]
      -git checkout [-q] [-f] [-m] [--detach] <commit>
      +
      git checkout [-q] [-f] [-m] [<branch>]
      +git checkout [-q] [-f] [-m] --detach [<branch>]
      +git checkout [-q] [-f] [-m] [--detach] <commit>
       git checkout [-q] [-f] [-m] [[-b|-B|--orphan] <new_branch>] [<start_point>]
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <paths>…​
      -git checkout [-p|--patch] [<tree-ish>] [--] [<paths>…​]
      +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <paths>…​ +git checkout [-p|--patch] [<tree-ish>] [--] [<paths>…​]
      @@ -58,25 +58,25 @@

      DESCRIPTION

      -
      git checkout <branch>
      +
      git checkout <branch>
      -

      To prepare for working on <branch>, switch to it by updating +

      To prepare for working on <branch>, switch to it by updating the index and the files in the working tree, and by pointing HEAD at the branch. Local modifications to the files in the working tree are kept, so that they can be committed to the -<branch>.

      +<branch>.

      -

      If <branch> is not found but there does exist a tracking branch in +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>
      -

      You could omit <branch>, in which case the command degenerates to +

      You could omit <branch>, in which case the command degenerates to "check out the current branch", which is a glorified no-op with a rather expensive side-effects to show only the tracking information, if exists, for the current branch.

      @@ -96,8 +96,8 @@

      DESCRIPTION

      -
      $ git branch -f <branch> [<start point>]
      -$ git checkout <branch>
      +
      $ git branch -f <branch> [<start point>]
      +$ git checkout <branch>
      @@ -105,39 +105,39 @@

      DESCRIPTION

      -
      git checkout --detach [<branch>]
      -
      git checkout [--detach] <commit>
      +
      git checkout --detach [<branch>]
      +
      git checkout [--detach] <commit>
      -

      Prepare to work on top of <commit>, by detaching HEAD at it +

      Prepare to work on top of <commit>, by detaching HEAD at it (see "DETACHED HEAD" section), and updating the index and the files in the working tree. Local modifications to the files in the working tree are kept, so that the resulting working tree will be the state recorded in the commit plus the local modifications.

      -

      When the <commit> argument is a branch name, the --detach option can +

      When the <commit> argument is a branch name, the --detach option can be used to detach HEAD at the tip of the branch (git checkout -<branch> would check out that branch without detaching HEAD).

      +<branch> would check out that branch without detaching HEAD).

      -

      Omitting <branch> detaches HEAD at the tip of the current branch.

      +

      Omitting <branch> detaches HEAD at the tip of the current branch.

      -
      git checkout [-p|--patch] [<tree-ish>] [--] <pathspec>…​
      +
      git checkout [-p|--patch] [<tree-ish>] [--] <pathspec>…​

      When <paths> or --patch are given, git checkout does not switch branches. It updates the named paths in the working tree -from the index file or from a named <tree-ish> (most often a +from the index file or from a named <tree-ish> (most often a commit). In this case, the -b and --track options are meaningless and giving either of them results in an error. The -<tree-ish> argument can be used to specify a specific tree-ish +<tree-ish> argument can be used to specify a specific tree-ish (i.e. commit, tag or tree) to update the index for the given paths before updating the working tree.

      git checkout with <paths> or --patch is used to restore modified or deleted paths to their original contents from the index or replace paths -with the contents from a named <tree-ish> (most often a commit-ish).

      +with the contents from a named <tree-ish> (most often a commit-ish).

      The index may contain unmerged entries because of a previous failed merge. @@ -247,8 +247,8 @@

      OPTIONS

      Rather than checking out a branch to work on it, check out a commit for inspection and discardable experiments. -This is the default behavior of "git checkout <commit>" when -<commit> is not a branch name. See the "DETACHED HEAD" section +This is the default behavior of "git checkout <commit>" when +<commit> is not a branch name. See the "DETACHED HEAD" section below for details.

      --orphan <new_branch>
      @@ -321,9 +321,9 @@

      OPTIONS

      --patch

      Interactively select hunks in the difference between the -<tree-ish> (or the index, if unspecified) and the working +<tree-ish> (or the index, if unspecified) and the working tree. The chosen hunks are then applied in reverse to the -working tree (and if a <tree-ish> was specified, the index).

      +working tree (and if a <tree-ish> was specified, the index).

      This means that you can use git checkout -p to selectively discard edits from your current working tree. See the “Interactive Mode” @@ -337,7 +337,7 @@

      OPTIONS

      out anyway. In other words, the ref can be held by more than one worktree.

      -
      <branch>
      +
      <branch>

      Branch to checkout; if it refers to a branch (i.e., a name that, when prepended with "refs/heads/", is a valid ref), then that @@ -364,7 +364,7 @@

      OPTIONS

      The name of a commit at which to start the new branch; see git-branch[1] for details. Defaults to HEAD.

      -
      <tree-ish>
      +
      <tree-ish>

      Tree to checkout from (when paths are given). If not specified, the index will be used.

      diff --git a/external/docs/content/docs/git-checkout/2.9.5.html b/external/docs/content/docs/git-checkout/2.9.5.html index cb7f79a7e3..92fb654412 100644 --- a/external/docs/content/docs/git-checkout/2.9.5.html +++ b/external/docs/content/docs/git-checkout/2.9.5.html @@ -37,12 +37,12 @@

      NAME

      SYNOPSIS

      -
      git checkout [-q] [-f] [-m] [<branch>]
      -git checkout [-q] [-f] [-m] --detach [<branch>]
      -git checkout [-q] [-f] [-m] [--detach] <commit>
      +
      git checkout [-q] [-f] [-m] [<branch>]
      +git checkout [-q] [-f] [-m] --detach [<branch>]
      +git checkout [-q] [-f] [-m] [--detach] <commit>
       git checkout [-q] [-f] [-m] [[-b|-B|--orphan] <new_branch>] [<start_point>]
      -git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <paths>…​
      -git checkout [-p|--patch] [<tree-ish>] [--] [<paths>…​]
      +git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<tree-ish>] [--] <paths>…​ +git checkout [-p|--patch] [<tree-ish>] [--] [<paths>…​]
      @@ -57,25 +57,25 @@

      DESCRIPTION

      -
      git checkout <branch>
      +
      git checkout <branch>
      -

      To prepare for working on <branch>, switch to it by updating +

      To prepare for working on <branch>, switch to it by updating the index and the files in the working tree, and by pointing HEAD at the branch. Local modifications to the files in the working tree are kept, so that they can be committed to the -<branch>.

      +<branch>.

      -

      If <branch> is not found but there does exist a tracking branch in +

      If <branch> is not found but there does exist a tracking branch in exactly one remote (call it <remote>) with a matching name, treat as equivalent to

      -
      $ git checkout -b <branch> --track <remote>/<branch>
      +
      $ git checkout -b <branch> --track <remote>/<branch>
      -

      You could omit <branch>, in which case the command degenerates to +

      You could omit <branch>, in which case the command degenerates to "check out the current branch", which is a glorified no-op with a rather expensive side-effects to show only the tracking information, if exists, for the current branch.

      @@ -95,8 +95,8 @@

      DESCRIPTION

      -
      $ git branch -f <branch> [<start point>]
      -$ git checkout <branch>
      +
      $ git branch -f <branch> [<start point>]
      +$ git checkout <branch>
      @@ -104,39 +104,39 @@

      DESCRIPTION

      -
      git checkout --detach [<branch>]
      -
      git checkout [--detach] <commit>
      +
      git checkout --detach [<branch>]
      +
      git checkout [--detach] <commit>
      -

      Prepare to work on top of <commit>, by detaching HEAD at it +

      Prepare to work on top of <commit>, by detaching HEAD at it (see "DETACHED HEAD" section), and updating the index and the files in the working tree. Local modifications to the files in the working tree are kept, so that the resulting working tree will be the state recorded in the commit plus the local modifications.

      -

      When the <commit> argument is a branch name, the --detach option can +

      When the <commit> argument is a branch name, the --detach option can be used to detach HEAD at the tip of the branch (git checkout -<branch> would check out that branch without detaching HEAD).

      +<branch> would check out that branch without detaching HEAD).

      -

      Omitting <branch> detaches HEAD at the tip of the current branch.

      +

      Omitting <branch> detaches HEAD at the tip of the current branch.

      -
      git checkout [-p|--patch] [<tree-ish>] [--] <pathspec>…​
      +
      git checkout [-p|--patch] [<tree-ish>] [--] <pathspec>…​

      When <paths> or --patch are given, git checkout does not switch branches. It updates the named paths in the working tree -from the index file or from a named <tree-ish> (most often a +from the index file or from a named <tree-ish> (most often a commit). In this case, the -b and --track options are meaningless and giving either of them results in an error. The -<tree-ish> argument can be used to specify a specific tree-ish +<tree-ish> argument can be used to specify a specific tree-ish (i.e. commit, tag or tree) to update the index for the given paths before updating the working tree.

      git checkout with <paths> or --patch is used to restore modified or deleted paths to their original contents from the index or replace paths -with the contents from a named <tree-ish> (most often a commit-ish).

      +with the contents from a named <tree-ish> (most often a commit-ish).

      The index may contain unmerged entries because of a previous failed merge. @@ -246,8 +246,8 @@

      OPTIONS

      Rather than checking out a branch to work on it, check out a commit for inspection and discardable experiments. -This is the default behavior of "git checkout <commit>" when -<commit> is not a branch name. See the "DETACHED HEAD" section +This is the default behavior of "git checkout <commit>" when +<commit> is not a branch name. See the "DETACHED HEAD" section below for details.

      --orphan <new_branch>
      @@ -320,9 +320,9 @@

      OPTIONS

      --patch

      Interactively select hunks in the difference between the -<tree-ish> (or the index, if unspecified) and the working +<tree-ish> (or the index, if unspecified) and the working tree. The chosen hunks are then applied in reverse to the -working tree (and if a <tree-ish> was specified, the index).

      +working tree (and if a <tree-ish> was specified, the index).

      This means that you can use git checkout -p to selectively discard edits from your current working tree. See the “Interactive Mode” @@ -336,7 +336,7 @@

      OPTIONS

      out anyway. In other words, the ref can be held by more than one worktree.

      -
      <branch>
      +
      <branch>

      Branch to checkout; if it refers to a branch (i.e., a name that, when prepended with "refs/heads/", is a valid ref), then that @@ -363,7 +363,7 @@

      OPTIONS

      The name of a commit at which to start the new branch; see git-branch[1] for details. Defaults to HEAD.

      -
      <tree-ish>
      +
      <tree-ish>

      Tree to checkout from (when paths are given). If not specified, the index will be used.

      diff --git a/external/docs/content/docs/git-checkout/fr.html b/external/docs/content/docs/git-checkout/fr.html index 752be5e476..2ab8b9e323 100644 --- a/external/docs/content/docs/git-checkout/fr.html +++ b/external/docs/content/docs/git-checkout/fr.html @@ -45,15 +45,15 @@

      NOM

      SYNOPSIS

      -
      git checkout [-q] [-f] [-m] [<branche>]
      -git checkout [-q] [-f] [-m] --detach [<branche>]
      -git checkout [-q] [-f] [-m] [--detach] <commit>
      +
      git checkout [-q] [-f] [-m] [<branche>]
      +git checkout [-q] [-f] [-m] --detach [<branche>]
      +git checkout [-q] [-f] [-m] [--detach] <commit>
       git checkout [-q] [-f] [-m] [[-b|-B|--orphan] <nouvelle-branche>] [<point-de-départ>]
      -git checkout [-f] <arbre-esque> [--] <spec-de-chemin>…​
      -git checkout [-f] <arbre-esque> --pathspec-from-file=<fichier> [--pathspec-file-nul]
      +git checkout [-f] <arbre-esque> [--] <spec-de-chemin>…​
      +git checkout [-f] <arbre-esque> --pathspec-from-file=<fichier> [--pathspec-file-nul]
       git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [--] <spec-de-chemin>…​
       git checkout [-f|--ours|--theirs|-m|--conflict=<style>] --pathspec-from-file=<fichier> [--pathspec-file-nul]
      - git checkout (-p|--patch) [<arbre-esque>] [--] [<spec-de-chemin>…​]
      + git checkout (-p|--patch) [<arbre-esque>] [--] [<spec-de-chemin>…​]
      @@ -65,19 +65,19 @@

      DESCRIPTION

      -
      git checkout [<branche>]
      +
      git checkout [<branche>]
      -

      Pour se préparer à travailler sur <branche>, basculer dessus en mettant l’index et les fichiers de l’arbre de travail à jour, et en pointant HEAD sur cette branche. Les modifications locales aux fichiers de l’arbre de travail sont conservées, de sorte qu’elles peuvent être validées sur la <branche>.

      +

      Pour se préparer à travailler sur <branche>, basculer dessus en mettant l’index et les fichiers de l’arbre de travail à jour, et en pointant HEAD sur cette branche. Les modifications locales aux fichiers de l’arbre de travail sont conservées, de sorte qu’elles peuvent être validées sur la <branche>.

      -

      Si la <branche> n’est pas trouvée mais qu’il existe une branche de suivi pour un dépôt distant unique (appelée <distant>) avec un nom correspondant et --no-guess n’est pas spécifié, le traiter comme équivalent à

      +

      Si la <branche> n’est pas trouvée mais qu’il existe une branche de suivi pour un dépôt distant unique (appelée <distant>) avec un nom correspondant et --no-guess n’est pas spécifié, le traiter comme équivalent à

      -
      $ git checkout -b <branche> --track <distant>/<branche>
      +
      $ git checkout -b <branche> --track <distant>/<branche>
      -

      Vous pourriez omettre <branche>, auquel cas la commande dégénère en « extraire la branche actuelle », qui est une opération nulle de luxe avec des effets de bord plutôt chers de ne montrer que l’information de suivi, si elle existe, pour la branche actuelle.

      +

      Vous pourriez omettre <branche>, auquel cas la commande dégénère en « extraire la branche actuelle », qui est une opération nulle de luxe avec des effets de bord plutôt chers de ne montrer que l’information de suivi, si elle existe, pour la branche actuelle.

      git checkout -b|-B <nouvelle-branche> [<point-de-départ>]
      @@ -88,34 +88,34 @@

      DESCRIPTION

      -
      $ git branch -f <branche> [<point-de-départ>]
      -$ git checkout <branche>
      +
      $ git branch -f <branche> [<point-de-départ>]
      +$ git checkout <branche>

      c’est-à-dire que la branche n’est pas réinitialisée/créée à moins que "git checkout" soit réussi (par exemple, lorsque la branche est utilisée dans un autre arbre de travail, pas seulement que la branche actuelle reste la même, mais la branche n’est pas réinitialisée au point de départ non plus).

      -
      git checkout --detach [<branche>]
      -
      git checkout [--detach] <commit>
      +
      git checkout --detach [<branche>]
      +
      git checkout [--detach] <commit>
      -

      Prépare à travailler par-dessus <commit>, en détachant HEAD dessus (voir la section « HEAD DÉTACHÉE »), et en mettant l’index et les fichiers de l’arbre de travail à jour. Les modifications locales des fichiers dans l’arbre de travail sont conservées, de sorte que l’arbre de travail sera le résultat du commit plus les modifications locales.

      +

      Prépare à travailler par-dessus <commit>, en détachant HEAD dessus (voir la section « HEAD DÉTACHÉE »), et en mettant l’index et les fichiers de l’arbre de travail à jour. Les modifications locales des fichiers dans l’arbre de travail sont conservées, de sorte que l’arbre de travail sera le résultat du commit plus les modifications locales.

      -

      Quand l’argument <commit> est un nom de branche, l’option --detach peut être utilisée pour détacher HEAD au sommet de la branche (git checkout <branche> extrairait cette branche sans détacher HEAD).

      +

      Quand l’argument <commit> est un nom de branche, l’option --detach peut être utilisée pour détacher HEAD au sommet de la branche (git checkout <branche> extrairait cette branche sans détacher HEAD).

      -

      Omettre <branche> détache HEAD au sommet de la branche actuelle.

      +

      Omettre <branche> détache HEAD au sommet de la branche actuelle.

      -
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<arbre-esque>] [--] <spéc. de chemin>…​
      -
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<arbre-esque>] --pathspec-from-file=<fichier> [--pathspec-file-nul]
      +
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<arbre-esque>] [--] <spéc. de chemin>…​
      +
      git checkout [-f|--ours|--theirs|-m|--conflict=<style>] [<arbre-esque>] --pathspec-from-file=<fichier> [--pathspec-file-nul]
      -

      Écraser le contenu des fichiers qui correspondent au spécificateur-de-chemin. Lorsque le <arbre-esque> (le plus souvent un commit) n’est pas donné, écraser l’arbre de travail avec le contenu de l’index. Lorsque le <arbre-esque> est donné, écraser à la fois l’index et l’arbre de travail avec le contenu du <arbre-esque>.

      +

      Écraser le contenu des fichiers qui correspondent au spécificateur-de-chemin. Lorsque le <arbre-esque> (le plus souvent un commit) n’est pas donné, écraser l’arbre de travail avec le contenu de l’index. Lorsque le <arbre-esque> est donné, écraser à la fois l’index et l’arbre de travail avec le contenu du <arbre-esque>.

      L’index peut contenir des entrées non fusionnées à cause d’un échec précédent de fusion. Par défaut, si vous essayez d’extraire une telle entrée depuis l’index, l’opération d’extraction échouera et rien ne sera extrait. L’utilisation de -f forcera à ignorer ces entrées non fusionnées. Le contenu depuis un côté donné de la fusion peut être extrait de l’index en utilisant --ours (notre côté) ou --theirs (l’autre côté). Avec -m, les modifications opérées sur le fichier de l’arbre de travail peuvent être jetées pour récréer le résultat originel de conflit de fusion.

      -
      git checkout (-p|--patch) [<arbre-esque>] [--] [<spéc. de chemin>…​]
      +
      git checkout (-p|--patch) [<arbre-esque>] [--] [<spéc. de chemin>…​]

      C’est similaire au mode précédent, mais vous laisse utiliser l’interface interactive pour afficher la sortie « diff » et choisir quelles sections utiliser dans le résultat. Voir plus bas la description de l’option --patch.

      @@ -180,14 +180,14 @@

      OPTIONS

      --guess
      --no-guess
      -

      Si la <branche> n’est pas trouvée mais qu’il existe une branche de suivi pour un dépôt distant unique (appelé <distant>) avec un nom correspondant, le traiter comme équivalent à

      +

      Si la <branche> n’est pas trouvée mais qu’il existe une branche de suivi pour un dépôt distant unique (appelé <distant>) avec un nom correspondant, le traiter comme équivalent à

      -
      $ git checkout -b <branche> --track <distant>/<branche>
      +
      $ git checkout -b <branche> --track <distant>/<branche>
      -

      Si la branche existe dans plus d’un distant et que l’un d’entre eux est la valeur de la variable de configuration checkout.defaultRemote, celui-ci sera utilisé pour désambiguïser, même si la <branche> n’est pas unique parmi tous les distants. Réglez la variable checkout.defaultRemote=origin par exemple pour extraire toujours les branches distantes depuis celle-ci si <branche> est ambigüe mais existe sur le distant origin. Voir aussi checkout.defaultRemote dans git-config[1].

      +

      Si la branche existe dans plus d’un distant et que l’un d’entre eux est la valeur de la variable de configuration checkout.defaultRemote, celui-ci sera utilisé pour désambiguïser, même si la <branche> n’est pas unique parmi tous les distants. Réglez la variable checkout.defaultRemote=origin par exemple pour extraire toujours les branches distantes depuis celle-ci si <branche> est ambigüe mais existe sur le distant origin. Voir aussi checkout.defaultRemote dans git-config[1].

      --guess est le comportement par défaut. Utilisez --no-guess pour le désactiver.

      @@ -203,7 +203,7 @@

      OPTIONS

      -d
      --detach
      -

      Plutôt que d’extraire une branche pour travailler dessus, extraire un commit pour l’inspecter et faire des expériences jetables. C’est le comportement par défaut de git checkout <commit> quand <commit> n’est pas un nom de branche. Voir la section « HEAD DÉTACHÉE » plus bas pour plus de détails.

      +

      Plutôt que d’extraire une branche pour travailler dessus, extraire un commit pour l’inspecter et faire des expériences jetables. C’est le comportement par défaut de git checkout <commit> quand <commit> n’est pas un nom de branche. Voir la section « HEAD DÉTACHÉE » plus bas pour plus de détails.

      --orphan <nouvelle-branche>
      @@ -243,7 +243,7 @@

      OPTIONS

      -p
      --patch
      -

      Sélectionner interactivement les sections dans la différence entre l'<arbre-esque> (ou l’index, si non spécifié) et l’arbre de travail. Les sections choisies sont ensuite appliquées en ordre inversé à l’arbre de travail (et si un <arbre-esque> a été spécifié, à l’index).

      +

      Sélectionner interactivement les sections dans la différence entre l'<arbre-esque> (ou l’index, si non spécifié) et l’arbre de travail. Les sections choisies sont ensuite appliquées en ordre inversé à l’arbre de travail (et si un <arbre-esque> a été spécifié, à l’index).

      Ceci signifie que vous pouvez utiliser git checkout -p pour supprimer sélectivement les éditions depuis votre arbre de travail actuel. Voir la section « Mode Interactif » de git-add[1] pour apprendre à utiliser le mode --patch.

      @@ -268,7 +268,7 @@

      OPTIONS

      --overlay
      --no-overlay
      -

      Dans le mode de superposition par défaut, git checkout ne supprime jamais les fichiers de l’index ou de l’arbre de travail. Lorsque vous spécifiez --no-overlay, les fichiers qui apparaissent dans l’index et l’arbre de travail, mais pas dans «<arbre-esque>» sont supprimés, pour les faire correspondre à <arbre-esque> exactement.

      +

      Dans le mode de superposition par défaut, git checkout ne supprime jamais les fichiers de l’index ou de l’arbre de travail. Lorsque vous spécifiez --no-overlay, les fichiers qui apparaissent dans l’index et l’arbre de travail, mais pas dans «<arbre-esque>» sont supprimés, pour les faire correspondre à <arbre-esque> exactement.

      --pathspec-from-file=<fichier>
      @@ -278,7 +278,7 @@

      OPTIONS

      Uniquement significatif avec --pathspec-from-file. Les éléments du spécificateur de chemin sont séparés par le caractère NUL et tous les autres caractères sont utilisés littéralement (y compris les retours à la ligne et les guillemets).

      -
      <branche>
      +
      <branche>

      Branche à extraire ; si c’est une référence à une branche (c’est-à-dire un nom qui, préfixé par « refs/heads/ » est une référence valide), alors cette branche est extraite. Sinon, si c’est une référence à un commit valide, votre HEAD devient « détachée » et vous n’êtes plus sur aucune branche (voir plus bas pour plus de détails).

      @@ -299,7 +299,7 @@

      OPTIONS

      Autre cas spécial supplémentaire, vous pouvez utiliser « A…​B » comme raccourci pour la base de fusion de A et B s’il y a exactement une seule base de fusion. Vous pouvez ne pas spécifier A ou B, auquel cas ce sera HEAD par défaut.

      -
      <arbre-esque>
      +
      <arbre-esque>

      Arbre depuis lequel extraire (quand des chemins sont indiqués). Si non spécifié, l’index est utilisé.

      @@ -461,7 +461,7 @@

      HEAD D

      DÉSAMBIGUÏSATION D’ARGUMENT

      -

      Quand il n’y a qu’un argument fourni et qu’il n’est pas -- (par exemple git checkout abc) et quand l’argument est à la fois un <arbre-esque> valide (par exemple une branche abc existe) et un <spécificateur_de_chemin> valide (par exemple un fichier ou un répertoire du nom de « abc » existe), Git vous demandera généralement de lever l’ambiguïté. Du fait qu’extraire une branche est une opération très commune, cependant, git checkout abc considère « abc » comme un <arbre-esque> dans une telle situation. Utilisez git checkout -- <spécificateur_de_chemin> si vous voulez extraire ces chemins depuis l’index.

      +

      Quand il n’y a qu’un argument fourni et qu’il n’est pas -- (par exemple git checkout abc) et quand l’argument est à la fois un <arbre-esque> valide (par exemple une branche abc existe) et un <spécificateur_de_chemin> valide (par exemple un fichier ou un répertoire du nom de « abc » existe), Git vous demandera généralement de lever l’ambiguïté. Du fait qu’extraire une branche est une opération très commune, cependant, git checkout abc considère « abc » comme un <arbre-esque> dans une telle situation. Utilisez git checkout -- <spécificateur_de_chemin> si vous voulez extraire ces chemins depuis l’index.

      diff --git a/external/docs/content/docs/git-checkout/pt_BR.html b/external/docs/content/docs/git-checkout/pt_BR.html index 8af2b25e36..c7688f2339 100644 --- a/external/docs/content/docs/git-checkout/pt_BR.html +++ b/external/docs/content/docs/git-checkout/pt_BR.html @@ -45,7 +45,7 @@

      RESUMO

      git checkout [-q] [-f] [-m] [<ramo>]
       git checkout [-q] [-f] [-m] --detach [<ramo>]
      -git checkout [-q] [-f] [-m] [--detach] <commit>
      +git checkout [-q] [-f] [-m] [--detach] <commit>
       git checkout [-q] [-f] [-m] [[-b|-B|--orphan] <novo-ramo>] [<ponto-de-partida>]
       git checkout [-f] <tree-ish> [--] <pathspec>…​
       git checkout [-f] <tree-ish> --pathspec-from-file=<file> [--pathspec-file-nul]
      @@ -95,11 +95,11 @@ 

      DESCRIÇÃO

      git checkout --detach [<ramo>]
      -
      git checkout [--detach] <commit>
      +
      git checkout [--detach] <commit>
      -

      Prepare-se para trabalhar em cima do <commit>, desvinculando o HEAD dele (consulte a seção "HEAD DESANEXANDO"), atualizando o índice e os arquivos na árvore de trabalho. As modificações locais nos arquivos da árvore de trabalho são mantidas, de modo que a árvore de trabalho resultante será o estado registrado no commit mais as alterações locais.

      +

      Prepare-se para trabalhar em cima do <commit>, desvinculando o HEAD dele (consulte a seção "HEAD DESANEXANDO"), atualizando o índice e os arquivos na árvore de trabalho. As modificações locais nos arquivos da árvore de trabalho são mantidas, de modo que a árvore de trabalho resultante será o estado registrado no commit mais as alterações locais.

      -

      Quando o argumento <commit> é um nome de ramificação a opção --detach pode ser utilizada para desanexar o HEAD na ponta do ramo (git checkout <ramo> verificaria aquela ramificação sem desanexar o HEAD).

      +

      Quando o argumento <commit> é um nome de ramificação a opção --detach pode ser utilizada para desanexar o HEAD na ponta do ramo (git checkout <ramo> verificaria aquela ramificação sem desanexar o HEAD).

      Ao omitir o <ramo> isso desanexa o HEAD na ponta do ramo atual.

      @@ -201,7 +201,7 @@

      OPÇÕES

      -d
      --detach
      -

      Em vez de fazer "check-out" de uma ramificação para trabalhar nela, faça o "check-out" de um commit para inspeção e experimentos descartáveis. Esse é o comportamento padrão do comando git checkout <commit> quando o <commit> não é o nome de um ramo. Para mais detalhes consulte a seção "HEAD DESANEXADO" abaixo.

      +

      Em vez de fazer "check-out" de uma ramificação para trabalhar nela, faça o "check-out" de um commit para inspeção e experimentos descartáveis. Esse é o comportamento padrão do comando git checkout <commit> quando o <commit> não é o nome de um ramo. Para mais detalhes consulte a seção "HEAD DESANEXADO" abaixo.

      --orphan <novo-ramo>
      diff --git a/external/docs/content/docs/git-checkout/zh_HANS-CN.html b/external/docs/content/docs/git-checkout/zh_HANS-CN.html index c579a02f3e..cf8405c338 100644 --- a/external/docs/content/docs/git-checkout/zh_HANS-CN.html +++ b/external/docs/content/docs/git-checkout/zh_HANS-CN.html @@ -45,7 +45,7 @@

      概述

      git checkout [-q] [-f] [-m] [<分支>]
       git checkout [-q] [-f] [-m] --detach [<分支>]
      -git checkout [-q] [-f] [-m] [--detach] <提交>
      +git checkout [-q] [-f] [-m] [--detach] <提交>
       git checkout [-q] [-f] [-m] [[-b|-B|--orphan] <新分支>] [<起始点>]
       git checkout [-f] <目录树对象> [--] <路径规范>…​
       git checkout [-f] <目录树对象> --pathspec-from-file=<文件> [--pathspec-file-nul]
      @@ -95,11 +95,11 @@ 

      描述

      git checkout --detach [<分支>]
      -
      git checkout [--detach] <提交>
      +
      git checkout [--detach] <提交>
      -

      准备在 <提交> 上工作,通过分离 HEAD 来实现(参见 "DETACHED HEAD" 部分),并更新工作区中的索引和文件。 对工作区中的文件的本地修改会被保留,所以最终的工作区将是提交时记录的状态加上本地的修改。

      +

      准备在 <提交> 上工作,通过分离 HEAD 来实现(参见 "DETACHED HEAD" 部分),并更新工作区中的索引和文件。 对工作区中的文件的本地修改会被保留,所以最终的工作区将是提交时记录的状态加上本地的修改。

      -

      <提交> 参数是一个分支名称时, --detach 选项可以用来分离分支顶端的 HEADgit checkout <分支> 会签出该分支而不分离 HEAD)。

      +

      <提交> 参数是一个分支名称时, --detach 选项可以用来分离分支顶端的 HEADgit checkout <分支> 会签出该分支而不分离 HEAD)。

      省略 <分支> 会在当前分支的顶端分离 HEAD

      @@ -201,7 +201,7 @@

      选项

      -d
      --detach
      -

      与其签出一个分支来工作,不如签出一个提交来进行检查和可放弃的实验。当 <提交> 不是一个分支名时, 这是 git checkout <提交> 的默认行为,。 详见下面的 "游离状态(DETACHED HEAD)"部分。

      +

      与其签出一个分支来工作,不如签出一个提交来进行检查和可放弃的实验。当 <提交> 不是一个分支名时, 这是 git checkout <提交> 的默认行为,。 详见下面的 "游离状态(DETACHED HEAD)"部分。

      --orphan <新分支>
      diff --git a/external/docs/content/docs/git-cherry-pick.html b/external/docs/content/docs/git-cherry-pick.html index 66ca1de9ca..86886d6d70 100644 --- a/external/docs/content/docs/git-cherry-pick.html +++ b/external/docs/content/docs/git-cherry-pick.html @@ -41,7 +41,7 @@

      SYNOPSIS

      git cherry-pick [--edit] [-n] [-m <parent-number>] [-s] [-x] [--ff]
      -		  [-S[<keyid>]] <commit>…​
      +		  [-S[<keyid>]] <commit>…​
       git cherry-pick (--continue | --skip | --abort | --quit)
      @@ -95,7 +95,7 @@

      OPTIONS

      -
      <commit>…​
      +
      <commit>…​

      Commits to cherry-pick. For a more complete list of ways to spell commits, see @@ -103,7 +103,7 @@

      OPTIONS

      Sets of commits can be passed but no traversal is done by default, as if the --no-walk option was specified, see git-rev-list[1]. Note that specifying a range will -feed all <commit>…​ arguments to a single revision walk +feed all <commit>…​ arguments to a single revision walk (see a later example that uses maint master..next).

      -e
      diff --git a/external/docs/content/docs/git-cherry-pick/2.0.5.html b/external/docs/content/docs/git-cherry-pick/2.0.5.html index 6470f50c54..090039a162 100644 --- a/external/docs/content/docs/git-cherry-pick/2.0.5.html +++ b/external/docs/content/docs/git-cherry-pick/2.0.5.html @@ -42,7 +42,7 @@

      SYNOPSIS

      git cherry-pick [--edit] [-n] [-m parent-number] [-s] [-x] [--ff]
      -		  [-S[<key-id>]] <commit>…​
      +		  [-S[<key-id>]] <commit>…​
       git cherry-pick --continue
       git cherry-pick --quit
       git cherry-pick --abort
      @@ -98,7 +98,7 @@

      OPTIONS

      -
      <commit>…​
      +
      <commit>…​

      Commits to cherry-pick. For a more complete list of ways to spell commits, see @@ -106,7 +106,7 @@

      OPTIONS

      Sets of commits can be passed but no traversal is done by default, as if the --no-walk option was specified, see git-rev-list[1]. Note that specifying a range will -feed all <commit>…​ arguments to a single revision walk +feed all <commit>…​ arguments to a single revision walk (see a later example that uses maint master..next).

      -e
      diff --git a/external/docs/content/docs/git-cherry-pick/2.21.0.html b/external/docs/content/docs/git-cherry-pick/2.21.0.html index af62f19491..e834154436 100644 --- a/external/docs/content/docs/git-cherry-pick/2.21.0.html +++ b/external/docs/content/docs/git-cherry-pick/2.21.0.html @@ -44,7 +44,7 @@

      SYNOPSIS

      git cherry-pick [--edit] [-n] [-m parent-number] [-s] [-x] [--ff]
      -		  [-S[<keyid>]] <commit>…​
      +		  [-S[<keyid>]] <commit>…​
       git cherry-pick --continue
       git cherry-pick --quit
       git cherry-pick --abort
      @@ -100,7 +100,7 @@

      OPTIONS

      -
      <commit>…​
      +
      <commit>…​

      Commits to cherry-pick. For a more complete list of ways to spell commits, see @@ -108,7 +108,7 @@

      OPTIONS

      Sets of commits can be passed but no traversal is done by default, as if the --no-walk option was specified, see git-rev-list[1]. Note that specifying a range will -feed all <commit>…​ arguments to a single revision walk +feed all <commit>…​ arguments to a single revision walk (see a later example that uses maint master..next).

      -e
      diff --git a/external/docs/content/docs/git-cherry-pick/2.22.0.html b/external/docs/content/docs/git-cherry-pick/2.22.0.html index 393d37161a..a72ebd612f 100644 --- a/external/docs/content/docs/git-cherry-pick/2.22.0.html +++ b/external/docs/content/docs/git-cherry-pick/2.22.0.html @@ -45,7 +45,7 @@

      SYNOPSIS

      git cherry-pick [--edit] [-n] [-m parent-number] [-s] [-x] [--ff]
      -		  [-S[<keyid>]] <commit>…​
      +		  [-S[<keyid>]] <commit>…​
       git cherry-pick --continue
       git cherry-pick --quit
       git cherry-pick --abort
      @@ -101,7 +101,7 @@

      OPTIONS

      -
      <commit>…​
      +
      <commit>…​

      Commits to cherry-pick. For a more complete list of ways to spell commits, see @@ -109,7 +109,7 @@

      OPTIONS

      Sets of commits can be passed but no traversal is done by default, as if the --no-walk option was specified, see git-rev-list[1]. Note that specifying a range will -feed all <commit>…​ arguments to a single revision walk +feed all <commit>…​ arguments to a single revision walk (see a later example that uses maint master..next).

      -e
      diff --git a/external/docs/content/docs/git-cherry-pick/2.23.0.html b/external/docs/content/docs/git-cherry-pick/2.23.0.html index 3745e65277..90703ecf43 100644 --- a/external/docs/content/docs/git-cherry-pick/2.23.0.html +++ b/external/docs/content/docs/git-cherry-pick/2.23.0.html @@ -59,7 +59,7 @@

      SYNOPSIS

      git cherry-pick [--edit] [-n] [-m parent-number] [-s] [-x] [--ff]
      -		  [-S[<keyid>]] <commit>…​
      +		  [-S[<keyid>]] <commit>…​
       git cherry-pick (--continue | --skip | --abort | --quit)
      @@ -113,7 +113,7 @@

      OPTIONS

      -
      <commit>…​
      +
      <commit>…​

      Commits to cherry-pick. For a more complete list of ways to spell commits, see @@ -121,7 +121,7 @@

      OPTIONS

      Sets of commits can be passed but no traversal is done by default, as if the --no-walk option was specified, see git-rev-list[1]. Note that specifying a range will -feed all <commit>…​ arguments to a single revision walk +feed all <commit>…​ arguments to a single revision walk (see a later example that uses maint master..next).

      -e
      diff --git a/external/docs/content/docs/git-cherry-pick/2.27.0.html b/external/docs/content/docs/git-cherry-pick/2.27.0.html index 0b2cd12a82..9d40ea6584 100644 --- a/external/docs/content/docs/git-cherry-pick/2.27.0.html +++ b/external/docs/content/docs/git-cherry-pick/2.27.0.html @@ -47,7 +47,7 @@

      SYNOPSIS

      git cherry-pick [--edit] [-n] [-m parent-number] [-s] [-x] [--ff]
      -		  [-S[<keyid>]] <commit>…​
      +		  [-S[<keyid>]] <commit>…​
       git cherry-pick (--continue | --skip | --abort | --quit)
      @@ -101,7 +101,7 @@

      OPTIONS

      -
      <commit>…​
      +
      <commit>…​

      Commits to cherry-pick. For a more complete list of ways to spell commits, see @@ -109,7 +109,7 @@

      OPTIONS

      Sets of commits can be passed but no traversal is done by default, as if the --no-walk option was specified, see git-rev-list[1]. Note that specifying a range will -feed all <commit>…​ arguments to a single revision walk +feed all <commit>…​ arguments to a single revision walk (see a later example that uses maint master..next).

      -e
      diff --git a/external/docs/content/docs/git-cherry-pick/2.3.10.html b/external/docs/content/docs/git-cherry-pick/2.3.10.html index e441801972..bed6a5eeee 100644 --- a/external/docs/content/docs/git-cherry-pick/2.3.10.html +++ b/external/docs/content/docs/git-cherry-pick/2.3.10.html @@ -42,7 +42,7 @@

      SYNOPSIS

      git cherry-pick [--edit] [-n] [-m parent-number] [-s] [-x] [--ff]
      -		  [-S[<key-id>]] <commit>…​
      +		  [-S[<key-id>]] <commit>…​
       git cherry-pick --continue
       git cherry-pick --quit
       git cherry-pick --abort
      @@ -98,7 +98,7 @@

      OPTIONS

      -
      <commit>…​
      +
      <commit>…​

      Commits to cherry-pick. For a more complete list of ways to spell commits, see @@ -106,7 +106,7 @@

      OPTIONS

      Sets of commits can be passed but no traversal is done by default, as if the --no-walk option was specified, see git-rev-list[1]. Note that specifying a range will -feed all <commit>…​ arguments to a single revision walk +feed all <commit>…​ arguments to a single revision walk (see a later example that uses maint master..next).

      -e
      diff --git a/external/docs/content/docs/git-cherry-pick/2.30.0.html b/external/docs/content/docs/git-cherry-pick/2.30.0.html index 40f8700189..60fe725afc 100644 --- a/external/docs/content/docs/git-cherry-pick/2.30.0.html +++ b/external/docs/content/docs/git-cherry-pick/2.30.0.html @@ -84,7 +84,7 @@

      SYNOPSIS

      git cherry-pick [--edit] [-n] [-m parent-number] [-s] [-x] [--ff]
      -		  [-S[<keyid>]] <commit>…​
      +		  [-S[<keyid>]] <commit>…​
       git cherry-pick (--continue | --skip | --abort | --quit)
      @@ -138,7 +138,7 @@

      OPTIONS

      -
      <commit>…​
      +
      <commit>…​

      Commits to cherry-pick. For a more complete list of ways to spell commits, see @@ -146,7 +146,7 @@

      OPTIONS

      Sets of commits can be passed but no traversal is done by default, as if the --no-walk option was specified, see git-rev-list[1]. Note that specifying a range will -feed all <commit>…​ arguments to a single revision walk +feed all <commit>…​ arguments to a single revision walk (see a later example that uses maint master..next).

      -e
      diff --git a/external/docs/content/docs/git-cherry-pick/2.35.0.html b/external/docs/content/docs/git-cherry-pick/2.35.0.html index c61ec4ecb6..c98f7ec6ce 100644 --- a/external/docs/content/docs/git-cherry-pick/2.35.0.html +++ b/external/docs/content/docs/git-cherry-pick/2.35.0.html @@ -63,7 +63,7 @@

      SYNOPSIS

      git cherry-pick [--edit] [-n] [-m <parent-number>] [-s] [-x] [--ff]
      -		  [-S[<keyid>]] <commit>…​
      +		  [-S[<keyid>]] <commit>…​
       git cherry-pick (--continue | --skip | --abort | --quit)
      @@ -117,7 +117,7 @@

      OPTIONS

      -
      <commit>…​
      +
      <commit>…​

      Commits to cherry-pick. For a more complete list of ways to spell commits, see @@ -125,7 +125,7 @@

      OPTIONS

      Sets of commits can be passed but no traversal is done by default, as if the --no-walk option was specified, see git-rev-list[1]. Note that specifying a range will -feed all <commit>…​ arguments to a single revision walk +feed all <commit>…​ arguments to a single revision walk (see a later example that uses maint master..next).

      -e
      diff --git a/external/docs/content/docs/git-cherry-pick/2.38.0.html b/external/docs/content/docs/git-cherry-pick/2.38.0.html index c3717a9b43..77526a2175 100644 --- a/external/docs/content/docs/git-cherry-pick/2.38.0.html +++ b/external/docs/content/docs/git-cherry-pick/2.38.0.html @@ -48,7 +48,7 @@

      SYNOPSIS

      git cherry-pick [--edit] [-n] [-m <parent-number>] [-s] [-x] [--ff]
      -		  [-S[<keyid>]] <commit>…​
      +		  [-S[<keyid>]] <commit>…​
       git cherry-pick (--continue | --skip | --abort | --quit)
      @@ -102,7 +102,7 @@

      OPTIONS

      -
      <commit>…​
      +
      <commit>…​

      Commits to cherry-pick. For a more complete list of ways to spell commits, see @@ -110,7 +110,7 @@

      OPTIONS

      Sets of commits can be passed but no traversal is done by default, as if the --no-walk option was specified, see git-rev-list[1]. Note that specifying a range will -feed all <commit>…​ arguments to a single revision walk +feed all <commit>…​ arguments to a single revision walk (see a later example that uses maint master..next).

      -e
      diff --git a/external/docs/content/docs/git-cherry-pick/2.39.3.html b/external/docs/content/docs/git-cherry-pick/2.39.3.html index 82cb341d79..82e7cd924a 100644 --- a/external/docs/content/docs/git-cherry-pick/2.39.3.html +++ b/external/docs/content/docs/git-cherry-pick/2.39.3.html @@ -69,7 +69,7 @@

      SYNOPSIS

      git cherry-pick [--edit] [-n] [-m <parent-number>] [-s] [-x] [--ff]
      -		  [-S[<keyid>]] <commit>…​
      +		  [-S[<keyid>]] <commit>…​
       git cherry-pick (--continue | --skip | --abort | --quit)
      @@ -123,7 +123,7 @@

      OPTIONS

      -
      <commit>…​
      +
      <commit>…​

      Commits to cherry-pick. For a more complete list of ways to spell commits, see @@ -131,7 +131,7 @@

      OPTIONS

      Sets of commits can be passed but no traversal is done by default, as if the --no-walk option was specified, see git-rev-list[1]. Note that specifying a range will -feed all <commit>…​ arguments to a single revision walk +feed all <commit>…​ arguments to a single revision walk (see a later example that uses maint master..next).

      -e
      diff --git a/external/docs/content/docs/git-cherry-pick/2.45.0.html b/external/docs/content/docs/git-cherry-pick/2.45.0.html index 54a82ef562..b7b2d0e700 100644 --- a/external/docs/content/docs/git-cherry-pick/2.45.0.html +++ b/external/docs/content/docs/git-cherry-pick/2.45.0.html @@ -58,7 +58,7 @@

      SYNOPSIS

      git cherry-pick [--edit] [-n] [-m <parent-number>] [-s] [-x] [--ff]
      -		  [-S[<keyid>]] <commit>…​
      +		  [-S[<keyid>]] <commit>…​
       git cherry-pick (--continue | --skip | --abort | --quit)
      @@ -112,7 +112,7 @@

      OPTIONS

      -
      <commit>…​
      +
      <commit>…​

      Commits to cherry-pick. For a more complete list of ways to spell commits, see @@ -120,7 +120,7 @@

      OPTIONS

      Sets of commits can be passed but no traversal is done by default, as if the --no-walk option was specified, see git-rev-list[1]. Note that specifying a range will -feed all <commit>…​ arguments to a single revision walk +feed all <commit>…​ arguments to a single revision walk (see a later example that uses maint master..next).

      -e
      diff --git a/external/docs/content/docs/git-cherry-pick/2.50.0.html b/external/docs/content/docs/git-cherry-pick/2.50.0.html index 019da1c022..2166874460 100644 --- a/external/docs/content/docs/git-cherry-pick/2.50.0.html +++ b/external/docs/content/docs/git-cherry-pick/2.50.0.html @@ -42,7 +42,7 @@

      SYNOPSIS

      git cherry-pick [--edit] [-n] [-m <parent-number>] [-s] [-x] [--ff]
      -		  [-S[<keyid>]] <commit>…​
      +		  [-S[<keyid>]] <commit>…​
       git cherry-pick (--continue | --skip | --abort | --quit)
      @@ -96,7 +96,7 @@

      OPTIONS

      -
      <commit>…​
      +
      <commit>…​

      Commits to cherry-pick. For a more complete list of ways to spell commits, see @@ -104,7 +104,7 @@

      OPTIONS

      Sets of commits can be passed but no traversal is done by default, as if the --no-walk option was specified, see git-rev-list[1]. Note that specifying a range will -feed all <commit>…​ arguments to a single revision walk +feed all <commit>…​ arguments to a single revision walk (see a later example that uses maint master..next).

      -e
      diff --git a/external/docs/content/docs/git-cherry-pick/2.6.7.html b/external/docs/content/docs/git-cherry-pick/2.6.7.html index a18620eac4..57ce172c50 100644 --- a/external/docs/content/docs/git-cherry-pick/2.6.7.html +++ b/external/docs/content/docs/git-cherry-pick/2.6.7.html @@ -40,7 +40,7 @@

      SYNOPSIS

      git cherry-pick [--edit] [-n] [-m parent-number] [-s] [-x] [--ff]
      -		  [-S[<keyid>]] <commit>…​
      +		  [-S[<keyid>]] <commit>…​
       git cherry-pick --continue
       git cherry-pick --quit
       git cherry-pick --abort
      @@ -96,7 +96,7 @@

      OPTIONS

      -
      <commit>…​
      +
      <commit>…​

      Commits to cherry-pick. For a more complete list of ways to spell commits, see @@ -104,7 +104,7 @@

      OPTIONS

      Sets of commits can be passed but no traversal is done by default, as if the --no-walk option was specified, see git-rev-list[1]. Note that specifying a range will -feed all <commit>…​ arguments to a single revision walk +feed all <commit>…​ arguments to a single revision walk (see a later example that uses maint master..next).

      -e
      diff --git a/external/docs/content/docs/git-cherry-pick/2.7.6.html b/external/docs/content/docs/git-cherry-pick/2.7.6.html index 9019eb7097..868a303f95 100644 --- a/external/docs/content/docs/git-cherry-pick/2.7.6.html +++ b/external/docs/content/docs/git-cherry-pick/2.7.6.html @@ -41,7 +41,7 @@

      SYNOPSIS

      git cherry-pick [--edit] [-n] [-m parent-number] [-s] [-x] [--ff]
      -		  [-S[<keyid>]] <commit>…​
      +		  [-S[<keyid>]] <commit>…​
       git cherry-pick --continue
       git cherry-pick --quit
       git cherry-pick --abort
      @@ -97,7 +97,7 @@

      OPTIONS

      -
      <commit>…​
      +
      <commit>…​

      Commits to cherry-pick. For a more complete list of ways to spell commits, see @@ -105,7 +105,7 @@

      OPTIONS

      Sets of commits can be passed but no traversal is done by default, as if the --no-walk option was specified, see git-rev-list[1]. Note that specifying a range will -feed all <commit>…​ arguments to a single revision walk +feed all <commit>…​ arguments to a single revision walk (see a later example that uses maint master..next).

      -e
      diff --git a/external/docs/content/docs/git-cherry-pick/2.9.5.html b/external/docs/content/docs/git-cherry-pick/2.9.5.html index 182bcf3c83..f6ad0f32a5 100644 --- a/external/docs/content/docs/git-cherry-pick/2.9.5.html +++ b/external/docs/content/docs/git-cherry-pick/2.9.5.html @@ -73,7 +73,7 @@

      SYNOPSIS

      git cherry-pick [--edit] [-n] [-m parent-number] [-s] [-x] [--ff]
      -		  [-S[<keyid>]] <commit>…​
      +		  [-S[<keyid>]] <commit>…​
       git cherry-pick --continue
       git cherry-pick --quit
       git cherry-pick --abort
      @@ -129,7 +129,7 @@

      OPTIONS

      -
      <commit>…​
      +
      <commit>…​

      Commits to cherry-pick. For a more complete list of ways to spell commits, see @@ -137,7 +137,7 @@

      OPTIONS

      Sets of commits can be passed but no traversal is done by default, as if the --no-walk option was specified, see git-rev-list[1]. Note that specifying a range will -feed all <commit>…​ arguments to a single revision walk +feed all <commit>…​ arguments to a single revision walk (see a later example that uses maint master..next).

      -e
      diff --git a/external/docs/content/docs/git-cherry-pick/fr.html b/external/docs/content/docs/git-cherry-pick/fr.html index 1c65b16add..8a24501af2 100644 --- a/external/docs/content/docs/git-cherry-pick/fr.html +++ b/external/docs/content/docs/git-cherry-pick/fr.html @@ -42,7 +42,7 @@

      SYNOPSIS

      git cherry-pick [--edit] [-n] [-m <numéro-de-parent>] [-s] [-x] [--ff]
      -		  [-S[<id-clé>]] <commit>…​
      +		  [-S[<id-clé>]] <commit>…​
       git cherry-pick (--continue | --skip | --abort | --quit)
      @@ -85,9 +85,9 @@

      OPTIONS

      -
      <commit>…​
      +
      <commit>…​
      -

      Les commits à picorer. Pour une liste plus complète des façons d’épeler les commits, voir gitrevisions[7]. Des ensembles de commits peuvent être passés mais aucune traversée n’est faite par défaut, comme si l’option --no-walk était spécifiée, voir git-rev-list[1]. Notez que la spécification d’une plage alimentera tous les arguments <commit>…​ à un seul parcours de révision (voir un exemple plus bas qui utilise maint master…​next).

      +

      Les commits à picorer. Pour une liste plus complète des façons d’épeler les commits, voir gitrevisions[7]. Des ensembles de commits peuvent être passés mais aucune traversée n’est faite par défaut, comme si l’option --no-walk était spécifiée, voir git-rev-list[1]. Notez que la spécification d’une plage alimentera tous les arguments <commit>…​ à un seul parcours de révision (voir un exemple plus bas qui utilise maint master…​next).

      -e
      --edit
      diff --git a/external/docs/content/docs/git-cherry-pick/pt_BR.html b/external/docs/content/docs/git-cherry-pick/pt_BR.html index 84d981dc48..cafab206ac 100644 --- a/external/docs/content/docs/git-cherry-pick/pt_BR.html +++ b/external/docs/content/docs/git-cherry-pick/pt_BR.html @@ -40,7 +40,7 @@

      RESUMO

      git cherry-pick [--edit] [-n] [-m <parent-number>] [-s] [-x] [--ff]
      -		  [-S[<keyid>]] <commit>…​
      +		  [-S[<keyid>]] <commit>…​
       git cherry-pick (--continue | --skip | --abort | --quit)
      @@ -83,9 +83,9 @@

      OPÇÕES

      -
      <commit>…​
      +
      <commit>…​
      -

      Faz os commits para "cherry-pick". Para obter uma lista mais completa de formas de escrever os commits, consulte gitrevisions[7]. Conjuntos dos commits que podem ser passadas, mas por predefinição, nenhuma travessia é feita, como se a opção --no-walk fosse especificada, consulte git-rev-list[1]. Observe que a especificação de um intervalo alimentará todos os argumentos <commit>…​ para uma única etapa da revisão (veja um exemplo posterior que usa maint master…​next).

      +

      Faz os commits para "cherry-pick". Para obter uma lista mais completa de formas de escrever os commits, consulte gitrevisions[7]. Conjuntos dos commits que podem ser passadas, mas por predefinição, nenhuma travessia é feita, como se a opção --no-walk fosse especificada, consulte git-rev-list[1]. Observe que a especificação de um intervalo alimentará todos os argumentos <commit>…​ para uma única etapa da revisão (veja um exemplo posterior que usa maint master…​next).

      -e
      --edit
      diff --git a/external/docs/content/docs/git-cherry-pick/zh_HANS-CN.html b/external/docs/content/docs/git-cherry-pick/zh_HANS-CN.html index 8710c94e08..17086ebcac 100644 --- a/external/docs/content/docs/git-cherry-pick/zh_HANS-CN.html +++ b/external/docs/content/docs/git-cherry-pick/zh_HANS-CN.html @@ -40,7 +40,7 @@

      概述

      git cherry-pick [--edit] [-n] [-m parent-number] [-s] [-x] [--ff]
      -		  [-S[<键 ID>]] <提交>…​
      +		  [-S[<键 ID>]] <提交>…​
       git cherry-pick (--continue | --skip | --abort | --quit)
      @@ -83,9 +83,9 @@

      选项

      -
      <提交>…​
      +
      <提交>…​
      -

      拣选(cherry-pick)的提交。 更完整的拼写提交的方法列表,见 gitrevisions[7]。 可以传递提交集,但默认不做遍历,就像指定了 --no-walk 选项一样,见 git-rev-list[1]。注意,指定一个范围会把所有 <提交>…​ 参数送入一个单一的修订版(见后面的例子,使用 maint master…​next)。

      +

      拣选(cherry-pick)的提交。 更完整的拼写提交的方法列表,见 gitrevisions[7]。 可以传递提交集,但默认不做遍历,就像指定了 --no-walk 选项一样,见 git-rev-list[1]。注意,指定一个范围会把所有 <提交>…​ 参数送入一个单一的修订版(见后面的例子,使用 maint master…​next)。

      -e
      --edit
      diff --git a/external/docs/content/docs/git-cherry.html b/external/docs/content/docs/git-cherry.html index 7610feda2d..b0e1ce2aeb 100644 --- a/external/docs/content/docs/git-cherry.html +++ b/external/docs/content/docs/git-cherry.html @@ -38,7 +38,7 @@

      NAME

      SYNOPSIS

      -
      git cherry [-v] [<upstream> [<head> [<limit>]]]
      +
      git cherry [-v] [<upstream> [<head> [<limit>]]]
      @@ -46,8 +46,8 @@

      SYNOPSIS

      DESCRIPTION

      -

      Determine whether there are commits in <head>..<upstream> that are -equivalent to those in the range <limit>..<head>.

      +

      Determine whether there are commits in <head>..<upstream> that are +equivalent to those in the range <limit>..<head>.

      The equivalence test is based on the diff, after removing whitespace @@ -56,7 +56,7 @@

      DESCRIPTION

      git-rebase[1].

      -

      Outputs the SHA1 of every commit in <limit>..<head>, prefixed with +

      Outputs the SHA1 of every commit in <limit>..<head>, prefixed with - for commits that have an equivalent in <upstream>, and + for commits that do not.

      @@ -76,7 +76,7 @@

      OPTIONS

      Upstream branch to search for equivalent commits. Defaults to the upstream branch of HEAD.

      -
      <head>
      +
      <head>

      Working branch; defaults to HEAD.

      diff --git a/external/docs/content/docs/git-cherry/2.0.5.html b/external/docs/content/docs/git-cherry/2.0.5.html index a7c95adc5b..662688a430 100644 --- a/external/docs/content/docs/git-cherry/2.0.5.html +++ b/external/docs/content/docs/git-cherry/2.0.5.html @@ -248,7 +248,7 @@

      NAME

      SYNOPSIS

      -
      git cherry [-v] [<upstream> [<head> [<limit>]]]
      +
      git cherry [-v] [<upstream> [<head> [<limit>]]]
      @@ -256,8 +256,8 @@

      SYNOPSIS

      DESCRIPTION

      -

      Determine whether there are commits in <head>..<upstream> that are -equivalent to those in the range <limit>..<head>.

      +

      Determine whether there are commits in <head>..<upstream> that are +equivalent to those in the range <limit>..<head>.

      The equivalence test is based on the diff, after removing whitespace @@ -266,7 +266,7 @@

      DESCRIPTION

      git-rebase[1].

      -

      Outputs the SHA1 of every commit in <limit>..<head>, prefixed with +

      Outputs the SHA1 of every commit in <limit>..<head>, prefixed with - for commits that have an equivalent in <upstream>, and + for commits that do not.

      @@ -286,7 +286,7 @@

      OPTIONS

      Upstream branch to search for equivalent commits. Defaults to the upstream branch of HEAD.

      -
      <head>
      +
      <head>

      Working branch; defaults to HEAD.

      diff --git a/external/docs/content/docs/git-cherry/fr.html b/external/docs/content/docs/git-cherry/fr.html index ba42526c53..84a980ce99 100644 --- a/external/docs/content/docs/git-cherry/fr.html +++ b/external/docs/content/docs/git-cherry/fr.html @@ -47,13 +47,13 @@

      SYNOPSIS

      DESCRIPTION

      -

      Détermine s’il existe des commits dans <tête>..<amont> qui sont équivalents à ceux de la plage <limite>..<tête>.

      +

      Détermine s’il existe des commits dans <tête>..<amont> qui sont équivalents à ceux de la plage <limite>..<tête>.

      Le test d’équivalence est basé sur le diff, après avoir supprimé les espaces et les numéros de ligne. git-cherry détecte donc quand les commits ont été « copiés » au moyen de git-cherry-pick[1], git-am[1] ou git-rebase[1].

      -

      Sort le SHA1 de chaque commit dans <limite>..<tête>, préfixé avec - pour les commits qui ont un équivalent dans <amont>, et + pour les commits qui n’en ont pas.

      +

      Sort le SHA1 de chaque commit dans <limite>..<tête>, préfixé avec - pour les commits qui ont un équivalent dans <amont>, et + pour les commits qui n’en ont pas.

      @@ -70,7 +70,7 @@

      OPTIONS

      Branche amont pour rechercher des commits équivalents. La valeur par défaut est la branche amont de HEAD.

      -
      <tête>
      +
      <tête>

      Branche de travail ; la valeur par défaut est HEAD.

      diff --git a/external/docs/content/docs/git-clean.html b/external/docs/content/docs/git-clean.html index e96a144a69..7b38d904fd 100644 --- a/external/docs/content/docs/git-clean.html +++ b/external/docs/content/docs/git-clean.html @@ -40,7 +40,7 @@

      NAME

      SYNOPSIS

      -
      git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] [<pathspec>…​]
      +
      git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] [<pathspec>…​]
      @@ -57,7 +57,7 @@

      DESCRIPTION

      -

      If any optional <pathspec>... arguments are given, only those paths +

      If any optional <pathspec>... arguments are given, only those paths that match the pathspec are affected.

      @@ -69,10 +69,10 @@

      OPTIONS

      -d
      -

      Normally, when no <pathspec> is specified, git clean will not +

      Normally, when no <pathspec> is specified, git clean will not recurse into untracked directories to avoid removing too much. Specify -d to have it recurse into such directories as well. -If a <pathspec> is specified, -d is irrelevant; all untracked +If a <pathspec> is specified, -d is irrelevant; all untracked files matching the specified paths (with exceptions for nested git directories mentioned under --force) will be removed.

      diff --git a/external/docs/content/docs/git-clean/2.39.0.html b/external/docs/content/docs/git-clean/2.39.0.html index 616624d6d4..69b9903e3d 100644 --- a/external/docs/content/docs/git-clean/2.39.0.html +++ b/external/docs/content/docs/git-clean/2.39.0.html @@ -54,7 +54,7 @@

      NAME

      SYNOPSIS

      -
      git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] [<pathspec>…​]
      +
      git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] [<pathspec>…​]
      @@ -71,7 +71,7 @@

      DESCRIPTION

      -

      If any optional <pathspec>... arguments are given, only those paths +

      If any optional <pathspec>... arguments are given, only those paths that match the pathspec are affected.

      @@ -83,10 +83,10 @@

      OPTIONS

      -d
      -

      Normally, when no <pathspec> is specified, git clean will not +

      Normally, when no <pathspec> is specified, git clean will not recurse into untracked directories to avoid removing too much. Specify -d to have it recurse into such directories as well. -If a <pathspec> is specified, -d is irrelevant; all untracked +If a <pathspec> is specified, -d is irrelevant; all untracked files matching the specified paths (with exceptions for nested git directories mentioned under --force) will be removed.

      diff --git a/external/docs/content/docs/git-clean/2.42.1.html b/external/docs/content/docs/git-clean/2.42.1.html index 7c39e76e29..2551bea5ca 100644 --- a/external/docs/content/docs/git-clean/2.42.1.html +++ b/external/docs/content/docs/git-clean/2.42.1.html @@ -42,7 +42,7 @@

      NAME

      SYNOPSIS

      -
      git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] [<pathspec>…​]
      +
      git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] [<pathspec>…​]
      @@ -59,7 +59,7 @@

      DESCRIPTION

      -

      If any optional <pathspec>... arguments are given, only those paths +

      If any optional <pathspec>... arguments are given, only those paths that match the pathspec are affected.

      @@ -71,10 +71,10 @@

      OPTIONS

      -d
      -

      Normally, when no <pathspec> is specified, git clean will not +

      Normally, when no <pathspec> is specified, git clean will not recurse into untracked directories to avoid removing too much. Specify -d to have it recurse into such directories as well. -If a <pathspec> is specified, -d is irrelevant; all untracked +If a <pathspec> is specified, -d is irrelevant; all untracked files matching the specified paths (with exceptions for nested git directories mentioned under --force) will be removed.

      diff --git a/external/docs/content/docs/git-clean/2.43.0.html b/external/docs/content/docs/git-clean/2.43.0.html index 3d3d3ace1a..d34d9e996e 100644 --- a/external/docs/content/docs/git-clean/2.43.0.html +++ b/external/docs/content/docs/git-clean/2.43.0.html @@ -51,7 +51,7 @@

      NAME

      SYNOPSIS

      -
      git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] [<pathspec>…​]
      +
      git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] [<pathspec>…​]
      @@ -68,7 +68,7 @@

      DESCRIPTION

      -

      If any optional <pathspec>... arguments are given, only those paths +

      If any optional <pathspec>... arguments are given, only those paths that match the pathspec are affected.

      @@ -80,10 +80,10 @@

      OPTIONS

      -d
      -

      Normally, when no <pathspec> is specified, git clean will not +

      Normally, when no <pathspec> is specified, git clean will not recurse into untracked directories to avoid removing too much. Specify -d to have it recurse into such directories as well. -If a <pathspec> is specified, -d is irrelevant; all untracked +If a <pathspec> is specified, -d is irrelevant; all untracked files matching the specified paths (with exceptions for nested git directories mentioned under --force) will be removed.

      diff --git a/external/docs/content/docs/git-clean/2.45.0.html b/external/docs/content/docs/git-clean/2.45.0.html index da9e62daff..7c669fe5fb 100644 --- a/external/docs/content/docs/git-clean/2.45.0.html +++ b/external/docs/content/docs/git-clean/2.45.0.html @@ -60,7 +60,7 @@

      NAME

      SYNOPSIS

      -
      git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] [<pathspec>…​]
      +
      git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] [<pathspec>…​]
      @@ -77,7 +77,7 @@

      DESCRIPTION

      -

      If any optional <pathspec>... arguments are given, only those paths +

      If any optional <pathspec>... arguments are given, only those paths that match the pathspec are affected.

      @@ -89,10 +89,10 @@

      OPTIONS

      -d
      -

      Normally, when no <pathspec> is specified, git clean will not +

      Normally, when no <pathspec> is specified, git clean will not recurse into untracked directories to avoid removing too much. Specify -d to have it recurse into such directories as well. -If a <pathspec> is specified, -d is irrelevant; all untracked +If a <pathspec> is specified, -d is irrelevant; all untracked files matching the specified paths (with exceptions for nested git directories mentioned under --force) will be removed.

      diff --git a/external/docs/content/docs/git-clone.html b/external/docs/content/docs/git-clone.html index 59e5f7a633..dc3ef5d47e 100644 --- a/external/docs/content/docs/git-clone.html +++ b/external/docs/content/docs/git-clone.html @@ -42,13 +42,13 @@

      SYNOPSIS

      git clone [--template=<template-directory>]
       	  [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
      -	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
      +	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
       	  [--dissociate] [--separate-git-dir <git-dir>]
       	  [--depth <depth>] [--[no-]single-branch] [--[no-]tags]
      -	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
      +	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
       	  [--[no-]remote-submodules] [--jobs <n>] [--sparse] [--[no-]reject-shallow]
      -	  [--filter=<filter-spec>] [--also-filter-submodules]] [--] <repository>
      -	  [<directory>]
      + [--filter=<filter-spec>] [--also-filter-submodules]] [--] <repository> + [<directory>]
      @@ -154,11 +154,11 @@

      OPTIONS

      objects from the source repository into a pack in the cloned repository.

      -
      --reference[-if-able] <repository>
      +
      --reference[-if-able] <repository>
      -

      If the reference <repository> is on the local machine, +

      If the reference <repository> is on the local machine, automatically setup .git/objects/info/alternates to -obtain objects from the reference <repository>. Using +obtain objects from the reference <repository>. Using an already existing repository as an alternate will require fewer objects to be copied from the repository being cloned, reducing network and local storage costs. @@ -227,8 +227,8 @@

      OPTIONS

      --bare

      Make a bare Git repository. That is, instead of -creating <directory> and placing the administrative -files in <directory>/.git, make the <directory> +creating <directory> and placing the administrative +files in <directory>/.git, make the <directory> itself the $GIT_DIR. This obviously implies the --no-checkout because there is nowhere to check out the working tree. Also the branch heads at the remote are copied directly @@ -340,7 +340,7 @@

      OPTIONS

      Create a shallow clone with a history after the specified time.

      -
      --shallow-exclude=<ref>
      +
      --shallow-exclude=<ref>

      Create a shallow clone with a history, excluding commits reachable from a specified remote branch or tag. This option @@ -375,10 +375,10 @@

      OPTIONS

      branch of some repository for search indexing.

    -
    --recurse-submodules[=<pathspec>]
    +
    --recurse-submodules[=<pathspec>]

    After the clone is created, initialize and clone submodules -within based on the provided <pathspec>. If no =<pathspec> is +within based on the provided <pathspec>. If no =<pathspec> is provided, all submodules are initialized and cloned. This option can be given multiple times for pathspecs consisting of multiple entries. The resulting clone has submodule.active set to @@ -387,7 +387,7 @@

    OPTIONS

    Submodules are initialized and cloned using their default settings. This is equivalent to running -git submodule update --init --recursive <pathspec> immediately after +git submodule update --init --recursive <pathspec> immediately after the clone is finished. This option is ignored if the cloned repository does not have a worktree/checkout (i.e. if any of --no-checkout/-n, --bare, or --mirror is given)

    @@ -433,16 +433,16 @@

    OPTIONS

    The number of submodules fetched at the same time. Defaults to the submodule.fetchJobs option.

    -
    <repository>
    +
    <repository>
    -

    The (possibly remote) <repository> to clone from. See the +

    The (possibly remote) <repository> to clone from. See the GIT URLS section below for more information on specifying repositories.

    -
    <directory>
    +
    <directory>

    The name of a new directory to clone into. The "humanish" -part of the source repository is used if no <directory> is +part of the source repository is used if no <directory> is explicitly given (repo for /path/to/repo.git and foo for host.xz:foo/.git). Cloning into an existing directory is only allowed if the directory is empty.

    diff --git a/external/docs/content/docs/git-clone/2.0.5.html b/external/docs/content/docs/git-clone/2.0.5.html index 1febfc61f4..a0644ad5c2 100644 --- a/external/docs/content/docs/git-clone/2.0.5.html +++ b/external/docs/content/docs/git-clone/2.0.5.html @@ -41,11 +41,11 @@

    SYNOPSIS

    git clone [--template=<template_directory>]
     	  [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
    -	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
    +	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
     	  [--separate-git-dir <git dir>]
     	  [--depth <depth>] [--[no-]single-branch]
    -	  [--recursive | --recurse-submodules] [--] <repository>
    -	  [<directory>]
    + [--recursive | --recurse-submodules] [--] <repository> + [<directory>]

    @@ -136,7 +136,7 @@

    OPTIONS

    objects from the source repository into a pack in the cloned repository.

    -
    --reference <repository>
    +
    --reference <repository>

    If the reference repository is on the local machine, automatically setup .git/objects/info/alternates to @@ -176,8 +176,8 @@

    OPTIONS

    --bare

    Make a bare Git repository. That is, instead of -creating <directory> and placing the administrative -files in <directory>/.git, make the <directory> +creating <directory> and placing the administrative +files in <directory>/.git, make the <directory> itself the $GIT_DIR. This obviously implies the -n because there is nowhere to check out the working tree. Also the branch heads at the remote are copied directly @@ -272,13 +272,13 @@

    OPTIONS

    The result is Git repository can be separated from working tree.

    -
    <repository>
    +
    <repository>

    The (possibly remote) repository to clone from. See the URLS section below for more information on specifying repositories.

    -
    <directory>
    +
    <directory>

    The name of a new directory to clone into. The "humanish" part of the source repository is used if no directory is diff --git a/external/docs/content/docs/git-clone/2.11.4.html b/external/docs/content/docs/git-clone/2.11.4.html index 16af82b0b5..7a8c639ea2 100644 --- a/external/docs/content/docs/git-clone/2.11.4.html +++ b/external/docs/content/docs/git-clone/2.11.4.html @@ -40,11 +40,11 @@

    SYNOPSIS

    git clone [--template=<template_directory>]
     	  [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
    -	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
    +	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
     	  [--dissociate] [--separate-git-dir <git dir>]
     	  [--depth <depth>] [--[no-]single-branch]
     	  [--recursive | --recurse-submodules] [--[no-]shallow-submodules]
    -	  [--jobs <n>] [--] <repository> [<directory>]
    + [--jobs <n>] [--] <repository> [<directory>]
    @@ -135,7 +135,7 @@

    OPTIONS

    objects from the source repository into a pack in the cloned repository.

    -
    --reference[-if-able] <repository>
    +
    --reference[-if-able] <repository>

    If the reference repository is on the local machine, automatically setup .git/objects/info/alternates to @@ -190,8 +190,8 @@

    OPTIONS

    --bare

    Make a bare Git repository. That is, instead of -creating <directory> and placing the administrative -files in <directory>/.git, make the <directory> +creating <directory> and placing the administrative +files in <directory>/.git, make the <directory> itself the $GIT_DIR. This obviously implies the -n because there is nowhere to check out the working tree. Also the branch heads at the remote are copied directly @@ -261,7 +261,7 @@

    OPTIONS

    Create a shallow clone with a history after the specified time.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Create a shallow clone with a history, excluding commits reachable from a specified remote branch or tag. This option @@ -306,13 +306,13 @@

    OPTIONS

    The number of submodules fetched at the same time. Defaults to the submodule.fetchJobs option.

    -
    <repository>
    +
    <repository>

    The (possibly remote) repository to clone from. See the URLS section below for more information on specifying repositories.

    -
    <directory>
    +
    <directory>

    The name of a new directory to clone into. The "humanish" part of the source repository is used if no directory is diff --git a/external/docs/content/docs/git-clone/2.13.7.html b/external/docs/content/docs/git-clone/2.13.7.html index f0c03e59f2..be523ba2bf 100644 --- a/external/docs/content/docs/git-clone/2.13.7.html +++ b/external/docs/content/docs/git-clone/2.13.7.html @@ -39,11 +39,11 @@

    SYNOPSIS

    git clone [--template=<template_directory>]
     	  [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
    -	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
    +	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
     	  [--dissociate] [--separate-git-dir <git dir>]
     	  [--depth <depth>] [--[no-]single-branch]
     	  [--recurse-submodules] [--[no-]shallow-submodules]
    -	  [--jobs <n>] [--] <repository> [<directory>]
    + [--jobs <n>] [--] <repository> [<directory>]
    @@ -134,7 +134,7 @@

    OPTIONS

    objects from the source repository into a pack in the cloned repository.

    -
    --reference[-if-able] <repository>
    +
    --reference[-if-able] <repository>

    If the reference repository is on the local machine, automatically setup .git/objects/info/alternates to @@ -189,8 +189,8 @@

    OPTIONS

    --bare

    Make a bare Git repository. That is, instead of -creating <directory> and placing the administrative -files in <directory>/.git, make the <directory> +creating <directory> and placing the administrative +files in <directory>/.git, make the <directory> itself the $GIT_DIR. This obviously implies the -n because there is nowhere to check out the working tree. Also the branch heads at the remote are copied directly @@ -260,7 +260,7 @@

    OPTIONS

    Create a shallow clone with a history after the specified time.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Create a shallow clone with a history, excluding commits reachable from a specified remote branch or tag. This option @@ -309,13 +309,13 @@

    OPTIONS

    The number of submodules fetched at the same time. Defaults to the submodule.fetchJobs option.

    -
    <repository>
    +
    <repository>

    The (possibly remote) repository to clone from. See the URLS section below for more information on specifying repositories.

    -
    <directory>
    +
    <directory>

    The name of a new directory to clone into. The "humanish" part of the source repository is used if no directory is diff --git a/external/docs/content/docs/git-clone/2.14.6.html b/external/docs/content/docs/git-clone/2.14.6.html index 0daf44adea..31d276412f 100644 --- a/external/docs/content/docs/git-clone/2.14.6.html +++ b/external/docs/content/docs/git-clone/2.14.6.html @@ -40,11 +40,11 @@

    SYNOPSIS

    git clone [--template=<template_directory>]
     	  [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
    -	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
    +	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
     	  [--dissociate] [--separate-git-dir <git dir>]
     	  [--depth <depth>] [--[no-]single-branch] [--no-tags]
     	  [--recurse-submodules] [--[no-]shallow-submodules]
    -	  [--jobs <n>] [--] <repository> [<directory>]
    + [--jobs <n>] [--] <repository> [<directory>]
    @@ -135,7 +135,7 @@

    OPTIONS

    objects from the source repository into a pack in the cloned repository.

    -
    --reference[-if-able] <repository>
    +
    --reference[-if-able] <repository>

    If the reference repository is on the local machine, automatically setup .git/objects/info/alternates to @@ -190,8 +190,8 @@

    OPTIONS

    --bare

    Make a bare Git repository. That is, instead of -creating <directory> and placing the administrative -files in <directory>/.git, make the <directory> +creating <directory> and placing the administrative +files in <directory>/.git, make the <directory> itself the $GIT_DIR. This obviously implies the -n because there is nowhere to check out the working tree. Also the branch heads at the remote are copied directly @@ -261,7 +261,7 @@

    OPTIONS

    Create a shallow clone with a history after the specified time.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Create a shallow clone with a history, excluding commits reachable from a specified remote branch or tag. This option @@ -324,13 +324,13 @@

    OPTIONS

    The number of submodules fetched at the same time. Defaults to the submodule.fetchJobs option.

    -
    <repository>
    +
    <repository>

    The (possibly remote) repository to clone from. See the URLS section below for more information on specifying repositories.

    -
    <directory>
    +
    <directory>

    The name of a new directory to clone into. The "humanish" part of the source repository is used if no directory is diff --git a/external/docs/content/docs/git-clone/2.16.6.html b/external/docs/content/docs/git-clone/2.16.6.html index cb2ebd89bb..fe4e0eab71 100644 --- a/external/docs/content/docs/git-clone/2.16.6.html +++ b/external/docs/content/docs/git-clone/2.16.6.html @@ -46,11 +46,11 @@

    SYNOPSIS

    git clone [--template=<template_directory>]
     	  [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
    -	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
    +	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
     	  [--dissociate] [--separate-git-dir <git dir>]
     	  [--depth <depth>] [--[no-]single-branch] [--no-tags]
    -	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
    -	  [--jobs <n>] [--] <repository> [<directory>]
    + [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules] + [--jobs <n>] [--] <repository> [<directory>]
    @@ -141,7 +141,7 @@

    OPTIONS

    objects from the source repository into a pack in the cloned repository.

    -
    --reference[-if-able] <repository>
    +
    --reference[-if-able] <repository>

    If the reference repository is on the local machine, automatically setup .git/objects/info/alternates to @@ -196,8 +196,8 @@

    OPTIONS

    --bare

    Make a bare Git repository. That is, instead of -creating <directory> and placing the administrative -files in <directory>/.git, make the <directory> +creating <directory> and placing the administrative +files in <directory>/.git, make the <directory> itself the $GIT_DIR. This obviously implies the -n because there is nowhere to check out the working tree. Also the branch heads at the remote are copied directly @@ -267,7 +267,7 @@

    OPTIONS

    Create a shallow clone with a history after the specified time.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Create a shallow clone with a history, excluding commits reachable from a specified remote branch or tag. This option @@ -310,7 +310,7 @@

    OPTIONS

    Submodules are initialized and cloned using their default settings. This is equivalent to running -git submodule update --init --recursive <pathspec> immediately after +git submodule update --init --recursive <pathspec> immediately after the clone is finished. This option is ignored if the cloned repository does not have a worktree/checkout (i.e. if any of --no-checkout/-n, --bare, or --mirror is given)

    @@ -334,13 +334,13 @@

    OPTIONS

    The number of submodules fetched at the same time. Defaults to the submodule.fetchJobs option.

    -
    <repository>
    +
    <repository>

    The (possibly remote) repository to clone from. See the URLS section below for more information on specifying repositories.

    -
    <directory>
    +
    <directory>

    The name of a new directory to clone into. The "humanish" part of the source repository is used if no directory is diff --git a/external/docs/content/docs/git-clone/2.18.0.html b/external/docs/content/docs/git-clone/2.18.0.html index 170afaa35e..a488354aab 100644 --- a/external/docs/content/docs/git-clone/2.18.0.html +++ b/external/docs/content/docs/git-clone/2.18.0.html @@ -57,11 +57,11 @@

    SYNOPSIS

    git clone [--template=<template_directory>]
     	  [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
    -	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
    +	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
     	  [--dissociate] [--separate-git-dir <git dir>]
     	  [--depth <depth>] [--[no-]single-branch] [--no-tags]
    -	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
    -	  [--jobs <n>] [--] <repository> [<directory>]
    + [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules] + [--jobs <n>] [--] <repository> [<directory>]
    @@ -152,7 +152,7 @@

    OPTIONS

    objects from the source repository into a pack in the cloned repository.

    -
    --reference[-if-able] <repository>
    +
    --reference[-if-able] <repository>

    If the reference repository is on the local machine, automatically setup .git/objects/info/alternates to @@ -207,8 +207,8 @@

    OPTIONS

    --bare

    Make a bare Git repository. That is, instead of -creating <directory> and placing the administrative -files in <directory>/.git, make the <directory> +creating <directory> and placing the administrative +files in <directory>/.git, make the <directory> itself the $GIT_DIR. This obviously implies the -n because there is nowhere to check out the working tree. Also the branch heads at the remote are copied directly @@ -278,7 +278,7 @@

    OPTIONS

    Create a shallow clone with a history after the specified time.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Create a shallow clone with a history, excluding commits reachable from a specified remote branch or tag. This option @@ -321,7 +321,7 @@

    OPTIONS

    Submodules are initialized and cloned using their default settings. This is equivalent to running -git submodule update --init --recursive <pathspec> immediately after +git submodule update --init --recursive <pathspec> immediately after the clone is finished. This option is ignored if the cloned repository does not have a worktree/checkout (i.e. if any of --no-checkout/-n, --bare, or --mirror is given)

    @@ -345,13 +345,13 @@

    OPTIONS

    The number of submodules fetched at the same time. Defaults to the submodule.fetchJobs option.

    -
    <repository>
    +
    <repository>

    The (possibly remote) repository to clone from. See the GIT URLS section below for more information on specifying repositories.

    -
    <directory>
    +
    <directory>

    The name of a new directory to clone into. The "humanish" part of the source repository is used if no directory is diff --git a/external/docs/content/docs/git-clone/2.21.0.html b/external/docs/content/docs/git-clone/2.21.0.html index 5eaa9ddea4..c4f302d0d0 100644 --- a/external/docs/content/docs/git-clone/2.21.0.html +++ b/external/docs/content/docs/git-clone/2.21.0.html @@ -43,11 +43,11 @@

    SYNOPSIS

    git clone [--template=<template_directory>]
     	  [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
    -	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
    +	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
     	  [--dissociate] [--separate-git-dir <git dir>]
     	  [--depth <depth>] [--[no-]single-branch] [--no-tags]
    -	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
    -	  [--jobs <n>] [--] <repository> [<directory>]
    + [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules] + [--jobs <n>] [--] <repository> [<directory>]
    @@ -138,7 +138,7 @@

    OPTIONS

    objects from the source repository into a pack in the cloned repository.

    -
    --reference[-if-able] <repository>
    +
    --reference[-if-able] <repository>

    If the reference repository is on the local machine, automatically setup .git/objects/info/alternates to @@ -193,8 +193,8 @@

    OPTIONS

    --bare

    Make a bare Git repository. That is, instead of -creating <directory> and placing the administrative -files in <directory>/.git, make the <directory> +creating <directory> and placing the administrative +files in <directory>/.git, make the <directory> itself the $GIT_DIR. This obviously implies the -n because there is nowhere to check out the working tree. Also the branch heads at the remote are copied directly @@ -271,7 +271,7 @@

    OPTIONS

    Create a shallow clone with a history after the specified time.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Create a shallow clone with a history, excluding commits reachable from a specified remote branch or tag. This option @@ -314,7 +314,7 @@

    OPTIONS

    Submodules are initialized and cloned using their default settings. This is equivalent to running -git submodule update --init --recursive <pathspec> immediately after +git submodule update --init --recursive <pathspec> immediately after the clone is finished. This option is ignored if the cloned repository does not have a worktree/checkout (i.e. if any of --no-checkout/-n, --bare, or --mirror is given)

    @@ -338,13 +338,13 @@

    OPTIONS

    The number of submodules fetched at the same time. Defaults to the submodule.fetchJobs option.

    -
    <repository>
    +
    <repository>

    The (possibly remote) repository to clone from. See the GIT URLS section below for more information on specifying repositories.

    -
    <directory>
    +
    <directory>

    The name of a new directory to clone into. The "humanish" part of the source repository is used if no directory is diff --git a/external/docs/content/docs/git-clone/2.22.0.html b/external/docs/content/docs/git-clone/2.22.0.html index 57ee74892e..abdb729b9e 100644 --- a/external/docs/content/docs/git-clone/2.22.0.html +++ b/external/docs/content/docs/git-clone/2.22.0.html @@ -39,11 +39,11 @@

    SYNOPSIS

    git clone [--template=<template_directory>]
     	  [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
    -	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
    +	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
     	  [--dissociate] [--separate-git-dir <git dir>]
     	  [--depth <depth>] [--[no-]single-branch] [--no-tags]
    -	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
    -	  [--jobs <n>] [--] <repository> [<directory>]
    + [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules] + [--jobs <n>] [--] <repository> [<directory>]
    @@ -134,7 +134,7 @@

    OPTIONS

    objects from the source repository into a pack in the cloned repository.

    -
    --reference[-if-able] <repository>
    +
    --reference[-if-able] <repository>

    If the reference repository is on the local machine, automatically setup .git/objects/info/alternates to @@ -198,8 +198,8 @@

    OPTIONS

    --bare

    Make a bare Git repository. That is, instead of -creating <directory> and placing the administrative -files in <directory>/.git, make the <directory> +creating <directory> and placing the administrative +files in <directory>/.git, make the <directory> itself the $GIT_DIR. This obviously implies the -n because there is nowhere to check out the working tree. Also the branch heads at the remote are copied directly @@ -276,7 +276,7 @@

    OPTIONS

    Create a shallow clone with a history after the specified time.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Create a shallow clone with a history, excluding commits reachable from a specified remote branch or tag. This option @@ -319,7 +319,7 @@

    OPTIONS

    Submodules are initialized and cloned using their default settings. This is equivalent to running -git submodule update --init --recursive <pathspec> immediately after +git submodule update --init --recursive <pathspec> immediately after the clone is finished. This option is ignored if the cloned repository does not have a worktree/checkout (i.e. if any of --no-checkout/-n, --bare, or --mirror is given)

    @@ -343,13 +343,13 @@

    OPTIONS

    The number of submodules fetched at the same time. Defaults to the submodule.fetchJobs option.

    -
    <repository>
    +
    <repository>

    The (possibly remote) repository to clone from. See the GIT URLS section below for more information on specifying repositories.

    -
    <directory>
    +
    <directory>

    The name of a new directory to clone into. The "humanish" part of the source repository is used if no directory is diff --git a/external/docs/content/docs/git-clone/2.22.1.html b/external/docs/content/docs/git-clone/2.22.1.html index e4da1bac21..6cb5133c8f 100644 --- a/external/docs/content/docs/git-clone/2.22.1.html +++ b/external/docs/content/docs/git-clone/2.22.1.html @@ -43,11 +43,11 @@

    SYNOPSIS

    git clone [--template=<template_directory>]
     	  [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
    -	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
    +	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
     	  [--dissociate] [--separate-git-dir <git dir>]
     	  [--depth <depth>] [--[no-]single-branch] [--no-tags]
    -	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
    -	  [--jobs <n>] [--] <repository> [<directory>]
    + [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules] + [--jobs <n>] [--] <repository> [<directory>]
    @@ -138,7 +138,7 @@

    OPTIONS

    objects from the source repository into a pack in the cloned repository.

    -
    --reference[-if-able] <repository>
    +
    --reference[-if-able] <repository>

    If the reference repository is on the local machine, automatically setup .git/objects/info/alternates to @@ -202,8 +202,8 @@

    OPTIONS

    --bare

    Make a bare Git repository. That is, instead of -creating <directory> and placing the administrative -files in <directory>/.git, make the <directory> +creating <directory> and placing the administrative +files in <directory>/.git, make the <directory> itself the $GIT_DIR. This obviously implies the --no-checkout because there is nowhere to check out the working tree. Also the branch heads at the remote are copied directly @@ -280,7 +280,7 @@

    OPTIONS

    Create a shallow clone with a history after the specified time.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Create a shallow clone with a history, excluding commits reachable from a specified remote branch or tag. This option @@ -323,7 +323,7 @@

    OPTIONS

    Submodules are initialized and cloned using their default settings. This is equivalent to running -git submodule update --init --recursive <pathspec> immediately after +git submodule update --init --recursive <pathspec> immediately after the clone is finished. This option is ignored if the cloned repository does not have a worktree/checkout (i.e. if any of --no-checkout/-n, --bare, or --mirror is given)

    @@ -347,13 +347,13 @@

    OPTIONS

    The number of submodules fetched at the same time. Defaults to the submodule.fetchJobs option.

    -
    <repository>
    +
    <repository>

    The (possibly remote) repository to clone from. See the GIT URLS section below for more information on specifying repositories.

    -
    <directory>
    +
    <directory>

    The name of a new directory to clone into. The "humanish" part of the source repository is used if no directory is diff --git a/external/docs/content/docs/git-clone/2.23.0.html b/external/docs/content/docs/git-clone/2.23.0.html index b81f59b4b8..a919e36cc8 100644 --- a/external/docs/content/docs/git-clone/2.23.0.html +++ b/external/docs/content/docs/git-clone/2.23.0.html @@ -48,12 +48,12 @@

    SYNOPSIS

    git clone [--template=<template_directory>]
     	  [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
    -	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
    +	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
     	  [--dissociate] [--separate-git-dir <git dir>]
     	  [--depth <depth>] [--[no-]single-branch] [--no-tags]
    -	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
    -	  [--[no-]remote-submodules] [--jobs <n>] [--] <repository>
    -	  [<directory>]
    + [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules] + [--[no-]remote-submodules] [--jobs <n>] [--] <repository> + [<directory>]
    @@ -144,7 +144,7 @@

    OPTIONS

    objects from the source repository into a pack in the cloned repository.

    -
    --reference[-if-able] <repository>
    +
    --reference[-if-able] <repository>

    If the reference repository is on the local machine, automatically setup .git/objects/info/alternates to @@ -208,8 +208,8 @@

    OPTIONS

    --bare

    Make a bare Git repository. That is, instead of -creating <directory> and placing the administrative -files in <directory>/.git, make the <directory> +creating <directory> and placing the administrative +files in <directory>/.git, make the <directory> itself the $GIT_DIR. This obviously implies the --no-checkout because there is nowhere to check out the working tree. Also the branch heads at the remote are copied directly @@ -286,7 +286,7 @@

    OPTIONS

    Create a shallow clone with a history after the specified time.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Create a shallow clone with a history, excluding commits reachable from a specified remote branch or tag. This option @@ -329,7 +329,7 @@

    OPTIONS

    Submodules are initialized and cloned using their default settings. This is equivalent to running -git submodule update --init --recursive <pathspec> immediately after +git submodule update --init --recursive <pathspec> immediately after the clone is finished. This option is ignored if the cloned repository does not have a worktree/checkout (i.e. if any of --no-checkout/-n, --bare, or --mirror is given)

    @@ -360,13 +360,13 @@

    OPTIONS

    The number of submodules fetched at the same time. Defaults to the submodule.fetchJobs option.

    -
    <repository>
    +
    <repository>

    The (possibly remote) repository to clone from. See the GIT URLS section below for more information on specifying repositories.

    -
    <directory>
    +
    <directory>

    The name of a new directory to clone into. The "humanish" part of the source repository is used if no directory is diff --git a/external/docs/content/docs/git-clone/2.25.0.html b/external/docs/content/docs/git-clone/2.25.0.html index eb42d1293f..b46035422a 100644 --- a/external/docs/content/docs/git-clone/2.25.0.html +++ b/external/docs/content/docs/git-clone/2.25.0.html @@ -48,12 +48,12 @@

    SYNOPSIS

    git clone [--template=<template_directory>]
     	  [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
    -	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
    +	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
     	  [--dissociate] [--separate-git-dir <git dir>]
     	  [--depth <depth>] [--[no-]single-branch] [--no-tags]
    -	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
    -	  [--[no-]remote-submodules] [--jobs <n>] [--sparse] [--] <repository>
    -	  [<directory>]
    + [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules] + [--[no-]remote-submodules] [--jobs <n>] [--sparse] [--] <repository> + [<directory>]
    @@ -144,7 +144,7 @@

    OPTIONS

    objects from the source repository into a pack in the cloned repository.

    -
    --reference[-if-able] <repository>
    +
    --reference[-if-able] <repository>

    If the reference repository is on the local machine, automatically setup .git/objects/info/alternates to @@ -208,8 +208,8 @@

    OPTIONS

    --bare

    Make a bare Git repository. That is, instead of -creating <directory> and placing the administrative -files in <directory>/.git, make the <directory> +creating <directory> and placing the administrative +files in <directory>/.git, make the <directory> itself the $GIT_DIR. This obviously implies the --no-checkout because there is nowhere to check out the working tree. Also the branch heads at the remote are copied directly @@ -293,7 +293,7 @@

    OPTIONS

    Create a shallow clone with a history after the specified time.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Create a shallow clone with a history, excluding commits reachable from a specified remote branch or tag. This option @@ -336,7 +336,7 @@

    OPTIONS

    Submodules are initialized and cloned using their default settings. This is equivalent to running -git submodule update --init --recursive <pathspec> immediately after +git submodule update --init --recursive <pathspec> immediately after the clone is finished. This option is ignored if the cloned repository does not have a worktree/checkout (i.e. if any of --no-checkout/-n, --bare, or --mirror is given)

    @@ -367,13 +367,13 @@

    OPTIONS

    The number of submodules fetched at the same time. Defaults to the submodule.fetchJobs option.

    -
    <repository>
    +
    <repository>

    The (possibly remote) repository to clone from. See the GIT URLS section below for more information on specifying repositories.

    -
    <directory>
    +
    <directory>

    The name of a new directory to clone into. The "humanish" part of the source repository is used if no directory is diff --git a/external/docs/content/docs/git-clone/2.27.0.html b/external/docs/content/docs/git-clone/2.27.0.html index aa9ab4aeb5..f8e955c261 100644 --- a/external/docs/content/docs/git-clone/2.27.0.html +++ b/external/docs/content/docs/git-clone/2.27.0.html @@ -40,13 +40,13 @@

    SYNOPSIS

    git clone [--template=<template_directory>]
     	  [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
    -	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
    +	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
     	  [--dissociate] [--separate-git-dir <git dir>]
     	  [--depth <depth>] [--[no-]single-branch] [--no-tags]
    -	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
    +	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
     	  [--[no-]remote-submodules] [--jobs <n>] [--sparse]
    -	  [--filter=<filter>] [--] <repository>
    -	  [<directory>]
    + [--filter=<filter>] [--] <repository> + [<directory>]
    @@ -137,7 +137,7 @@

    OPTIONS

    objects from the source repository into a pack in the cloned repository.

    -
    --reference[-if-able] <repository>
    +
    --reference[-if-able] <repository>

    If the reference repository is on the local machine, automatically setup .git/objects/info/alternates to @@ -201,8 +201,8 @@

    OPTIONS

    --bare

    Make a bare Git repository. That is, instead of -creating <directory> and placing the administrative -files in <directory>/.git, make the <directory> +creating <directory> and placing the administrative +files in <directory>/.git, make the <directory> itself the $GIT_DIR. This obviously implies the --no-checkout because there is nowhere to check out the working tree. Also the branch heads at the remote are copied directly @@ -297,7 +297,7 @@

    OPTIONS

    Create a shallow clone with a history after the specified time.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Create a shallow clone with a history, excluding commits reachable from a specified remote branch or tag. This option @@ -340,7 +340,7 @@

    OPTIONS

    Submodules are initialized and cloned using their default settings. This is equivalent to running -git submodule update --init --recursive <pathspec> immediately after +git submodule update --init --recursive <pathspec> immediately after the clone is finished. This option is ignored if the cloned repository does not have a worktree/checkout (i.e. if any of --no-checkout/-n, --bare, or --mirror is given)

    @@ -371,13 +371,13 @@

    OPTIONS

    The number of submodules fetched at the same time. Defaults to the submodule.fetchJobs option.

    -
    <repository>
    +
    <repository>

    The (possibly remote) repository to clone from. See the GIT URLS section below for more information on specifying repositories.

    -
    <directory>
    +
    <directory>

    The name of a new directory to clone into. The "humanish" part of the source repository is used if no directory is diff --git a/external/docs/content/docs/git-clone/2.28.0.html b/external/docs/content/docs/git-clone/2.28.0.html index 49de376746..21eae3d6fa 100644 --- a/external/docs/content/docs/git-clone/2.28.0.html +++ b/external/docs/content/docs/git-clone/2.28.0.html @@ -40,13 +40,13 @@

    SYNOPSIS

    git clone [--template=<template_directory>]
     	  [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
    -	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
    +	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
     	  [--dissociate] [--separate-git-dir <git dir>]
     	  [--depth <depth>] [--[no-]single-branch] [--no-tags]
    -	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
    +	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
     	  [--[no-]remote-submodules] [--jobs <n>] [--sparse]
    -	  [--filter=<filter>] [--] <repository>
    -	  [<directory>]
    + [--filter=<filter>] [--] <repository> + [<directory>]
    @@ -137,7 +137,7 @@

    OPTIONS

    objects from the source repository into a pack in the cloned repository.

    -
    --reference[-if-able] <repository>
    +
    --reference[-if-able] <repository>

    If the reference repository is on the local machine, automatically setup .git/objects/info/alternates to @@ -201,8 +201,8 @@

    OPTIONS

    --bare

    Make a bare Git repository. That is, instead of -creating <directory> and placing the administrative -files in <directory>/.git, make the <directory> +creating <directory> and placing the administrative +files in <directory>/.git, make the <directory> itself the $GIT_DIR. This obviously implies the --no-checkout because there is nowhere to check out the working tree. Also the branch heads at the remote are copied directly @@ -297,7 +297,7 @@

    OPTIONS

    Create a shallow clone with a history after the specified time.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Create a shallow clone with a history, excluding commits reachable from a specified remote branch or tag. This option @@ -328,7 +328,7 @@

    OPTIONS

    branch of some repository for search indexing.

    -
    --recurse-submodules[=<pathspec>]
    +
    --recurse-submodules[=<pathspec>]

    After the clone is created, initialize and clone submodules within based on the provided pathspec. If no pathspec is @@ -340,7 +340,7 @@

    OPTIONS

    Submodules are initialized and cloned using their default settings. This is equivalent to running -git submodule update --init --recursive <pathspec> immediately after +git submodule update --init --recursive <pathspec> immediately after the clone is finished. This option is ignored if the cloned repository does not have a worktree/checkout (i.e. if any of --no-checkout/-n, --bare, or --mirror is given)

    @@ -371,13 +371,13 @@

    OPTIONS

    The number of submodules fetched at the same time. Defaults to the submodule.fetchJobs option.

    -
    <repository>
    +
    <repository>

    The (possibly remote) repository to clone from. See the GIT URLS section below for more information on specifying repositories.

    -
    <directory>
    +
    <directory>

    The name of a new directory to clone into. The "humanish" part of the source repository is used if no directory is diff --git a/external/docs/content/docs/git-clone/2.29.0.html b/external/docs/content/docs/git-clone/2.29.0.html index abccc31cb3..b73f8dd18d 100644 --- a/external/docs/content/docs/git-clone/2.29.0.html +++ b/external/docs/content/docs/git-clone/2.29.0.html @@ -42,13 +42,13 @@

    SYNOPSIS

    git clone [--template=<template_directory>]
     	  [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
    -	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
    +	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
     	  [--dissociate] [--separate-git-dir <git dir>]
     	  [--depth <depth>] [--[no-]single-branch] [--no-tags]
    -	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
    +	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
     	  [--[no-]remote-submodules] [--jobs <n>] [--sparse]
    -	  [--filter=<filter>] [--] <repository>
    -	  [<directory>]
    + [--filter=<filter>] [--] <repository> + [<directory>]
    @@ -139,7 +139,7 @@

    OPTIONS

    objects from the source repository into a pack in the cloned repository.

    -
    --reference[-if-able] <repository>
    +
    --reference[-if-able] <repository>

    If the reference repository is on the local machine, automatically setup .git/objects/info/alternates to @@ -203,8 +203,8 @@

    OPTIONS

    --bare

    Make a bare Git repository. That is, instead of -creating <directory> and placing the administrative -files in <directory>/.git, make the <directory> +creating <directory> and placing the administrative +files in <directory>/.git, make the <directory> itself the $GIT_DIR. This obviously implies the --no-checkout because there is nowhere to check out the working tree. Also the branch heads at the remote are copied directly @@ -299,7 +299,7 @@

    OPTIONS

    Create a shallow clone with a history after the specified time.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Create a shallow clone with a history, excluding commits reachable from a specified remote branch or tag. This option @@ -330,7 +330,7 @@

    OPTIONS

    branch of some repository for search indexing.

    -
    --recurse-submodules[=<pathspec>]
    +
    --recurse-submodules[=<pathspec>]

    After the clone is created, initialize and clone submodules within based on the provided pathspec. If no pathspec is @@ -342,7 +342,7 @@

    OPTIONS

    Submodules are initialized and cloned using their default settings. This is equivalent to running -git submodule update --init --recursive <pathspec> immediately after +git submodule update --init --recursive <pathspec> immediately after the clone is finished. This option is ignored if the cloned repository does not have a worktree/checkout (i.e. if any of --no-checkout/-n, --bare, or --mirror is given)

    @@ -373,13 +373,13 @@

    OPTIONS

    The number of submodules fetched at the same time. Defaults to the submodule.fetchJobs option.

    -
    <repository>
    +
    <repository>

    The (possibly remote) repository to clone from. See the GIT URLS section below for more information on specifying repositories.

    -
    <directory>
    +
    <directory>

    The name of a new directory to clone into. The "humanish" part of the source repository is used if no directory is diff --git a/external/docs/content/docs/git-clone/2.3.10.html b/external/docs/content/docs/git-clone/2.3.10.html index ef36fd44dd..16a105c94f 100644 --- a/external/docs/content/docs/git-clone/2.3.10.html +++ b/external/docs/content/docs/git-clone/2.3.10.html @@ -42,11 +42,11 @@

    SYNOPSIS

    git clone [--template=<template_directory>]
     	  [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
    -	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
    +	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
     	  [--dissociate] [--separate-git-dir <git dir>]
     	  [--depth <depth>] [--[no-]single-branch]
    -	  [--recursive | --recurse-submodules] [--] <repository>
    -	  [<directory>]
    + [--recursive | --recurse-submodules] [--] <repository> + [<directory>]
    @@ -137,7 +137,7 @@

    OPTIONS

    objects from the source repository into a pack in the cloned repository.

    -
    --reference <repository>
    +
    --reference <repository>

    If the reference repository is on the local machine, automatically setup .git/objects/info/alternates to @@ -185,8 +185,8 @@

    OPTIONS

    --bare

    Make a bare Git repository. That is, instead of -creating <directory> and placing the administrative -files in <directory>/.git, make the <directory> +creating <directory> and placing the administrative +files in <directory>/.git, make the <directory> itself the $GIT_DIR. This obviously implies the -n because there is nowhere to check out the working tree. Also the branch heads at the remote are copied directly @@ -281,13 +281,13 @@

    OPTIONS

    The result is Git repository can be separated from working tree.

    -
    <repository>
    +
    <repository>

    The (possibly remote) repository to clone from. See the URLS section below for more information on specifying repositories.

    -
    <directory>
    +
    <directory>

    The name of a new directory to clone into. The "humanish" part of the source repository is used if no directory is diff --git a/external/docs/content/docs/git-clone/2.30.0.html b/external/docs/content/docs/git-clone/2.30.0.html index 720774647b..6cb2904c84 100644 --- a/external/docs/content/docs/git-clone/2.30.0.html +++ b/external/docs/content/docs/git-clone/2.30.0.html @@ -39,13 +39,13 @@

    SYNOPSIS

    git clone [--template=<template_directory>]
     	  [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
    -	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
    +	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
     	  [--dissociate] [--separate-git-dir <git dir>]
     	  [--depth <depth>] [--[no-]single-branch] [--no-tags]
    -	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
    +	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
     	  [--[no-]remote-submodules] [--jobs <n>] [--sparse]
    -	  [--filter=<filter>] [--] <repository>
    -	  [<directory>]
    + [--filter=<filter>] [--] <repository> + [<directory>]
    @@ -136,7 +136,7 @@

    OPTIONS

    objects from the source repository into a pack in the cloned repository.

    -
    --reference[-if-able] <repository>
    +
    --reference[-if-able] <repository>

    If the reference repository is on the local machine, automatically setup .git/objects/info/alternates to @@ -200,8 +200,8 @@

    OPTIONS

    --bare

    Make a bare Git repository. That is, instead of -creating <directory> and placing the administrative -files in <directory>/.git, make the <directory> +creating <directory> and placing the administrative +files in <directory>/.git, make the <directory> itself the $GIT_DIR. This obviously implies the --no-checkout because there is nowhere to check out the working tree. Also the branch heads at the remote are copied directly @@ -297,7 +297,7 @@

    OPTIONS

    Create a shallow clone with a history after the specified time.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Create a shallow clone with a history, excluding commits reachable from a specified remote branch or tag. This option @@ -328,7 +328,7 @@

    OPTIONS

    branch of some repository for search indexing.

    -
    --recurse-submodules[=<pathspec>]
    +
    --recurse-submodules[=<pathspec>]

    After the clone is created, initialize and clone submodules within based on the provided pathspec. If no pathspec is @@ -340,7 +340,7 @@

    OPTIONS

    Submodules are initialized and cloned using their default settings. This is equivalent to running -git submodule update --init --recursive <pathspec> immediately after +git submodule update --init --recursive <pathspec> immediately after the clone is finished. This option is ignored if the cloned repository does not have a worktree/checkout (i.e. if any of --no-checkout/-n, --bare, or --mirror is given)

    @@ -371,13 +371,13 @@

    OPTIONS

    The number of submodules fetched at the same time. Defaults to the submodule.fetchJobs option.

    -
    <repository>
    +
    <repository>

    The (possibly remote) repository to clone from. See the GIT URLS section below for more information on specifying repositories.

    -
    <directory>
    +
    <directory>

    The name of a new directory to clone into. The "humanish" part of the source repository is used if no directory is diff --git a/external/docs/content/docs/git-clone/2.30.1.html b/external/docs/content/docs/git-clone/2.30.1.html index 6c77518cec..82ed2db3c2 100644 --- a/external/docs/content/docs/git-clone/2.30.1.html +++ b/external/docs/content/docs/git-clone/2.30.1.html @@ -56,13 +56,13 @@

    SYNOPSIS

    git clone [--template=<template_directory>]
     	  [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
    -	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
    +	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
     	  [--dissociate] [--separate-git-dir <git dir>]
     	  [--depth <depth>] [--[no-]single-branch] [--no-tags]
    -	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
    +	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
     	  [--[no-]remote-submodules] [--jobs <n>] [--sparse]
    -	  [--filter=<filter>] [--] <repository>
    -	  [<directory>]
    + [--filter=<filter>] [--] <repository> + [<directory>]
    @@ -158,7 +158,7 @@

    OPTIONS

    objects from the source repository into a pack in the cloned repository.

    -
    --reference[-if-able] <repository>
    +
    --reference[-if-able] <repository>

    If the reference repository is on the local machine, automatically setup .git/objects/info/alternates to @@ -222,8 +222,8 @@

    OPTIONS

    --bare

    Make a bare Git repository. That is, instead of -creating <directory> and placing the administrative -files in <directory>/.git, make the <directory> +creating <directory> and placing the administrative +files in <directory>/.git, make the <directory> itself the $GIT_DIR. This obviously implies the --no-checkout because there is nowhere to check out the working tree. Also the branch heads at the remote are copied directly @@ -319,7 +319,7 @@

    OPTIONS

    Create a shallow clone with a history after the specified time.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Create a shallow clone with a history, excluding commits reachable from a specified remote branch or tag. This option @@ -350,7 +350,7 @@

    OPTIONS

    branch of some repository for search indexing.

    -
    --recurse-submodules[=<pathspec>]
    +
    --recurse-submodules[=<pathspec>]

    After the clone is created, initialize and clone submodules within based on the provided pathspec. If no pathspec is @@ -362,7 +362,7 @@

    OPTIONS

    Submodules are initialized and cloned using their default settings. This is equivalent to running -git submodule update --init --recursive <pathspec> immediately after +git submodule update --init --recursive <pathspec> immediately after the clone is finished. This option is ignored if the cloned repository does not have a worktree/checkout (i.e. if any of --no-checkout/-n, --bare, or --mirror is given)

    @@ -393,13 +393,13 @@

    OPTIONS

    The number of submodules fetched at the same time. Defaults to the submodule.fetchJobs option.

    -
    <repository>
    +
    <repository>

    The (possibly remote) repository to clone from. See the GIT URLS section below for more information on specifying repositories.

    -
    <directory>
    +
    <directory>

    The name of a new directory to clone into. The "humanish" part of the source repository is used if no directory is diff --git a/external/docs/content/docs/git-clone/2.32.0.html b/external/docs/content/docs/git-clone/2.32.0.html index 38845f92f6..73c72fa813 100644 --- a/external/docs/content/docs/git-clone/2.32.0.html +++ b/external/docs/content/docs/git-clone/2.32.0.html @@ -64,13 +64,13 @@

    SYNOPSIS

    git clone [--template=<template_directory>]
     	  [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
    -	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
    +	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
     	  [--dissociate] [--separate-git-dir <git dir>]
     	  [--depth <depth>] [--[no-]single-branch] [--no-tags]
    -	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
    +	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
     	  [--[no-]remote-submodules] [--jobs <n>] [--sparse] [--[no-]reject-shallow]
    -	  [--filter=<filter>] [--] <repository>
    -	  [<directory>]
    + [--filter=<filter>] [--] <repository> + [<directory>]
    @@ -166,7 +166,7 @@

    OPTIONS

    objects from the source repository into a pack in the cloned repository.

    -
    --reference[-if-able] <repository>
    +
    --reference[-if-able] <repository>

    If the reference repository is on the local machine, automatically setup .git/objects/info/alternates to @@ -236,8 +236,8 @@

    OPTIONS

    --bare

    Make a bare Git repository. That is, instead of -creating <directory> and placing the administrative -files in <directory>/.git, make the <directory> +creating <directory> and placing the administrative +files in <directory>/.git, make the <directory> itself the $GIT_DIR. This obviously implies the --no-checkout because there is nowhere to check out the working tree. Also the branch heads at the remote are copied directly @@ -333,7 +333,7 @@

    OPTIONS

    Create a shallow clone with a history after the specified time.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Create a shallow clone with a history, excluding commits reachable from a specified remote branch or tag. This option @@ -364,7 +364,7 @@

    OPTIONS

    branch of some repository for search indexing.

    -
    --recurse-submodules[=<pathspec>]
    +
    --recurse-submodules[=<pathspec>]

    After the clone is created, initialize and clone submodules within based on the provided pathspec. If no pathspec is @@ -376,7 +376,7 @@

    OPTIONS

    Submodules are initialized and cloned using their default settings. This is equivalent to running -git submodule update --init --recursive <pathspec> immediately after +git submodule update --init --recursive <pathspec> immediately after the clone is finished. This option is ignored if the cloned repository does not have a worktree/checkout (i.e. if any of --no-checkout/-n, --bare, or --mirror is given)

    @@ -407,13 +407,13 @@

    OPTIONS

    The number of submodules fetched at the same time. Defaults to the submodule.fetchJobs option.

    -
    <repository>
    +
    <repository>

    The (possibly remote) repository to clone from. See the GIT URLS section below for more information on specifying repositories.

    -
    <directory>
    +
    <directory>

    The name of a new directory to clone into. The "humanish" part of the source repository is used if no directory is diff --git a/external/docs/content/docs/git-clone/2.35.0.html b/external/docs/content/docs/git-clone/2.35.0.html index 73d6a0aa79..44b4720262 100644 --- a/external/docs/content/docs/git-clone/2.35.0.html +++ b/external/docs/content/docs/git-clone/2.35.0.html @@ -47,13 +47,13 @@

    SYNOPSIS

    git clone [--template=<template-directory>]
     	  [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
    -	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
    +	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
     	  [--dissociate] [--separate-git-dir <git-dir>]
     	  [--depth <depth>] [--[no-]single-branch] [--no-tags]
    -	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
    +	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
     	  [--[no-]remote-submodules] [--jobs <n>] [--sparse] [--[no-]reject-shallow]
    -	  [--filter=<filter>] [--] <repository>
    -	  [<directory>]
    + [--filter=<filter>] [--] <repository> + [<directory>]
    @@ -149,7 +149,7 @@

    OPTIONS

    objects from the source repository into a pack in the cloned repository.

    -
    --reference[-if-able] <repository>
    +
    --reference[-if-able] <repository>

    If the reference repository is on the local machine, automatically setup .git/objects/info/alternates to @@ -219,8 +219,8 @@

    OPTIONS

    --bare

    Make a bare Git repository. That is, instead of -creating <directory> and placing the administrative -files in <directory>/.git, make the <directory> +creating <directory> and placing the administrative +files in <directory>/.git, make the <directory> itself the $GIT_DIR. This obviously implies the --no-checkout because there is nowhere to check out the working tree. Also the branch heads at the remote are copied directly @@ -316,7 +316,7 @@

    OPTIONS

    Create a shallow clone with a history after the specified time.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Create a shallow clone with a history, excluding commits reachable from a specified remote branch or tag. This option @@ -347,7 +347,7 @@

    OPTIONS

    branch of some repository for search indexing.

    -
    --recurse-submodules[=<pathspec>]
    +
    --recurse-submodules[=<pathspec>]

    After the clone is created, initialize and clone submodules within based on the provided pathspec. If no pathspec is @@ -359,7 +359,7 @@

    OPTIONS

    Submodules are initialized and cloned using their default settings. This is equivalent to running -git submodule update --init --recursive <pathspec> immediately after +git submodule update --init --recursive <pathspec> immediately after the clone is finished. This option is ignored if the cloned repository does not have a worktree/checkout (i.e. if any of --no-checkout/-n, --bare, or --mirror is given)

    @@ -390,13 +390,13 @@

    OPTIONS

    The number of submodules fetched at the same time. Defaults to the submodule.fetchJobs option.

    -
    <repository>
    +
    <repository>

    The (possibly remote) repository to clone from. See the GIT URLS section below for more information on specifying repositories.

    -
    <directory>
    +
    <directory>

    The name of a new directory to clone into. The "humanish" part of the source repository is used if no directory is diff --git a/external/docs/content/docs/git-clone/2.36.0.html b/external/docs/content/docs/git-clone/2.36.0.html index 7c17b46ef1..7965ad0d9d 100644 --- a/external/docs/content/docs/git-clone/2.36.0.html +++ b/external/docs/content/docs/git-clone/2.36.0.html @@ -53,13 +53,13 @@

    SYNOPSIS

    git clone [--template=<template-directory>]
     	  [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
    -	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
    +	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
     	  [--dissociate] [--separate-git-dir <git-dir>]
     	  [--depth <depth>] [--[no-]single-branch] [--no-tags]
    -	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
    +	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
     	  [--[no-]remote-submodules] [--jobs <n>] [--sparse] [--[no-]reject-shallow]
    -	  [--filter=<filter> [--also-filter-submodules]] [--] <repository>
    -	  [<directory>]
    + [--filter=<filter> [--also-filter-submodules]] [--] <repository> + [<directory>]
    @@ -155,7 +155,7 @@

    OPTIONS

    objects from the source repository into a pack in the cloned repository.

    -
    --reference[-if-able] <repository>
    +
    --reference[-if-able] <repository>

    If the reference repository is on the local machine, automatically setup .git/objects/info/alternates to @@ -225,8 +225,8 @@

    OPTIONS

    --bare

    Make a bare Git repository. That is, instead of -creating <directory> and placing the administrative -files in <directory>/.git, make the <directory> +creating <directory> and placing the administrative +files in <directory>/.git, make the <directory> itself the $GIT_DIR. This obviously implies the --no-checkout because there is nowhere to check out the working tree. Also the branch heads at the remote are copied directly @@ -328,7 +328,7 @@

    OPTIONS

    Create a shallow clone with a history after the specified time.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Create a shallow clone with a history, excluding commits reachable from a specified remote branch or tag. This option @@ -359,7 +359,7 @@

    OPTIONS

    branch of some repository for search indexing.

    -
    --recurse-submodules[=<pathspec>]
    +
    --recurse-submodules[=<pathspec>]

    After the clone is created, initialize and clone submodules within based on the provided pathspec. If no pathspec is @@ -371,7 +371,7 @@

    OPTIONS

    Submodules are initialized and cloned using their default settings. This is equivalent to running -git submodule update --init --recursive <pathspec> immediately after +git submodule update --init --recursive <pathspec> immediately after the clone is finished. This option is ignored if the cloned repository does not have a worktree/checkout (i.e. if any of --no-checkout/-n, --bare, or --mirror is given)

    @@ -402,13 +402,13 @@

    OPTIONS

    The number of submodules fetched at the same time. Defaults to the submodule.fetchJobs option.

    -
    <repository>
    +
    <repository>

    The (possibly remote) repository to clone from. See the GIT URLS section below for more information on specifying repositories.

    -
    <directory>
    +
    <directory>

    The name of a new directory to clone into. The "humanish" part of the source repository is used if no directory is diff --git a/external/docs/content/docs/git-clone/2.38.0.html b/external/docs/content/docs/git-clone/2.38.0.html index 0a98ace1b7..9327a1baca 100644 --- a/external/docs/content/docs/git-clone/2.38.0.html +++ b/external/docs/content/docs/git-clone/2.38.0.html @@ -57,13 +57,13 @@

    SYNOPSIS

    git clone [--template=<template-directory>]
     	  [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
    -	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
    +	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
     	  [--dissociate] [--separate-git-dir <git-dir>]
     	  [--depth <depth>] [--[no-]single-branch] [--no-tags]
    -	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
    +	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
     	  [--[no-]remote-submodules] [--jobs <n>] [--sparse] [--[no-]reject-shallow]
    -	  [--filter=<filter> [--also-filter-submodules]] [--] <repository>
    -	  [<directory>]
    + [--filter=<filter> [--also-filter-submodules]] [--] <repository> + [<directory>]
    @@ -159,7 +159,7 @@

    OPTIONS

    objects from the source repository into a pack in the cloned repository.

    -
    --reference[-if-able] <repository>
    +
    --reference[-if-able] <repository>

    If the reference repository is on the local machine, automatically setup .git/objects/info/alternates to @@ -229,8 +229,8 @@

    OPTIONS

    --bare

    Make a bare Git repository. That is, instead of -creating <directory> and placing the administrative -files in <directory>/.git, make the <directory> +creating <directory> and placing the administrative +files in <directory>/.git, make the <directory> itself the $GIT_DIR. This obviously implies the --no-checkout because there is nowhere to check out the working tree. Also the branch heads at the remote are copied directly @@ -332,7 +332,7 @@

    OPTIONS

    Create a shallow clone with a history after the specified time.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Create a shallow clone with a history, excluding commits reachable from a specified remote branch or tag. This option @@ -363,7 +363,7 @@

    OPTIONS

    branch of some repository for search indexing.

    -
    --recurse-submodules[=<pathspec>]
    +
    --recurse-submodules[=<pathspec>]

    After the clone is created, initialize and clone submodules within based on the provided pathspec. If no pathspec is @@ -375,7 +375,7 @@

    OPTIONS

    Submodules are initialized and cloned using their default settings. This is equivalent to running -git submodule update --init --recursive <pathspec> immediately after +git submodule update --init --recursive <pathspec> immediately after the clone is finished. This option is ignored if the cloned repository does not have a worktree/checkout (i.e. if any of --no-checkout/-n, --bare, or --mirror is given)

    @@ -406,13 +406,13 @@

    OPTIONS

    The number of submodules fetched at the same time. Defaults to the submodule.fetchJobs option.

    -
    <repository>
    +
    <repository>

    The (possibly remote) repository to clone from. See the GIT URLS section below for more information on specifying repositories.

    -
    <directory>
    +
    <directory>

    The name of a new directory to clone into. The "humanish" part of the source repository is used if no directory is diff --git a/external/docs/content/docs/git-clone/2.41.0.html b/external/docs/content/docs/git-clone/2.41.0.html index a9dd2a83cd..dfc89163e0 100644 --- a/external/docs/content/docs/git-clone/2.41.0.html +++ b/external/docs/content/docs/git-clone/2.41.0.html @@ -49,13 +49,13 @@

    SYNOPSIS

    git clone [--template=<template-directory>]
     	  [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
    -	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
    +	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
     	  [--dissociate] [--separate-git-dir <git-dir>]
     	  [--depth <depth>] [--[no-]single-branch] [--no-tags]
    -	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
    +	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
     	  [--[no-]remote-submodules] [--jobs <n>] [--sparse] [--[no-]reject-shallow]
    -	  [--filter=<filter> [--also-filter-submodules]] [--] <repository>
    -	  [<directory>]
    + [--filter=<filter> [--also-filter-submodules]] [--] <repository> + [<directory>]
    @@ -157,7 +157,7 @@

    OPTIONS

    objects from the source repository into a pack in the cloned repository.

    -
    --reference[-if-able] <repository>
    +
    --reference[-if-able] <repository>

    If the reference repository is on the local machine, automatically setup .git/objects/info/alternates to @@ -227,8 +227,8 @@

    OPTIONS

    --bare

    Make a bare Git repository. That is, instead of -creating <directory> and placing the administrative -files in <directory>/.git, make the <directory> +creating <directory> and placing the administrative +files in <directory>/.git, make the <directory> itself the $GIT_DIR. This obviously implies the --no-checkout because there is nowhere to check out the working tree. Also the branch heads at the remote are copied directly @@ -330,7 +330,7 @@

    OPTIONS

    Create a shallow clone with a history after the specified time.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Create a shallow clone with a history, excluding commits reachable from a specified remote branch or tag. This option @@ -361,7 +361,7 @@

    OPTIONS

    branch of some repository for search indexing.

    -
    --recurse-submodules[=<pathspec>]
    +
    --recurse-submodules[=<pathspec>]

    After the clone is created, initialize and clone submodules within based on the provided pathspec. If no pathspec is @@ -373,7 +373,7 @@

    OPTIONS

    Submodules are initialized and cloned using their default settings. This is equivalent to running -git submodule update --init --recursive <pathspec> immediately after +git submodule update --init --recursive <pathspec> immediately after the clone is finished. This option is ignored if the cloned repository does not have a worktree/checkout (i.e. if any of --no-checkout/-n, --bare, or --mirror is given)

    @@ -404,13 +404,13 @@

    OPTIONS

    The number of submodules fetched at the same time. Defaults to the submodule.fetchJobs option.

    -
    <repository>
    +
    <repository>

    The (possibly remote) repository to clone from. See the GIT URLS section below for more information on specifying repositories.

    -
    <directory>
    +
    <directory>

    The name of a new directory to clone into. The "humanish" part of the source repository is used if no directory is diff --git a/external/docs/content/docs/git-clone/2.43.0.html b/external/docs/content/docs/git-clone/2.43.0.html index 84ced224ab..e43cc10271 100644 --- a/external/docs/content/docs/git-clone/2.43.0.html +++ b/external/docs/content/docs/git-clone/2.43.0.html @@ -48,13 +48,13 @@

    SYNOPSIS

    git clone [--template=<template-directory>]
     	  [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
    -	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
    +	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
     	  [--dissociate] [--separate-git-dir <git-dir>]
     	  [--depth <depth>] [--[no-]single-branch] [--no-tags]
    -	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
    +	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
     	  [--[no-]remote-submodules] [--jobs <n>] [--sparse] [--[no-]reject-shallow]
    -	  [--filter=<filter> [--also-filter-submodules]] [--] <repository>
    -	  [<directory>]
    + [--filter=<filter> [--also-filter-submodules]] [--] <repository> + [<directory>]
    @@ -156,7 +156,7 @@

    OPTIONS

    objects from the source repository into a pack in the cloned repository.

    -
    --reference[-if-able] <repository>
    +
    --reference[-if-able] <repository>

    If the reference repository is on the local machine, automatically setup .git/objects/info/alternates to @@ -226,8 +226,8 @@

    OPTIONS

    --bare

    Make a bare Git repository. That is, instead of -creating <directory> and placing the administrative -files in <directory>/.git, make the <directory> +creating <directory> and placing the administrative +files in <directory>/.git, make the <directory> itself the $GIT_DIR. This obviously implies the --no-checkout because there is nowhere to check out the working tree. Also the branch heads at the remote are copied directly @@ -329,7 +329,7 @@

    OPTIONS

    Create a shallow clone with a history after the specified time.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Create a shallow clone with a history, excluding commits reachable from a specified remote branch or tag. This option @@ -360,7 +360,7 @@

    OPTIONS

    branch of some repository for search indexing.

    -
    --recurse-submodules[=<pathspec>]
    +
    --recurse-submodules[=<pathspec>]

    After the clone is created, initialize and clone submodules within based on the provided pathspec. If no pathspec is @@ -372,7 +372,7 @@

    OPTIONS

    Submodules are initialized and cloned using their default settings. This is equivalent to running -git submodule update --init --recursive <pathspec> immediately after +git submodule update --init --recursive <pathspec> immediately after the clone is finished. This option is ignored if the cloned repository does not have a worktree/checkout (i.e. if any of --no-checkout/-n, --bare, or --mirror is given)

    @@ -403,13 +403,13 @@

    OPTIONS

    The number of submodules fetched at the same time. Defaults to the submodule.fetchJobs option.

    -
    <repository>
    +
    <repository>

    The (possibly remote) repository to clone from. See the GIT URLS section below for more information on specifying repositories.

    -
    <directory>
    +
    <directory>

    The name of a new directory to clone into. The "humanish" part of the source repository is used if no directory is diff --git a/external/docs/content/docs/git-clone/2.44.0.html b/external/docs/content/docs/git-clone/2.44.0.html index 9480a5591a..42b83e52af 100644 --- a/external/docs/content/docs/git-clone/2.44.0.html +++ b/external/docs/content/docs/git-clone/2.44.0.html @@ -45,13 +45,13 @@

    SYNOPSIS

    git clone [--template=<template-directory>]
     	  [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
    -	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
    +	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
     	  [--dissociate] [--separate-git-dir <git-dir>]
     	  [--depth <depth>] [--[no-]single-branch] [--no-tags]
    -	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
    +	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
     	  [--[no-]remote-submodules] [--jobs <n>] [--sparse] [--[no-]reject-shallow]
    -	  [--filter=<filter> [--also-filter-submodules]] [--] <repository>
    -	  [<directory>]
    + [--filter=<filter> [--also-filter-submodules]] [--] <repository> + [<directory>]
    @@ -153,7 +153,7 @@

    OPTIONS

    objects from the source repository into a pack in the cloned repository.

    -
    --reference[-if-able] <repository>
    +
    --reference[-if-able] <repository>

    If the reference repository is on the local machine, automatically setup .git/objects/info/alternates to @@ -223,8 +223,8 @@

    OPTIONS

    --bare

    Make a bare Git repository. That is, instead of -creating <directory> and placing the administrative -files in <directory>/.git, make the <directory> +creating <directory> and placing the administrative +files in <directory>/.git, make the <directory> itself the $GIT_DIR. This obviously implies the --no-checkout because there is nowhere to check out the working tree. Also the branch heads at the remote are copied directly @@ -326,7 +326,7 @@

    OPTIONS

    Create a shallow clone with a history after the specified time.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Create a shallow clone with a history, excluding commits reachable from a specified remote branch or tag. This option @@ -357,7 +357,7 @@

    OPTIONS

    branch of some repository for search indexing.

    -
    --recurse-submodules[=<pathspec>]
    +
    --recurse-submodules[=<pathspec>]

    After the clone is created, initialize and clone submodules within based on the provided pathspec. If no pathspec is @@ -369,7 +369,7 @@

    OPTIONS

    Submodules are initialized and cloned using their default settings. This is equivalent to running -git submodule update --init --recursive <pathspec> immediately after +git submodule update --init --recursive <pathspec> immediately after the clone is finished. This option is ignored if the cloned repository does not have a worktree/checkout (i.e. if any of --no-checkout/-n, --bare, or --mirror is given)

    @@ -411,13 +411,13 @@

    OPTIONS

    The number of submodules fetched at the same time. Defaults to the submodule.fetchJobs option.

    -
    <repository>
    +
    <repository>

    The (possibly remote) repository to clone from. See the GIT URLS section below for more information on specifying repositories.

    -
    <directory>
    +
    <directory>

    The name of a new directory to clone into. The "humanish" part of the source repository is used if no directory is diff --git a/external/docs/content/docs/git-clone/2.45.0.html b/external/docs/content/docs/git-clone/2.45.0.html index 4ae9e4c750..eb987dc273 100644 --- a/external/docs/content/docs/git-clone/2.45.0.html +++ b/external/docs/content/docs/git-clone/2.45.0.html @@ -45,13 +45,13 @@

    SYNOPSIS

    git clone [--template=<template-directory>]
     	  [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
    -	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
    +	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
     	  [--dissociate] [--separate-git-dir <git-dir>]
     	  [--depth <depth>] single-branch] [--no-tags]
    -	  [--recurse-submodules[=<pathspec>]] shallow-submodules]
    +	  [--recurse-submodules[=<pathspec>]] shallow-submodules]
     	  remote-submodules] [--jobs <n>] [--sparse] reject-shallow]
    -	  [--filter=<filter-spec>] [--also-filter-submodules]] [--] <repository>
    -	  [<directory>]
    + [--filter=<filter-spec>] [--also-filter-submodules]] [--] <repository> + [<directory>]
    @@ -153,11 +153,11 @@

    OPTIONS

    objects from the source repository into a pack in the cloned repository.

    -
    --reference[-if-able] <repository>
    +
    --reference[-if-able] <repository>
    -

    If the reference <repository> is on the local machine, +

    If the reference <repository> is on the local machine, automatically setup .git/objects/info/alternates to -obtain objects from the reference <repository>. Using +obtain objects from the reference <repository>. Using an already existing repository as an alternate will require fewer objects to be copied from the repository being cloned, reducing network and local storage costs. @@ -223,8 +223,8 @@

    OPTIONS

    --bare

    Make a bare Git repository. That is, instead of -creating <directory> and placing the administrative -files in <directory>`/.git`, make the <directory> +creating <directory> and placing the administrative +files in <directory>`/.git`, make the <directory> itself the $GIT_DIR. This obviously implies the --no-checkout because there is nowhere to check out the working tree. Also the branch heads at the remote are copied directly @@ -326,7 +326,7 @@

    OPTIONS

    Create a shallow clone with a history after the specified time.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Create a shallow clone with a history, excluding commits reachable from a specified remote branch or tag. This option @@ -357,10 +357,10 @@

    OPTIONS

    branch of some repository for search indexing.

    -
    --recurse-submodules[=<pathspec>]
    +
    --recurse-submodules[=<pathspec>]

    After the clone is created, initialize and clone submodules -within based on the provided <pathspec>. If no =<pathspec> is +within based on the provided <pathspec>. If no =<pathspec> is provided, all submodules are initialized and cloned. This option can be given multiple times for pathspecs consisting of multiple entries. The resulting clone has submodule.active set to @@ -369,7 +369,7 @@

    OPTIONS

    Submodules are initialized and cloned using their default settings. This is equivalent to running -git submodule update --init --recursive <pathspec> immediately after +git submodule update --init --recursive <pathspec> immediately after the clone is finished. This option is ignored if the cloned repository does not have a worktree/checkout (i.e. if any of --no-checkout/-n, --bare, or --mirror is given)

    @@ -415,16 +415,16 @@

    OPTIONS

    The number of submodules fetched at the same time. Defaults to the submodule.fetchJobs option.

    -
    <repository>
    +
    <repository>
    -

    The (possibly remote) <repository> to clone from. See the +

    The (possibly remote) <repository> to clone from. See the GIT URLS section below for more information on specifying repositories.

    -
    <directory>
    +
    <directory>

    The name of a new directory to clone into. The "humanish" -part of the source repository is used if no <directory> is +part of the source repository is used if no <directory> is explicitly given (repo for /path/to/repo.git and foo for host.xz:foo/.git). Cloning into an existing directory is only allowed if the directory is empty.

    diff --git a/external/docs/content/docs/git-clone/2.46.0.html b/external/docs/content/docs/git-clone/2.46.0.html index 982596ce7d..e24aacd82d 100644 --- a/external/docs/content/docs/git-clone/2.46.0.html +++ b/external/docs/content/docs/git-clone/2.46.0.html @@ -45,13 +45,13 @@

    SYNOPSIS

    git clone [--template=<template-directory>]
     	  [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
    -	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
    +	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
     	  [--dissociate] [--separate-git-dir <git-dir>]
     	  [--depth <depth>] [--[no-]single-branch] [--no-tags]
    -	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
    +	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
     	  [--[no-]remote-submodules] [--jobs <n>] [--sparse] [--[no-]reject-shallow]
    -	  [--filter=<filter-spec>] [--also-filter-submodules]] [--] <repository>
    -	  [<directory>]
    + [--filter=<filter-spec>] [--also-filter-submodules]] [--] <repository> + [<directory>]
    @@ -153,11 +153,11 @@

    OPTIONS

    objects from the source repository into a pack in the cloned repository.

    -
    --reference[-if-able] <repository>
    +
    --reference[-if-able] <repository>
    -

    If the reference <repository> is on the local machine, +

    If the reference <repository> is on the local machine, automatically setup .git/objects/info/alternates to -obtain objects from the reference <repository>. Using +obtain objects from the reference <repository>. Using an already existing repository as an alternate will require fewer objects to be copied from the repository being cloned, reducing network and local storage costs. @@ -223,8 +223,8 @@

    OPTIONS

    --bare

    Make a bare Git repository. That is, instead of -creating <directory> and placing the administrative -files in <directory>`/.git`, make the <directory> +creating <directory> and placing the administrative +files in <directory>`/.git`, make the <directory> itself the $GIT_DIR. This obviously implies the --no-checkout because there is nowhere to check out the working tree. Also the branch heads at the remote are copied directly @@ -326,7 +326,7 @@

    OPTIONS

    Create a shallow clone with a history after the specified time.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Create a shallow clone with a history, excluding commits reachable from a specified remote branch or tag. This option @@ -357,10 +357,10 @@

    OPTIONS

    branch of some repository for search indexing.

    -
    --recurse-submodules[=<pathspec>]
    +
    --recurse-submodules[=<pathspec>]

    After the clone is created, initialize and clone submodules -within based on the provided <pathspec>. If no =<pathspec> is +within based on the provided <pathspec>. If no =<pathspec> is provided, all submodules are initialized and cloned. This option can be given multiple times for pathspecs consisting of multiple entries. The resulting clone has submodule.active set to @@ -369,7 +369,7 @@

    OPTIONS

    Submodules are initialized and cloned using their default settings. This is equivalent to running -git submodule update --init --recursive <pathspec> immediately after +git submodule update --init --recursive <pathspec> immediately after the clone is finished. This option is ignored if the cloned repository does not have a worktree/checkout (i.e. if any of --no-checkout/-n, --bare, or --mirror is given)

    @@ -415,16 +415,16 @@

    OPTIONS

    The number of submodules fetched at the same time. Defaults to the submodule.fetchJobs option.

    -
    <repository>
    +
    <repository>
    -

    The (possibly remote) <repository> to clone from. See the +

    The (possibly remote) <repository> to clone from. See the GIT URLS section below for more information on specifying repositories.

    -
    <directory>
    +
    <directory>

    The name of a new directory to clone into. The "humanish" -part of the source repository is used if no <directory> is +part of the source repository is used if no <directory> is explicitly given (repo for /path/to/repo.git and foo for host.xz:foo/.git). Cloning into an existing directory is only allowed if the directory is empty.

    diff --git a/external/docs/content/docs/git-clone/2.47.0.html b/external/docs/content/docs/git-clone/2.47.0.html index ddf9b86b7a..eba0e8514b 100644 --- a/external/docs/content/docs/git-clone/2.47.0.html +++ b/external/docs/content/docs/git-clone/2.47.0.html @@ -44,13 +44,13 @@

    SYNOPSIS

    git clone [--template=<template-directory>]
     	  [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
    -	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
    +	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
     	  [--dissociate] [--separate-git-dir <git-dir>]
     	  [--depth <depth>] [--[no-]single-branch] [--no-tags]
    -	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
    +	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
     	  [--[no-]remote-submodules] [--jobs <n>] [--sparse] [--[no-]reject-shallow]
    -	  [--filter=<filter-spec>] [--also-filter-submodules]] [--] <repository>
    -	  [<directory>]
    + [--filter=<filter-spec>] [--also-filter-submodules]] [--] <repository> + [<directory>]
    @@ -152,11 +152,11 @@

    OPTIONS

    objects from the source repository into a pack in the cloned repository.

    -
    --reference[-if-able] <repository>
    +
    --reference[-if-able] <repository>
    -

    If the reference <repository> is on the local machine, +

    If the reference <repository> is on the local machine, automatically setup .git/objects/info/alternates to -obtain objects from the reference <repository>. Using +obtain objects from the reference <repository>. Using an already existing repository as an alternate will require fewer objects to be copied from the repository being cloned, reducing network and local storage costs. @@ -222,8 +222,8 @@

    OPTIONS

    --bare

    Make a bare Git repository. That is, instead of -creating <directory> and placing the administrative -files in <directory>`/.git`, make the <directory> +creating <directory> and placing the administrative +files in <directory>`/.git`, make the <directory> itself the $GIT_DIR. This obviously implies the --no-checkout because there is nowhere to check out the working tree. Also the branch heads at the remote are copied directly @@ -325,7 +325,7 @@

    OPTIONS

    Create a shallow clone with a history after the specified time.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Create a shallow clone with a history, excluding commits reachable from a specified remote branch or tag. This option @@ -356,10 +356,10 @@

    OPTIONS

    branch of some repository for search indexing.

    -
    --recurse-submodules[=<pathspec>]
    +
    --recurse-submodules[=<pathspec>]

    After the clone is created, initialize and clone submodules -within based on the provided <pathspec>. If no =<pathspec> is +within based on the provided <pathspec>. If no =<pathspec> is provided, all submodules are initialized and cloned. This option can be given multiple times for pathspecs consisting of multiple entries. The resulting clone has submodule.active set to @@ -368,7 +368,7 @@

    OPTIONS

    Submodules are initialized and cloned using their default settings. This is equivalent to running -git submodule update --init --recursive <pathspec> immediately after +git submodule update --init --recursive <pathspec> immediately after the clone is finished. This option is ignored if the cloned repository does not have a worktree/checkout (i.e. if any of --no-checkout/-n, --bare, or --mirror is given)

    @@ -414,16 +414,16 @@

    OPTIONS

    The number of submodules fetched at the same time. Defaults to the submodule.fetchJobs option.

    -
    <repository>
    +
    <repository>
    -

    The (possibly remote) <repository> to clone from. See the +

    The (possibly remote) <repository> to clone from. See the GIT URLS section below for more information on specifying repositories.

    -
    <directory>
    +
    <directory>

    The name of a new directory to clone into. The "humanish" -part of the source repository is used if no <directory> is +part of the source repository is used if no <directory> is explicitly given (repo for /path/to/repo.git and foo for host.xz:foo/.git). Cloning into an existing directory is only allowed if the directory is empty.

    diff --git a/external/docs/content/docs/git-clone/2.48.0.html b/external/docs/content/docs/git-clone/2.48.0.html index f7b525324d..945e456bfb 100644 --- a/external/docs/content/docs/git-clone/2.48.0.html +++ b/external/docs/content/docs/git-clone/2.48.0.html @@ -43,13 +43,13 @@

    SYNOPSIS

    git clone [--template=<template-directory>]
     	  [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
    -	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
    +	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
     	  [--dissociate] [--separate-git-dir <git-dir>]
     	  [--depth <depth>] [--[no-]single-branch] [--no-tags]
    -	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
    +	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
     	  [--[no-]remote-submodules] [--jobs <n>] [--sparse] [--[no-]reject-shallow]
    -	  [--filter=<filter-spec>] [--also-filter-submodules]] [--] <repository>
    -	  [<directory>]
    + [--filter=<filter-spec>] [--also-filter-submodules]] [--] <repository> + [<directory>]
    @@ -155,11 +155,11 @@

    OPTIONS

    objects from the source repository into a pack in the cloned repository.

    -
    --reference[-if-able] <repository>
    +
    --reference[-if-able] <repository>
    -

    If the reference <repository> is on the local machine, +

    If the reference <repository> is on the local machine, automatically setup .git/objects/info/alternates to -obtain objects from the reference <repository>. Using +obtain objects from the reference <repository>. Using an already existing repository as an alternate will require fewer objects to be copied from the repository being cloned, reducing network and local storage costs. @@ -228,8 +228,8 @@

    OPTIONS

    --bare

    Make a bare Git repository. That is, instead of -creating <directory> and placing the administrative -files in <directory>/.git, make the <directory> +creating <directory> and placing the administrative +files in <directory>/.git, make the <directory> itself the $GIT_DIR. This obviously implies the --no-checkout because there is nowhere to check out the working tree. Also the branch heads at the remote are copied directly @@ -331,7 +331,7 @@

    OPTIONS

    Create a shallow clone with a history after the specified time.

    -
    --shallow-exclude=<ref>
    +
    --shallow-exclude=<ref>

    Create a shallow clone with a history, excluding commits reachable from a specified remote branch or tag. This option @@ -362,10 +362,10 @@

    OPTIONS

    branch of some repository for search indexing.

    -
    --recurse-submodules[=<pathspec>]
    +
    --recurse-submodules[=<pathspec>]

    After the clone is created, initialize and clone submodules -within based on the provided <pathspec>. If no =<pathspec> is +within based on the provided <pathspec>. If no =<pathspec> is provided, all submodules are initialized and cloned. This option can be given multiple times for pathspecs consisting of multiple entries. The resulting clone has submodule.active set to @@ -374,7 +374,7 @@

    OPTIONS

    Submodules are initialized and cloned using their default settings. This is equivalent to running -git submodule update --init --recursive <pathspec> immediately after +git submodule update --init --recursive <pathspec> immediately after the clone is finished. This option is ignored if the cloned repository does not have a worktree/checkout (i.e. if any of --no-checkout/-n, --bare, or --mirror is given)

    @@ -420,16 +420,16 @@

    OPTIONS

    The number of submodules fetched at the same time. Defaults to the submodule.fetchJobs option.

    -
    <repository>
    +
    <repository>
    -

    The (possibly remote) <repository> to clone from. See the +

    The (possibly remote) <repository> to clone from. See the GIT URLS section below for more information on specifying repositories.

    -
    <directory>
    +
    <directory>

    The name of a new directory to clone into. The "humanish" -part of the source repository is used if no <directory> is +part of the source repository is used if no <directory> is explicitly given (repo for /path/to/repo.git and foo for host.xz:foo/.git). Cloning into an existing directory is only allowed if the directory is empty.

    diff --git a/external/docs/content/docs/git-clone/2.49.0.html b/external/docs/content/docs/git-clone/2.49.0.html index 09b14fc368..75d3c3304f 100644 --- a/external/docs/content/docs/git-clone/2.49.0.html +++ b/external/docs/content/docs/git-clone/2.49.0.html @@ -45,13 +45,13 @@

    SYNOPSIS

    git clone [--template=<template-directory>]
     	  [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
    -	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
    +	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
     	  [--dissociate] [--separate-git-dir <git-dir>]
     	  [--depth <depth>] [--[no-]single-branch] [--[no-]tags]
    -	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
    +	  [--recurse-submodules[=<pathspec>]] [--[no-]shallow-submodules]
     	  [--[no-]remote-submodules] [--jobs <n>] [--sparse] [--[no-]reject-shallow]
    -	  [--filter=<filter-spec>] [--also-filter-submodules]] [--] <repository>
    -	  [<directory>]
    + [--filter=<filter-spec>] [--also-filter-submodules]] [--] <repository> + [<directory>]
    @@ -157,11 +157,11 @@

    OPTIONS

    objects from the source repository into a pack in the cloned repository.

    -
    --reference[-if-able] <repository>
    +
    --reference[-if-able] <repository>
    -

    If the reference <repository> is on the local machine, +

    If the reference <repository> is on the local machine, automatically setup .git/objects/info/alternates to -obtain objects from the reference <repository>. Using +obtain objects from the reference <repository>. Using an already existing repository as an alternate will require fewer objects to be copied from the repository being cloned, reducing network and local storage costs. @@ -230,8 +230,8 @@

    OPTIONS

    --bare

    Make a bare Git repository. That is, instead of -creating <directory> and placing the administrative -files in <directory>/.git, make the <directory> +creating <directory> and placing the administrative +files in <directory>/.git, make the <directory> itself the $GIT_DIR. This obviously implies the --no-checkout because there is nowhere to check out the working tree. Also the branch heads at the remote are copied directly @@ -343,7 +343,7 @@

    OPTIONS

    Create a shallow clone with a history after the specified time.

    -
    --shallow-exclude=<ref>
    +
    --shallow-exclude=<ref>

    Create a shallow clone with a history, excluding commits reachable from a specified remote branch or tag. This option @@ -378,10 +378,10 @@

    OPTIONS

    branch of some repository for search indexing.

    -
    --recurse-submodules[=<pathspec>]
    +
    --recurse-submodules[=<pathspec>]

    After the clone is created, initialize and clone submodules -within based on the provided <pathspec>. If no =<pathspec> is +within based on the provided <pathspec>. If no =<pathspec> is provided, all submodules are initialized and cloned. This option can be given multiple times for pathspecs consisting of multiple entries. The resulting clone has submodule.active set to @@ -390,7 +390,7 @@

    OPTIONS

    Submodules are initialized and cloned using their default settings. This is equivalent to running -git submodule update --init --recursive <pathspec> immediately after +git submodule update --init --recursive <pathspec> immediately after the clone is finished. This option is ignored if the cloned repository does not have a worktree/checkout (i.e. if any of --no-checkout/-n, --bare, or --mirror is given)

    @@ -436,16 +436,16 @@

    OPTIONS

    The number of submodules fetched at the same time. Defaults to the submodule.fetchJobs option.

    -
    <repository>
    +
    <repository>
    -

    The (possibly remote) <repository> to clone from. See the +

    The (possibly remote) <repository> to clone from. See the GIT URLS section below for more information on specifying repositories.

    -
    <directory>
    +
    <directory>

    The name of a new directory to clone into. The "humanish" -part of the source repository is used if no <directory> is +part of the source repository is used if no <directory> is explicitly given (repo for /path/to/repo.git and foo for host.xz:foo/.git). Cloning into an existing directory is only allowed if the directory is empty.

    diff --git a/external/docs/content/docs/git-clone/2.7.6.html b/external/docs/content/docs/git-clone/2.7.6.html index ffc4017ecc..6db5705445 100644 --- a/external/docs/content/docs/git-clone/2.7.6.html +++ b/external/docs/content/docs/git-clone/2.7.6.html @@ -39,11 +39,11 @@

    SYNOPSIS

    git clone [--template=<template_directory>]
     	  [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
    -	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
    +	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
     	  [--dissociate] [--separate-git-dir <git dir>]
     	  [--depth <depth>] [--[no-]single-branch]
    -	  [--recursive | --recurse-submodules] [--] <repository>
    -	  [<directory>]
    + [--recursive | --recurse-submodules] [--] <repository> + [<directory>]
    @@ -134,7 +134,7 @@

    OPTIONS

    objects from the source repository into a pack in the cloned repository.

    -
    --reference <repository>
    +
    --reference <repository>

    If the reference repository is on the local machine, automatically setup .git/objects/info/alternates to @@ -187,8 +187,8 @@

    OPTIONS

    --bare

    Make a bare Git repository. That is, instead of -creating <directory> and placing the administrative -files in <directory>/.git, make the <directory> +creating <directory> and placing the administrative +files in <directory>/.git, make the <directory> itself the $GIT_DIR. This obviously implies the -n because there is nowhere to check out the working tree. Also the branch heads at the remote are copied directly @@ -282,13 +282,13 @@

    OPTIONS

    The result is Git repository can be separated from working tree.

    -
    <repository>
    +
    <repository>

    The (possibly remote) repository to clone from. See the URLS section below for more information on specifying repositories.

    -
    <directory>
    +
    <directory>

    The name of a new directory to clone into. The "humanish" part of the source repository is used if no directory is diff --git a/external/docs/content/docs/git-clone/2.8.6.html b/external/docs/content/docs/git-clone/2.8.6.html index 12841c40e4..b3a8f4c504 100644 --- a/external/docs/content/docs/git-clone/2.8.6.html +++ b/external/docs/content/docs/git-clone/2.8.6.html @@ -39,11 +39,11 @@

    SYNOPSIS

    git clone [--template=<template_directory>]
     	  [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
    -	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
    +	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
     	  [--dissociate] [--separate-git-dir <git dir>]
     	  [--depth <depth>] [--[no-]single-branch]
    -	  [--recursive | --recurse-submodules] [--] <repository>
    -	  [<directory>]
    + [--recursive | --recurse-submodules] [--] <repository> + [<directory>]
    @@ -134,7 +134,7 @@

    OPTIONS

    objects from the source repository into a pack in the cloned repository.

    -
    --reference <repository>
    +
    --reference <repository>

    If the reference repository is on the local machine, automatically setup .git/objects/info/alternates to @@ -186,8 +186,8 @@

    OPTIONS

    --bare

    Make a bare Git repository. That is, instead of -creating <directory> and placing the administrative -files in <directory>/.git, make the <directory> +creating <directory> and placing the administrative +files in <directory>/.git, make the <directory> itself the $GIT_DIR. This obviously implies the -n because there is nowhere to check out the working tree. Also the branch heads at the remote are copied directly @@ -281,13 +281,13 @@

    OPTIONS

    The result is Git repository can be separated from working tree.

    -
    <repository>
    +
    <repository>

    The (possibly remote) repository to clone from. See the URLS section below for more information on specifying repositories.

    -
    <directory>
    +
    <directory>

    The name of a new directory to clone into. The "humanish" part of the source repository is used if no directory is diff --git a/external/docs/content/docs/git-clone/2.9.5.html b/external/docs/content/docs/git-clone/2.9.5.html index a4f5c00dcb..bf595f7253 100644 --- a/external/docs/content/docs/git-clone/2.9.5.html +++ b/external/docs/content/docs/git-clone/2.9.5.html @@ -40,11 +40,11 @@

    SYNOPSIS

    git clone [--template=<template_directory>]
     	  [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
    -	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
    +	  [-o <name>] [-b <name>] [-u <upload-pack>] [--reference <repository>]
     	  [--dissociate] [--separate-git-dir <git dir>]
     	  [--depth <depth>] [--[no-]single-branch]
     	  [--recursive | --recurse-submodules] [--[no-]shallow-submodules]
    -	  [--jobs <n>] [--] <repository> [<directory>]
    + [--jobs <n>] [--] <repository> [<directory>]
    @@ -135,7 +135,7 @@

    OPTIONS

    objects from the source repository into a pack in the cloned repository.

    -
    --reference <repository>
    +
    --reference <repository>

    If the reference repository is on the local machine, automatically setup .git/objects/info/alternates to @@ -187,8 +187,8 @@

    OPTIONS

    --bare

    Make a bare Git repository. That is, instead of -creating <directory> and placing the administrative -files in <directory>/.git, make the <directory> +creating <directory> and placing the administrative +files in <directory>/.git, make the <directory> itself the $GIT_DIR. This obviously implies the -n because there is nowhere to check out the working tree. Also the branch heads at the remote are copied directly @@ -293,13 +293,13 @@

    OPTIONS

    The number of submodules fetched at the same time. Defaults to the submodule.fetchJobs option.

    -
    <repository>
    +
    <repository>

    The (possibly remote) repository to clone from. See the URLS section below for more information on specifying repositories.

    -
    <directory>
    +
    <directory>

    The name of a new directory to clone into. The "humanish" part of the source repository is used if no directory is diff --git a/external/docs/content/docs/git-clone/es.html b/external/docs/content/docs/git-clone/es.html index 8d690a586a..ad2d026c69 100644 --- a/external/docs/content/docs/git-clone/es.html +++ b/external/docs/content/docs/git-clone/es.html @@ -41,13 +41,13 @@

    SINOPSIS

    git clone [--template=<directorio-de-plantilla>]
     	  [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
    -	  [-o <nombre>] [-b <nombre>] [-u <paquete-de-carga>] [--reference <repositorio>]
    +	  [-o <nombre>] [-b <nombre>] [-u <paquete-de-carga>] [--reference <repositorio>]
     	  [--dissociate] [--separate-git-dir <directorio-git>]
     	  [--depth <profundidad>] [--[no-]single-branch] [--[no-]tags]
     	  [--recurse-submodules[=<especificación-de-ruta>]] [--[no-]shallow-submodules]
     	  [--[no-]remote-submodules] [--jobs <n>] [--sparse] [--[no-]reject-shallow]
    -	  [--filter=<especificación-de-filtro>] [--also-filter-submodules]] [--] <repositorio>
    -	  [<directorio>]
    + [--filter=<especificación-de-filtro>] [--also-filter-submodules]] [--] <repositorio> + [<directorio>]
    @@ -105,9 +105,9 @@

    OPCIONES

    Si quieres romper la dependencia de un repositorio clonado con --shared de su repositorio origen, puedes simplemente ejecutar git repack -a para copiar todos los objetos del repositorio origen en un paquete en el repositorio clonado.

    -
    --reference[-if-able] <repositorio>
    +
    --reference[-if-able] <repositorio>
    -

    Si el <repositorio> referencia esta en el equipo local, automáticamente se configura .git/objects/info/alternates para obtener los objetos del <repositorio> referencia. Usando un repositorio ya existente como un alterno requerirá que menos objetos sean copiados del repositorio siendo clonado, reduciendo costos de red y almacenamiento local. Cuando se usa --reference-if-able, un directorio inexistente es saltado con una advertencia en lugar de abortar la clonación.

    +

    Si el <repositorio> referencia esta en el equipo local, automáticamente se configura .git/objects/info/alternates para obtener los objetos del <repositorio> referencia. Usando un repositorio ya existente como un alterno requerirá que menos objetos sean copiados del repositorio siendo clonado, reduciendo costos de red y almacenamiento local. Cuando se usa --reference-if-able, un directorio inexistente es saltado con una advertencia en lugar de abortar la clonación.

    NOTA: ver la NOTA para la opción --shared, y también la opción --dissociate.

    @@ -145,7 +145,7 @@

    OPCIONES

    --bare
    -

    Hace un repositorio Git básico. Esto es, en lugar de crear <directorio> y colocar los ficheros administrativos en <directorio>/.git, hace al <directorio> mismo el $GIT_DIR. Esto implica obviamente el --no-checkout porque no hay dónde hacer checkout al árbol de trabajo. Además las heads de las ramas en el remoto son copiadas directamente a las heads de rama local correspondientes, sin mapearlas a refs/remotes/origin/. Cuando se usa esta opción, no se crean ni las ramas de seguimiento remoto ni las variables de configuración relacionadas.

    +

    Hace un repositorio Git básico. Esto es, en lugar de crear <directorio> y colocar los ficheros administrativos en <directorio>/.git, hace al <directorio> mismo el $GIT_DIR. Esto implica obviamente el --no-checkout porque no hay dónde hacer checkout al árbol de trabajo. Además las heads de las ramas en el remoto son copiadas directamente a las heads de rama local correspondientes, sin mapearlas a refs/remotes/origin/. Cuando se usa esta opción, no se crean ni las ramas de seguimiento remoto ni las variables de configuración relacionadas.

    --sparse
    @@ -173,7 +173,7 @@

    OPCIONES

    En lugar de apuntar la HEAD recientemente creada a la rama a la que apunta HEAD del repositorio clonado, apunta a la rama <nombre>. En un repositorio no-básico, a esta rama se le hará checkout. --branch también puede tomar etiquetas y soltar la HEAD en esa confirmación en el repositorio resultante.

    -
    --revision=<revisión>
    +
    --revision=<revisión>

    Crea un repositorio nuevo, y trae el historial hasta la revisión <rev> dada (y nada mas), sin hacer rama de rastreo remoto alguna, y sin hacer una rama local, y desprender HEAD de <rev>. El argumento puede ser un nombre de referencia (ej. refs/heads/main o refs/tags/v1.0) que llegue hasta una confirmación, o a un nombre de objeto hexadecimal. Esta opción es incompatible con --branch y --mirror.

    @@ -202,7 +202,7 @@

    OPCIONES

    Crear un clon superficial con historial posterior al tiempo especificado.

    -
    --shallow-exclude=<referencia>
    +
    --shallow-exclude=<referencia>

    Crear un clon superficial con historial excluyendo commits alcanzables desde una rama remota o etiqueta especificada. Esta opción puede ser especificada múltiples veces.

    @@ -262,13 +262,13 @@

    OPCIONES

    La cantidad de submódulos obtenidos al mismo tiempo. Por defecto usa el valor de la opción submodule.fetchJobs.

    -
    <repositorio>
    +
    <repositorio>
    -

    El <repositorio> (posiblemente remoto) a clonar desde. Ver la sección URLS GIT a continuación para mas información sobre la especificación de repositorios.

    +

    El <repositorio> (posiblemente remoto) a clonar desde. Ver la sección URLS GIT a continuación para mas información sobre la especificación de repositorios.

    -
    <directorio>
    +
    <directorio>
    -

    El nombre de un nuevo directorio para clonar hacia. Se usa la parte "humanizada" del repositorio fuente si no se da explícitamente un <directorio> (repo para /ruta/a/repo.git y foo para host.xz:foo/.git). Sólo se permite clonar a un directorio existente si el directorio está vacío.

    +

    El nombre de un nuevo directorio para clonar hacia. Se usa la parte "humanizada" del repositorio fuente si no se da explícitamente un <directorio> (repo para /ruta/a/repo.git y foo para host.xz:foo/.git). Sólo se permite clonar a un directorio existente si el directorio está vacío.

    --bundle-uri=<uri>
    diff --git a/external/docs/content/docs/git-clone/fr.html b/external/docs/content/docs/git-clone/fr.html index ce9a48710f..aac8099ce8 100644 --- a/external/docs/content/docs/git-clone/fr.html +++ b/external/docs/content/docs/git-clone/fr.html @@ -43,13 +43,13 @@

    SYNOPSIS

    git clone [--template=<répertoire-de-modèles>]
     	[-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
    -	[-o <nom>] [-b <nom>] [-u <upload-pack>] [--reference <dépôt>]
    +	[-o <nom>] [-b <nom>] [-u <upload-pack>] [--reference <dépôt>]
     	[--dissociate] [--separate-git-dir <répertoire-git>]
     	[--depth <profondeur>] [--[no-]single-branch] [--[no-]tags]
    -	[--recurse-submodules[=<spéc-de-chemin>]] [--[no-]shallow-submodules]
    +	[--recurse-submodules[=<spéc-de-chemin>]] [--[no-]shallow-submodules]
     	[--[no-]remote-submodules] [--jobs <n>] [--sparse] [--[no-]reject-shallow]
    -	[--filter=<filtre>] [--also-filter-submodules]] [--] <dépôt>
    -	[<répertoire>]
    + [--filter=<filtre>] [--also-filter-submodules]] [--] <dépôt> + [<répertoire>]
    @@ -107,9 +107,9 @@

    OPTIONS

    Si vous souhaitez casser la dépendance d’un dépôt cloné avec --shared à son dépôt source, vous pouvez simplement lancer git repack -a pour copier tous les objets depuis le dépôt source dans un paquet dans le dépôt cloné.

    -
    --reference[-if-able] <dépôt>
    +
    --reference[-if-able] <dépôt>
    -

    Si le <dépôt> référence est sur la machine locale, créer automatiquement .git/objects/info/alternates pour obtenir les objets depuis le <dépôt> référence. L’utilisation d’un dépôt déjà existant comme alternative nécessitera moins d’objets à copier depuis le dépôt à cloner, limitant les coûts de réseau et de stockage local. Avec l’utilisation de --reference-if-able, un répertoire inexistant est ignoré avec un message d’avertissement au lieu de faire échouer le clonage.

    +

    Si le <dépôt> référence est sur la machine locale, créer automatiquement .git/objects/info/alternates pour obtenir les objets depuis le <dépôt> référence. L’utilisation d’un dépôt déjà existant comme alternative nécessitera moins d’objets à copier depuis le dépôt à cloner, limitant les coûts de réseau et de stockage local. Avec l’utilisation de --reference-if-able, un répertoire inexistant est ignoré avec un message d’avertissement au lieu de faire échouer le clonage.

    NOTE : voir la NOTE pour l’option --shared, et aussi l’option --dissociate.

    @@ -147,7 +147,7 @@

    OPTIONS

    --bare
    -

    Créer un dépôt Git « nu ». Cela signifie qu’au lieu de créer <répertoire> et de placer les fichiers administratifs dans <répertoire>/.git, faire de <répertoire> lui-même le $GIT_DIR. Cela implique évidemment l’option --no-checkout parce qu’il n’y a nulle part où extraire l’arbre de travail. De plus, les têtes de branches distantes sont également copiées directement dans les têtes de branches locales correspondantes, sans les préfixer de refs/remotes/origin/. Lorsque cette option est utilisée, ni les branches de suivi à distance ni les variables de configuration s’y rattachant ne sont créées.

    +

    Créer un dépôt Git « nu ». Cela signifie qu’au lieu de créer <répertoire> et de placer les fichiers administratifs dans <répertoire>/.git, faire de <répertoire> lui-même le $GIT_DIR. Cela implique évidemment l’option --no-checkout parce qu’il n’y a nulle part où extraire l’arbre de travail. De plus, les têtes de branches distantes sont également copiées directement dans les têtes de branches locales correspondantes, sans les préfixer de refs/remotes/origin/. Lorsque cette option est utilisée, ni les branches de suivi à distance ni les variables de configuration s’y rattachant ne sont créées.

    --sparse
    @@ -204,7 +204,7 @@

    OPTIONS

    Créer un clone superficiel avec un historique après le temps spécifié.

    -
    --shallow-exclude=<révision>
    +
    --shallow-exclude=<révision>

    Créer un clone superficiel avec un historique, en excluant les commits joignables depuis une branche distante spécifiée ou une étiquette. Cette option peut être spécifiée plusieurs fois.

    @@ -264,13 +264,13 @@

    OPTIONS

    Le nombre de sous-modules récupérés en même temps. Par défaut, l’option submodule.fetchJobs.

    -
    <dépôt>
    +
    <dépôt>
    -

    Le <dépôt> (éventuellement distant) depuis lequel cloner. Voir les sections URL GIT ci-dessous pour plus d’information sur la spécification de dépôts.

    +

    Le <dépôt> (éventuellement distant) depuis lequel cloner. Voir les sections URL GIT ci-dessous pour plus d’information sur la spécification de dépôts.

    -
    <répertoire>
    +
    <répertoire>
    -

    Le nom du nouveau répertoire dans lequel cloner. La partie « humaine » du dépôt source est utilisée si aucun <répertoire> n’est fourni explicitement (dépôt pour /chemin/vers/un/dépôt.git et toto pour hôte.xz:toto/.git). Cloner dans un répertoire existant n’est permis que si le répertoire en question est vide.

    +

    Le nom du nouveau répertoire dans lequel cloner. La partie « humaine » du dépôt source est utilisée si aucun <répertoire> n’est fourni explicitement (dépôt pour /chemin/vers/un/dépôt.git et toto pour hôte.xz:toto/.git). Cloner dans un répertoire existant n’est permis que si le répertoire en question est vide.

    --bundle-uri=<uri>
    diff --git a/external/docs/content/docs/git-clone/ru.html b/external/docs/content/docs/git-clone/ru.html index b514c8f27e..53aea86c57 100644 --- a/external/docs/content/docs/git-clone/ru.html +++ b/external/docs/content/docs/git-clone/ru.html @@ -41,13 +41,13 @@

    ОБЗОР

    git clone' [--template=<каталог-шаблонов>]
     	  [-l] [-s] [--no-hardlinks] [-q] [-n] [--bare] [--mirror]
    -	  [-o <имя>] [-b <ветка>] [-u <путь-загрузки>] [--reference <репозиторий>]
    +	  [-o <имя>] [-b <ветка>] [-u <путь-загрузки>] [--reference <репозиторий>]
     	  [--dissociate] [--separate-git-dir <каталог-git>]
     	  [--depth <глубина>] [--[no-]single-branch] [--[no-]tags]
     	  [--recurse-submodules[=<спецификатор-пути>]] [--[no-]shallow-submodules]
     	  [--[no-]remote-submodules] [--jobs <n>] [--sparse] [--[no-]reject-shallow]
     	  [--filter=<спецификатор-фильтра>] [--also-filter-submodules]]
    -	  [--] <репозиторий> [<каталог>]
    + [--] <репозиторий> [<каталог>]
    @@ -105,9 +105,9 @@

    Если вы хотите избавиться от зависимостей репозитория, клонированного с --shared, от его исходного репозитория, вы можете просто запустить git repack -a, который скопирует все объекты из исходного репозитория в pack-файлы клонированного.

    -
    --reference[-if-able] <репозиторий>
    +
    --reference[-if-able] <репозиторий>
    -

    Если <репозиторий> (заданный как аргумент параметра) находится на локальной машине, автоматически настроить .git/objects/info/alternates для получения объектов из этого <репозитория>. Использование уже существующего репозиторий как дополнительного потребует копирования меньшего количества объектов из клонируемого репозитория, что уменьшит сетевой трафик и локальные затраты на хранение. С --reference-if-able, если каталог <репозитория> не существует, то это вызовет предупреждением, а не ошибку, и клонирование не будет из-за этого прервано.

    +

    Если <репозиторий> (заданный как аргумент параметра) находится на локальной машине, автоматически настроить .git/objects/info/alternates для получения объектов из этого <репозитория>. Использование уже существующего репозиторий как дополнительного потребует копирования меньшего количества объектов из клонируемого репозитория, что уменьшит сетевой трафик и локальные затраты на хранение. С --reference-if-able, если каталог <репозитория> не существует, то это вызовет предупреждением, а не ошибку, и клонирование не будет из-за этого прервано.

    ПРИМЕЧАНИЕ: см. ПРИМЕЧАНИЕ для параметра --shared, а также описание параметра --dissociate.

    @@ -145,7 +145,7 @@

    --bare
    -

    Создать голый («bare») репозиторий Git. То есть вместо создания <каталога> и размещения административных файлов в <каталог>/.git, использовать сам <каталог> в качестве $GIT_DIR. Это, очевидно, подразумевает --no-checkout, потому что нет подходящего места для размещения рабочей копии. Кроме того, головы веток внешнего репозитория копируются непосредственно в соответствующие им локальные головы веток, без отображений в refs/remotes/origin/. При использовании этого параметра не создаются ни отслеживаемые внешние ветви, ни связанные с ними переменные конфигурации.

    +

    Создать голый («bare») репозиторий Git. То есть вместо создания <каталога> и размещения административных файлов в <каталог>/.git, использовать сам <каталог> в качестве $GIT_DIR. Это, очевидно, подразумевает --no-checkout, потому что нет подходящего места для размещения рабочей копии. Кроме того, головы веток внешнего репозитория копируются непосредственно в соответствующие им локальные головы веток, без отображений в refs/remotes/origin/. При использовании этого параметра не создаются ни отслеживаемые внешние ветви, ни связанные с ними переменные конфигурации.

    --sparse
    @@ -262,13 +262,13 @@

    Количество подмодулей, которые будут загружаться одновременно. По умолчанию равно значению переменной конфигурации submodule.fetchJobs.

    -
    <репозиторий>
    +
    <репозиторий>
    -

    (Возможно удалённый) <репозиторий>, который должен быть склонирован. См. подробности о том как задавать адрес репозитория в разделе URL-АДРЕСА GIT ниже.

    +

    (Возможно удалённый) <репозиторий>, который должен быть склонирован. См. подробности о том как задавать адрес репозитория в разделе URL-АДРЕСА GIT ниже.

    -
    <каталог>
    +
    <каталог>
    -

    Название нового каталога в который репозиторий должен быть склонирован. Если <каталог> не задан, то используется «человеская» часть ссылки на исходный репозиторий (например, репо for /путь/к/репо.git и foo для host.xz:foo/.git). Клонирование в существующий каталог разрешается только, если этот каталог пуст.

    +

    Название нового каталога в который репозиторий должен быть склонирован. Если <каталог> не задан, то используется «человеская» часть ссылки на исходный репозиторий (например, репо for /путь/к/репо.git и foo для host.xz:foo/.git). Клонирование в существующий каталог разрешается только, если этот каталог пуст.

    --bundle-uri=<uri>
    diff --git a/external/docs/content/docs/git-clone/zh_HANS-CN.html b/external/docs/content/docs/git-clone/zh_HANS-CN.html index 15ce3b7c86..f44afabe63 100644 --- a/external/docs/content/docs/git-clone/zh_HANS-CN.html +++ b/external/docs/content/docs/git-clone/zh_HANS-CN.html @@ -145,7 +145,7 @@

    选项

    --bare
    -

    创建一个 ‘裸’ Git 仓库。也就是说,不要创建 <目录> 并将管理文件放在 <目录>/.git,而是将 <目录> 本身设为 $GIT_DIR。这显然暗含着 --no-checkout 选项,因为没有地方可以检出工作目录树。此外,远程的分支头直接复制到相应的本地分支头,而不将它们映射到 refs/remotes/origin/。使用此选项时,不会创建远程跟踪分支或相关配置变量。

    +

    创建一个 ‘裸’ Git 仓库。也就是说,不要创建 <目录> 并将管理文件放在 <目录>/.git,而是将 <目录> 本身设为 $GIT_DIR。这显然暗含着 --no-checkout 选项,因为没有地方可以检出工作目录树。此外,远程的分支头直接复制到相应的本地分支头,而不将它们映射到 refs/remotes/origin/。使用此选项时,不会创建远程跟踪分支或相关配置变量。

    --sparse
    @@ -266,9 +266,9 @@

    选项

    要克隆的(可能是远程的)<仓库>。有关指定仓库的更多信息,参阅下面的 GIT 地址 部分。

    -
    <目录>
    +
    <目录>
    -

    要克隆到的新目录的名称。如果未明确指定 <目录>,则使用源仓库中的 “人性化” 部分(对于 /path/to/repo.git 而言,为 repo;对于 host.xz:foo/.git 而言,为 foo )。仅当目录为空时才允许克隆到现有目录。

    +

    要克隆到的新目录的名称。如果未明确指定 <目录>,则使用源仓库中的 “人性化” 部分(对于 /path/to/repo.git 而言,为 repo;对于 host.xz:foo/.git 而言,为 foo )。仅当目录为空时才允许克隆到现有目录。

    --bundle-uri=<uri>
    diff --git a/external/docs/content/docs/git-column/fr.html b/external/docs/content/docs/git-column/fr.html index 2cb0947098..df1a32d008 100644 --- a/external/docs/content/docs/git-column/fr.html +++ b/external/docs/content/docs/git-column/fr.html @@ -40,7 +40,7 @@

    SYNOPSIS

    git column' [--command=<nom>] [--[raw-]mode=<mode>] [--width=<largeur>]
    -	     [--indent=<chaîne>] [--nl=<chaîne>] [--padding=<n>]
    + [--indent=<chaîne>] [--nl=<chaîne>] [--padding=<n>]
    @@ -73,11 +73,11 @@

    OPTIONS

    Spécifier la largeur du terminal. Par défaut, git column détectera la largeur du terminal, ou reviendra à 80 s’il ne peut pas le faire.

    -
    --indent=<chaîne>
    +
    --indent=<chaîne>

    Chaîne à afficher au début de chaque ligne.

    -
    --nl=<chaîne>
    +
    --nl=<chaîne>

    Chaîne à afficher à la fin de chaque ligne, y compris le caractère de nouvelle ligne.

    diff --git a/external/docs/content/docs/git-commit-tree.html b/external/docs/content/docs/git-commit-tree.html index ac9e02fada..4e8a9fd521 100644 --- a/external/docs/content/docs/git-commit-tree.html +++ b/external/docs/content/docs/git-commit-tree.html @@ -44,9 +44,9 @@

    NAME

    SYNOPSIS

    -
    git commit-tree <tree> [(-p <parent>)…​]
    -git commit-tree [(-p <parent>)…​] [-S[<keyid>]] [(-m <message>)…​]
    -		  [(-F <file>)…​] <tree>
    +
    git commit-tree <tree> [(-p <parent>)…​]
    +git commit-tree [(-p <parent>)…​] [-S[<keyid>]] [(-m <message>)…​]
    +		  [(-F <file>)…​] <tree>
    @@ -92,11 +92,11 @@

    OPTIONS

    -
    <tree>
    +
    <tree>

    An existing tree object.

    -
    -p <parent>
    +
    -p <parent>

    Each -p indicates the id of a parent commit object.

    diff --git a/external/docs/content/docs/git-commit-tree/2.0.5.html b/external/docs/content/docs/git-commit-tree/2.0.5.html index 819b703dd8..6979f02364 100644 --- a/external/docs/content/docs/git-commit-tree/2.0.5.html +++ b/external/docs/content/docs/git-commit-tree/2.0.5.html @@ -46,9 +46,9 @@

    NAME

    SYNOPSIS

    -
    git commit-tree <tree> [(-p <parent>)…​] < changelog
    -git commit-tree [(-p <parent>)…​] [-S[<keyid>]] [(-m <message>)…​]
    -		  [(-F <file>)…​] <tree>
    +
    git commit-tree <tree> [(-p <parent>)…​] < changelog
    +git commit-tree [(-p <parent>)…​] [-S[<keyid>]] [(-m <message>)…​]
    +		  [(-F <file>)…​] <tree>
    @@ -89,11 +89,11 @@

    OPTIONS

    -
    <tree>
    +
    <tree>

    An existing tree object

    -
    -p <parent>
    +
    -p <parent>

    Each -p indicates the id of a parent commit object.

    diff --git a/external/docs/content/docs/git-commit-tree/2.11.4.html b/external/docs/content/docs/git-commit-tree/2.11.4.html index d41805c8ad..7513f0bb18 100644 --- a/external/docs/content/docs/git-commit-tree/2.11.4.html +++ b/external/docs/content/docs/git-commit-tree/2.11.4.html @@ -44,9 +44,9 @@

    NAME

    SYNOPSIS

    -
    git commit-tree <tree> [(-p <parent>)…​]
    -git commit-tree [(-p <parent>)…​] [-S[<keyid>]] [(-m <message>)…​]
    -		  [(-F <file>)…​] <tree>
    +
    git commit-tree <tree> [(-p <parent>)…​]
    +git commit-tree [(-p <parent>)…​] [-S[<keyid>]] [(-m <message>)…​]
    +		  [(-F <file>)…​] <tree>
    @@ -87,11 +87,11 @@

    OPTIONS

    -
    <tree>
    +
    <tree>

    An existing tree object

    -
    -p <parent>
    +
    -p <parent>

    Each -p indicates the id of a parent commit object.

    diff --git a/external/docs/content/docs/git-commit-tree/2.13.7.html b/external/docs/content/docs/git-commit-tree/2.13.7.html index a15c2f8975..5bcd1bd511 100644 --- a/external/docs/content/docs/git-commit-tree/2.13.7.html +++ b/external/docs/content/docs/git-commit-tree/2.13.7.html @@ -77,9 +77,9 @@

    NAME

    SYNOPSIS

    -
    git commit-tree <tree> [(-p <parent>)…​]
    -git commit-tree [(-p <parent>)…​] [-S[<keyid>]] [(-m <message>)…​]
    -		  [(-F <file>)…​] <tree>
    +
    git commit-tree <tree> [(-p <parent>)…​]
    +git commit-tree [(-p <parent>)…​] [-S[<keyid>]] [(-m <message>)…​]
    +		  [(-F <file>)…​] <tree>
    @@ -120,11 +120,11 @@

    OPTIONS

    -
    <tree>
    +
    <tree>

    An existing tree object

    -
    -p <parent>
    +
    -p <parent>

    Each -p indicates the id of a parent commit object.

    diff --git a/external/docs/content/docs/git-commit-tree/2.22.0.html b/external/docs/content/docs/git-commit-tree/2.22.0.html index c3376b3316..3044de6689 100644 --- a/external/docs/content/docs/git-commit-tree/2.22.0.html +++ b/external/docs/content/docs/git-commit-tree/2.22.0.html @@ -59,9 +59,9 @@

    NAME

    SYNOPSIS

    -
    git commit-tree <tree> [(-p <parent>)…​]
    -git commit-tree [(-p <parent>)…​] [-S[<keyid>]] [(-m <message>)…​]
    -		  [(-F <file>)…​] <tree>
    +
    git commit-tree <tree> [(-p <parent>)…​]
    +git commit-tree [(-p <parent>)…​] [-S[<keyid>]] [(-m <message>)…​]
    +		  [(-F <file>)…​] <tree>
    @@ -107,11 +107,11 @@

    OPTIONS

    -
    <tree>
    +
    <tree>

    An existing tree object.

    -
    -p <parent>
    +
    -p <parent>

    Each -p indicates the id of a parent commit object.

    diff --git a/external/docs/content/docs/git-commit-tree/2.25.1.html b/external/docs/content/docs/git-commit-tree/2.25.1.html index 7770435a92..127a1dee99 100644 --- a/external/docs/content/docs/git-commit-tree/2.25.1.html +++ b/external/docs/content/docs/git-commit-tree/2.25.1.html @@ -51,9 +51,9 @@

    NAME

    SYNOPSIS

    -
    git commit-tree <tree> [(-p <parent>)…​]
    -git commit-tree [(-p <parent>)…​] [-S[<keyid>]] [(-m <message>)…​]
    -		  [(-F <file>)…​] <tree>
    +
    git commit-tree <tree> [(-p <parent>)…​]
    +git commit-tree [(-p <parent>)…​] [-S[<keyid>]] [(-m <message>)…​]
    +		  [(-F <file>)…​] <tree>
    @@ -99,11 +99,11 @@

    OPTIONS

    -
    <tree>
    +
    <tree>

    An existing tree object.

    -
    -p <parent>
    +
    -p <parent>

    Each -p indicates the id of a parent commit object.

    diff --git a/external/docs/content/docs/git-commit-tree/2.27.0.html b/external/docs/content/docs/git-commit-tree/2.27.0.html index f6b1565377..d77e0e97a5 100644 --- a/external/docs/content/docs/git-commit-tree/2.27.0.html +++ b/external/docs/content/docs/git-commit-tree/2.27.0.html @@ -60,9 +60,9 @@

    NAME

    SYNOPSIS

    -
    git commit-tree <tree> [(-p <parent>)…​]
    -git commit-tree [(-p <parent>)…​] [-S[<keyid>]] [(-m <message>)…​]
    -		  [(-F <file>)…​] <tree>
    +
    git commit-tree <tree> [(-p <parent>)…​]
    +git commit-tree [(-p <parent>)…​] [-S[<keyid>]] [(-m <message>)…​]
    +		  [(-F <file>)…​] <tree>
    @@ -108,11 +108,11 @@

    OPTIONS

    -
    <tree>
    +
    <tree>

    An existing tree object.

    -
    -p <parent>
    +
    -p <parent>

    Each -p indicates the id of a parent commit object.

    diff --git a/external/docs/content/docs/git-commit-tree/2.31.0.html b/external/docs/content/docs/git-commit-tree/2.31.0.html index 68cb9df8d2..3f3c786d3e 100644 --- a/external/docs/content/docs/git-commit-tree/2.31.0.html +++ b/external/docs/content/docs/git-commit-tree/2.31.0.html @@ -77,9 +77,9 @@

    NAME

    SYNOPSIS

    -
    git commit-tree <tree> [(-p <parent>)…​]
    -git commit-tree [(-p <parent>)…​] [-S[<keyid>]] [(-m <message>)…​]
    -		  [(-F <file>)…​] <tree>
    +
    git commit-tree <tree> [(-p <parent>)…​]
    +git commit-tree [(-p <parent>)…​] [-S[<keyid>]] [(-m <message>)…​]
    +		  [(-F <file>)…​] <tree>
    @@ -125,11 +125,11 @@

    OPTIONS

    -
    <tree>
    +
    <tree>

    An existing tree object.

    -
    -p <parent>
    +
    -p <parent>

    Each -p indicates the id of a parent commit object.

    diff --git a/external/docs/content/docs/git-commit-tree/2.35.0.html b/external/docs/content/docs/git-commit-tree/2.35.0.html index 4797c354ae..50802e0df1 100644 --- a/external/docs/content/docs/git-commit-tree/2.35.0.html +++ b/external/docs/content/docs/git-commit-tree/2.35.0.html @@ -92,9 +92,9 @@

    NAME

    SYNOPSIS

    -
    git commit-tree <tree> [(-p <parent>)…​]
    -git commit-tree [(-p <parent>)…​] [-S[<keyid>]] [(-m <message>)…​]
    -		  [(-F <file>)…​] <tree>
    +
    git commit-tree <tree> [(-p <parent>)…​]
    +git commit-tree [(-p <parent>)…​] [-S[<keyid>]] [(-m <message>)…​]
    +		  [(-F <file>)…​] <tree>
    @@ -140,11 +140,11 @@

    OPTIONS

    -
    <tree>
    +
    <tree>

    An existing tree object.

    -
    -p <parent>
    +
    -p <parent>

    Each -p indicates the id of a parent commit object.

    diff --git a/external/docs/content/docs/git-commit-tree/2.4.12.html b/external/docs/content/docs/git-commit-tree/2.4.12.html index e682a48af4..e47381fe3d 100644 --- a/external/docs/content/docs/git-commit-tree/2.4.12.html +++ b/external/docs/content/docs/git-commit-tree/2.4.12.html @@ -44,9 +44,9 @@

    NAME

    SYNOPSIS

    -
    git commit-tree <tree> [(-p <parent>)…​] < changelog
    -git commit-tree [(-p <parent>)…​] [-S[<keyid>]] [(-m <message>)…​]
    -		  [(-F <file>)…​] <tree>
    +
    git commit-tree <tree> [(-p <parent>)…​] < changelog
    +git commit-tree [(-p <parent>)…​] [-S[<keyid>]] [(-m <message>)…​]
    +		  [(-F <file>)…​] <tree>
    @@ -87,11 +87,11 @@

    OPTIONS

    -
    <tree>
    +
    <tree>

    An existing tree object

    -
    -p <parent>
    +
    -p <parent>

    Each -p indicates the id of a parent commit object.

    diff --git a/external/docs/content/docs/git-commit-tree/2.43.0.html b/external/docs/content/docs/git-commit-tree/2.43.0.html index 13151295be..f8afd26995 100644 --- a/external/docs/content/docs/git-commit-tree/2.43.0.html +++ b/external/docs/content/docs/git-commit-tree/2.43.0.html @@ -55,9 +55,9 @@

    NAME

    SYNOPSIS

    -
    git commit-tree <tree> [(-p <parent>)…​]
    -git commit-tree [(-p <parent>)…​] [-S[<keyid>]] [(-m <message>)…​]
    -		  [(-F <file>)…​] <tree>
    +
    git commit-tree <tree> [(-p <parent>)…​]
    +git commit-tree [(-p <parent>)…​] [-S[<keyid>]] [(-m <message>)…​]
    +		  [(-F <file>)…​] <tree>
    @@ -103,11 +103,11 @@

    OPTIONS

    -
    <tree>
    +
    <tree>

    An existing tree object.

    -
    -p <parent>
    +
    -p <parent>

    Each -p indicates the id of a parent commit object.

    diff --git a/external/docs/content/docs/git-commit-tree/2.45.0.html b/external/docs/content/docs/git-commit-tree/2.45.0.html index a0ceb9afb5..820c1ae9cd 100644 --- a/external/docs/content/docs/git-commit-tree/2.45.0.html +++ b/external/docs/content/docs/git-commit-tree/2.45.0.html @@ -59,9 +59,9 @@

    NAME

    SYNOPSIS

    -
    git commit-tree <tree> [(-p <parent>)…​]
    -git commit-tree [(-p <parent>)…​] [-S[<keyid>]] [(-m <message>)…​]
    -		  [(-F <file>)…​] <tree>
    +
    git commit-tree <tree> [(-p <parent>)…​]
    +git commit-tree [(-p <parent>)…​] [-S[<keyid>]] [(-m <message>)…​]
    +		  [(-F <file>)…​] <tree>
    @@ -107,11 +107,11 @@

    OPTIONS

    -
    <tree>
    +
    <tree>

    An existing tree object.

    -
    -p <parent>
    +
    -p <parent>

    Each -p indicates the id of a parent commit object.

    diff --git a/external/docs/content/docs/git-commit-tree/2.49.0.html b/external/docs/content/docs/git-commit-tree/2.49.0.html index 76a9fd4d13..50b31e3423 100644 --- a/external/docs/content/docs/git-commit-tree/2.49.0.html +++ b/external/docs/content/docs/git-commit-tree/2.49.0.html @@ -47,9 +47,9 @@

    NAME

    SYNOPSIS

    -
    git commit-tree <tree> [(-p <parent>)…​]
    -git commit-tree [(-p <parent>)…​] [-S[<keyid>]] [(-m <message>)…​]
    -		  [(-F <file>)…​] <tree>
    +
    git commit-tree <tree> [(-p <parent>)…​]
    +git commit-tree [(-p <parent>)…​] [-S[<keyid>]] [(-m <message>)…​]
    +		  [(-F <file>)…​] <tree>
    @@ -95,11 +95,11 @@

    OPTIONS

    -
    <tree>
    +
    <tree>

    An existing tree object.

    -
    -p <parent>
    +
    -p <parent>

    Each -p indicates the id of a parent commit object.

    diff --git a/external/docs/content/docs/git-commit-tree/2.6.7.html b/external/docs/content/docs/git-commit-tree/2.6.7.html index b3d0b09edd..96fcd12f4e 100644 --- a/external/docs/content/docs/git-commit-tree/2.6.7.html +++ b/external/docs/content/docs/git-commit-tree/2.6.7.html @@ -45,9 +45,9 @@

    NAME

    SYNOPSIS

    -
    git commit-tree <tree> [(-p <parent>)…​]
    -git commit-tree [(-p <parent>)…​] [-S[<keyid>]] [(-m <message>)…​]
    -		  [(-F <file>)…​] <tree>
    +
    git commit-tree <tree> [(-p <parent>)…​]
    +git commit-tree [(-p <parent>)…​] [-S[<keyid>]] [(-m <message>)…​]
    +		  [(-F <file>)…​] <tree>
    @@ -88,11 +88,11 @@

    OPTIONS

    -
    <tree>
    +
    <tree>

    An existing tree object

    -
    -p <parent>
    +
    -p <parent>

    Each -p indicates the id of a parent commit object.

    diff --git a/external/docs/content/docs/git-commit-tree/2.9.5.html b/external/docs/content/docs/git-commit-tree/2.9.5.html index 8aa527c088..55a78d3dfb 100644 --- a/external/docs/content/docs/git-commit-tree/2.9.5.html +++ b/external/docs/content/docs/git-commit-tree/2.9.5.html @@ -44,9 +44,9 @@

    NAME

    SYNOPSIS

    -
    git commit-tree <tree> [(-p <parent>)…​]
    -git commit-tree [(-p <parent>)…​] [-S[<keyid>]] [(-m <message>)…​]
    -		  [(-F <file>)…​] <tree>
    +
    git commit-tree <tree> [(-p <parent>)…​]
    +git commit-tree [(-p <parent>)…​] [-S[<keyid>]] [(-m <message>)…​]
    +		  [(-F <file>)…​] <tree>
    @@ -87,11 +87,11 @@

    OPTIONS

    -
    <tree>
    +
    <tree>

    An existing tree object

    -
    -p <parent>
    +
    -p <parent>

    Each -p indicates the id of a parent commit object.

    diff --git a/external/docs/content/docs/git-commit-tree/fr.html b/external/docs/content/docs/git-commit-tree/fr.html index d2d2457658..3aa38e29c1 100644 --- a/external/docs/content/docs/git-commit-tree/fr.html +++ b/external/docs/content/docs/git-commit-tree/fr.html @@ -45,9 +45,9 @@

    NOM

    SYNOPSIS

    -
    git commit-tree <arbre> [(-p <parent>)…​]
    -git commit-tree [(-p <parent>)…​] [-S[<id-clé>]] [(-m <message>)…​]
    -		  [(-F <fichier>)…​] <arbre>
    +
    git commit-tree <arbre> [(-p <parent>)…​]
    +git commit-tree [(-p <parent>)…​] [-S[<id-clé>]] [(-m <message>)…​]
    +		  [(-F <fichier>)…​] <arbre>
    @@ -79,11 +79,11 @@

    OPTIONS

    -
    <arbre>
    +
    <arbre>

    Un objet d’arbre existant.

    -
    -p <parent>
    +
    -p <parent>

    Chaque -p indique l’id d’un objet commit parent.

    diff --git a/external/docs/content/docs/git-commit.html b/external/docs/content/docs/git-commit.html index dc40ee157b..93e8bae68d 100644 --- a/external/docs/content/docs/git-commit.html +++ b/external/docs/content/docs/git-commit.html @@ -51,13 +51,13 @@

    SYNOPSIS

    git commit [-a | --interactive | --patch] [-s] [-v] [-u[<mode>]] [--amend]
    -	   [--dry-run] <commit>]
    +	   [--dry-run] <commit>_ | --fixup [(amend|reword):"><commit>]
     	   [-F <file> | -m <msg>] [--reset-author] [--allow-empty]
     	   [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
     	   [--date=<date>] [--cleanup=<mode>] [--[no-]status]
     	   [-i | -o] [--pathspec-from-file=<file> [--pathspec-file-nul]]
     	   [(--trailer <token>[(=|:)<value>])…​] [-S[<keyid>]]
    -	   [--] [<pathspec>…​]
    + [--] [<pathspec>…​]
    @@ -152,67 +152,67 @@

    OPTIONS

    Defaults to diff.interHunkContext or 0 if the config option is unset.

    -
    -C <commit>
    -
    --reuse-message=<commit>
    +
    -C <commit>
    +
    --reuse-message=<commit>
    -

    Take an existing <commit> object, and reuse the log message +

    Take an existing <commit> object, and reuse the log message and the authorship information (including the timestamp) when creating the commit.

    -
    -c <commit>
    -
    --reedit-message=<commit>
    +
    -c <commit>
    +
    --reedit-message=<commit>

    Like -C, but with -c the editor is invoked, so that the user can further edit the commit message.

    -
    --fixup=[(amend|reword):]<commit>
    +
    --fixup=[(amend|reword):]<commit>
    -

    Create a new commit which "fixes up" <commit> when applied with -git rebase --autosquash. Plain --fixup=<commit> creates a -"fixup!" commit which changes the content of <commit> but leaves -its log message untouched. --fixup=amend:<commit> is similar but +

    Create a new commit which "fixes up" <commit> when applied with +git rebase --autosquash. Plain --fixup=<commit> creates a +"fixup!" commit which changes the content of <commit> but leaves +its log message untouched. --fixup=amend:<commit> is similar but creates an "amend!" commit which also replaces the log message of -<commit> with the log message of the "amend!" commit. ---fixup=reword:<commit> creates an "amend!" commit which -replaces the log message of <commit> with its own log message -but makes no changes to the content of <commit>.

    +<commit> with the log message of the "amend!" commit. +--fixup=reword:<commit> creates an "amend!" commit which +replaces the log message of <commit> with its own log message +but makes no changes to the content of <commit>.

    -

    The commit created by plain --fixup=<commit> has a title -composed of "fixup!" followed by the title of <commit>, +

    The commit created by plain --fixup=<commit> has a title +composed of "fixup!" followed by the title of <commit>, and is recognized specially by git rebase --autosquash. The -m option may be used to supplement the log message of the created commit, but the additional commentary will be thrown away once the -"fixup!" commit is squashed into <commit> by +"fixup!" commit is squashed into <commit> by git rebase --autosquash.

    -

    The commit created by --fixup=amend:<commit> is similar but its +

    The commit created by --fixup=amend:<commit> is similar but its title is instead prefixed with "amend!". The log message of -<commit> is copied into the log message of the "amend!" commit and +<commit> is copied into the log message of the "amend!" commit and opened in an editor so it can be refined. When git rebase ---autosquash squashes the "amend!" commit into <commit>, the -log message of <commit> is replaced by the refined log message +--autosquash squashes the "amend!" commit into <commit>, the +log message of <commit> is replaced by the refined log message from the "amend!" commit. It is an error for the "amend!" commit’s log message to be empty unless --allow-empty-message is specified.

    -

    --fixup=reword:<commit> is shorthand for --fixup=amend:<commit> +

    --fixup=reword:<commit> is shorthand for --fixup=amend:<commit> --only. It creates an "amend!" commit with only a log message (ignoring any changes staged in the index). When squashed by git -rebase --autosquash, it replaces the log message of <commit> +rebase --autosquash, it replaces the log message of <commit> without making any other changes.

    Neither "fixup!" nor "amend!" commits change authorship of -<commit> when applied by git rebase --autosquash. +<commit> when applied by git rebase --autosquash. See git-rebase[1] for details.

    -
    --squash=<commit>
    +
    --squash=<commit>

    Construct a commit message for use with git rebase --autosquash. The commit message title is taken from the specified @@ -401,7 +401,7 @@

    OPTIONS

    Let the user further edit the message taken from <file> with -F <file>, command line with -m <message>, and -from <commit> with -C <commit>.

    +from <commit> with -C <commit>.

    --no-edit
    @@ -579,9 +579,9 @@

    OPTIONS

    Do not interpret any more arguments as options.

    -
    <pathspec>...
    +
    <pathspec>...
    -

    When <pathspec> is given on the command line, commit the contents of +

    When <pathspec> is given on the command line, commit the contents of the files that match the pathspec without recording the changes already added to the index. The contents of these files are also staged for the next commit on top of what have been staged before.

    diff --git a/external/docs/content/docs/git-commit/2.0.5.html b/external/docs/content/docs/git-commit/2.0.5.html index 4ca0285413..e86306d174 100644 --- a/external/docs/content/docs/git-commit/2.0.5.html +++ b/external/docs/content/docs/git-commit/2.0.5.html @@ -49,7 +49,7 @@

    SYNOPSIS

    git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend]
    -	   [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
    +	   [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
     	   [-F <file> | -m <msg>] [--reset-author] [--allow-empty]
     	   [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
     	   [--date=<date>] [--cleanup=<mode>] [--[no-]status]
    @@ -129,27 +129,27 @@ 

    OPTIONS

    which changes to commit. See git-add[1] for details.

    -
    -C <commit>
    -
    --reuse-message=<commit>
    +
    -C <commit>
    +
    --reuse-message=<commit>

    Take an existing commit object, and reuse the log message and the authorship information (including the timestamp) when creating the commit.

    -
    -c <commit>
    -
    --reedit-message=<commit>
    +
    -c <commit>
    +
    --reedit-message=<commit>

    Like -C, but with -c the editor is invoked, so that the user can further edit the commit message.

    -
    --fixup=<commit>
    +
    --fixup=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message will be the subject line from the specified commit with a prefix of "fixup! ". See git-rebase[1] for details.

    -
    --squash=<commit>
    +
    --squash=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message subject line is taken from the specified diff --git a/external/docs/content/docs/git-commit/2.10.5.html b/external/docs/content/docs/git-commit/2.10.5.html index 56768855dd..d33eb98df6 100644 --- a/external/docs/content/docs/git-commit/2.10.5.html +++ b/external/docs/content/docs/git-commit/2.10.5.html @@ -48,7 +48,7 @@

    SYNOPSIS

    git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend]
    -	   [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
    +	   [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
     	   [-F <file> | -m <msg>] [--reset-author] [--allow-empty]
     	   [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
     	   [--date=<date>] [--cleanup=<mode>] [--[no-]status]
    @@ -130,27 +130,27 @@ 

    OPTIONS

    which changes to commit. See git-add[1] for details.

    -
    -C <commit>
    -
    --reuse-message=<commit>
    +
    -C <commit>
    +
    --reuse-message=<commit>

    Take an existing commit object, and reuse the log message and the authorship information (including the timestamp) when creating the commit.

    -
    -c <commit>
    -
    --reedit-message=<commit>
    +
    -c <commit>
    +
    --reedit-message=<commit>

    Like -C, but with -c the editor is invoked, so that the user can further edit the commit message.

    -
    --fixup=<commit>
    +
    --fixup=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message will be the subject line from the specified commit with a prefix of "fixup! ". See git-rebase[1] for details.

    -
    --squash=<commit>
    +
    --squash=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message subject line is taken from the specified diff --git a/external/docs/content/docs/git-commit/2.11.4.html b/external/docs/content/docs/git-commit/2.11.4.html index 808b679e52..f7051b0e6c 100644 --- a/external/docs/content/docs/git-commit/2.11.4.html +++ b/external/docs/content/docs/git-commit/2.11.4.html @@ -48,7 +48,7 @@

    SYNOPSIS

    git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend]
    -	   [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
    +	   [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
     	   [-F <file> | -m <msg>] [--reset-author] [--allow-empty]
     	   [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
     	   [--date=<date>] [--cleanup=<mode>] [--[no-]status]
    @@ -130,27 +130,27 @@ 

    OPTIONS

    which changes to commit. See git-add[1] for details.

    -
    -C <commit>
    -
    --reuse-message=<commit>
    +
    -C <commit>
    +
    --reuse-message=<commit>

    Take an existing commit object, and reuse the log message and the authorship information (including the timestamp) when creating the commit.

    -
    -c <commit>
    -
    --reedit-message=<commit>
    +
    -c <commit>
    +
    --reedit-message=<commit>

    Like -C, but with -c the editor is invoked, so that the user can further edit the commit message.

    -
    --fixup=<commit>
    +
    --fixup=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message will be the subject line from the specified commit with a prefix of "fixup! ". See git-rebase[1] for details.

    -
    --squash=<commit>
    +
    --squash=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message subject line is taken from the specified diff --git a/external/docs/content/docs/git-commit/2.12.5.html b/external/docs/content/docs/git-commit/2.12.5.html index 705b81ab54..a0622db59e 100644 --- a/external/docs/content/docs/git-commit/2.12.5.html +++ b/external/docs/content/docs/git-commit/2.12.5.html @@ -48,7 +48,7 @@

    SYNOPSIS

    git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend]
    -	   [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
    +	   [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
     	   [-F <file> | -m <msg>] [--reset-author] [--allow-empty]
     	   [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
     	   [--date=<date>] [--cleanup=<mode>] [--[no-]status]
    @@ -130,27 +130,27 @@ 

    OPTIONS

    which changes to commit. See git-add[1] for details.

    -
    -C <commit>
    -
    --reuse-message=<commit>
    +
    -C <commit>
    +
    --reuse-message=<commit>

    Take an existing commit object, and reuse the log message and the authorship information (including the timestamp) when creating the commit.

    -
    -c <commit>
    -
    --reedit-message=<commit>
    +
    -c <commit>
    +
    --reedit-message=<commit>

    Like -C, but with -c the editor is invoked, so that the user can further edit the commit message.

    -
    --fixup=<commit>
    +
    --fixup=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message will be the subject line from the specified commit with a prefix of "fixup! ". See git-rebase[1] for details.

    -
    --squash=<commit>
    +
    --squash=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message subject line is taken from the specified diff --git a/external/docs/content/docs/git-commit/2.13.7.html b/external/docs/content/docs/git-commit/2.13.7.html index c334ead0df..2633ec3bd5 100644 --- a/external/docs/content/docs/git-commit/2.13.7.html +++ b/external/docs/content/docs/git-commit/2.13.7.html @@ -50,7 +50,7 @@

    SYNOPSIS

    git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend]
    -	   [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
    +	   [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
     	   [-F <file> | -m <msg>] [--reset-author] [--allow-empty]
     	   [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
     	   [--date=<date>] [--cleanup=<mode>] [--[no-]status]
    @@ -132,27 +132,27 @@ 

    OPTIONS

    which changes to commit. See git-add[1] for details.

    -
    -C <commit>
    -
    --reuse-message=<commit>
    +
    -C <commit>
    +
    --reuse-message=<commit>

    Take an existing commit object, and reuse the log message and the authorship information (including the timestamp) when creating the commit.

    -
    -c <commit>
    -
    --reedit-message=<commit>
    +
    -c <commit>
    +
    --reedit-message=<commit>

    Like -C, but with -c the editor is invoked, so that the user can further edit the commit message.

    -
    --fixup=<commit>
    +
    --fixup=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message will be the subject line from the specified commit with a prefix of "fixup! ". See git-rebase[1] for details.

    -
    --squash=<commit>
    +
    --squash=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message subject line is taken from the specified diff --git a/external/docs/content/docs/git-commit/2.16.6.html b/external/docs/content/docs/git-commit/2.16.6.html index 233037a8de..a43422b4c7 100644 --- a/external/docs/content/docs/git-commit/2.16.6.html +++ b/external/docs/content/docs/git-commit/2.16.6.html @@ -74,7 +74,7 @@

    SYNOPSIS

    git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend]
    -	   [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
    +	   [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
     	   [-F <file> | -m <msg>] [--reset-author] [--allow-empty]
     	   [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
     	   [--date=<date>] [--cleanup=<mode>] [--[no-]status]
    @@ -156,27 +156,27 @@ 

    OPTIONS

    which changes to commit. See git-add[1] for details.

    -
    -C <commit>
    -
    --reuse-message=<commit>
    +
    -C <commit>
    +
    --reuse-message=<commit>

    Take an existing commit object, and reuse the log message and the authorship information (including the timestamp) when creating the commit.

    -
    -c <commit>
    -
    --reedit-message=<commit>
    +
    -c <commit>
    +
    --reedit-message=<commit>

    Like -C, but with -c the editor is invoked, so that the user can further edit the commit message.

    -
    --fixup=<commit>
    +
    --fixup=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message will be the subject line from the specified commit with a prefix of "fixup! ". See git-rebase[1] for details.

    -
    --squash=<commit>
    +
    --squash=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message subject line is taken from the specified diff --git a/external/docs/content/docs/git-commit/2.2.3.html b/external/docs/content/docs/git-commit/2.2.3.html index aec86c1c1e..70a22762f9 100644 --- a/external/docs/content/docs/git-commit/2.2.3.html +++ b/external/docs/content/docs/git-commit/2.2.3.html @@ -49,7 +49,7 @@

    SYNOPSIS

    git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend]
    -	   [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
    +	   [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
     	   [-F <file> | -m <msg>] [--reset-author] [--allow-empty]
     	   [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
     	   [--date=<date>] [--cleanup=<mode>] [--[no-]status]
    @@ -129,27 +129,27 @@ 

    OPTIONS

    which changes to commit. See git-add[1] for details.

    -
    -C <commit>
    -
    --reuse-message=<commit>
    +
    -C <commit>
    +
    --reuse-message=<commit>

    Take an existing commit object, and reuse the log message and the authorship information (including the timestamp) when creating the commit.

    -
    -c <commit>
    -
    --reedit-message=<commit>
    +
    -c <commit>
    +
    --reedit-message=<commit>

    Like -C, but with -c the editor is invoked, so that the user can further edit the commit message.

    -
    --fixup=<commit>
    +
    --fixup=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message will be the subject line from the specified commit with a prefix of "fixup! ". See git-rebase[1] for details.

    -
    --squash=<commit>
    +
    --squash=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message subject line is taken from the specified diff --git a/external/docs/content/docs/git-commit/2.21.0.html b/external/docs/content/docs/git-commit/2.21.0.html index 3278cfc948..5049be7a10 100644 --- a/external/docs/content/docs/git-commit/2.21.0.html +++ b/external/docs/content/docs/git-commit/2.21.0.html @@ -58,7 +58,7 @@

    SYNOPSIS

    git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend]
    -	   [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
    +	   [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
     	   [-F <file> | -m <msg>] [--reset-author] [--allow-empty]
     	   [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
     	   [--date=<date>] [--cleanup=<mode>] [--[no-]status]
    @@ -144,27 +144,27 @@ 

    OPTIONS

    which changes to commit. See git-add[1] for details.

    -
    -C <commit>
    -
    --reuse-message=<commit>
    +
    -C <commit>
    +
    --reuse-message=<commit>

    Take an existing commit object, and reuse the log message and the authorship information (including the timestamp) when creating the commit.

    -
    -c <commit>
    -
    --reedit-message=<commit>
    +
    -c <commit>
    +
    --reedit-message=<commit>

    Like -C, but with -c the editor is invoked, so that the user can further edit the commit message.

    -
    --fixup=<commit>
    +
    --fixup=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message will be the subject line from the specified commit with a prefix of "fixup! ". See git-rebase[1] for details.

    -
    --squash=<commit>
    +
    --squash=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message subject line is taken from the specified diff --git a/external/docs/content/docs/git-commit/2.23.0.html b/external/docs/content/docs/git-commit/2.23.0.html index 0730a20809..0ebabe8495 100644 --- a/external/docs/content/docs/git-commit/2.23.0.html +++ b/external/docs/content/docs/git-commit/2.23.0.html @@ -52,7 +52,7 @@

    SYNOPSIS

    git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend]
    -	   [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
    +	   [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
     	   [-F <file> | -m <msg>] [--reset-author] [--allow-empty]
     	   [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
     	   [--date=<date>] [--cleanup=<mode>] [--[no-]status]
    @@ -138,27 +138,27 @@ 

    OPTIONS

    which changes to commit. See git-add[1] for details.

    -
    -C <commit>
    -
    --reuse-message=<commit>
    +
    -C <commit>
    +
    --reuse-message=<commit>

    Take an existing commit object, and reuse the log message and the authorship information (including the timestamp) when creating the commit.

    -
    -c <commit>
    -
    --reedit-message=<commit>
    +
    -c <commit>
    +
    --reedit-message=<commit>

    Like -C, but with -c the editor is invoked, so that the user can further edit the commit message.

    -
    --fixup=<commit>
    +
    --fixup=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message will be the subject line from the specified commit with a prefix of "fixup! ". See git-rebase[1] for details.

    -
    --squash=<commit>
    +
    --squash=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message subject line is taken from the specified diff --git a/external/docs/content/docs/git-commit/2.24.0.html b/external/docs/content/docs/git-commit/2.24.0.html index d1930e7cd4..4c4305c415 100644 --- a/external/docs/content/docs/git-commit/2.24.0.html +++ b/external/docs/content/docs/git-commit/2.24.0.html @@ -52,7 +52,7 @@

    SYNOPSIS

    git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend]
    -	   [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
    +	   [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
     	   [-F <file> | -m <msg>] [--reset-author] [--allow-empty]
     	   [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
     	   [--date=<date>] [--cleanup=<mode>] [--[no-]status]
    @@ -138,27 +138,27 @@ 

    OPTIONS

    which changes to commit. See git-add[1] for details.

    -
    -C <commit>
    -
    --reuse-message=<commit>
    +
    -C <commit>
    +
    --reuse-message=<commit>

    Take an existing commit object, and reuse the log message and the authorship information (including the timestamp) when creating the commit.

    -
    -c <commit>
    -
    --reedit-message=<commit>
    +
    -c <commit>
    +
    --reedit-message=<commit>

    Like -C, but with -c the editor is invoked, so that the user can further edit the commit message.

    -
    --fixup=<commit>
    +
    --fixup=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message will be the subject line from the specified commit with a prefix of "fixup! ". See git-rebase[1] for details.

    -
    --squash=<commit>
    +
    --squash=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message subject line is taken from the specified diff --git a/external/docs/content/docs/git-commit/2.25.0.html b/external/docs/content/docs/git-commit/2.25.0.html index 4e09cef66b..68c38b75a6 100644 --- a/external/docs/content/docs/git-commit/2.25.0.html +++ b/external/docs/content/docs/git-commit/2.25.0.html @@ -48,12 +48,12 @@

    SYNOPSIS

    git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend]
    -	   [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
    +	   [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
     	   [-F <file> | -m <msg>] [--reset-author] [--allow-empty]
     	   [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
     	   [--date=<date>] [--cleanup=<mode>] [--[no-]status]
     	   [-i | -o] [--pathspec-from-file=<file> [--pathspec-file-nul]]
    -	   [-S[<keyid>]] [--] [<pathspec>…​]
    + [-S[<keyid>]] [--] [<pathspec>…​]
    @@ -135,27 +135,27 @@

    OPTIONS

    which changes to commit. See git-add[1] for details.

    -
    -C <commit>
    -
    --reuse-message=<commit>
    +
    -C <commit>
    +
    --reuse-message=<commit>

    Take an existing commit object, and reuse the log message and the authorship information (including the timestamp) when creating the commit.

    -
    -c <commit>
    -
    --reedit-message=<commit>
    +
    -c <commit>
    +
    --reedit-message=<commit>

    Like -C, but with -c the editor is invoked, so that the user can further edit the commit message.

    -
    --fixup=<commit>
    +
    --fixup=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message will be the subject line from the specified commit with a prefix of "fixup! ". See git-rebase[1] for details.

    -
    --squash=<commit>
    +
    --squash=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message subject line is taken from the specified @@ -498,7 +498,7 @@

    OPTIONS

    Do not interpret any more arguments as options.

    -
    <pathspec>…​
    +
    <pathspec>…​

    When pathspec is given on the command line, commit the contents of the files that match the pathspec without recording the changes diff --git a/external/docs/content/docs/git-commit/2.25.1.html b/external/docs/content/docs/git-commit/2.25.1.html index cdf7912cb8..653dda3cb8 100644 --- a/external/docs/content/docs/git-commit/2.25.1.html +++ b/external/docs/content/docs/git-commit/2.25.1.html @@ -58,12 +58,12 @@

    SYNOPSIS

    git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend]
    -	   [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
    +	   [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
     	   [-F <file> | -m <msg>] [--reset-author] [--allow-empty]
     	   [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
     	   [--date=<date>] [--cleanup=<mode>] [--[no-]status]
     	   [-i | -o] [--pathspec-from-file=<file> [--pathspec-file-nul]]
    -	   [-S[<keyid>]] [--] [<pathspec>…​]
    + [-S[<keyid>]] [--] [<pathspec>…​]
    @@ -145,27 +145,27 @@

    OPTIONS

    which changes to commit. See git-add[1] for details.

    -
    -C <commit>
    -
    --reuse-message=<commit>
    +
    -C <commit>
    +
    --reuse-message=<commit>

    Take an existing commit object, and reuse the log message and the authorship information (including the timestamp) when creating the commit.

    -
    -c <commit>
    -
    --reedit-message=<commit>
    +
    -c <commit>
    +
    --reedit-message=<commit>

    Like -C, but with -c the editor is invoked, so that the user can further edit the commit message.

    -
    --fixup=<commit>
    +
    --fixup=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message will be the subject line from the specified commit with a prefix of "fixup! ". See git-rebase[1] for details.

    -
    --squash=<commit>
    +
    --squash=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message subject line is taken from the specified @@ -508,7 +508,7 @@

    OPTIONS

    Do not interpret any more arguments as options.

    -
    <pathspec>…​
    +
    <pathspec>…​

    When pathspec is given on the command line, commit the contents of the files that match the pathspec without recording the changes diff --git a/external/docs/content/docs/git-commit/2.27.0.html b/external/docs/content/docs/git-commit/2.27.0.html index a3d6acc361..28f55306c9 100644 --- a/external/docs/content/docs/git-commit/2.27.0.html +++ b/external/docs/content/docs/git-commit/2.27.0.html @@ -57,12 +57,12 @@

    SYNOPSIS

    git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend]
    -	   [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
    +	   [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
     	   [-F <file> | -m <msg>] [--reset-author] [--allow-empty]
     	   [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
     	   [--date=<date>] [--cleanup=<mode>] [--[no-]status]
     	   [-i | -o] [--pathspec-from-file=<file> [--pathspec-file-nul]]
    -	   [-S[<keyid>]] [--] [<pathspec>…​]
    + [-S[<keyid>]] [--] [<pathspec>…​]
    @@ -144,27 +144,27 @@

    OPTIONS

    which changes to commit. See git-add[1] for details.

    -
    -C <commit>
    -
    --reuse-message=<commit>
    +
    -C <commit>
    +
    --reuse-message=<commit>

    Take an existing commit object, and reuse the log message and the authorship information (including the timestamp) when creating the commit.

    -
    -c <commit>
    -
    --reedit-message=<commit>
    +
    -c <commit>
    +
    --reedit-message=<commit>

    Like -C, but with -c the editor is invoked, so that the user can further edit the commit message.

    -
    --fixup=<commit>
    +
    --fixup=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message will be the subject line from the specified commit with a prefix of "fixup! ". See git-rebase[1] for details.

    -
    --squash=<commit>
    +
    --squash=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message subject line is taken from the specified @@ -505,7 +505,7 @@

    OPTIONS

    Do not interpret any more arguments as options.

    -
    <pathspec>…​
    +
    <pathspec>…​

    When pathspec is given on the command line, commit the contents of the files that match the pathspec without recording the changes diff --git a/external/docs/content/docs/git-commit/2.30.0.html b/external/docs/content/docs/git-commit/2.30.0.html index 6c4b4a92f5..f94001898c 100644 --- a/external/docs/content/docs/git-commit/2.30.0.html +++ b/external/docs/content/docs/git-commit/2.30.0.html @@ -59,12 +59,12 @@

    SYNOPSIS

    git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend]
    -	   [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
    +	   [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
     	   [-F <file> | -m <msg>] [--reset-author] [--allow-empty]
     	   [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
     	   [--date=<date>] [--cleanup=<mode>] [--[no-]status]
     	   [-i | -o] [--pathspec-from-file=<file> [--pathspec-file-nul]]
    -	   [-S[<keyid>]] [--] [<pathspec>…​]
    + [-S[<keyid>]] [--] [<pathspec>…​]
    @@ -146,27 +146,27 @@

    OPTIONS

    which changes to commit. See git-add[1] for details.

    -
    -C <commit>
    -
    --reuse-message=<commit>
    +
    -C <commit>
    +
    --reuse-message=<commit>

    Take an existing commit object, and reuse the log message and the authorship information (including the timestamp) when creating the commit.

    -
    -c <commit>
    -
    --reedit-message=<commit>
    +
    -c <commit>
    +
    --reedit-message=<commit>

    Like -C, but with -c the editor is invoked, so that the user can further edit the commit message.

    -
    --fixup=<commit>
    +
    --fixup=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message will be the subject line from the specified commit with a prefix of "fixup! ". See git-rebase[1] for details.

    -
    --squash=<commit>
    +
    --squash=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message subject line is taken from the specified @@ -516,7 +516,7 @@

    OPTIONS

    Do not interpret any more arguments as options.

    -
    <pathspec>…​
    +
    <pathspec>…​

    When pathspec is given on the command line, commit the contents of the files that match the pathspec without recording the changes diff --git a/external/docs/content/docs/git-commit/2.31.0.html b/external/docs/content/docs/git-commit/2.31.0.html index 359e0efbb2..85c054f65f 100644 --- a/external/docs/content/docs/git-commit/2.31.0.html +++ b/external/docs/content/docs/git-commit/2.31.0.html @@ -58,12 +58,12 @@

    SYNOPSIS

    git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend]
    -	   [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
    +	   [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
     	   [-F <file> | -m <msg>] [--reset-author] [--allow-empty]
     	   [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
     	   [--date=<date>] [--cleanup=<mode>] [--[no-]status]
     	   [-i | -o] [--pathspec-from-file=<file> [--pathspec-file-nul]]
    -	   [-S[<keyid>]] [--] [<pathspec>…​]
    + [-S[<keyid>]] [--] [<pathspec>…​]
    @@ -145,27 +145,27 @@

    OPTIONS

    which changes to commit. See git-add[1] for details.

    -
    -C <commit>
    -
    --reuse-message=<commit>
    +
    -C <commit>
    +
    --reuse-message=<commit>

    Take an existing commit object, and reuse the log message and the authorship information (including the timestamp) when creating the commit.

    -
    -c <commit>
    -
    --reedit-message=<commit>
    +
    -c <commit>
    +
    --reedit-message=<commit>

    Like -C, but with -c the editor is invoked, so that the user can further edit the commit message.

    -
    --fixup=<commit>
    +
    --fixup=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message will be the subject line from the specified commit with a prefix of "fixup! ". See git-rebase[1] for details.

    -
    --squash=<commit>
    +
    --squash=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message subject line is taken from the specified @@ -515,7 +515,7 @@

    OPTIONS

    Do not interpret any more arguments as options.

    -
    <pathspec>…​
    +
    <pathspec>…​

    When pathspec is given on the command line, commit the contents of the files that match the pathspec without recording the changes diff --git a/external/docs/content/docs/git-commit/2.32.0.html b/external/docs/content/docs/git-commit/2.32.0.html index 32497a8d2a..996e8d4dfc 100644 --- a/external/docs/content/docs/git-commit/2.32.0.html +++ b/external/docs/content/docs/git-commit/2.32.0.html @@ -57,13 +57,13 @@

    SYNOPSIS

    git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend]
    -	   [--dry-run] [(-c | -C | --squash) <commit> | --fixup [(amend|reword):]<commit>)]
    +	   [--dry-run] [(-c | -C | --squash) <commit> | --fixup [(amend|reword):]<commit>)]
     	   [-F <file> | -m <msg>] [--reset-author] [--allow-empty]
     	   [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
     	   [--date=<date>] [--cleanup=<mode>] [--[no-]status]
     	   [-i | -o] [--pathspec-from-file=<file> [--pathspec-file-nul]]
     	   [(--trailer <token>[(=|:)<value>])…​] [-S[<keyid>]]
    -	   [--] [<pathspec>…​]
    + [--] [<pathspec>…​]
    @@ -145,67 +145,67 @@

    OPTIONS

    which changes to commit. See git-add[1] for details.

    -
    -C <commit>
    -
    --reuse-message=<commit>
    +
    -C <commit>
    +
    --reuse-message=<commit>

    Take an existing commit object, and reuse the log message and the authorship information (including the timestamp) when creating the commit.

    -
    -c <commit>
    -
    --reedit-message=<commit>
    +
    -c <commit>
    +
    --reedit-message=<commit>

    Like -C, but with -c the editor is invoked, so that the user can further edit the commit message.

    -
    --fixup=[(amend|reword):]<commit>
    +
    --fixup=[(amend|reword):]<commit>
    -

    Create a new commit which "fixes up" <commit> when applied with -git rebase --autosquash. Plain --fixup=<commit> creates a -"fixup!" commit which changes the content of <commit> but leaves -its log message untouched. --fixup=amend:<commit> is similar but +

    Create a new commit which "fixes up" <commit> when applied with +git rebase --autosquash. Plain --fixup=<commit> creates a +"fixup!" commit which changes the content of <commit> but leaves +its log message untouched. --fixup=amend:<commit> is similar but creates an "amend!" commit which also replaces the log message of -<commit> with the log message of the "amend!" commit. ---fixup=reword:<commit> creates an "amend!" commit which -replaces the log message of <commit> with its own log message -but makes no changes to the content of <commit>.

    +<commit> with the log message of the "amend!" commit. +--fixup=reword:<commit> creates an "amend!" commit which +replaces the log message of <commit> with its own log message +but makes no changes to the content of <commit>.

    -

    The commit created by plain --fixup=<commit> has a subject -composed of "fixup!" followed by the subject line from <commit>, +

    The commit created by plain --fixup=<commit> has a subject +composed of "fixup!" followed by the subject line from <commit>, and is recognized specially by git rebase --autosquash. The -m option may be used to supplement the log message of the created commit, but the additional commentary will be thrown away once the -"fixup!" commit is squashed into <commit> by +"fixup!" commit is squashed into <commit> by git rebase --autosquash.

    -

    The commit created by --fixup=amend:<commit> is similar but its +

    The commit created by --fixup=amend:<commit> is similar but its subject is instead prefixed with "amend!". The log message of -<commit> is copied into the log message of the "amend!" commit and +<commit> is copied into the log message of the "amend!" commit and opened in an editor so it can be refined. When git rebase ---autosquash squashes the "amend!" commit into <commit>, the -log message of <commit> is replaced by the refined log message +--autosquash squashes the "amend!" commit into <commit>, the +log message of <commit> is replaced by the refined log message from the "amend!" commit. It is an error for the "amend!" commit’s log message to be empty unless --allow-empty-message is specified.

    -

    --fixup=reword:<commit> is shorthand for --fixup=amend:<commit> +

    --fixup=reword:<commit> is shorthand for --fixup=amend:<commit> --only. It creates an "amend!" commit with only a log message (ignoring any changes staged in the index). When squashed by git -rebase --autosquash, it replaces the log message of <commit> +rebase --autosquash, it replaces the log message of <commit> without making any other changes.

    Neither "fixup!" nor "amend!" commits change authorship of -<commit> when applied by git rebase --autosquash. +<commit> when applied by git rebase --autosquash. See git-rebase[1] for details.

    -
    --squash=<commit>
    +
    --squash=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message subject line is taken from the specified @@ -569,7 +569,7 @@

    OPTIONS

    Do not interpret any more arguments as options.

    -
    <pathspec>…​
    +
    <pathspec>…​

    When pathspec is given on the command line, commit the contents of the files that match the pathspec without recording the changes diff --git a/external/docs/content/docs/git-commit/2.33.0.html b/external/docs/content/docs/git-commit/2.33.0.html index 6c2f77f610..9a5ab60642 100644 --- a/external/docs/content/docs/git-commit/2.33.0.html +++ b/external/docs/content/docs/git-commit/2.33.0.html @@ -58,13 +58,13 @@

    SYNOPSIS

    git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend]
    -	   [--dry-run] [(-c | -C | --squash) <commit> | --fixup [(amend|reword):]<commit>)]
    +	   [--dry-run] [(-c | -C | --squash) <commit> | --fixup [(amend|reword):]<commit>)]
     	   [-F <file> | -m <msg>] [--reset-author] [--allow-empty]
     	   [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
     	   [--date=<date>] [--cleanup=<mode>] [--[no-]status]
     	   [-i | -o] [--pathspec-from-file=<file> [--pathspec-file-nul]]
     	   [(--trailer <token>[(=|:)<value>])…​] [-S[<keyid>]]
    -	   [--] [<pathspec>…​]
    + [--] [<pathspec>…​]
    @@ -146,67 +146,67 @@

    OPTIONS

    which changes to commit. See git-add[1] for details.

    -
    -C <commit>
    -
    --reuse-message=<commit>
    +
    -C <commit>
    +
    --reuse-message=<commit>

    Take an existing commit object, and reuse the log message and the authorship information (including the timestamp) when creating the commit.

    -
    -c <commit>
    -
    --reedit-message=<commit>
    +
    -c <commit>
    +
    --reedit-message=<commit>

    Like -C, but with -c the editor is invoked, so that the user can further edit the commit message.

    -
    --fixup=[(amend|reword):]<commit>
    +
    --fixup=[(amend|reword):]<commit>
    -

    Create a new commit which "fixes up" <commit> when applied with -git rebase --autosquash. Plain --fixup=<commit> creates a -"fixup!" commit which changes the content of <commit> but leaves -its log message untouched. --fixup=amend:<commit> is similar but +

    Create a new commit which "fixes up" <commit> when applied with +git rebase --autosquash. Plain --fixup=<commit> creates a +"fixup!" commit which changes the content of <commit> but leaves +its log message untouched. --fixup=amend:<commit> is similar but creates an "amend!" commit which also replaces the log message of -<commit> with the log message of the "amend!" commit. ---fixup=reword:<commit> creates an "amend!" commit which -replaces the log message of <commit> with its own log message -but makes no changes to the content of <commit>.

    +<commit> with the log message of the "amend!" commit. +--fixup=reword:<commit> creates an "amend!" commit which +replaces the log message of <commit> with its own log message +but makes no changes to the content of <commit>.

    -

    The commit created by plain --fixup=<commit> has a subject -composed of "fixup!" followed by the subject line from <commit>, +

    The commit created by plain --fixup=<commit> has a subject +composed of "fixup!" followed by the subject line from <commit>, and is recognized specially by git rebase --autosquash. The -m option may be used to supplement the log message of the created commit, but the additional commentary will be thrown away once the -"fixup!" commit is squashed into <commit> by +"fixup!" commit is squashed into <commit> by git rebase --autosquash.

    -

    The commit created by --fixup=amend:<commit> is similar but its +

    The commit created by --fixup=amend:<commit> is similar but its subject is instead prefixed with "amend!". The log message of -<commit> is copied into the log message of the "amend!" commit and +<commit> is copied into the log message of the "amend!" commit and opened in an editor so it can be refined. When git rebase ---autosquash squashes the "amend!" commit into <commit>, the -log message of <commit> is replaced by the refined log message +--autosquash squashes the "amend!" commit into <commit>, the +log message of <commit> is replaced by the refined log message from the "amend!" commit. It is an error for the "amend!" commit’s log message to be empty unless --allow-empty-message is specified.

    -

    --fixup=reword:<commit> is shorthand for --fixup=amend:<commit> +

    --fixup=reword:<commit> is shorthand for --fixup=amend:<commit> --only. It creates an "amend!" commit with only a log message (ignoring any changes staged in the index). When squashed by git -rebase --autosquash, it replaces the log message of <commit> +rebase --autosquash, it replaces the log message of <commit> without making any other changes.

    Neither "fixup!" nor "amend!" commits change authorship of -<commit> when applied by git rebase --autosquash. +<commit> when applied by git rebase --autosquash. See git-rebase[1] for details.

    -
    --squash=<commit>
    +
    --squash=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message subject line is taken from the specified @@ -570,7 +570,7 @@

    OPTIONS

    Do not interpret any more arguments as options.

    -
    <pathspec>…​
    +
    <pathspec>…​

    When pathspec is given on the command line, commit the contents of the files that match the pathspec without recording the changes diff --git a/external/docs/content/docs/git-commit/2.34.0.html b/external/docs/content/docs/git-commit/2.34.0.html index ba3830fd2d..fa69f7efe9 100644 --- a/external/docs/content/docs/git-commit/2.34.0.html +++ b/external/docs/content/docs/git-commit/2.34.0.html @@ -58,13 +58,13 @@

    SYNOPSIS

    git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend]
    -	   [--dry-run] [(-c | -C | --squash) <commit> | --fixup [(amend|reword):]<commit>)]
    +	   [--dry-run] [(-c | -C | --squash) <commit> | --fixup [(amend|reword):]<commit>)]
     	   [-F <file> | -m <msg>] [--reset-author] [--allow-empty]
     	   [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
     	   [--date=<date>] [--cleanup=<mode>] [--[no-]status]
     	   [-i | -o] [--pathspec-from-file=<file> [--pathspec-file-nul]]
     	   [(--trailer <token>[(=|:)<value>])…​] [-S[<keyid>]]
    -	   [--] [<pathspec>…​]
    + [--] [<pathspec>…​]
    @@ -146,67 +146,67 @@

    OPTIONS

    which changes to commit. See git-add[1] for details.

    -
    -C <commit>
    -
    --reuse-message=<commit>
    +
    -C <commit>
    +
    --reuse-message=<commit>

    Take an existing commit object, and reuse the log message and the authorship information (including the timestamp) when creating the commit.

    -
    -c <commit>
    -
    --reedit-message=<commit>
    +
    -c <commit>
    +
    --reedit-message=<commit>

    Like -C, but with -c the editor is invoked, so that the user can further edit the commit message.

    -
    --fixup=[(amend|reword):]<commit>
    +
    --fixup=[(amend|reword):]<commit>
    -

    Create a new commit which "fixes up" <commit> when applied with -git rebase --autosquash. Plain --fixup=<commit> creates a -"fixup!" commit which changes the content of <commit> but leaves -its log message untouched. --fixup=amend:<commit> is similar but +

    Create a new commit which "fixes up" <commit> when applied with +git rebase --autosquash. Plain --fixup=<commit> creates a +"fixup!" commit which changes the content of <commit> but leaves +its log message untouched. --fixup=amend:<commit> is similar but creates an "amend!" commit which also replaces the log message of -<commit> with the log message of the "amend!" commit. ---fixup=reword:<commit> creates an "amend!" commit which -replaces the log message of <commit> with its own log message -but makes no changes to the content of <commit>.

    +<commit> with the log message of the "amend!" commit. +--fixup=reword:<commit> creates an "amend!" commit which +replaces the log message of <commit> with its own log message +but makes no changes to the content of <commit>.

    -

    The commit created by plain --fixup=<commit> has a subject -composed of "fixup!" followed by the subject line from <commit>, +

    The commit created by plain --fixup=<commit> has a subject +composed of "fixup!" followed by the subject line from <commit>, and is recognized specially by git rebase --autosquash. The -m option may be used to supplement the log message of the created commit, but the additional commentary will be thrown away once the -"fixup!" commit is squashed into <commit> by +"fixup!" commit is squashed into <commit> by git rebase --autosquash.

    -

    The commit created by --fixup=amend:<commit> is similar but its +

    The commit created by --fixup=amend:<commit> is similar but its subject is instead prefixed with "amend!". The log message of -<commit> is copied into the log message of the "amend!" commit and +<commit> is copied into the log message of the "amend!" commit and opened in an editor so it can be refined. When git rebase ---autosquash squashes the "amend!" commit into <commit>, the -log message of <commit> is replaced by the refined log message +--autosquash squashes the "amend!" commit into <commit>, the +log message of <commit> is replaced by the refined log message from the "amend!" commit. It is an error for the "amend!" commit’s log message to be empty unless --allow-empty-message is specified.

    -

    --fixup=reword:<commit> is shorthand for --fixup=amend:<commit> +

    --fixup=reword:<commit> is shorthand for --fixup=amend:<commit> --only. It creates an "amend!" commit with only a log message (ignoring any changes staged in the index). When squashed by git -rebase --autosquash, it replaces the log message of <commit> +rebase --autosquash, it replaces the log message of <commit> without making any other changes.

    Neither "fixup!" nor "amend!" commits change authorship of -<commit> when applied by git rebase --autosquash. +<commit> when applied by git rebase --autosquash. See git-rebase[1] for details.

    -
    --squash=<commit>
    +
    --squash=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message subject line is taken from the specified @@ -571,7 +571,7 @@

    OPTIONS

    Do not interpret any more arguments as options.

    -
    <pathspec>…​
    +
    <pathspec>…​

    When pathspec is given on the command line, commit the contents of the files that match the pathspec without recording the changes diff --git a/external/docs/content/docs/git-commit/2.35.0.html b/external/docs/content/docs/git-commit/2.35.0.html index 61f377f810..e0e32f3550 100644 --- a/external/docs/content/docs/git-commit/2.35.0.html +++ b/external/docs/content/docs/git-commit/2.35.0.html @@ -73,13 +73,13 @@

    SYNOPSIS

    git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend]
    -	   [--dry-run] [(-c | -C | --squash) <commit> | --fixup [(amend|reword):]<commit>)]
    +	   [--dry-run] [(-c | -C | --squash) <commit> | --fixup [(amend|reword):]<commit>)]
     	   [-F <file> | -m <msg>] [--reset-author] [--allow-empty]
     	   [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
     	   [--date=<date>] [--cleanup=<mode>] [--[no-]status]
     	   [-i | -o] [--pathspec-from-file=<file> [--pathspec-file-nul]]
     	   [(--trailer <token>[(=|:)<value>])…​] [-S[<keyid>]]
    -	   [--] [<pathspec>…​]
    + [--] [<pathspec>…​]
    @@ -161,67 +161,67 @@

    OPTIONS

    which changes to commit. See git-add[1] for details.

    -
    -C <commit>
    -
    --reuse-message=<commit>
    +
    -C <commit>
    +
    --reuse-message=<commit>

    Take an existing commit object, and reuse the log message and the authorship information (including the timestamp) when creating the commit.

    -
    -c <commit>
    -
    --reedit-message=<commit>
    +
    -c <commit>
    +
    --reedit-message=<commit>

    Like -C, but with -c the editor is invoked, so that the user can further edit the commit message.

    -
    --fixup=[(amend|reword):]<commit>
    +
    --fixup=[(amend|reword):]<commit>
    -

    Create a new commit which "fixes up" <commit> when applied with -git rebase --autosquash. Plain --fixup=<commit> creates a -"fixup!" commit which changes the content of <commit> but leaves -its log message untouched. --fixup=amend:<commit> is similar but +

    Create a new commit which "fixes up" <commit> when applied with +git rebase --autosquash. Plain --fixup=<commit> creates a +"fixup!" commit which changes the content of <commit> but leaves +its log message untouched. --fixup=amend:<commit> is similar but creates an "amend!" commit which also replaces the log message of -<commit> with the log message of the "amend!" commit. ---fixup=reword:<commit> creates an "amend!" commit which -replaces the log message of <commit> with its own log message -but makes no changes to the content of <commit>.

    +<commit> with the log message of the "amend!" commit. +--fixup=reword:<commit> creates an "amend!" commit which +replaces the log message of <commit> with its own log message +but makes no changes to the content of <commit>.

    -

    The commit created by plain --fixup=<commit> has a subject -composed of "fixup!" followed by the subject line from <commit>, +

    The commit created by plain --fixup=<commit> has a subject +composed of "fixup!" followed by the subject line from <commit>, and is recognized specially by git rebase --autosquash. The -m option may be used to supplement the log message of the created commit, but the additional commentary will be thrown away once the -"fixup!" commit is squashed into <commit> by +"fixup!" commit is squashed into <commit> by git rebase --autosquash.

    -

    The commit created by --fixup=amend:<commit> is similar but its +

    The commit created by --fixup=amend:<commit> is similar but its subject is instead prefixed with "amend!". The log message of -<commit> is copied into the log message of the "amend!" commit and +<commit> is copied into the log message of the "amend!" commit and opened in an editor so it can be refined. When git rebase ---autosquash squashes the "amend!" commit into <commit>, the -log message of <commit> is replaced by the refined log message +--autosquash squashes the "amend!" commit into <commit>, the +log message of <commit> is replaced by the refined log message from the "amend!" commit. It is an error for the "amend!" commit’s log message to be empty unless --allow-empty-message is specified.

    -

    --fixup=reword:<commit> is shorthand for --fixup=amend:<commit> +

    --fixup=reword:<commit> is shorthand for --fixup=amend:<commit> --only. It creates an "amend!" commit with only a log message (ignoring any changes staged in the index). When squashed by git -rebase --autosquash, it replaces the log message of <commit> +rebase --autosquash, it replaces the log message of <commit> without making any other changes.

    Neither "fixup!" nor "amend!" commits change authorship of -<commit> when applied by git rebase --autosquash. +<commit> when applied by git rebase --autosquash. See git-rebase[1] for details.

    -
    --squash=<commit>
    +
    --squash=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message subject line is taken from the specified @@ -586,7 +586,7 @@

    OPTIONS

    Do not interpret any more arguments as options.

    -
    <pathspec>…​
    +
    <pathspec>…​

    When pathspec is given on the command line, commit the contents of the files that match the pathspec without recording the changes diff --git a/external/docs/content/docs/git-commit/2.38.0.html b/external/docs/content/docs/git-commit/2.38.0.html index cfb2eaaf0b..e6bb3a9548 100644 --- a/external/docs/content/docs/git-commit/2.38.0.html +++ b/external/docs/content/docs/git-commit/2.38.0.html @@ -75,13 +75,13 @@

    SYNOPSIS

    git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend]
    -	   [--dry-run] [(-c | -C | --squash) <commit> | --fixup [(amend|reword):]<commit>)]
    +	   [--dry-run] [(-c | -C | --squash) <commit> | --fixup [(amend|reword):]<commit>)]
     	   [-F <file> | -m <msg>] [--reset-author] [--allow-empty]
     	   [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
     	   [--date=<date>] [--cleanup=<mode>] [--[no-]status]
     	   [-i | -o] [--pathspec-from-file=<file> [--pathspec-file-nul]]
     	   [(--trailer <token>[(=|:)<value>])…​] [-S[<keyid>]]
    -	   [--] [<pathspec>…​]
    + [--] [<pathspec>…​]
    @@ -163,67 +163,67 @@

    OPTIONS

    which changes to commit. See git-add[1] for details.

    -
    -C <commit>
    -
    --reuse-message=<commit>
    +
    -C <commit>
    +
    --reuse-message=<commit>

    Take an existing commit object, and reuse the log message and the authorship information (including the timestamp) when creating the commit.

    -
    -c <commit>
    -
    --reedit-message=<commit>
    +
    -c <commit>
    +
    --reedit-message=<commit>

    Like -C, but with -c the editor is invoked, so that the user can further edit the commit message.

    -
    --fixup=[(amend|reword):]<commit>
    +
    --fixup=[(amend|reword):]<commit>
    -

    Create a new commit which "fixes up" <commit> when applied with -git rebase --autosquash. Plain --fixup=<commit> creates a -"fixup!" commit which changes the content of <commit> but leaves -its log message untouched. --fixup=amend:<commit> is similar but +

    Create a new commit which "fixes up" <commit> when applied with +git rebase --autosquash. Plain --fixup=<commit> creates a +"fixup!" commit which changes the content of <commit> but leaves +its log message untouched. --fixup=amend:<commit> is similar but creates an "amend!" commit which also replaces the log message of -<commit> with the log message of the "amend!" commit. ---fixup=reword:<commit> creates an "amend!" commit which -replaces the log message of <commit> with its own log message -but makes no changes to the content of <commit>.

    +<commit> with the log message of the "amend!" commit. +--fixup=reword:<commit> creates an "amend!" commit which +replaces the log message of <commit> with its own log message +but makes no changes to the content of <commit>.

    -

    The commit created by plain --fixup=<commit> has a subject -composed of "fixup!" followed by the subject line from <commit>, +

    The commit created by plain --fixup=<commit> has a subject +composed of "fixup!" followed by the subject line from <commit>, and is recognized specially by git rebase --autosquash. The -m option may be used to supplement the log message of the created commit, but the additional commentary will be thrown away once the -"fixup!" commit is squashed into <commit> by +"fixup!" commit is squashed into <commit> by git rebase --autosquash.

    -

    The commit created by --fixup=amend:<commit> is similar but its +

    The commit created by --fixup=amend:<commit> is similar but its subject is instead prefixed with "amend!". The log message of -<commit> is copied into the log message of the "amend!" commit and +<commit> is copied into the log message of the "amend!" commit and opened in an editor so it can be refined. When git rebase ---autosquash squashes the "amend!" commit into <commit>, the -log message of <commit> is replaced by the refined log message +--autosquash squashes the "amend!" commit into <commit>, the +log message of <commit> is replaced by the refined log message from the "amend!" commit. It is an error for the "amend!" commit’s log message to be empty unless --allow-empty-message is specified.

    -

    --fixup=reword:<commit> is shorthand for --fixup=amend:<commit> +

    --fixup=reword:<commit> is shorthand for --fixup=amend:<commit> --only. It creates an "amend!" commit with only a log message (ignoring any changes staged in the index). When squashed by git -rebase --autosquash, it replaces the log message of <commit> +rebase --autosquash, it replaces the log message of <commit> without making any other changes.

    Neither "fixup!" nor "amend!" commits change authorship of -<commit> when applied by git rebase --autosquash. +<commit> when applied by git rebase --autosquash. See git-rebase[1] for details.

    -
    --squash=<commit>
    +
    --squash=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message subject line is taken from the specified @@ -588,7 +588,7 @@

    OPTIONS

    Do not interpret any more arguments as options.

    -
    <pathspec>…​
    +
    <pathspec>…​

    When pathspec is given on the command line, commit the contents of the files that match the pathspec without recording the changes diff --git a/external/docs/content/docs/git-commit/2.4.12.html b/external/docs/content/docs/git-commit/2.4.12.html index 8254cd441e..db027e7256 100644 --- a/external/docs/content/docs/git-commit/2.4.12.html +++ b/external/docs/content/docs/git-commit/2.4.12.html @@ -49,7 +49,7 @@

    SYNOPSIS

    git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend]
    -	   [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
    +	   [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
     	   [-F <file> | -m <msg>] [--reset-author] [--allow-empty]
     	   [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
     	   [--date=<date>] [--cleanup=<mode>] [--[no-]status]
    @@ -129,27 +129,27 @@ 

    OPTIONS

    which changes to commit. See git-add[1] for details.

    -
    -C <commit>
    -
    --reuse-message=<commit>
    +
    -C <commit>
    +
    --reuse-message=<commit>

    Take an existing commit object, and reuse the log message and the authorship information (including the timestamp) when creating the commit.

    -
    -c <commit>
    -
    --reedit-message=<commit>
    +
    -c <commit>
    +
    --reedit-message=<commit>

    Like -C, but with -c the editor is invoked, so that the user can further edit the commit message.

    -
    --fixup=<commit>
    +
    --fixup=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message will be the subject line from the specified commit with a prefix of "fixup! ". See git-rebase[1] for details.

    -
    --squash=<commit>
    +
    --squash=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message subject line is taken from the specified diff --git a/external/docs/content/docs/git-commit/2.43.0.html b/external/docs/content/docs/git-commit/2.43.0.html index 97d6eb408d..b1d4288682 100644 --- a/external/docs/content/docs/git-commit/2.43.0.html +++ b/external/docs/content/docs/git-commit/2.43.0.html @@ -50,13 +50,13 @@

    SYNOPSIS

    git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend]
    -	   [--dry-run] [(-c | -C | --squash) <commit> | --fixup [(amend|reword):]<commit>)]
    +	   [--dry-run] [(-c | -C | --squash) <commit> | --fixup [(amend|reword):]<commit>)]
     	   [-F <file> | -m <msg>] [--reset-author] [--allow-empty]
     	   [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
     	   [--date=<date>] [--cleanup=<mode>] [--[no-]status]
     	   [-i | -o] [--pathspec-from-file=<file> [--pathspec-file-nul]]
     	   [(--trailer <token>[(=|:)<value>])…​] [-S[<keyid>]]
    -	   [--] [<pathspec>…​]
    + [--] [<pathspec>…​]
    @@ -138,67 +138,67 @@

    OPTIONS

    which changes to commit. See git-add[1] for details.

    -
    -C <commit>
    -
    --reuse-message=<commit>
    +
    -C <commit>
    +
    --reuse-message=<commit>

    Take an existing commit object, and reuse the log message and the authorship information (including the timestamp) when creating the commit.

    -
    -c <commit>
    -
    --reedit-message=<commit>
    +
    -c <commit>
    +
    --reedit-message=<commit>

    Like -C, but with -c the editor is invoked, so that the user can further edit the commit message.

    -
    --fixup=[(amend|reword):]<commit>
    +
    --fixup=[(amend|reword):]<commit>
    -

    Create a new commit which "fixes up" <commit> when applied with -git rebase --autosquash. Plain --fixup=<commit> creates a -"fixup!" commit which changes the content of <commit> but leaves -its log message untouched. --fixup=amend:<commit> is similar but +

    Create a new commit which "fixes up" <commit> when applied with +git rebase --autosquash. Plain --fixup=<commit> creates a +"fixup!" commit which changes the content of <commit> but leaves +its log message untouched. --fixup=amend:<commit> is similar but creates an "amend!" commit which also replaces the log message of -<commit> with the log message of the "amend!" commit. ---fixup=reword:<commit> creates an "amend!" commit which -replaces the log message of <commit> with its own log message -but makes no changes to the content of <commit>.

    +<commit> with the log message of the "amend!" commit. +--fixup=reword:<commit> creates an "amend!" commit which +replaces the log message of <commit> with its own log message +but makes no changes to the content of <commit>.

    -

    The commit created by plain --fixup=<commit> has a subject -composed of "fixup!" followed by the subject line from <commit>, +

    The commit created by plain --fixup=<commit> has a subject +composed of "fixup!" followed by the subject line from <commit>, and is recognized specially by git rebase --autosquash. The -m option may be used to supplement the log message of the created commit, but the additional commentary will be thrown away once the -"fixup!" commit is squashed into <commit> by +"fixup!" commit is squashed into <commit> by git rebase --autosquash.

    -

    The commit created by --fixup=amend:<commit> is similar but its +

    The commit created by --fixup=amend:<commit> is similar but its subject is instead prefixed with "amend!". The log message of -<commit> is copied into the log message of the "amend!" commit and +<commit> is copied into the log message of the "amend!" commit and opened in an editor so it can be refined. When git rebase ---autosquash squashes the "amend!" commit into <commit>, the -log message of <commit> is replaced by the refined log message +--autosquash squashes the "amend!" commit into <commit>, the +log message of <commit> is replaced by the refined log message from the "amend!" commit. It is an error for the "amend!" commit’s log message to be empty unless --allow-empty-message is specified.

    -

    --fixup=reword:<commit> is shorthand for --fixup=amend:<commit> +

    --fixup=reword:<commit> is shorthand for --fixup=amend:<commit> --only. It creates an "amend!" commit with only a log message (ignoring any changes staged in the index). When squashed by git -rebase --autosquash, it replaces the log message of <commit> +rebase --autosquash, it replaces the log message of <commit> without making any other changes.

    Neither "fixup!" nor "amend!" commits change authorship of -<commit> when applied by git rebase --autosquash. +<commit> when applied by git rebase --autosquash. See git-rebase[1] for details.

    -
    --squash=<commit>
    +
    --squash=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message subject line is taken from the specified @@ -563,7 +563,7 @@

    OPTIONS

    Do not interpret any more arguments as options.

    -
    <pathspec>…​
    +
    <pathspec>…​

    When pathspec is given on the command line, commit the contents of the files that match the pathspec without recording the changes diff --git a/external/docs/content/docs/git-commit/2.43.1.html b/external/docs/content/docs/git-commit/2.43.1.html index 4f41d63e68..23c0abeae6 100644 --- a/external/docs/content/docs/git-commit/2.43.1.html +++ b/external/docs/content/docs/git-commit/2.43.1.html @@ -61,13 +61,13 @@

    SYNOPSIS

    git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend]
    -	   [--dry-run] [(-c | -C | --squash) <commit> | --fixup [(amend|reword):]<commit>)]
    +	   [--dry-run] [(-c | -C | --squash) <commit> | --fixup [(amend|reword):]<commit>)]
     	   [-F <file> | -m <msg>] [--reset-author] [--allow-empty]
     	   [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
     	   [--date=<date>] [--cleanup=<mode>] [--[no-]status]
     	   [-i | -o] [--pathspec-from-file=<file> [--pathspec-file-nul]]
     	   [(--trailer <token>[(=|:)<value>])…​] [-S[<keyid>]]
    -	   [--] [<pathspec>…​]
    + [--] [<pathspec>…​]
    @@ -149,67 +149,67 @@

    OPTIONS

    which changes to commit. See git-add[1] for details.

    -
    -C <commit>
    -
    --reuse-message=<commit>
    +
    -C <commit>
    +
    --reuse-message=<commit>

    Take an existing commit object, and reuse the log message and the authorship information (including the timestamp) when creating the commit.

    -
    -c <commit>
    -
    --reedit-message=<commit>
    +
    -c <commit>
    +
    --reedit-message=<commit>

    Like -C, but with -c the editor is invoked, so that the user can further edit the commit message.

    -
    --fixup=[(amend|reword):]<commit>
    +
    --fixup=[(amend|reword):]<commit>
    -

    Create a new commit which "fixes up" <commit> when applied with -git rebase --autosquash. Plain --fixup=<commit> creates a -"fixup!" commit which changes the content of <commit> but leaves -its log message untouched. --fixup=amend:<commit> is similar but +

    Create a new commit which "fixes up" <commit> when applied with +git rebase --autosquash. Plain --fixup=<commit> creates a +"fixup!" commit which changes the content of <commit> but leaves +its log message untouched. --fixup=amend:<commit> is similar but creates an "amend!" commit which also replaces the log message of -<commit> with the log message of the "amend!" commit. ---fixup=reword:<commit> creates an "amend!" commit which -replaces the log message of <commit> with its own log message -but makes no changes to the content of <commit>.

    +<commit> with the log message of the "amend!" commit. +--fixup=reword:<commit> creates an "amend!" commit which +replaces the log message of <commit> with its own log message +but makes no changes to the content of <commit>.

    -

    The commit created by plain --fixup=<commit> has a subject -composed of "fixup!" followed by the subject line from <commit>, +

    The commit created by plain --fixup=<commit> has a subject +composed of "fixup!" followed by the subject line from <commit>, and is recognized specially by git rebase --autosquash. The -m option may be used to supplement the log message of the created commit, but the additional commentary will be thrown away once the -"fixup!" commit is squashed into <commit> by +"fixup!" commit is squashed into <commit> by git rebase --autosquash.

    -

    The commit created by --fixup=amend:<commit> is similar but its +

    The commit created by --fixup=amend:<commit> is similar but its subject is instead prefixed with "amend!". The log message of -<commit> is copied into the log message of the "amend!" commit and +<commit> is copied into the log message of the "amend!" commit and opened in an editor so it can be refined. When git rebase ---autosquash squashes the "amend!" commit into <commit>, the -log message of <commit> is replaced by the refined log message +--autosquash squashes the "amend!" commit into <commit>, the +log message of <commit> is replaced by the refined log message from the "amend!" commit. It is an error for the "amend!" commit’s log message to be empty unless --allow-empty-message is specified.

    -

    --fixup=reword:<commit> is shorthand for --fixup=amend:<commit> +

    --fixup=reword:<commit> is shorthand for --fixup=amend:<commit> --only. It creates an "amend!" commit with only a log message (ignoring any changes staged in the index). When squashed by git -rebase --autosquash, it replaces the log message of <commit> +rebase --autosquash, it replaces the log message of <commit> without making any other changes.

    Neither "fixup!" nor "amend!" commits change authorship of -<commit> when applied by git rebase --autosquash. +<commit> when applied by git rebase --autosquash. See git-rebase[1] for details.

    -
    --squash=<commit>
    +
    --squash=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message subject line is taken from the specified @@ -574,7 +574,7 @@

    OPTIONS

    Do not interpret any more arguments as options.

    -
    <pathspec>…​
    +
    <pathspec>…​

    When pathspec is given on the command line, commit the contents of the files that match the pathspec without recording the changes diff --git a/external/docs/content/docs/git-commit/2.45.0.html b/external/docs/content/docs/git-commit/2.45.0.html index 97fa86c5b6..2ff772ad17 100644 --- a/external/docs/content/docs/git-commit/2.45.0.html +++ b/external/docs/content/docs/git-commit/2.45.0.html @@ -55,13 +55,13 @@

    SYNOPSIS

    git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend]
    -	   [--dry-run] [(-c | -C | --squash) <commit> | --fixup [(amend|reword):]<commit>)]
    +	   [--dry-run] [(-c | -C | --squash) <commit> | --fixup [(amend|reword):]<commit>)]
     	   [-F <file> | -m <msg>] [--reset-author] [--allow-empty]
     	   [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
     	   [--date=<date>] [--cleanup=<mode>] [--[no-]status]
     	   [-i | -o] [--pathspec-from-file=<file> [--pathspec-file-nul]]
     	   [(--trailer <token>[(=|:)<value>])…​] [-S[<keyid>]]
    -	   [--] [<pathspec>…​]
    + [--] [<pathspec>…​]
    @@ -143,67 +143,67 @@

    OPTIONS

    which changes to commit. See git-add[1] for details.

    -
    -C <commit>
    -
    --reuse-message=<commit>
    +
    -C <commit>
    +
    --reuse-message=<commit>

    Take an existing commit object, and reuse the log message and the authorship information (including the timestamp) when creating the commit.

    -
    -c <commit>
    -
    --reedit-message=<commit>
    +
    -c <commit>
    +
    --reedit-message=<commit>

    Like -C, but with -c the editor is invoked, so that the user can further edit the commit message.

    -
    --fixup=[(amend|reword):]<commit>
    +
    --fixup=[(amend|reword):]<commit>
    -

    Create a new commit which "fixes up" <commit> when applied with -git rebase --autosquash. Plain --fixup=<commit> creates a -"fixup!" commit which changes the content of <commit> but leaves -its log message untouched. --fixup=amend:<commit> is similar but +

    Create a new commit which "fixes up" <commit> when applied with +git rebase --autosquash. Plain --fixup=<commit> creates a +"fixup!" commit which changes the content of <commit> but leaves +its log message untouched. --fixup=amend:<commit> is similar but creates an "amend!" commit which also replaces the log message of -<commit> with the log message of the "amend!" commit. ---fixup=reword:<commit> creates an "amend!" commit which -replaces the log message of <commit> with its own log message -but makes no changes to the content of <commit>.

    +<commit> with the log message of the "amend!" commit. +--fixup=reword:<commit> creates an "amend!" commit which +replaces the log message of <commit> with its own log message +but makes no changes to the content of <commit>.

    -

    The commit created by plain --fixup=<commit> has a subject -composed of "fixup!" followed by the subject line from <commit>, +

    The commit created by plain --fixup=<commit> has a subject +composed of "fixup!" followed by the subject line from <commit>, and is recognized specially by git rebase --autosquash. The -m option may be used to supplement the log message of the created commit, but the additional commentary will be thrown away once the -"fixup!" commit is squashed into <commit> by +"fixup!" commit is squashed into <commit> by git rebase --autosquash.

    -

    The commit created by --fixup=amend:<commit> is similar but its +

    The commit created by --fixup=amend:<commit> is similar but its subject is instead prefixed with "amend!". The log message of -<commit> is copied into the log message of the "amend!" commit and +<commit> is copied into the log message of the "amend!" commit and opened in an editor so it can be refined. When git rebase ---autosquash squashes the "amend!" commit into <commit>, the -log message of <commit> is replaced by the refined log message +--autosquash squashes the "amend!" commit into <commit>, the +log message of <commit> is replaced by the refined log message from the "amend!" commit. It is an error for the "amend!" commit’s log message to be empty unless --allow-empty-message is specified.

    -

    --fixup=reword:<commit> is shorthand for --fixup=amend:<commit> +

    --fixup=reword:<commit> is shorthand for --fixup=amend:<commit> --only. It creates an "amend!" commit with only a log message (ignoring any changes staged in the index). When squashed by git -rebase --autosquash, it replaces the log message of <commit> +rebase --autosquash, it replaces the log message of <commit> without making any other changes.

    Neither "fixup!" nor "amend!" commits change authorship of -<commit> when applied by git rebase --autosquash. +<commit> when applied by git rebase --autosquash. See git-rebase[1] for details.

    -
    --squash=<commit>
    +
    --squash=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message subject line is taken from the specified @@ -570,7 +570,7 @@

    OPTIONS

    Do not interpret any more arguments as options.

    -
    <pathspec>…​
    +
    <pathspec>…​

    When pathspec is given on the command line, commit the contents of the files that match the pathspec without recording the changes diff --git a/external/docs/content/docs/git-commit/2.46.1.html b/external/docs/content/docs/git-commit/2.46.1.html index ec89329e2f..ae0618d905 100644 --- a/external/docs/content/docs/git-commit/2.46.1.html +++ b/external/docs/content/docs/git-commit/2.46.1.html @@ -60,13 +60,13 @@

    SYNOPSIS

    git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend]
    -	   [--dry-run] [(-c | -C | --squash) <commit> | --fixup [(amend|reword):]<commit>]
    +	   [--dry-run] [(-c | -C | --squash) <commit> | --fixup [(amend|reword):]<commit>]
     	   [-F <file> | -m <msg>] [--reset-author] [--allow-empty]
     	   [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
     	   [--date=<date>] [--cleanup=<mode>] [--[no-]status]
     	   [-i | -o] [--pathspec-from-file=<file> [--pathspec-file-nul]]
     	   [(--trailer <token>[(=|:)<value>])…​] [-S[<keyid>]]
    -	   [--] [<pathspec>…​]
    + [--] [<pathspec>…​]
    @@ -148,67 +148,67 @@

    OPTIONS

    which changes to commit. See git-add[1] for details.

    -
    -C <commit>
    -
    --reuse-message=<commit>
    +
    -C <commit>
    +
    --reuse-message=<commit>

    Take an existing commit object, and reuse the log message and the authorship information (including the timestamp) when creating the commit.

    -
    -c <commit>
    -
    --reedit-message=<commit>
    +
    -c <commit>
    +
    --reedit-message=<commit>

    Like -C, but with -c the editor is invoked, so that the user can further edit the commit message.

    -
    --fixup=[(amend|reword):]<commit>
    +
    --fixup=[(amend|reword):]<commit>
    -

    Create a new commit which "fixes up" <commit> when applied with -git rebase --autosquash. Plain --fixup=<commit> creates a -"fixup!" commit which changes the content of <commit> but leaves -its log message untouched. --fixup=amend:<commit> is similar but +

    Create a new commit which "fixes up" <commit> when applied with +git rebase --autosquash. Plain --fixup=<commit> creates a +"fixup!" commit which changes the content of <commit> but leaves +its log message untouched. --fixup=amend:<commit> is similar but creates an "amend!" commit which also replaces the log message of -<commit> with the log message of the "amend!" commit. ---fixup=reword:<commit> creates an "amend!" commit which -replaces the log message of <commit> with its own log message -but makes no changes to the content of <commit>.

    +<commit> with the log message of the "amend!" commit. +--fixup=reword:<commit> creates an "amend!" commit which +replaces the log message of <commit> with its own log message +but makes no changes to the content of <commit>.

    -

    The commit created by plain --fixup=<commit> has a subject -composed of "fixup!" followed by the subject line from <commit>, +

    The commit created by plain --fixup=<commit> has a subject +composed of "fixup!" followed by the subject line from <commit>, and is recognized specially by git rebase --autosquash. The -m option may be used to supplement the log message of the created commit, but the additional commentary will be thrown away once the -"fixup!" commit is squashed into <commit> by +"fixup!" commit is squashed into <commit> by git rebase --autosquash.

    -

    The commit created by --fixup=amend:<commit> is similar but its +

    The commit created by --fixup=amend:<commit> is similar but its subject is instead prefixed with "amend!". The log message of -<commit> is copied into the log message of the "amend!" commit and +<commit> is copied into the log message of the "amend!" commit and opened in an editor so it can be refined. When git rebase ---autosquash squashes the "amend!" commit into <commit>, the -log message of <commit> is replaced by the refined log message +--autosquash squashes the "amend!" commit into <commit>, the +log message of <commit> is replaced by the refined log message from the "amend!" commit. It is an error for the "amend!" commit’s log message to be empty unless --allow-empty-message is specified.

    -

    --fixup=reword:<commit> is shorthand for --fixup=amend:<commit> +

    --fixup=reword:<commit> is shorthand for --fixup=amend:<commit> --only. It creates an "amend!" commit with only a log message (ignoring any changes staged in the index). When squashed by git -rebase --autosquash, it replaces the log message of <commit> +rebase --autosquash, it replaces the log message of <commit> without making any other changes.

    Neither "fixup!" nor "amend!" commits change authorship of -<commit> when applied by git rebase --autosquash. +<commit> when applied by git rebase --autosquash. See git-rebase[1] for details.

    -
    --squash=<commit>
    +
    --squash=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message subject line is taken from the specified @@ -575,7 +575,7 @@

    OPTIONS

    Do not interpret any more arguments as options.

    -
    <pathspec>…​
    +
    <pathspec>…​

    When pathspec is given on the command line, commit the contents of the files that match the pathspec without recording the changes diff --git a/external/docs/content/docs/git-commit/2.49.0.html b/external/docs/content/docs/git-commit/2.49.0.html index 8d1592d942..93bfee862c 100644 --- a/external/docs/content/docs/git-commit/2.49.0.html +++ b/external/docs/content/docs/git-commit/2.49.0.html @@ -51,13 +51,13 @@

    SYNOPSIS

    git commit [-a | --interactive | --patch] [-s] [-v] [-u[<mode>]] [--amend]
    -	   [--dry-run] <commit>]
    +	   [--dry-run] <commit>_ | --fixup [(amend|reword):"><commit>]
     	   [-F <file> | -m <msg>] [--reset-author] [--allow-empty]
     	   [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
     	   [--date=<date>] [--cleanup=<mode>] [--[no-]status]
     	   [-i | -o] [--pathspec-from-file=<file> [--pathspec-file-nul]]
     	   [(--trailer <token>[(=|:)<value>])…​] [-S[<keyid>]]
    -	   [--] [<pathspec>…​]
    + [--] [<pathspec>…​]
    @@ -139,67 +139,67 @@

    OPTIONS

    which changes to commit. See git-add[1] for details.

    -
    -C <commit>
    -
    --reuse-message=<commit>
    +
    -C <commit>
    +
    --reuse-message=<commit>
    -

    Take an existing <commit> object, and reuse the log message +

    Take an existing <commit> object, and reuse the log message and the authorship information (including the timestamp) when creating the commit.

    -
    -c <commit>
    -
    --reedit-message=<commit>
    +
    -c <commit>
    +
    --reedit-message=<commit>

    Like -C, but with -c the editor is invoked, so that the user can further edit the commit message.

    -
    --fixup=[(amend|reword):]<commit>
    +
    --fixup=[(amend|reword):]<commit>
    -

    Create a new commit which "fixes up" <commit> when applied with -git rebase --autosquash. Plain --fixup=<commit> creates a -"fixup!" commit which changes the content of <commit> but leaves -its log message untouched. --fixup=amend:<commit> is similar but +

    Create a new commit which "fixes up" <commit> when applied with +git rebase --autosquash. Plain --fixup=<commit> creates a +"fixup!" commit which changes the content of <commit> but leaves +its log message untouched. --fixup=amend:<commit> is similar but creates an "amend!" commit which also replaces the log message of -<commit> with the log message of the "amend!" commit. ---fixup=reword:<commit> creates an "amend!" commit which -replaces the log message of <commit> with its own log message -but makes no changes to the content of <commit>.

    +<commit> with the log message of the "amend!" commit. +--fixup=reword:<commit> creates an "amend!" commit which +replaces the log message of <commit> with its own log message +but makes no changes to the content of <commit>.

    -

    The commit created by plain --fixup=<commit> has a title -composed of "fixup!" followed by the title of <commit>, +

    The commit created by plain --fixup=<commit> has a title +composed of "fixup!" followed by the title of <commit>, and is recognized specially by git rebase --autosquash. The -m option may be used to supplement the log message of the created commit, but the additional commentary will be thrown away once the -"fixup!" commit is squashed into <commit> by +"fixup!" commit is squashed into <commit> by git rebase --autosquash.

    -

    The commit created by --fixup=amend:<commit> is similar but its +

    The commit created by --fixup=amend:<commit> is similar but its title is instead prefixed with "amend!". The log message of -<commit> is copied into the log message of the "amend!" commit and +<commit> is copied into the log message of the "amend!" commit and opened in an editor so it can be refined. When git rebase ---autosquash squashes the "amend!" commit into <commit>, the -log message of <commit> is replaced by the refined log message +--autosquash squashes the "amend!" commit into <commit>, the +log message of <commit> is replaced by the refined log message from the "amend!" commit. It is an error for the "amend!" commit’s log message to be empty unless --allow-empty-message is specified.

    -

    --fixup=reword:<commit> is shorthand for --fixup=amend:<commit> +

    --fixup=reword:<commit> is shorthand for --fixup=amend:<commit> --only. It creates an "amend!" commit with only a log message (ignoring any changes staged in the index). When squashed by git -rebase --autosquash, it replaces the log message of <commit> +rebase --autosquash, it replaces the log message of <commit> without making any other changes.

    Neither "fixup!" nor "amend!" commits change authorship of -<commit> when applied by git rebase --autosquash. +<commit> when applied by git rebase --autosquash. See git-rebase[1] for details.

    -
    --squash=<commit>
    +
    --squash=<commit>

    Construct a commit message for use with git rebase --autosquash. The commit message title is taken from the specified @@ -388,7 +388,7 @@

    OPTIONS

    Let the user further edit the message taken from <file> with -F <file>, command line with -m <message>, and -from <commit> with -C <commit>.

    +from <commit> with -C <commit>.

    --no-edit
    @@ -566,9 +566,9 @@

    OPTIONS

    Do not interpret any more arguments as options.

    -
    <pathspec>...
    +
    <pathspec>...
    -

    When <pathspec> is given on the command line, commit the contents of +

    When <pathspec> is given on the command line, commit the contents of the files that match the pathspec without recording the changes already added to the index. The contents of these files are also staged for the next commit on top of what have been staged before.

    diff --git a/external/docs/content/docs/git-commit/2.50.0.html b/external/docs/content/docs/git-commit/2.50.0.html index d2bd1ad39e..3b58c3134d 100644 --- a/external/docs/content/docs/git-commit/2.50.0.html +++ b/external/docs/content/docs/git-commit/2.50.0.html @@ -51,13 +51,13 @@

    SYNOPSIS

    git commit [-a | --interactive | --patch] [-s] [-v] [-u[<mode>]] [--amend]
    -	   [--dry-run] <commit>]
    +	   [--dry-run] <commit>_ | --fixup [(amend|reword):"><commit>]
     	   [-F <file> | -m <msg>] [--reset-author] [--allow-empty]
     	   [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
     	   [--date=<date>] [--cleanup=<mode>] [--[no-]status]
     	   [-i | -o] [--pathspec-from-file=<file> [--pathspec-file-nul]]
     	   [(--trailer <token>[(=|:)<value>])…​] [-S[<keyid>]]
    -	   [--] [<pathspec>…​]
    + [--] [<pathspec>…​]
    @@ -139,67 +139,67 @@

    OPTIONS

    which changes to commit. See git-add[1] for details.

    -
    -C <commit>
    -
    --reuse-message=<commit>
    +
    -C <commit>
    +
    --reuse-message=<commit>
    -

    Take an existing <commit> object, and reuse the log message +

    Take an existing <commit> object, and reuse the log message and the authorship information (including the timestamp) when creating the commit.

    -
    -c <commit>
    -
    --reedit-message=<commit>
    +
    -c <commit>
    +
    --reedit-message=<commit>

    Like -C, but with -c the editor is invoked, so that the user can further edit the commit message.

    -
    --fixup=[(amend|reword):]<commit>
    +
    --fixup=[(amend|reword):]<commit>
    -

    Create a new commit which "fixes up" <commit> when applied with -git rebase --autosquash. Plain --fixup=<commit> creates a -"fixup!" commit which changes the content of <commit> but leaves -its log message untouched. --fixup=amend:<commit> is similar but +

    Create a new commit which "fixes up" <commit> when applied with +git rebase --autosquash. Plain --fixup=<commit> creates a +"fixup!" commit which changes the content of <commit> but leaves +its log message untouched. --fixup=amend:<commit> is similar but creates an "amend!" commit which also replaces the log message of -<commit> with the log message of the "amend!" commit. ---fixup=reword:<commit> creates an "amend!" commit which -replaces the log message of <commit> with its own log message -but makes no changes to the content of <commit>.

    +<commit> with the log message of the "amend!" commit. +--fixup=reword:<commit> creates an "amend!" commit which +replaces the log message of <commit> with its own log message +but makes no changes to the content of <commit>.

    -

    The commit created by plain --fixup=<commit> has a title -composed of "fixup!" followed by the title of <commit>, +

    The commit created by plain --fixup=<commit> has a title +composed of "fixup!" followed by the title of <commit>, and is recognized specially by git rebase --autosquash. The -m option may be used to supplement the log message of the created commit, but the additional commentary will be thrown away once the -"fixup!" commit is squashed into <commit> by +"fixup!" commit is squashed into <commit> by git rebase --autosquash.

    -

    The commit created by --fixup=amend:<commit> is similar but its +

    The commit created by --fixup=amend:<commit> is similar but its title is instead prefixed with "amend!". The log message of -<commit> is copied into the log message of the "amend!" commit and +<commit> is copied into the log message of the "amend!" commit and opened in an editor so it can be refined. When git rebase ---autosquash squashes the "amend!" commit into <commit>, the -log message of <commit> is replaced by the refined log message +--autosquash squashes the "amend!" commit into <commit>, the +log message of <commit> is replaced by the refined log message from the "amend!" commit. It is an error for the "amend!" commit’s log message to be empty unless --allow-empty-message is specified.

    -

    --fixup=reword:<commit> is shorthand for --fixup=amend:<commit> +

    --fixup=reword:<commit> is shorthand for --fixup=amend:<commit> --only. It creates an "amend!" commit with only a log message (ignoring any changes staged in the index). When squashed by git -rebase --autosquash, it replaces the log message of <commit> +rebase --autosquash, it replaces the log message of <commit> without making any other changes.

    Neither "fixup!" nor "amend!" commits change authorship of -<commit> when applied by git rebase --autosquash. +<commit> when applied by git rebase --autosquash. See git-rebase[1] for details.

    -
    --squash=<commit>
    +
    --squash=<commit>

    Construct a commit message for use with git rebase --autosquash. The commit message title is taken from the specified @@ -388,7 +388,7 @@

    OPTIONS

    Let the user further edit the message taken from <file> with -F <file>, command line with -m <message>, and -from <commit> with -C <commit>.

    +from <commit> with -C <commit>.

    --no-edit
    @@ -566,9 +566,9 @@

    OPTIONS

    Do not interpret any more arguments as options.

    -
    <pathspec>...
    +
    <pathspec>...
    -

    When <pathspec> is given on the command line, commit the contents of +

    When <pathspec> is given on the command line, commit the contents of the files that match the pathspec without recording the changes already added to the index. The contents of these files are also staged for the next commit on top of what have been staged before.

    diff --git a/external/docs/content/docs/git-commit/2.51.0.html b/external/docs/content/docs/git-commit/2.51.0.html index 8a03266d3c..2c5fd37e05 100644 --- a/external/docs/content/docs/git-commit/2.51.0.html +++ b/external/docs/content/docs/git-commit/2.51.0.html @@ -50,13 +50,13 @@

    SYNOPSIS

    git commit [-a | --interactive | --patch] [-s] [-v] [-u[<mode>]] [--amend]
    -	   [--dry-run] <commit>]
    +	   [--dry-run] <commit>_ | --fixup [(amend|reword):"><commit>]
     	   [-F <file> | -m <msg>] [--reset-author] [--allow-empty]
     	   [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
     	   [--date=<date>] [--cleanup=<mode>] [--[no-]status]
     	   [-i | -o] [--pathspec-from-file=<file> [--pathspec-file-nul]]
     	   [(--trailer <token>[(=|:)<value>])…​] [-S[<keyid>]]
    -	   [--] [<pathspec>…​]
    + [--] [<pathspec>…​]
    @@ -151,67 +151,67 @@

    OPTIONS

    Defaults to diff.interHunkContext or 0 if the config option is unset.

    -
    -C <commit>
    -
    --reuse-message=<commit>
    +
    -C <commit>
    +
    --reuse-message=<commit>
    -

    Take an existing <commit> object, and reuse the log message +

    Take an existing <commit> object, and reuse the log message and the authorship information (including the timestamp) when creating the commit.

    -
    -c <commit>
    -
    --reedit-message=<commit>
    +
    -c <commit>
    +
    --reedit-message=<commit>

    Like -C, but with -c the editor is invoked, so that the user can further edit the commit message.

    -
    --fixup=[(amend|reword):]<commit>
    +
    --fixup=[(amend|reword):]<commit>
    -

    Create a new commit which "fixes up" <commit> when applied with -git rebase --autosquash. Plain --fixup=<commit> creates a -"fixup!" commit which changes the content of <commit> but leaves -its log message untouched. --fixup=amend:<commit> is similar but +

    Create a new commit which "fixes up" <commit> when applied with +git rebase --autosquash. Plain --fixup=<commit> creates a +"fixup!" commit which changes the content of <commit> but leaves +its log message untouched. --fixup=amend:<commit> is similar but creates an "amend!" commit which also replaces the log message of -<commit> with the log message of the "amend!" commit. ---fixup=reword:<commit> creates an "amend!" commit which -replaces the log message of <commit> with its own log message -but makes no changes to the content of <commit>.

    +<commit> with the log message of the "amend!" commit. +--fixup=reword:<commit> creates an "amend!" commit which +replaces the log message of <commit> with its own log message +but makes no changes to the content of <commit>.

    -

    The commit created by plain --fixup=<commit> has a title -composed of "fixup!" followed by the title of <commit>, +

    The commit created by plain --fixup=<commit> has a title +composed of "fixup!" followed by the title of <commit>, and is recognized specially by git rebase --autosquash. The -m option may be used to supplement the log message of the created commit, but the additional commentary will be thrown away once the -"fixup!" commit is squashed into <commit> by +"fixup!" commit is squashed into <commit> by git rebase --autosquash.

    -

    The commit created by --fixup=amend:<commit> is similar but its +

    The commit created by --fixup=amend:<commit> is similar but its title is instead prefixed with "amend!". The log message of -<commit> is copied into the log message of the "amend!" commit and +<commit> is copied into the log message of the "amend!" commit and opened in an editor so it can be refined. When git rebase ---autosquash squashes the "amend!" commit into <commit>, the -log message of <commit> is replaced by the refined log message +--autosquash squashes the "amend!" commit into <commit>, the +log message of <commit> is replaced by the refined log message from the "amend!" commit. It is an error for the "amend!" commit’s log message to be empty unless --allow-empty-message is specified.

    -

    --fixup=reword:<commit> is shorthand for --fixup=amend:<commit> +

    --fixup=reword:<commit> is shorthand for --fixup=amend:<commit> --only. It creates an "amend!" commit with only a log message (ignoring any changes staged in the index). When squashed by git -rebase --autosquash, it replaces the log message of <commit> +rebase --autosquash, it replaces the log message of <commit> without making any other changes.

    Neither "fixup!" nor "amend!" commits change authorship of -<commit> when applied by git rebase --autosquash. +<commit> when applied by git rebase --autosquash. See git-rebase[1] for details.

    -
    --squash=<commit>
    +
    --squash=<commit>

    Construct a commit message for use with git rebase --autosquash. The commit message title is taken from the specified @@ -400,7 +400,7 @@

    OPTIONS

    Let the user further edit the message taken from <file> with -F <file>, command line with -m <message>, and -from <commit> with -C <commit>.

    +from <commit> with -C <commit>.

    --no-edit
    @@ -578,9 +578,9 @@

    OPTIONS

    Do not interpret any more arguments as options.

    -
    <pathspec>...
    +
    <pathspec>...
    -

    When <pathspec> is given on the command line, commit the contents of +

    When <pathspec> is given on the command line, commit the contents of the files that match the pathspec without recording the changes already added to the index. The contents of these files are also staged for the next commit on top of what have been staged before.

    diff --git a/external/docs/content/docs/git-commit/2.6.7.html b/external/docs/content/docs/git-commit/2.6.7.html index 949628d6d4..c290f27fb5 100644 --- a/external/docs/content/docs/git-commit/2.6.7.html +++ b/external/docs/content/docs/git-commit/2.6.7.html @@ -48,7 +48,7 @@

    SYNOPSIS

    git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend]
    -	   [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
    +	   [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
     	   [-F <file> | -m <msg>] [--reset-author] [--allow-empty]
     	   [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
     	   [--date=<date>] [--cleanup=<mode>] [--[no-]status]
    @@ -128,27 +128,27 @@ 

    OPTIONS

    which changes to commit. See git-add[1] for details.

    -
    -C <commit>
    -
    --reuse-message=<commit>
    +
    -C <commit>
    +
    --reuse-message=<commit>

    Take an existing commit object, and reuse the log message and the authorship information (including the timestamp) when creating the commit.

    -
    -c <commit>
    -
    --reedit-message=<commit>
    +
    -c <commit>
    +
    --reedit-message=<commit>

    Like -C, but with -c the editor is invoked, so that the user can further edit the commit message.

    -
    --fixup=<commit>
    +
    --fixup=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message will be the subject line from the specified commit with a prefix of "fixup! ". See git-rebase[1] for details.

    -
    --squash=<commit>
    +
    --squash=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message subject line is taken from the specified diff --git a/external/docs/content/docs/git-commit/2.7.6.html b/external/docs/content/docs/git-commit/2.7.6.html index 73d516caab..24058f725e 100644 --- a/external/docs/content/docs/git-commit/2.7.6.html +++ b/external/docs/content/docs/git-commit/2.7.6.html @@ -49,7 +49,7 @@

    SYNOPSIS

    git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend]
    -	   [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
    +	   [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
     	   [-F <file> | -m <msg>] [--reset-author] [--allow-empty]
     	   [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
     	   [--date=<date>] [--cleanup=<mode>] [--[no-]status]
    @@ -129,27 +129,27 @@ 

    OPTIONS

    which changes to commit. See git-add[1] for details.

    -
    -C <commit>
    -
    --reuse-message=<commit>
    +
    -C <commit>
    +
    --reuse-message=<commit>

    Take an existing commit object, and reuse the log message and the authorship information (including the timestamp) when creating the commit.

    -
    -c <commit>
    -
    --reedit-message=<commit>
    +
    -c <commit>
    +
    --reedit-message=<commit>

    Like -C, but with -c the editor is invoked, so that the user can further edit the commit message.

    -
    --fixup=<commit>
    +
    --fixup=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message will be the subject line from the specified commit with a prefix of "fixup! ". See git-rebase[1] for details.

    -
    --squash=<commit>
    +
    --squash=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message subject line is taken from the specified diff --git a/external/docs/content/docs/git-commit/2.9.5.html b/external/docs/content/docs/git-commit/2.9.5.html index 2e34f9590e..719eab8740 100644 --- a/external/docs/content/docs/git-commit/2.9.5.html +++ b/external/docs/content/docs/git-commit/2.9.5.html @@ -48,7 +48,7 @@

    SYNOPSIS

    git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend]
    -	   [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
    +	   [--dry-run] [(-c | -C | --fixup | --squash) <commit>]
     	   [-F <file> | -m <msg>] [--reset-author] [--allow-empty]
     	   [--allow-empty-message] [--no-verify] [-e] [--author=<author>]
     	   [--date=<date>] [--cleanup=<mode>] [--[no-]status]
    @@ -128,27 +128,27 @@ 

    OPTIONS

    which changes to commit. See git-add[1] for details.

    -
    -C <commit>
    -
    --reuse-message=<commit>
    +
    -C <commit>
    +
    --reuse-message=<commit>

    Take an existing commit object, and reuse the log message and the authorship information (including the timestamp) when creating the commit.

    -
    -c <commit>
    -
    --reedit-message=<commit>
    +
    -c <commit>
    +
    --reedit-message=<commit>

    Like -C, but with -c the editor is invoked, so that the user can further edit the commit message.

    -
    --fixup=<commit>
    +
    --fixup=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message will be the subject line from the specified commit with a prefix of "fixup! ". See git-rebase[1] for details.

    -
    --squash=<commit>
    +
    --squash=<commit>

    Construct a commit message for use with rebase --autosquash. The commit message subject line is taken from the specified diff --git a/external/docs/content/docs/git-commit/fr.html b/external/docs/content/docs/git-commit/fr.html index 44a8ff2ea0..bc6c189fe4 100644 --- a/external/docs/content/docs/git-commit/fr.html +++ b/external/docs/content/docs/git-commit/fr.html @@ -52,7 +52,7 @@

    SYNOPSIS

    git commit [-a | --interactive | --patch] [-s] [-v] [-u<mode>] [--amend]
    -	   [--dry-run] [(-c | -C | --squash) <commit>] | --fixup <commit>]
    +	   [--dry-run] [(-c | -C | --squash) <commit>] | --fixup <commit>]
     	   [-F <fichier> | -m <msg>] [--reset-author] [--allow-empty]
     	   [--allow-empty-message] [--no-verify] [-e] [--author=<auteur>]
     	   [--date=<date>] [--cleanup=<mode>] [--[no-]status]
    @@ -113,33 +113,33 @@ 

    OPTIONS

    Utiliser la sélection interactive de correctif pour choisir quelles modifications valider. Référez-vous à git-add[1] pour plus de détails.

    -
    -C <commit>
    -
    --reuse-message=<commit>
    +
    -C <commit>
    +
    --reuse-message=<commit>
    -

    Prendre un objet <commit> existant et réutiliser son message de validation et son information d’auteur (y compris l’horodatage) pour la création du commit.

    +

    Prendre un objet <commit> existant et réutiliser son message de validation et son information d’auteur (y compris l’horodatage) pour la création du commit.

    -
    -c <commit>
    -
    --reedit-message=<commit>
    +
    -c <commit>
    +
    --reedit-message=<commit>

    Comme -C, mais avec -c, l’éditeur est appelé pour permettre à l’utilisateur de modifier le message de validation.

    -
    --fixup=[(amend|reword):]<commit>
    +
    --fixup=[(amend|reword):]<commit>
    -

    Créer un nouveau commit qui « répare » <commit> quand il est appliqué avec git rebase --autosquash. Un simple --fixup=<commit> crée un commit "fixup!" qui change le contenu de <commit> mais laisse son message de validation inchangé. --fixup=amend:<commit> est similaire mais crée un commit "amend!" qui remplace aussi le message de validation de <commit> par le message de validation du commit "amend!". --fixup=reword:<commit> crée un commit "amend!" qui remplace le message de validation de <commit> par son propre message de log mais ne fait aucun changement au contenu de <commit>.

    +

    Créer un nouveau commit qui « répare » <commit> quand il est appliqué avec git rebase --autosquash. Un simple --fixup=<commit> crée un commit "fixup!" qui change le contenu de <commit> mais laisse son message de validation inchangé. --fixup=amend:<commit> est similaire mais crée un commit "amend!" qui remplace aussi le message de validation de <commit> par le message de validation du commit "amend!". --fixup=reword:<commit> crée un commit "amend!" qui remplace le message de validation de <commit> par son propre message de log mais ne fait aucun changement au contenu de <commit>.

    -

    Le commit créé par le simple --fixup=<commit> a un titre composé de "fixup!" suivi du titre de <commit>, et est reconnu spécialement par git rebase --autosquash. L’option -m peut être utilisée pour compléter le message du journal du commit créé, mais le commentaire supplémentaire sera jeté une fois que le commit "fixup !" sera écrasé dans <commit> par git rebase --autosquash.

    +

    Le commit créé par le simple --fixup=<commit> a un titre composé de "fixup!" suivi du titre de <commit>, et est reconnu spécialement par git rebase --autosquash. L’option -m peut être utilisée pour compléter le message du journal du commit créé, mais le commentaire supplémentaire sera jeté une fois que le commit "fixup !" sera écrasé dans <commit> par git rebase --autosquash.

    -

    Le commit créé par --fixup=amend:<commit> est similaire mais son sujet est à la place préfixé par "amend!". Le message de validation de <commit> est copié dans le message de validation du commit "amend!" et ouvert dans un éditeur afin qu’il puisse être affiné. Lorsque git rebase --autosquash écrase le commit "amend!" dans <commit>, le message de validation de <commit> est remplacé par le message de validation raffiné du commit "amend!". C’est une erreur si le message du journal du commit "amend!" est vide, à moins que --allow-empty-message soit spécifié.

    +

    Le commit créé par --fixup=amend:<commit> est similaire mais son sujet est à la place préfixé par "amend!". Le message de validation de <commit> est copié dans le message de validation du commit "amend!" et ouvert dans un éditeur afin qu’il puisse être affiné. Lorsque git rebase --autosquash écrase le commit "amend!" dans <commit>, le message de validation de <commit> est remplacé par le message de validation raffiné du commit "amend!". C’est une erreur si le message du journal du commit "amend!" est vide, à moins que --allow-empty-message soit spécifié.

    -

    --fixup=reword:<commit> est un raccourci pour --fixup=amend:<commit> --only. Il crée un commit "amend!" qui touche seulement au message de validation (en ignorant les changements mis en place dans l’index). Lorsqu’il est écrasé par git rebase --autosquash, il remplace le message du validation de <commit> sans faire d’autres changements.

    +

    --fixup=reword:<commit> est un raccourci pour --fixup=amend:<commit> --only. Il crée un commit "amend!" qui touche seulement au message de validation (en ignorant les changements mis en place dans l’index). Lorsqu’il est écrasé par git rebase --autosquash, il remplace le message du validation de <commit> sans faire d’autres changements.

    -

    Ni les commits "fixup!" ni les commits "amend!" ne changent la paternité de <commit> quand ils sont appliqués par git rebase --autosquash. Voir git-rebase[1] pour plus de détails.

    +

    Ni les commits "fixup!" ni les commits "amend!" ne changent la paternité de <commit> quand ils sont appliqués par git rebase --autosquash. Voir git-rebase[1] pour plus de détails.

    -
    --squash=<commit>
    +
    --squash=<commit>

    Construire un message de validation pour une utilisation avec git rebase --autosquash. La ligne de titre du message de validation est tirée du commit spécifié préfixée par « squash! ». Peut être utilisée avec d’autres options de commit (-m/-c/-C/-F). Référez-vous à git-rebase[1] pour plus de détails.

    @@ -267,7 +267,7 @@

    OPTIONS

    -e
    --edit
    -

    Laissez l’utilisateur éditer plus avant le message pris à partir de <fichier> avec -F <fichier>, la ligne de commande avec -m <message>, et de <commit> avec -C <commit>.

    +

    Laissez l’utilisateur éditer plus avant le message pris à partir de <fichier> avec -F <fichier>, la ligne de commande avec -m <message>, et de <commit> avec -C <commit>.

    --no-edit
    diff --git a/external/docs/content/docs/git-config.html b/external/docs/content/docs/git-config.html index 533ffa407d..b6918312a6 100644 --- a/external/docs/content/docs/git-config.html +++ b/external/docs/content/docs/git-config.html @@ -3004,11 +3004,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -4578,7 +4578,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref refs/notes/true, please use that literal @@ -4588,7 +4588,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    @@ -6765,7 +6765,7 @@

    Variables

    This setting can be disabled by the --no-notes option to the git-log[1] -family of commands, or by the --notes=<ref> option accepted by +family of commands, or by the --notes=<ref> option accepted by those commands.

    diff --git a/external/docs/content/docs/git-config/2.0.5.html b/external/docs/content/docs/git-config/2.0.5.html index 63723ffa57..4b8462d8ff 100644 --- a/external/docs/content/docs/git-config/2.0.5.html +++ b/external/docs/content/docs/git-config/2.0.5.html @@ -1080,11 +1080,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD.

    @@ -2379,7 +2379,7 @@

    Variables

    the refs that match the <pattern>.

    gc.reflogexpireunreachable
    -
    gc.<ref>.reflogexpireunreachable
    +
    gc.<ref>.reflogexpireunreachable

    git reflog expire removes reflog entries older than this time and are not reachable from the current tip; diff --git a/external/docs/content/docs/git-config/2.1.4.html b/external/docs/content/docs/git-config/2.1.4.html index be3acb2e96..f3ca94dc45 100644 --- a/external/docs/content/docs/git-config/2.1.4.html +++ b/external/docs/content/docs/git-config/2.1.4.html @@ -1080,11 +1080,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD.

    @@ -2399,7 +2399,7 @@

    Variables

    the refs that match the <pattern>.

    gc.reflogexpireunreachable
    -
    gc.<ref>.reflogexpireunreachable
    +
    gc.<ref>.reflogexpireunreachable

    git reflog expire removes reflog entries older than this time and are not reachable from the current tip; diff --git a/external/docs/content/docs/git-config/2.10.5.html b/external/docs/content/docs/git-config/2.10.5.html index 5d795f3a84..abf92923ee 100644 --- a/external/docs/content/docs/git-config/2.10.5.html +++ b/external/docs/content/docs/git-config/2.10.5.html @@ -1221,11 +1221,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD.

    diff --git a/external/docs/content/docs/git-config/2.11.4.html b/external/docs/content/docs/git-config/2.11.4.html index a144ca53ca..ddfa77fc69 100644 --- a/external/docs/content/docs/git-config/2.11.4.html +++ b/external/docs/content/docs/git-config/2.11.4.html @@ -1221,11 +1221,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD.

    diff --git a/external/docs/content/docs/git-config/2.12.5.html b/external/docs/content/docs/git-config/2.12.5.html index cfa9fa9126..3e432ec39a 100644 --- a/external/docs/content/docs/git-config/2.12.5.html +++ b/external/docs/content/docs/git-config/2.12.5.html @@ -1225,11 +1225,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. diff --git a/external/docs/content/docs/git-config/2.13.7.html b/external/docs/content/docs/git-config/2.13.7.html index bc38982ce4..ff7623b8e1 100644 --- a/external/docs/content/docs/git-config/2.13.7.html +++ b/external/docs/content/docs/git-config/2.13.7.html @@ -1345,11 +1345,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. diff --git a/external/docs/content/docs/git-config/2.14.6.html b/external/docs/content/docs/git-config/2.14.6.html index a985939eec..9743173f07 100644 --- a/external/docs/content/docs/git-config/2.14.6.html +++ b/external/docs/content/docs/git-config/2.14.6.html @@ -1362,11 +1362,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. diff --git a/external/docs/content/docs/git-config/2.15.4.html b/external/docs/content/docs/git-config/2.15.4.html index c543012cc7..e647392a74 100644 --- a/external/docs/content/docs/git-config/2.15.4.html +++ b/external/docs/content/docs/git-config/2.15.4.html @@ -1362,11 +1362,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. diff --git a/external/docs/content/docs/git-config/2.16.6.html b/external/docs/content/docs/git-config/2.16.6.html index 31c20e3d7e..6d9f3d2f0b 100644 --- a/external/docs/content/docs/git-config/2.16.6.html +++ b/external/docs/content/docs/git-config/2.16.6.html @@ -1388,11 +1388,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. diff --git a/external/docs/content/docs/git-config/2.17.0.html b/external/docs/content/docs/git-config/2.17.0.html index 915da03990..73f2e2cd82 100644 --- a/external/docs/content/docs/git-config/2.17.0.html +++ b/external/docs/content/docs/git-config/2.17.0.html @@ -1406,11 +1406,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. diff --git a/external/docs/content/docs/git-config/2.18.0.html b/external/docs/content/docs/git-config/2.18.0.html index d1bf83fb26..164bbd249b 100644 --- a/external/docs/content/docs/git-config/2.18.0.html +++ b/external/docs/content/docs/git-config/2.18.0.html @@ -1445,11 +1445,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. diff --git a/external/docs/content/docs/git-config/2.19.0.html b/external/docs/content/docs/git-config/2.19.0.html index 0fffaa7d60..1f4b6a4d63 100644 --- a/external/docs/content/docs/git-config/2.19.0.html +++ b/external/docs/content/docs/git-config/2.19.0.html @@ -1470,11 +1470,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. diff --git a/external/docs/content/docs/git-config/2.19.2.html b/external/docs/content/docs/git-config/2.19.2.html index f806368301..998cae11b5 100644 --- a/external/docs/content/docs/git-config/2.19.2.html +++ b/external/docs/content/docs/git-config/2.19.2.html @@ -1473,11 +1473,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. diff --git a/external/docs/content/docs/git-config/2.2.3.html b/external/docs/content/docs/git-config/2.2.3.html index b0eb8822d5..7f6c4167ef 100644 --- a/external/docs/content/docs/git-config/2.2.3.html +++ b/external/docs/content/docs/git-config/2.2.3.html @@ -1095,11 +1095,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD.

    @@ -2431,7 +2431,7 @@

    Variables

    the refs that match the <pattern>.

    gc.reflogexpireunreachable
    -
    gc.<ref>.reflogexpireunreachable
    +
    gc.<ref>.reflogexpireunreachable

    git reflog expire removes reflog entries older than this time and are not reachable from the current tip; diff --git a/external/docs/content/docs/git-config/2.20.0.html b/external/docs/content/docs/git-config/2.20.0.html index be56340182..b355337c3c 100644 --- a/external/docs/content/docs/git-config/2.20.0.html +++ b/external/docs/content/docs/git-config/2.20.0.html @@ -1517,11 +1517,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. diff --git a/external/docs/content/docs/git-config/2.21.0.html b/external/docs/content/docs/git-config/2.21.0.html index 1a3e8fc3f0..63360dc39a 100644 --- a/external/docs/content/docs/git-config/2.21.0.html +++ b/external/docs/content/docs/git-config/2.21.0.html @@ -1528,11 +1528,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. diff --git a/external/docs/content/docs/git-config/2.22.0.html b/external/docs/content/docs/git-config/2.22.0.html index 1723f450ca..2c89c699f0 100644 --- a/external/docs/content/docs/git-config/2.22.0.html +++ b/external/docs/content/docs/git-config/2.22.0.html @@ -1530,11 +1530,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. diff --git a/external/docs/content/docs/git-config/2.22.1.html b/external/docs/content/docs/git-config/2.22.1.html index 461569ac1c..c1a3183a15 100644 --- a/external/docs/content/docs/git-config/2.22.1.html +++ b/external/docs/content/docs/git-config/2.22.1.html @@ -1534,11 +1534,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. diff --git a/external/docs/content/docs/git-config/2.23.0.html b/external/docs/content/docs/git-config/2.23.0.html index 0f1d60b319..7e697887b1 100644 --- a/external/docs/content/docs/git-config/2.23.0.html +++ b/external/docs/content/docs/git-config/2.23.0.html @@ -1579,11 +1579,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3245,7 +3245,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal diff --git a/external/docs/content/docs/git-config/2.24.0.html b/external/docs/content/docs/git-config/2.24.0.html index 362e7f4c26..e6668a3745 100644 --- a/external/docs/content/docs/git-config/2.24.0.html +++ b/external/docs/content/docs/git-config/2.24.0.html @@ -1545,11 +1545,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3291,7 +3291,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal diff --git a/external/docs/content/docs/git-config/2.25.0.html b/external/docs/content/docs/git-config/2.25.0.html index a3bdc36ff2..0fe7f43b4d 100644 --- a/external/docs/content/docs/git-config/2.25.0.html +++ b/external/docs/content/docs/git-config/2.25.0.html @@ -1546,11 +1546,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3319,7 +3319,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3329,7 +3329,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.25.1.html b/external/docs/content/docs/git-config/2.25.1.html index 31139297df..0b80e9008e 100644 --- a/external/docs/content/docs/git-config/2.25.1.html +++ b/external/docs/content/docs/git-config/2.25.1.html @@ -1546,11 +1546,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3319,7 +3319,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3329,7 +3329,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.25.2.html b/external/docs/content/docs/git-config/2.25.2.html index 184cef3a1a..d951774c2f 100644 --- a/external/docs/content/docs/git-config/2.25.2.html +++ b/external/docs/content/docs/git-config/2.25.2.html @@ -1549,11 +1549,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3322,7 +3322,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3332,7 +3332,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.26.0.html b/external/docs/content/docs/git-config/2.26.0.html index 4db8d533cc..5ea4cbc0ff 100644 --- a/external/docs/content/docs/git-config/2.26.0.html +++ b/external/docs/content/docs/git-config/2.26.0.html @@ -1579,11 +1579,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3353,7 +3353,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3363,7 +3363,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.27.0.html b/external/docs/content/docs/git-config/2.27.0.html index 26324a7bc0..ec3fd8326b 100644 --- a/external/docs/content/docs/git-config/2.27.0.html +++ b/external/docs/content/docs/git-config/2.27.0.html @@ -1575,11 +1575,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3359,7 +3359,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3369,7 +3369,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.28.0.html b/external/docs/content/docs/git-config/2.28.0.html index 62ce20fa6e..7b730f845c 100644 --- a/external/docs/content/docs/git-config/2.28.0.html +++ b/external/docs/content/docs/git-config/2.28.0.html @@ -1575,11 +1575,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3359,7 +3359,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3369,7 +3369,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.29.0.html b/external/docs/content/docs/git-config/2.29.0.html index 43e192b718..f1909f59b5 100644 --- a/external/docs/content/docs/git-config/2.29.0.html +++ b/external/docs/content/docs/git-config/2.29.0.html @@ -1577,11 +1577,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3372,7 +3372,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3382,7 +3382,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.3.10.html b/external/docs/content/docs/git-config/2.3.10.html index ff7061c2a5..7c58ebf3ae 100644 --- a/external/docs/content/docs/git-config/2.3.10.html +++ b/external/docs/content/docs/git-config/2.3.10.html @@ -1160,11 +1160,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD.

    @@ -2476,7 +2476,7 @@

    Variables

    the refs that match the <pattern>.

    gc.reflogexpireunreachable
    -
    gc.<ref>.reflogexpireunreachable
    +
    gc.<ref>.reflogexpireunreachable

    git reflog expire removes reflog entries older than this time and are not reachable from the current tip; diff --git a/external/docs/content/docs/git-config/2.30.0.html b/external/docs/content/docs/git-config/2.30.0.html index f7f6bc586e..914ef3f129 100644 --- a/external/docs/content/docs/git-config/2.30.0.html +++ b/external/docs/content/docs/git-config/2.30.0.html @@ -1589,11 +1589,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3409,7 +3409,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3419,7 +3419,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.30.1.html b/external/docs/content/docs/git-config/2.30.1.html index dfc1aed027..0189875e76 100644 --- a/external/docs/content/docs/git-config/2.30.1.html +++ b/external/docs/content/docs/git-config/2.30.1.html @@ -1590,11 +1590,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3410,7 +3410,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3420,7 +3420,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.30.3.html b/external/docs/content/docs/git-config/2.30.3.html index aed3ebedaa..4936523acc 100644 --- a/external/docs/content/docs/git-config/2.30.3.html +++ b/external/docs/content/docs/git-config/2.30.3.html @@ -1589,11 +1589,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3409,7 +3409,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3419,7 +3419,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.30.4.html b/external/docs/content/docs/git-config/2.30.4.html index c54ce9dd31..76335a9d8b 100644 --- a/external/docs/content/docs/git-config/2.30.4.html +++ b/external/docs/content/docs/git-config/2.30.4.html @@ -1589,11 +1589,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3409,7 +3409,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3419,7 +3419,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.30.5.html b/external/docs/content/docs/git-config/2.30.5.html index c17bd0e622..0109f619c1 100644 --- a/external/docs/content/docs/git-config/2.30.5.html +++ b/external/docs/content/docs/git-config/2.30.5.html @@ -1589,11 +1589,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3409,7 +3409,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3419,7 +3419,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.30.6.html b/external/docs/content/docs/git-config/2.30.6.html index b2d5677cbb..c2c2e15dd6 100644 --- a/external/docs/content/docs/git-config/2.30.6.html +++ b/external/docs/content/docs/git-config/2.30.6.html @@ -1592,11 +1592,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3412,7 +3412,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3422,7 +3422,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.31.0.html b/external/docs/content/docs/git-config/2.31.0.html index 45ca7f0fb7..3038e7d648 100644 --- a/external/docs/content/docs/git-config/2.31.0.html +++ b/external/docs/content/docs/git-config/2.31.0.html @@ -1611,11 +1611,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3435,7 +3435,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3445,7 +3445,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.31.1.html b/external/docs/content/docs/git-config/2.31.1.html index 612b4a5ba2..d85778e870 100644 --- a/external/docs/content/docs/git-config/2.31.1.html +++ b/external/docs/content/docs/git-config/2.31.1.html @@ -1611,11 +1611,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3435,7 +3435,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3445,7 +3445,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.31.2.html b/external/docs/content/docs/git-config/2.31.2.html index 5b628506f9..6973df750c 100644 --- a/external/docs/content/docs/git-config/2.31.2.html +++ b/external/docs/content/docs/git-config/2.31.2.html @@ -1611,11 +1611,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3435,7 +3435,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3445,7 +3445,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.31.3.html b/external/docs/content/docs/git-config/2.31.3.html index 6d111dec9e..86a3c572e9 100644 --- a/external/docs/content/docs/git-config/2.31.3.html +++ b/external/docs/content/docs/git-config/2.31.3.html @@ -1611,11 +1611,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3435,7 +3435,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3445,7 +3445,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.31.4.html b/external/docs/content/docs/git-config/2.31.4.html index 26a378f1b4..840acc0ee2 100644 --- a/external/docs/content/docs/git-config/2.31.4.html +++ b/external/docs/content/docs/git-config/2.31.4.html @@ -1611,11 +1611,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3435,7 +3435,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3445,7 +3445,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.31.5.html b/external/docs/content/docs/git-config/2.31.5.html index 06956cba9e..d066365aa6 100644 --- a/external/docs/content/docs/git-config/2.31.5.html +++ b/external/docs/content/docs/git-config/2.31.5.html @@ -1614,11 +1614,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3438,7 +3438,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3448,7 +3448,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.32.0.html b/external/docs/content/docs/git-config/2.32.0.html index 7914d59af2..220df98b30 100644 --- a/external/docs/content/docs/git-config/2.32.0.html +++ b/external/docs/content/docs/git-config/2.32.0.html @@ -1623,11 +1623,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3483,7 +3483,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3493,7 +3493,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.32.1.html b/external/docs/content/docs/git-config/2.32.1.html index 4554793daa..be8967631e 100644 --- a/external/docs/content/docs/git-config/2.32.1.html +++ b/external/docs/content/docs/git-config/2.32.1.html @@ -1623,11 +1623,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3483,7 +3483,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3493,7 +3493,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.32.2.html b/external/docs/content/docs/git-config/2.32.2.html index 5d48f49908..9b1369f54f 100644 --- a/external/docs/content/docs/git-config/2.32.2.html +++ b/external/docs/content/docs/git-config/2.32.2.html @@ -1623,11 +1623,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3483,7 +3483,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3493,7 +3493,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.32.3.html b/external/docs/content/docs/git-config/2.32.3.html index 693dc8d547..17b6520d04 100644 --- a/external/docs/content/docs/git-config/2.32.3.html +++ b/external/docs/content/docs/git-config/2.32.3.html @@ -1623,11 +1623,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3483,7 +3483,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3493,7 +3493,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.32.4.html b/external/docs/content/docs/git-config/2.32.4.html index e20f0f99f2..24e274af1b 100644 --- a/external/docs/content/docs/git-config/2.32.4.html +++ b/external/docs/content/docs/git-config/2.32.4.html @@ -1626,11 +1626,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3486,7 +3486,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3496,7 +3496,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.33.0.html b/external/docs/content/docs/git-config/2.33.0.html index c874a0ed45..77976afdb3 100644 --- a/external/docs/content/docs/git-config/2.33.0.html +++ b/external/docs/content/docs/git-config/2.33.0.html @@ -1631,11 +1631,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3494,7 +3494,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3504,7 +3504,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.33.1.html b/external/docs/content/docs/git-config/2.33.1.html index 5387e5623f..86bb966fd9 100644 --- a/external/docs/content/docs/git-config/2.33.1.html +++ b/external/docs/content/docs/git-config/2.33.1.html @@ -1635,11 +1635,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3498,7 +3498,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3508,7 +3508,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.33.2.html b/external/docs/content/docs/git-config/2.33.2.html index ff21a58c69..b988a5535b 100644 --- a/external/docs/content/docs/git-config/2.33.2.html +++ b/external/docs/content/docs/git-config/2.33.2.html @@ -1635,11 +1635,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3498,7 +3498,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3508,7 +3508,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.33.3.html b/external/docs/content/docs/git-config/2.33.3.html index 674beb053d..aae230301b 100644 --- a/external/docs/content/docs/git-config/2.33.3.html +++ b/external/docs/content/docs/git-config/2.33.3.html @@ -1635,11 +1635,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3498,7 +3498,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3508,7 +3508,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.33.4.html b/external/docs/content/docs/git-config/2.33.4.html index 9c31c064c9..6400d993b9 100644 --- a/external/docs/content/docs/git-config/2.33.4.html +++ b/external/docs/content/docs/git-config/2.33.4.html @@ -1635,11 +1635,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3498,7 +3498,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3508,7 +3508,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.33.5.html b/external/docs/content/docs/git-config/2.33.5.html index ecf3cc0c01..cc9f03e563 100644 --- a/external/docs/content/docs/git-config/2.33.5.html +++ b/external/docs/content/docs/git-config/2.33.5.html @@ -1638,11 +1638,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3501,7 +3501,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3511,7 +3511,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.34.0.html b/external/docs/content/docs/git-config/2.34.0.html index 9553eae9ac..2af89e28c5 100644 --- a/external/docs/content/docs/git-config/2.34.0.html +++ b/external/docs/content/docs/git-config/2.34.0.html @@ -1651,11 +1651,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3513,7 +3513,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3523,7 +3523,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.34.2.html b/external/docs/content/docs/git-config/2.34.2.html index f6e348c19f..b5c8db242a 100644 --- a/external/docs/content/docs/git-config/2.34.2.html +++ b/external/docs/content/docs/git-config/2.34.2.html @@ -1650,11 +1650,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3512,7 +3512,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3522,7 +3522,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.34.3.html b/external/docs/content/docs/git-config/2.34.3.html index bc0f60682e..95a6364913 100644 --- a/external/docs/content/docs/git-config/2.34.3.html +++ b/external/docs/content/docs/git-config/2.34.3.html @@ -1650,11 +1650,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3512,7 +3512,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3522,7 +3522,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.34.4.html b/external/docs/content/docs/git-config/2.34.4.html index 75aa257334..5e7d11932d 100644 --- a/external/docs/content/docs/git-config/2.34.4.html +++ b/external/docs/content/docs/git-config/2.34.4.html @@ -1650,11 +1650,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3512,7 +3512,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3522,7 +3522,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.34.5.html b/external/docs/content/docs/git-config/2.34.5.html index 8295f8ffa1..bf6fa33d7f 100644 --- a/external/docs/content/docs/git-config/2.34.5.html +++ b/external/docs/content/docs/git-config/2.34.5.html @@ -1653,11 +1653,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3515,7 +3515,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3525,7 +3525,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.35.0.html b/external/docs/content/docs/git-config/2.35.0.html index 127a1bf078..dea6797651 100644 --- a/external/docs/content/docs/git-config/2.35.0.html +++ b/external/docs/content/docs/git-config/2.35.0.html @@ -1667,11 +1667,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3530,7 +3530,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3540,7 +3540,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.35.2.html b/external/docs/content/docs/git-config/2.35.2.html index 1fa4e013de..dc0728f1d9 100644 --- a/external/docs/content/docs/git-config/2.35.2.html +++ b/external/docs/content/docs/git-config/2.35.2.html @@ -1666,11 +1666,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3529,7 +3529,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3539,7 +3539,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.35.3.html b/external/docs/content/docs/git-config/2.35.3.html index 8a478e534a..bd5765ce72 100644 --- a/external/docs/content/docs/git-config/2.35.3.html +++ b/external/docs/content/docs/git-config/2.35.3.html @@ -1666,11 +1666,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3529,7 +3529,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3539,7 +3539,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.35.4.html b/external/docs/content/docs/git-config/2.35.4.html index c2b4def41e..f28283e161 100644 --- a/external/docs/content/docs/git-config/2.35.4.html +++ b/external/docs/content/docs/git-config/2.35.4.html @@ -1666,11 +1666,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3529,7 +3529,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3539,7 +3539,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.35.5.html b/external/docs/content/docs/git-config/2.35.5.html index 6f0334126e..308dbf6587 100644 --- a/external/docs/content/docs/git-config/2.35.5.html +++ b/external/docs/content/docs/git-config/2.35.5.html @@ -1669,11 +1669,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3532,7 +3532,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3542,7 +3542,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.36.0.html b/external/docs/content/docs/git-config/2.36.0.html index b743647dca..8a9473df7e 100644 --- a/external/docs/content/docs/git-config/2.36.0.html +++ b/external/docs/content/docs/git-config/2.36.0.html @@ -1767,11 +1767,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3769,7 +3769,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3779,7 +3779,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.36.2.html b/external/docs/content/docs/git-config/2.36.2.html index 7db8560285..ef2851e9a8 100644 --- a/external/docs/content/docs/git-config/2.36.2.html +++ b/external/docs/content/docs/git-config/2.36.2.html @@ -1766,11 +1766,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3768,7 +3768,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3778,7 +3778,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.36.3.html b/external/docs/content/docs/git-config/2.36.3.html index aacd1bde61..9833895209 100644 --- a/external/docs/content/docs/git-config/2.36.3.html +++ b/external/docs/content/docs/git-config/2.36.3.html @@ -1769,11 +1769,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3771,7 +3771,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3781,7 +3781,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.37.0.html b/external/docs/content/docs/git-config/2.37.0.html index e163d5c312..92b63b39a5 100644 --- a/external/docs/content/docs/git-config/2.37.0.html +++ b/external/docs/content/docs/git-config/2.37.0.html @@ -1767,11 +1767,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3785,7 +3785,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3795,7 +3795,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.37.2.html b/external/docs/content/docs/git-config/2.37.2.html index 27a10c8c8d..5e6093ab1f 100644 --- a/external/docs/content/docs/git-config/2.37.2.html +++ b/external/docs/content/docs/git-config/2.37.2.html @@ -1767,11 +1767,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3785,7 +3785,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3795,7 +3795,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.37.4.html b/external/docs/content/docs/git-config/2.37.4.html index 54577b4ea4..8885bff321 100644 --- a/external/docs/content/docs/git-config/2.37.4.html +++ b/external/docs/content/docs/git-config/2.37.4.html @@ -1769,11 +1769,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3787,7 +3787,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3797,7 +3797,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    diff --git a/external/docs/content/docs/git-config/2.38.0.html b/external/docs/content/docs/git-config/2.38.0.html index 3f73a54521..25982c8828 100644 --- a/external/docs/content/docs/git-config/2.38.0.html +++ b/external/docs/content/docs/git-config/2.38.0.html @@ -1835,11 +1835,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3891,7 +3891,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3901,7 +3901,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    @@ -5777,7 +5777,7 @@

    Variables

    This setting can be disabled by the --no-notes option to the git -log family of commands, or by the --notes=<ref> option accepted by +log family of commands, or by the --notes=<ref> option accepted by those commands.

    diff --git a/external/docs/content/docs/git-config/2.38.1.html b/external/docs/content/docs/git-config/2.38.1.html index 4f2d98c634..8f9c7af88a 100644 --- a/external/docs/content/docs/git-config/2.38.1.html +++ b/external/docs/content/docs/git-config/2.38.1.html @@ -1835,11 +1835,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3891,7 +3891,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3901,7 +3901,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    @@ -5777,7 +5777,7 @@

    Variables

    This setting can be disabled by the --no-notes option to the git -log family of commands, or by the --notes=<ref> option accepted by +log family of commands, or by the --notes=<ref> option accepted by those commands.

    diff --git a/external/docs/content/docs/git-config/2.38.2.html b/external/docs/content/docs/git-config/2.38.2.html index 3f7dc39b52..7ff0f7ce37 100644 --- a/external/docs/content/docs/git-config/2.38.2.html +++ b/external/docs/content/docs/git-config/2.38.2.html @@ -1838,11 +1838,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3894,7 +3894,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3904,7 +3904,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    @@ -5780,7 +5780,7 @@

    Variables

    This setting can be disabled by the --no-notes option to the git -log family of commands, or by the --notes=<ref> option accepted by +log family of commands, or by the --notes=<ref> option accepted by those commands.

    diff --git a/external/docs/content/docs/git-config/2.39.0.html b/external/docs/content/docs/git-config/2.39.0.html index dd52507d4c..bc83dbb761 100644 --- a/external/docs/content/docs/git-config/2.39.0.html +++ b/external/docs/content/docs/git-config/2.39.0.html @@ -1840,11 +1840,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3930,7 +3930,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3940,7 +3940,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    @@ -5834,7 +5834,7 @@

    Variables

    This setting can be disabled by the --no-notes option to the git -log family of commands, or by the --notes=<ref> option accepted by +log family of commands, or by the --notes=<ref> option accepted by those commands.

    diff --git a/external/docs/content/docs/git-config/2.4.12.html b/external/docs/content/docs/git-config/2.4.12.html index 26dec6cd3c..c31922aeda 100644 --- a/external/docs/content/docs/git-config/2.4.12.html +++ b/external/docs/content/docs/git-config/2.4.12.html @@ -1159,11 +1159,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD.

    @@ -2476,7 +2476,7 @@

    Variables

    the refs that match the <pattern>.

    gc.reflogExpireUnreachable
    -
    gc.<ref>.reflogExpireUnreachable
    +
    gc.<ref>.reflogExpireUnreachable

    git reflog expire removes reflog entries older than this time and are not reachable from the current tip; diff --git a/external/docs/content/docs/git-config/2.40.0.html b/external/docs/content/docs/git-config/2.40.0.html index 30eb6ffdba..4c90db4a00 100644 --- a/external/docs/content/docs/git-config/2.40.0.html +++ b/external/docs/content/docs/git-config/2.40.0.html @@ -1838,11 +1838,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3972,7 +3972,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3982,7 +3982,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    @@ -5898,7 +5898,7 @@

    Variables

    This setting can be disabled by the --no-notes option to the git -log family of commands, or by the --notes=<ref> option accepted by +log family of commands, or by the --notes=<ref> option accepted by those commands.

    diff --git a/external/docs/content/docs/git-config/2.40.4.html b/external/docs/content/docs/git-config/2.40.4.html index 036b899550..a116f229b5 100644 --- a/external/docs/content/docs/git-config/2.40.4.html +++ b/external/docs/content/docs/git-config/2.40.4.html @@ -1835,11 +1835,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3982,7 +3982,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3992,7 +3992,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    @@ -5908,7 +5908,7 @@

    Variables

    This setting can be disabled by the --no-notes option to the git -log family of commands, or by the --notes=<ref> option accepted by +log family of commands, or by the --notes=<ref> option accepted by those commands.

    diff --git a/external/docs/content/docs/git-config/2.41.0.html b/external/docs/content/docs/git-config/2.41.0.html index f20bda5873..8502e2544c 100644 --- a/external/docs/content/docs/git-config/2.41.0.html +++ b/external/docs/content/docs/git-config/2.41.0.html @@ -1841,11 +1841,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3979,7 +3979,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3989,7 +3989,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    @@ -5923,7 +5923,7 @@

    Variables

    This setting can be disabled by the --no-notes option to the git -log family of commands, or by the --notes=<ref> option accepted by +log family of commands, or by the --notes=<ref> option accepted by those commands.

    diff --git a/external/docs/content/docs/git-config/2.41.3.html b/external/docs/content/docs/git-config/2.41.3.html index bd8a01b64a..fe9ee58380 100644 --- a/external/docs/content/docs/git-config/2.41.3.html +++ b/external/docs/content/docs/git-config/2.41.3.html @@ -1839,11 +1839,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3990,7 +3990,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -4000,7 +4000,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    @@ -5934,7 +5934,7 @@

    Variables

    This setting can be disabled by the --no-notes option to the git -log family of commands, or by the --notes=<ref> option accepted by +log family of commands, or by the --notes=<ref> option accepted by those commands.

    diff --git a/external/docs/content/docs/git-config/2.42.0.html b/external/docs/content/docs/git-config/2.42.0.html index 36d0e46657..56841fd0c1 100644 --- a/external/docs/content/docs/git-config/2.42.0.html +++ b/external/docs/content/docs/git-config/2.42.0.html @@ -1845,11 +1845,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3987,7 +3987,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3997,7 +3997,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    @@ -5948,7 +5948,7 @@

    Variables

    This setting can be disabled by the --no-notes option to the git -log family of commands, or by the --notes=<ref> option accepted by +log family of commands, or by the --notes=<ref> option accepted by those commands.

    diff --git a/external/docs/content/docs/git-config/2.42.1.html b/external/docs/content/docs/git-config/2.42.1.html index 31f92407d1..aa87e8508a 100644 --- a/external/docs/content/docs/git-config/2.42.1.html +++ b/external/docs/content/docs/git-config/2.42.1.html @@ -1847,11 +1847,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -3989,7 +3989,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -3999,7 +3999,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    @@ -5950,7 +5950,7 @@

    Variables

    This setting can be disabled by the --no-notes option to the git -log family of commands, or by the --notes=<ref> option accepted by +log family of commands, or by the --notes=<ref> option accepted by those commands.

    diff --git a/external/docs/content/docs/git-config/2.42.4.html b/external/docs/content/docs/git-config/2.42.4.html index 9e66cb6971..0c31b25bc9 100644 --- a/external/docs/content/docs/git-config/2.42.4.html +++ b/external/docs/content/docs/git-config/2.42.4.html @@ -1845,11 +1845,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -4000,7 +4000,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -4010,7 +4010,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    @@ -5961,7 +5961,7 @@

    Variables

    This setting can be disabled by the --no-notes option to the git -log family of commands, or by the --notes=<ref> option accepted by +log family of commands, or by the --notes=<ref> option accepted by those commands.

    diff --git a/external/docs/content/docs/git-config/2.43.0.html b/external/docs/content/docs/git-config/2.43.0.html index 0be49049c7..991b538ce5 100644 --- a/external/docs/content/docs/git-config/2.43.0.html +++ b/external/docs/content/docs/git-config/2.43.0.html @@ -1854,11 +1854,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -4008,7 +4008,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref ref/notes/true, please use that literal @@ -4018,7 +4018,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    @@ -5994,7 +5994,7 @@

    Variables

    This setting can be disabled by the --no-notes option to the git -log family of commands, or by the --notes=<ref> option accepted by +log family of commands, or by the --notes=<ref> option accepted by those commands.

    diff --git a/external/docs/content/docs/git-config/2.43.1.html b/external/docs/content/docs/git-config/2.43.1.html index 342f78609e..7e066785b7 100644 --- a/external/docs/content/docs/git-config/2.43.1.html +++ b/external/docs/content/docs/git-config/2.43.1.html @@ -1858,11 +1858,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -4012,7 +4012,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref refs/notes/true, please use that literal @@ -4022,7 +4022,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    @@ -5998,7 +5998,7 @@

    Variables

    This setting can be disabled by the --no-notes option to the git -log family of commands, or by the --notes=<ref> option accepted by +log family of commands, or by the --notes=<ref> option accepted by those commands.

    diff --git a/external/docs/content/docs/git-config/2.43.6.html b/external/docs/content/docs/git-config/2.43.6.html index fec74d75d6..8b6881255c 100644 --- a/external/docs/content/docs/git-config/2.43.6.html +++ b/external/docs/content/docs/git-config/2.43.6.html @@ -1855,11 +1855,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -4022,7 +4022,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref refs/notes/true, please use that literal @@ -4032,7 +4032,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    @@ -6008,7 +6008,7 @@

    Variables

    This setting can be disabled by the --no-notes option to the git -log family of commands, or by the --notes=<ref> option accepted by +log family of commands, or by the --notes=<ref> option accepted by those commands.

    diff --git a/external/docs/content/docs/git-config/2.44.0.html b/external/docs/content/docs/git-config/2.44.0.html index 4c079f4ff0..7c582fd329 100644 --- a/external/docs/content/docs/git-config/2.44.0.html +++ b/external/docs/content/docs/git-config/2.44.0.html @@ -1862,11 +1862,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -4047,7 +4047,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref refs/notes/true, please use that literal @@ -4057,7 +4057,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    @@ -6033,7 +6033,7 @@

    Variables

    This setting can be disabled by the --no-notes option to the git -log family of commands, or by the --notes=<ref> option accepted by +log family of commands, or by the --notes=<ref> option accepted by those commands.

    diff --git a/external/docs/content/docs/git-config/2.44.3.html b/external/docs/content/docs/git-config/2.44.3.html index 9ea15f6762..52f03f295a 100644 --- a/external/docs/content/docs/git-config/2.44.3.html +++ b/external/docs/content/docs/git-config/2.44.3.html @@ -1861,11 +1861,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -4059,7 +4059,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref refs/notes/true, please use that literal @@ -4069,7 +4069,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    @@ -6045,7 +6045,7 @@

    Variables

    This setting can be disabled by the --no-notes option to the git -log family of commands, or by the --notes=<ref> option accepted by +log family of commands, or by the --notes=<ref> option accepted by those commands.

    diff --git a/external/docs/content/docs/git-config/2.45.0.html b/external/docs/content/docs/git-config/2.45.0.html index fb2820a79d..fbc884f99d 100644 --- a/external/docs/content/docs/git-config/2.45.0.html +++ b/external/docs/content/docs/git-config/2.45.0.html @@ -2677,11 +2677,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -4137,7 +4137,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref refs/notes/true, please use that literal @@ -4147,7 +4147,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    @@ -6116,7 +6116,7 @@

    Variables

    This setting can be disabled by the --no-notes option to the git -log family of commands, or by the --notes=<ref> option accepted by +log family of commands, or by the --notes=<ref> option accepted by those commands.

    diff --git a/external/docs/content/docs/git-config/2.45.3.html b/external/docs/content/docs/git-config/2.45.3.html index d7e1c670a6..17aa09a3d6 100644 --- a/external/docs/content/docs/git-config/2.45.3.html +++ b/external/docs/content/docs/git-config/2.45.3.html @@ -2679,11 +2679,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -4152,7 +4152,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref refs/notes/true, please use that literal @@ -4162,7 +4162,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    @@ -6131,7 +6131,7 @@

    Variables

    This setting can be disabled by the --no-notes option to the git -log family of commands, or by the --notes=<ref> option accepted by +log family of commands, or by the --notes=<ref> option accepted by those commands.

    diff --git a/external/docs/content/docs/git-config/2.46.0.html b/external/docs/content/docs/git-config/2.46.0.html index 4fd38f10dd..eedc3f80c0 100644 --- a/external/docs/content/docs/git-config/2.46.0.html +++ b/external/docs/content/docs/git-config/2.46.0.html @@ -2926,11 +2926,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -4407,7 +4407,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref refs/notes/true, please use that literal @@ -4417,7 +4417,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    @@ -6430,7 +6430,7 @@

    Variables

    This setting can be disabled by the --no-notes option to the git -log family of commands, or by the --notes=<ref> option accepted by +log family of commands, or by the --notes=<ref> option accepted by those commands.

    diff --git a/external/docs/content/docs/git-config/2.46.1.html b/external/docs/content/docs/git-config/2.46.1.html index da2208c604..5f81789ff2 100644 --- a/external/docs/content/docs/git-config/2.46.1.html +++ b/external/docs/content/docs/git-config/2.46.1.html @@ -2926,11 +2926,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -4407,7 +4407,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref refs/notes/true, please use that literal @@ -4417,7 +4417,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    @@ -6430,7 +6430,7 @@

    Variables

    This setting can be disabled by the --no-notes option to the git -log family of commands, or by the --notes=<ref> option accepted by +log family of commands, or by the --notes=<ref> option accepted by those commands.

    diff --git a/external/docs/content/docs/git-config/2.46.2.html b/external/docs/content/docs/git-config/2.46.2.html index da447591c5..a49dbf5ef0 100644 --- a/external/docs/content/docs/git-config/2.46.2.html +++ b/external/docs/content/docs/git-config/2.46.2.html @@ -2926,11 +2926,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -4407,7 +4407,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref refs/notes/true, please use that literal @@ -4417,7 +4417,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    @@ -6430,7 +6430,7 @@

    Variables

    This setting can be disabled by the --no-notes option to the git -log family of commands, or by the --notes=<ref> option accepted by +log family of commands, or by the --notes=<ref> option accepted by those commands.

    diff --git a/external/docs/content/docs/git-config/2.46.3.html b/external/docs/content/docs/git-config/2.46.3.html index 6baaef6935..85d0ba6943 100644 --- a/external/docs/content/docs/git-config/2.46.3.html +++ b/external/docs/content/docs/git-config/2.46.3.html @@ -2927,11 +2927,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -4421,7 +4421,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref refs/notes/true, please use that literal @@ -4431,7 +4431,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    @@ -6444,7 +6444,7 @@

    Variables

    This setting can be disabled by the --no-notes option to the git -log family of commands, or by the --notes=<ref> option accepted by +log family of commands, or by the --notes=<ref> option accepted by those commands.

    diff --git a/external/docs/content/docs/git-config/2.47.0.html b/external/docs/content/docs/git-config/2.47.0.html index 3b67679bc5..2ed06c8377 100644 --- a/external/docs/content/docs/git-config/2.47.0.html +++ b/external/docs/content/docs/git-config/2.47.0.html @@ -2933,11 +2933,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -4426,7 +4426,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref refs/notes/true, please use that literal @@ -4436,7 +4436,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    @@ -6480,7 +6480,7 @@

    Variables

    This setting can be disabled by the --no-notes option to the git -log family of commands, or by the --notes=<ref> option accepted by +log family of commands, or by the --notes=<ref> option accepted by those commands.

    diff --git a/external/docs/content/docs/git-config/2.47.1.html b/external/docs/content/docs/git-config/2.47.1.html index b099516263..a863a0897c 100644 --- a/external/docs/content/docs/git-config/2.47.1.html +++ b/external/docs/content/docs/git-config/2.47.1.html @@ -2933,11 +2933,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -4426,7 +4426,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref refs/notes/true, please use that literal @@ -4436,7 +4436,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    @@ -6480,7 +6480,7 @@

    Variables

    This setting can be disabled by the --no-notes option to the git -log family of commands, or by the --notes=<ref> option accepted by +log family of commands, or by the --notes=<ref> option accepted by those commands.

    diff --git a/external/docs/content/docs/git-config/2.47.2.html b/external/docs/content/docs/git-config/2.47.2.html index d4d98bfdc7..6e0c2c293d 100644 --- a/external/docs/content/docs/git-config/2.47.2.html +++ b/external/docs/content/docs/git-config/2.47.2.html @@ -2934,11 +2934,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -4440,7 +4440,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref refs/notes/true, please use that literal @@ -4450,7 +4450,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    @@ -6494,7 +6494,7 @@

    Variables

    This setting can be disabled by the --no-notes option to the git -log family of commands, or by the --notes=<ref> option accepted by +log family of commands, or by the --notes=<ref> option accepted by those commands.

    diff --git a/external/docs/content/docs/git-config/2.48.0.html b/external/docs/content/docs/git-config/2.48.0.html index 1e94148064..e732a87606 100644 --- a/external/docs/content/docs/git-config/2.48.0.html +++ b/external/docs/content/docs/git-config/2.48.0.html @@ -2933,11 +2933,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -4483,7 +4483,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref refs/notes/true, please use that literal @@ -4493,7 +4493,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    @@ -6537,7 +6537,7 @@

    Variables

    This setting can be disabled by the --no-notes option to the git -log family of commands, or by the --notes=<ref> option accepted by +log family of commands, or by the --notes=<ref> option accepted by those commands.

    diff --git a/external/docs/content/docs/git-config/2.48.1.html b/external/docs/content/docs/git-config/2.48.1.html index 4e9c312850..e027b2afdb 100644 --- a/external/docs/content/docs/git-config/2.48.1.html +++ b/external/docs/content/docs/git-config/2.48.1.html @@ -2934,11 +2934,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -4497,7 +4497,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref refs/notes/true, please use that literal @@ -4507,7 +4507,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    @@ -6551,7 +6551,7 @@

    Variables

    This setting can be disabled by the --no-notes option to the git -log family of commands, or by the --notes=<ref> option accepted by +log family of commands, or by the --notes=<ref> option accepted by those commands.

    diff --git a/external/docs/content/docs/git-config/2.49.0.html b/external/docs/content/docs/git-config/2.49.0.html index be2b164dac..cff71154e9 100644 --- a/external/docs/content/docs/git-config/2.49.0.html +++ b/external/docs/content/docs/git-config/2.49.0.html @@ -2940,11 +2940,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -4503,7 +4503,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref refs/notes/true, please use that literal @@ -4513,7 +4513,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    @@ -6576,7 +6576,7 @@

    Variables

    This setting can be disabled by the --no-notes option to the git-log[1] -family of commands, or by the --notes=<ref> option accepted by +family of commands, or by the --notes=<ref> option accepted by those commands.

    diff --git a/external/docs/content/docs/git-config/2.5.6.html b/external/docs/content/docs/git-config/2.5.6.html index 03defc8a90..de3c793a3e 100644 --- a/external/docs/content/docs/git-config/2.5.6.html +++ b/external/docs/content/docs/git-config/2.5.6.html @@ -1161,11 +1161,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD.

    diff --git a/external/docs/content/docs/git-config/2.50.0.html b/external/docs/content/docs/git-config/2.50.0.html index 8a1d4da2f5..60d638a0f8 100644 --- a/external/docs/content/docs/git-config/2.50.0.html +++ b/external/docs/content/docs/git-config/2.50.0.html @@ -2987,11 +2987,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -4556,7 +4556,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref refs/notes/true, please use that literal @@ -4566,7 +4566,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    @@ -6706,7 +6706,7 @@

    Variables

    This setting can be disabled by the --no-notes option to the git-log[1] -family of commands, or by the --notes=<ref> option accepted by +family of commands, or by the --notes=<ref> option accepted by those commands.

    diff --git a/external/docs/content/docs/git-config/2.51.0.html b/external/docs/content/docs/git-config/2.51.0.html index 6da57255d0..19adf94c77 100644 --- a/external/docs/content/docs/git-config/2.51.0.html +++ b/external/docs/content/docs/git-config/2.51.0.html @@ -3003,11 +3003,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD. @@ -4577,7 +4577,7 @@

    Variables

    where to get notes. If false, format-patch defaults to --no-notes. If true, format-patch defaults to --notes. If set to a non-boolean value, format-patch defaults to ---notes=<ref>, where ref is the non-boolean value. Defaults +--notes=<ref>, where ref is the non-boolean value. Defaults to false.

    If one wishes to use the ref refs/notes/true, please use that literal @@ -4587,7 +4587,7 @@

    Variables

    This configuration can be specified multiple times in order to allow multiple notes refs to be included. In that case, it will behave similarly to multiple --[no-]notes[=] options passed in. That is, a -value of true will show the default notes, a value of <ref> will +value of true will show the default notes, a value of <ref> will also show notes from that notes ref and a value of false will negate previous configurations and not show notes.

    @@ -6764,7 +6764,7 @@

    Variables

    This setting can be disabled by the --no-notes option to the git-log[1] -family of commands, or by the --notes=<ref> option accepted by +family of commands, or by the --notes=<ref> option accepted by those commands.

    diff --git a/external/docs/content/docs/git-config/2.6.7.html b/external/docs/content/docs/git-config/2.6.7.html index e3efe1ed57..dea44433a5 100644 --- a/external/docs/content/docs/git-config/2.6.7.html +++ b/external/docs/content/docs/git-config/2.6.7.html @@ -1166,11 +1166,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD.

    diff --git a/external/docs/content/docs/git-config/2.7.6.html b/external/docs/content/docs/git-config/2.7.6.html index fc8769ba5e..319d7a1164 100644 --- a/external/docs/content/docs/git-config/2.7.6.html +++ b/external/docs/content/docs/git-config/2.7.6.html @@ -1166,11 +1166,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD.

    diff --git a/external/docs/content/docs/git-config/2.8.6.html b/external/docs/content/docs/git-config/2.8.6.html index 39390a2500..062552553c 100644 --- a/external/docs/content/docs/git-config/2.8.6.html +++ b/external/docs/content/docs/git-config/2.8.6.html @@ -1202,11 +1202,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD.

    diff --git a/external/docs/content/docs/git-config/2.9.5.html b/external/docs/content/docs/git-config/2.9.5.html index 296d6a1b74..c2aed38575 100644 --- a/external/docs/content/docs/git-config/2.9.5.html +++ b/external/docs/content/docs/git-config/2.9.5.html @@ -1204,11 +1204,11 @@

    Variables

    core.logAllRefUpdates
    -

    Enable the reflog. Updates to a ref <ref> is logged to the file -"$GIT_DIR/logs/<ref>", by appending the new and old +

    Enable the reflog. Updates to a ref <ref> is logged to the file +"$GIT_DIR/logs/<ref>", by appending the new and old SHA-1, the date/time and the reason of the update, but only when the file exists. If this configuration -variable is set to true, missing "$GIT_DIR/logs/<ref>" +variable is set to true, missing "$GIT_DIR/logs/<ref>" file is automatically created for branch heads (i.e. under refs/heads/), remote refs (i.e. under refs/remotes/), note refs (i.e. under refs/notes/), and the symbolic ref HEAD.

    diff --git a/external/docs/content/docs/git-cvsimport.html b/external/docs/content/docs/git-cvsimport.html index dff2f89414..5d5fe5e8b7 100644 --- a/external/docs/content/docs/git-cvsimport.html +++ b/external/docs/content/docs/git-cvsimport.html @@ -116,7 +116,7 @@

    OPTIONS

    -r <remote>

    The Git remote to import this CVS repository into. -Moves all CVS branches into remotes/<remote>/<branch> +Moves all CVS branches into remotes/<remote>/<branch> akin to the way git clone uses origin by default.

    -o <branch-for-HEAD>
    diff --git a/external/docs/content/docs/git-cvsimport/2.0.5.html b/external/docs/content/docs/git-cvsimport/2.0.5.html index 162629a72d..7ae19972b8 100644 --- a/external/docs/content/docs/git-cvsimport/2.0.5.html +++ b/external/docs/content/docs/git-cvsimport/2.0.5.html @@ -116,7 +116,7 @@

    OPTIONS

    -r <remote>

    The Git remote to import this CVS repository into. -Moves all CVS branches into remotes/<remote>/<branch> +Moves all CVS branches into remotes/<remote>/<branch> akin to the way git clone uses origin by default.

    -o <branch-for-HEAD>
    diff --git a/external/docs/content/docs/git-cvsimport/2.10.5.html b/external/docs/content/docs/git-cvsimport/2.10.5.html index e8ad4973d9..413447df3b 100644 --- a/external/docs/content/docs/git-cvsimport/2.10.5.html +++ b/external/docs/content/docs/git-cvsimport/2.10.5.html @@ -231,7 +231,7 @@

    OPTIONS

    -r <remote>

    The Git remote to import this CVS repository into. -Moves all CVS branches into remotes/<remote>/<branch> +Moves all CVS branches into remotes/<remote>/<branch> akin to the way git clone uses origin by default.

    -o <branch-for-HEAD>
    diff --git a/external/docs/content/docs/git-cvsimport/2.2.3.html b/external/docs/content/docs/git-cvsimport/2.2.3.html index f4cf01e8e1..995dfeb189 100644 --- a/external/docs/content/docs/git-cvsimport/2.2.3.html +++ b/external/docs/content/docs/git-cvsimport/2.2.3.html @@ -121,7 +121,7 @@

    OPTIONS

    -r <remote>

    The Git remote to import this CVS repository into. -Moves all CVS branches into remotes/<remote>/<branch> +Moves all CVS branches into remotes/<remote>/<branch> akin to the way git clone uses origin by default.

    -o <branch-for-HEAD>
    diff --git a/external/docs/content/docs/git-cvsimport/2.35.0.html b/external/docs/content/docs/git-cvsimport/2.35.0.html index bc0fdb838e..f566cfd578 100644 --- a/external/docs/content/docs/git-cvsimport/2.35.0.html +++ b/external/docs/content/docs/git-cvsimport/2.35.0.html @@ -165,7 +165,7 @@

    OPTIONS

    -r <remote>

    The Git remote to import this CVS repository into. -Moves all CVS branches into remotes/<remote>/<branch> +Moves all CVS branches into remotes/<remote>/<branch> akin to the way git clone uses origin by default.

    -o <branch-for-HEAD>
    diff --git a/external/docs/content/docs/git-cvsimport/2.43.1.html b/external/docs/content/docs/git-cvsimport/2.43.1.html index c846cbd026..ed8d12fc0b 100644 --- a/external/docs/content/docs/git-cvsimport/2.43.1.html +++ b/external/docs/content/docs/git-cvsimport/2.43.1.html @@ -148,7 +148,7 @@

    OPTIONS

    -r <remote>

    The Git remote to import this CVS repository into. -Moves all CVS branches into remotes/<remote>/<branch> +Moves all CVS branches into remotes/<remote>/<branch> akin to the way git clone uses origin by default.

    -o <branch-for-HEAD>
    diff --git a/external/docs/content/docs/git-cvsimport/2.9.5.html b/external/docs/content/docs/git-cvsimport/2.9.5.html index 7ac2b16a5a..949c757148 100644 --- a/external/docs/content/docs/git-cvsimport/2.9.5.html +++ b/external/docs/content/docs/git-cvsimport/2.9.5.html @@ -115,7 +115,7 @@

    OPTIONS

    -r <remote>

    The Git remote to import this CVS repository into. -Moves all CVS branches into remotes/<remote>/<branch> +Moves all CVS branches into remotes/<remote>/<branch> akin to the way git clone uses origin by default.

    -o <branch-for-HEAD>
    diff --git a/external/docs/content/docs/git-cvsimport/fr.html b/external/docs/content/docs/git-cvsimport/fr.html index e949ad8cb4..ec19016fec 100644 --- a/external/docs/content/docs/git-cvsimport/fr.html +++ b/external/docs/content/docs/git-cvsimport/fr.html @@ -93,7 +93,7 @@

    OPTIONS

    -r<distant>
    -

    Le distant Git dans lequel importer ce dépôt CVS. Déplace toutes les branches CVS dans remotes/<distant>/<branche> de la même manière que git clone utilise origin par défaut.

    +

    Le distant Git dans lequel importer ce dépôt CVS. Déplace toutes les branches CVS dans remotes/<distant>/<branche> de la même manière que git clone utilise origin par défaut.

    -o <branche-pour-HEAD>
    diff --git a/external/docs/content/docs/git-cvsserver.html b/external/docs/content/docs/git-cvsserver.html index 1c6e258df3..4a4a88915b 100644 --- a/external/docs/content/docs/git-cvsserver.html +++ b/external/docs/content/docs/git-cvsserver.html @@ -66,7 +66,7 @@

    SYNOPSIS

    Usage:

    -
    git-cvsserver [<options>] [pserver|server] [<directory> …​]
    +
    git-cvsserver [<options>] [pserver|server] [<directory> …​]
    @@ -121,7 +121,7 @@

    OPTIONS

    Print usage information and exit

    -
    <directory>
    +
    <directory>

    The remaining arguments provide a list of directories. If no directories are given, then all are allowed. Repositories within these directories @@ -465,7 +465,7 @@

    ENVIRONMENT

    GIT_CVSSERVER_ROOT

    This variable specifies a single directory, replacing the -<directory>... argument list. The repository still requires the +<directory>... argument list. The repository still requires the gitcvs.enabled config option, unless --export-all is specified.

    diff --git a/external/docs/content/docs/git-cvsserver/2.0.5.html b/external/docs/content/docs/git-cvsserver/2.0.5.html index 33625acd14..a636a47408 100644 --- a/external/docs/content/docs/git-cvsserver/2.0.5.html +++ b/external/docs/content/docs/git-cvsserver/2.0.5.html @@ -66,7 +66,7 @@

    SYNOPSIS

    Usage:

    -
    git-cvsserver [options] [pserver|server] [<directory> …​]
    +
    git-cvsserver [options] [pserver|server] [<directory> …​]
    @@ -104,7 +104,7 @@

    OPTIONS

    Print usage information and exit

    -
    <directory>
    +
    <directory>

    You can specify a list of allowed directories. If no directories are given, all are allowed. This is an additional restriction, gitcvs diff --git a/external/docs/content/docs/git-cvsserver/2.15.4.html b/external/docs/content/docs/git-cvsserver/2.15.4.html index 997a6e9cf0..aca03f75a4 100644 --- a/external/docs/content/docs/git-cvsserver/2.15.4.html +++ b/external/docs/content/docs/git-cvsserver/2.15.4.html @@ -73,7 +73,7 @@

    SYNOPSIS

    Usage:

    -
    git-cvsserver [options] [pserver|server] [<directory> …​]
    +
    git-cvsserver [options] [pserver|server] [<directory> …​]
    @@ -111,7 +111,7 @@

    OPTIONS

    Print usage information and exit

    -
    <directory>
    +
    <directory>

    You can specify a list of allowed directories. If no directories are given, all are allowed. This is an additional restriction, gitcvs diff --git a/external/docs/content/docs/git-cvsserver/2.18.0.html b/external/docs/content/docs/git-cvsserver/2.18.0.html index ed344c25f3..527926cceb 100644 --- a/external/docs/content/docs/git-cvsserver/2.18.0.html +++ b/external/docs/content/docs/git-cvsserver/2.18.0.html @@ -94,7 +94,7 @@

    SYNOPSIS

    Usage:

    -
    git-cvsserver [<options>] [pserver|server] [<directory> …​]
    +
    git-cvsserver [<options>] [pserver|server] [<directory> …​]
    @@ -132,7 +132,7 @@

    OPTIONS

    Print usage information and exit

    -
    <directory>
    +
    <directory>

    You can specify a list of allowed directories. If no directories are given, all are allowed. This is an additional restriction, gitcvs diff --git a/external/docs/content/docs/git-cvsserver/2.2.3.html b/external/docs/content/docs/git-cvsserver/2.2.3.html index 683b09d4e1..cb9206c3ab 100644 --- a/external/docs/content/docs/git-cvsserver/2.2.3.html +++ b/external/docs/content/docs/git-cvsserver/2.2.3.html @@ -66,7 +66,7 @@

    SYNOPSIS

    Usage:

    -
    git-cvsserver [options] [pserver|server] [<directory> …​]
    +
    git-cvsserver [options] [pserver|server] [<directory> …​]
    @@ -104,7 +104,7 @@

    OPTIONS

    Print usage information and exit

    -
    <directory>
    +
    <directory>

    You can specify a list of allowed directories. If no directories are given, all are allowed. This is an additional restriction, gitcvs diff --git a/external/docs/content/docs/git-cvsserver/2.23.0.html b/external/docs/content/docs/git-cvsserver/2.23.0.html index 5d8cbfbea2..3a4b66897e 100644 --- a/external/docs/content/docs/git-cvsserver/2.23.0.html +++ b/external/docs/content/docs/git-cvsserver/2.23.0.html @@ -74,7 +74,7 @@

    SYNOPSIS

    Usage:

    -
    git-cvsserver [<options>] [pserver|server] [<directory> …​]
    +
    git-cvsserver [<options>] [pserver|server] [<directory> …​]
    @@ -112,7 +112,7 @@

    OPTIONS

    Print usage information and exit

    -
    <directory>
    +
    <directory>

    You can specify a list of allowed directories. If no directories are given, all are allowed. This is an additional restriction, gitcvs diff --git a/external/docs/content/docs/git-cvsserver/2.25.0.html b/external/docs/content/docs/git-cvsserver/2.25.0.html index 5fea8288e1..558906d59d 100644 --- a/external/docs/content/docs/git-cvsserver/2.25.0.html +++ b/external/docs/content/docs/git-cvsserver/2.25.0.html @@ -101,7 +101,7 @@

    SYNOPSIS

    Usage:

    -
    git-cvsserver [<options>] [pserver|server] [<directory> …​]
    +
    git-cvsserver [<options>] [pserver|server] [<directory> …​]
    @@ -139,7 +139,7 @@

    OPTIONS

    Print usage information and exit

    -
    <directory>
    +
    <directory>

    You can specify a list of allowed directories. If no directories are given, all are allowed. This is an additional restriction, gitcvs diff --git a/external/docs/content/docs/git-cvsserver/2.32.0.html b/external/docs/content/docs/git-cvsserver/2.32.0.html index a7761212b9..991c7e968b 100644 --- a/external/docs/content/docs/git-cvsserver/2.32.0.html +++ b/external/docs/content/docs/git-cvsserver/2.32.0.html @@ -73,7 +73,7 @@

    SYNOPSIS

    Usage:

    -
    git-cvsserver [<options>] [pserver|server] [<directory> …​]
    +
    git-cvsserver [<options>] [pserver|server] [<directory> …​]
    @@ -128,7 +128,7 @@

    OPTIONS

    Print usage information and exit

    -
    <directory>
    +
    <directory>

    You can specify a list of allowed directories. If no directories are given, all are allowed. This is an additional restriction, gitcvs diff --git a/external/docs/content/docs/git-cvsserver/2.33.1.html b/external/docs/content/docs/git-cvsserver/2.33.1.html index e545c644f6..be5f64f586 100644 --- a/external/docs/content/docs/git-cvsserver/2.33.1.html +++ b/external/docs/content/docs/git-cvsserver/2.33.1.html @@ -99,7 +99,7 @@

    SYNOPSIS

    Usage:

    -
    git-cvsserver [<options>] [pserver|server] [<directory> …​]
    +
    git-cvsserver [<options>] [pserver|server] [<directory> …​]
    @@ -154,7 +154,7 @@

    OPTIONS

    Print usage information and exit

    -
    <directory>
    +
    <directory>

    You can specify a list of allowed directories. If no directories are given, all are allowed. This is an additional restriction, gitcvs diff --git a/external/docs/content/docs/git-cvsserver/2.37.2.html b/external/docs/content/docs/git-cvsserver/2.37.2.html index 677e7c7690..ccd76e9b15 100644 --- a/external/docs/content/docs/git-cvsserver/2.37.2.html +++ b/external/docs/content/docs/git-cvsserver/2.37.2.html @@ -91,7 +91,7 @@

    SYNOPSIS

    Usage:

    -
    git-cvsserver [<options>] [pserver|server] [<directory> …​]
    +
    git-cvsserver [<options>] [pserver|server] [<directory> …​]
    @@ -146,7 +146,7 @@

    OPTIONS

    Print usage information and exit

    -
    <directory>
    +
    <directory>

    The remaining arguments provide a list of directories. If no directories are given, then all are allowed. Repositories within these directories @@ -490,7 +490,7 @@

    ENVIRONMENT

    GIT_CVSSERVER_ROOT

    This variable specifies a single directory, replacing the -<directory>... argument list. The repository still requires the +<directory>... argument list. The repository still requires the gitcvs.enabled config option, unless --export-all is specified.

    diff --git a/external/docs/content/docs/git-cvsserver/2.4.12.html b/external/docs/content/docs/git-cvsserver/2.4.12.html index 9fdc48eb38..ed15604961 100644 --- a/external/docs/content/docs/git-cvsserver/2.4.12.html +++ b/external/docs/content/docs/git-cvsserver/2.4.12.html @@ -69,7 +69,7 @@

    SYNOPSIS

    Usage:

    -
    git-cvsserver [options] [pserver|server] [<directory> …​]
    +
    git-cvsserver [options] [pserver|server] [<directory> …​]
    @@ -107,7 +107,7 @@

    OPTIONS

    Print usage information and exit

    -
    <directory>
    +
    <directory>

    You can specify a list of allowed directories. If no directories are given, all are allowed. This is an additional restriction, gitcvs diff --git a/external/docs/content/docs/git-cvsserver/2.42.0.html b/external/docs/content/docs/git-cvsserver/2.42.0.html index a7b4164d8c..2de3db50d2 100644 --- a/external/docs/content/docs/git-cvsserver/2.42.0.html +++ b/external/docs/content/docs/git-cvsserver/2.42.0.html @@ -77,7 +77,7 @@

    SYNOPSIS

    Usage:

    -
    git-cvsserver [<options>] [pserver|server] [<directory> …​]
    +
    git-cvsserver [<options>] [pserver|server] [<directory> …​]
    @@ -132,7 +132,7 @@

    OPTIONS

    Print usage information and exit

    -
    <directory>
    +
    <directory>

    The remaining arguments provide a list of directories. If no directories are given, then all are allowed. Repositories within these directories @@ -476,7 +476,7 @@

    ENVIRONMENT

    GIT_CVSSERVER_ROOT

    This variable specifies a single directory, replacing the -<directory>... argument list. The repository still requires the +<directory>... argument list. The repository still requires the gitcvs.enabled config option, unless --export-all is specified.

    diff --git a/external/docs/content/docs/git-cvsserver/2.44.0.html b/external/docs/content/docs/git-cvsserver/2.44.0.html index 4837322c3d..10dda1eaf1 100644 --- a/external/docs/content/docs/git-cvsserver/2.44.0.html +++ b/external/docs/content/docs/git-cvsserver/2.44.0.html @@ -88,7 +88,7 @@

    SYNOPSIS

    Usage:

    -
    git-cvsserver [<options>] [pserver|server] [<directory> …​]
    +
    git-cvsserver [<options>] [pserver|server] [<directory> …​]
    @@ -143,7 +143,7 @@

    OPTIONS

    Print usage information and exit

    -
    <directory>
    +
    <directory>

    The remaining arguments provide a list of directories. If no directories are given, then all are allowed. Repositories within these directories @@ -487,7 +487,7 @@

    ENVIRONMENT

    GIT_CVSSERVER_ROOT

    This variable specifies a single directory, replacing the -<directory>... argument list. The repository still requires the +<directory>... argument list. The repository still requires the gitcvs.enabled config option, unless --export-all is specified.

    diff --git a/external/docs/content/docs/git-cvsserver/2.50.0.html b/external/docs/content/docs/git-cvsserver/2.50.0.html index 115df28898..350be647d1 100644 --- a/external/docs/content/docs/git-cvsserver/2.50.0.html +++ b/external/docs/content/docs/git-cvsserver/2.50.0.html @@ -67,7 +67,7 @@

    SYNOPSIS

    Usage:

    -
    git-cvsserver [<options>] [pserver|server] [<directory> …​]
    +
    git-cvsserver [<options>] [pserver|server] [<directory> …​]
    @@ -122,7 +122,7 @@

    OPTIONS

    Print usage information and exit

    -
    <directory>
    +
    <directory>

    The remaining arguments provide a list of directories. If no directories are given, then all are allowed. Repositories within these directories @@ -466,7 +466,7 @@

    ENVIRONMENT

    GIT_CVSSERVER_ROOT

    This variable specifies a single directory, replacing the -<directory>... argument list. The repository still requires the +<directory>... argument list. The repository still requires the gitcvs.enabled config option, unless --export-all is specified.

    diff --git a/external/docs/content/docs/git-cvsserver/2.9.5.html b/external/docs/content/docs/git-cvsserver/2.9.5.html index bb5155970c..328e887c96 100644 --- a/external/docs/content/docs/git-cvsserver/2.9.5.html +++ b/external/docs/content/docs/git-cvsserver/2.9.5.html @@ -70,7 +70,7 @@

    SYNOPSIS

    Usage:

    -
    git-cvsserver [options] [pserver|server] [<directory> …​]
    +
    git-cvsserver [options] [pserver|server] [<directory> …​]
    @@ -108,7 +108,7 @@

    OPTIONS

    Print usage information and exit

    -
    <directory>
    +
    <directory>

    You can specify a list of allowed directories. If no directories are given, all are allowed. This is an additional restriction, gitcvs diff --git a/external/docs/content/docs/git-cvsserver/fr.html b/external/docs/content/docs/git-cvsserver/fr.html index 449d842b65..a8bb3ea219 100644 --- a/external/docs/content/docs/git-cvsserver/fr.html +++ b/external/docs/content/docs/git-cvsserver/fr.html @@ -67,7 +67,7 @@

    SYNOPSIS

    Utilisation :

    -
    git-cvsserver [<options>] [pserveur|serveur] [<répertoire> …​]
    +
    git-cvsserver [<options>] [pserveur|serveur] [<répertoire> …​]
    @@ -116,7 +116,7 @@

    OPTIONS

    Afficher les informations d’utilisation et quitter

    -
    <répertoire>
    +
    <répertoire>

    Les arguments restants fournissent une liste de répertoires. Si aucun répertoire n’est donné, alors tous sont autorisés. Les dépôts dans ces répertoires nécessitent toujours l’option de configuration gitcvs.enabled, à moins que --export-all soit spécifié.

    diff --git a/external/docs/content/docs/git-cvsserver/zh_HANS-CN.html b/external/docs/content/docs/git-cvsserver/zh_HANS-CN.html index 357a73208d..ce5f022d23 100644 --- a/external/docs/content/docs/git-cvsserver/zh_HANS-CN.html +++ b/external/docs/content/docs/git-cvsserver/zh_HANS-CN.html @@ -65,7 +65,7 @@

    概述

    用法:

    -
    git-cvsserver [<多个选项>] [pserver|server] [<目录> …​]
    +
    git-cvsserver [<多个选项>] [pserver|server] [<目录> …​]
    @@ -114,7 +114,7 @@

    选项

    打印使用信息并退出

    -
    <目录>
    +
    <目录>

    其余参数提供了一个目录列表。如果没有给出目录,则允许所有目录。除非指定了 --export-all,否则这些目录中的仓库仍需要使用 gitcvs.enabled 配置选项。

    @@ -366,7 +366,7 @@

    环境变量<
    GIT_CVSSERVER_ROOT
    -

    该变量指定了一个单一目录,取代了 <目录>... 参数列表。除非指定了 --export-all,否则仓库仍需要使用 gitcvs.enabled 配置选项。

    +

    该变量指定了一个单一目录,取代了 <目录>... 参数列表。除非指定了 --export-all,否则仓库仍需要使用 gitcvs.enabled 配置选项。

    diff --git a/external/docs/content/docs/git-daemon.html b/external/docs/content/docs/git-daemon.html index f3d4e744f9..73f0e24f54 100644 --- a/external/docs/content/docs/git-daemon.html +++ b/external/docs/content/docs/git-daemon.html @@ -53,7 +53,7 @@

    SYNOPSIS

    [--listen=<host-or-ipaddr>] [--port=<n>] [--user=<user> [--group=<group>]]] [--log-destination=(stderr|syslog|none)] - [<directory>…​] + [<directory>…​] @@ -301,7 +301,7 @@

    OPTIONS

    it declines the service.

    -
    <directory>
    +
    <directory>

    The remaining arguments provide a list of directories. If any directories are specified, then the git-daemon process will diff --git a/external/docs/content/docs/git-daemon/2.0.5.html b/external/docs/content/docs/git-daemon/2.0.5.html index 92e2cc32a5..a7b27dae68 100644 --- a/external/docs/content/docs/git-daemon/2.0.5.html +++ b/external/docs/content/docs/git-daemon/2.0.5.html @@ -51,7 +51,7 @@

    SYNOPSIS

    [--inetd | [--listen=<host_or_ipaddr>] [--port=<n>] [--user=<user> [--group=<group>]]] - [<directory>…​] + [<directory>…​] @@ -264,7 +264,7 @@

    OPTIONS

    it declines the service.

    -
    <directory>
    +
    <directory>

    A directory to add to the whitelist of allowed directories. Unless --strict-paths is specified this will also include subdirectories diff --git a/external/docs/content/docs/git-daemon/2.1.4.html b/external/docs/content/docs/git-daemon/2.1.4.html index adb2a72910..d883a2ebf5 100644 --- a/external/docs/content/docs/git-daemon/2.1.4.html +++ b/external/docs/content/docs/git-daemon/2.1.4.html @@ -58,7 +58,7 @@

    SYNOPSIS

    [--inetd | [--listen=<host_or_ipaddr>] [--port=<n>] [--user=<user> [--group=<group>]]] - [<directory>…​] + [<directory>…​] @@ -271,7 +271,7 @@

    OPTIONS

    it declines the service.

    -
    <directory>
    +
    <directory>

    A directory to add to the whitelist of allowed directories. Unless --strict-paths is specified this will also include subdirectories diff --git a/external/docs/content/docs/git-daemon/2.17.0.html b/external/docs/content/docs/git-daemon/2.17.0.html index b3e47cbe07..8a2cb7d77b 100644 --- a/external/docs/content/docs/git-daemon/2.17.0.html +++ b/external/docs/content/docs/git-daemon/2.17.0.html @@ -82,7 +82,7 @@

    SYNOPSIS

    [--listen=<host_or_ipaddr>] [--port=<n>] [--user=<user> [--group=<group>]]] [--log-destination=(stderr|syslog|none)] - [<directory>…​] + [<directory>…​] @@ -329,7 +329,7 @@

    OPTIONS

    it declines the service.

    -
    <directory>
    +
    <directory>

    A directory to add to the whitelist of allowed directories. Unless --strict-paths is specified this will also include subdirectories diff --git a/external/docs/content/docs/git-daemon/2.22.0.html b/external/docs/content/docs/git-daemon/2.22.0.html index a0c48ca7c7..17e9f92423 100644 --- a/external/docs/content/docs/git-daemon/2.22.0.html +++ b/external/docs/content/docs/git-daemon/2.22.0.html @@ -148,7 +148,7 @@

    SYNOPSIS

    [--listen=<host_or_ipaddr>] [--port=<n>] [--user=<user> [--group=<group>]]] [--log-destination=(stderr|syslog|none)] - [<directory>…​] + [<directory>…​] @@ -395,7 +395,7 @@

    OPTIONS

    it declines the service.

    -
    <directory>
    +
    <directory>

    A directory to add to the whitelist of allowed directories. Unless --strict-paths is specified this will also include subdirectories diff --git a/external/docs/content/docs/git-daemon/2.37.2.html b/external/docs/content/docs/git-daemon/2.37.2.html index c9729112b7..a5cf179d91 100644 --- a/external/docs/content/docs/git-daemon/2.37.2.html +++ b/external/docs/content/docs/git-daemon/2.37.2.html @@ -83,7 +83,7 @@

    SYNOPSIS

    [--listen=<host_or_ipaddr>] [--port=<n>] [--user=<user> [--group=<group>]]] [--log-destination=(stderr|syslog|none)] - [<directory>…​] + [<directory>…​] @@ -330,7 +330,7 @@

    OPTIONS

    it declines the service.

    -
    <directory>
    +
    <directory>

    The remaining arguments provide a list of directories. If any directories are specified, then the git-daemon process will diff --git a/external/docs/content/docs/git-daemon/2.43.0.html b/external/docs/content/docs/git-daemon/2.43.0.html index 7a5721b271..e69f7e5cf7 100644 --- a/external/docs/content/docs/git-daemon/2.43.0.html +++ b/external/docs/content/docs/git-daemon/2.43.0.html @@ -59,7 +59,7 @@

    SYNOPSIS

    [--listen=<host_or_ipaddr>] [--port=<n>] [--user=<user> [--group=<group>]]] [--log-destination=(stderr|syslog|none)] - [<directory>…​] + [<directory>…​] @@ -306,7 +306,7 @@

    OPTIONS

    it declines the service.

    -
    <directory>
    +
    <directory>

    The remaining arguments provide a list of directories. If any directories are specified, then the git-daemon process will diff --git a/external/docs/content/docs/git-daemon/2.44.0.html b/external/docs/content/docs/git-daemon/2.44.0.html index 2a6f14a31c..e4a03ca007 100644 --- a/external/docs/content/docs/git-daemon/2.44.0.html +++ b/external/docs/content/docs/git-daemon/2.44.0.html @@ -75,7 +75,7 @@

    SYNOPSIS

    [--listen=<host-or-ipaddr>] [--port=<n>] [--user=<user> [--group=<group>]]] [--log-destination=(stderr|syslog|none)] - [<directory>…​] + [<directory>…​] @@ -322,7 +322,7 @@

    OPTIONS

    it declines the service.

    -
    <directory>
    +
    <directory>

    The remaining arguments provide a list of directories. If any directories are specified, then the git-daemon process will diff --git a/external/docs/content/docs/git-daemon/2.50.0.html b/external/docs/content/docs/git-daemon/2.50.0.html index e21cff3fcd..4e84a027d7 100644 --- a/external/docs/content/docs/git-daemon/2.50.0.html +++ b/external/docs/content/docs/git-daemon/2.50.0.html @@ -54,7 +54,7 @@

    SYNOPSIS

    [--listen=<host-or-ipaddr>] [--port=<n>] [--user=<user> [--group=<group>]]] [--log-destination=(stderr|syslog|none)] - [<directory>…​] + [<directory>…​] @@ -302,7 +302,7 @@

    OPTIONS

    it declines the service.

    -
    <directory>
    +
    <directory>

    The remaining arguments provide a list of directories. If any directories are specified, then the git-daemon process will diff --git a/external/docs/content/docs/git-daemon/2.9.5.html b/external/docs/content/docs/git-daemon/2.9.5.html index 91977d7c6d..5b0c482c98 100644 --- a/external/docs/content/docs/git-daemon/2.9.5.html +++ b/external/docs/content/docs/git-daemon/2.9.5.html @@ -58,7 +58,7 @@

    SYNOPSIS

    [--inetd | [--listen=<host_or_ipaddr>] [--port=<n>] [--user=<user> [--group=<group>]]] - [<directory>…​] + [<directory>…​] @@ -271,7 +271,7 @@

    OPTIONS

    it declines the service.

    -
    <directory>
    +
    <directory>

    A directory to add to the whitelist of allowed directories. Unless --strict-paths is specified this will also include subdirectories diff --git a/external/docs/content/docs/git-daemon/fr.html b/external/docs/content/docs/git-daemon/fr.html index ebecf54537..d04b6b3b65 100644 --- a/external/docs/content/docs/git-daemon/fr.html +++ b/external/docs/content/docs/git-daemon/fr.html @@ -54,7 +54,7 @@

    SYNOPSIS

    [--listen=<hôte-ou-adr-ip>] [--port=<n>] [--user=<user> [--group=<groupe>]]] [--log-destination=(stderr|syslog|none)] - [<répertoire>…​] + [<répertoire>…​] @@ -212,7 +212,7 @@

    OPTIONS

    Le command externe peut écrire optionalement une ligne en se sortie standard par être envoyé pour le requisiteur comme une méssage d’error quand lui decline le service.

    -
    <répertoire>
    +
    <répertoire>

    Les arguments restants fournissent une liste de répertoires. Si des répertoires sont spécifiés, alors le processus git-daemon servira un répertoire demandé seulement s’il est contenu dans un de ces répertoires. Si --strict-paths est spécifié, alors le répertoire demandé doit correspondre exactement à l’un de ces répertoires.

    diff --git a/external/docs/content/docs/git-daemon/zh_HANS-CN.html b/external/docs/content/docs/git-daemon/zh_HANS-CN.html index c3181c8ad8..c7b1c98577 100644 --- a/external/docs/content/docs/git-daemon/zh_HANS-CN.html +++ b/external/docs/content/docs/git-daemon/zh_HANS-CN.html @@ -52,7 +52,7 @@

    概述

    [--listen=<主机或 ip 地址>] [--port=<n>] [--user=<用户> [--group=<组>]]] [--log-destination=(stderr|syslog|none)] - [<目录>…​] + [<目录>…​] @@ -209,7 +209,7 @@

    选项

    外部命令可以选择在其标准输出中写入一行,在拒绝服务时作为错误信息发送给请求者。

    -
    <目录>
    +
    <目录>

    其余的参数提供了一个目录列表。如果指定了任何目录,那么 git-daemon 进程将只在所请求的目录包含在这些目录中时提供服务。如果指定了 --strict-paths,那么请求的目录必须与这些目录之一完全匹配。

    diff --git a/external/docs/content/docs/git-diff-files.html b/external/docs/content/docs/git-diff-files.html index 05bf0e5837..c2af5f50bb 100644 --- a/external/docs/content/docs/git-diff-files.html +++ b/external/docs/content/docs/git-diff-files.html @@ -1013,13 +1013,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>...]
    @@ -1272,7 +1272,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.0.5.html b/external/docs/content/docs/git-diff-files/2.0.5.html index c56ba6bdf9..b0ad6ec871 100644 --- a/external/docs/content/docs/git-diff-files/2.0.5.html +++ b/external/docs/content/docs/git-diff-files/2.0.5.html @@ -702,13 +702,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -937,7 +937,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.11.4.html b/external/docs/content/docs/git-diff-files/2.11.4.html index 1e0969006b..1396a97923 100644 --- a/external/docs/content/docs/git-diff-files/2.11.4.html +++ b/external/docs/content/docs/git-diff-files/2.11.4.html @@ -744,13 +744,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -980,7 +980,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.12.5.html b/external/docs/content/docs/git-diff-files/2.12.5.html index ecc6274603..de9717656e 100644 --- a/external/docs/content/docs/git-diff-files/2.12.5.html +++ b/external/docs/content/docs/git-diff-files/2.12.5.html @@ -786,13 +786,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1022,7 +1022,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.13.7.html b/external/docs/content/docs/git-diff-files/2.13.7.html index 7d253ce69b..1bf881c69a 100644 --- a/external/docs/content/docs/git-diff-files/2.13.7.html +++ b/external/docs/content/docs/git-diff-files/2.13.7.html @@ -785,13 +785,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1022,7 +1022,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.14.6.html b/external/docs/content/docs/git-diff-files/2.14.6.html index 230526c101..8c44f862c3 100644 --- a/external/docs/content/docs/git-diff-files/2.14.6.html +++ b/external/docs/content/docs/git-diff-files/2.14.6.html @@ -784,13 +784,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1021,7 +1021,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.15.4.html b/external/docs/content/docs/git-diff-files/2.15.4.html index 0ddea79aac..5966f7d1b2 100644 --- a/external/docs/content/docs/git-diff-files/2.15.4.html +++ b/external/docs/content/docs/git-diff-files/2.15.4.html @@ -833,13 +833,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1070,7 +1070,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.16.6.html b/external/docs/content/docs/git-diff-files/2.16.6.html index 909e1cdc3c..8e85b14df9 100644 --- a/external/docs/content/docs/git-diff-files/2.16.6.html +++ b/external/docs/content/docs/git-diff-files/2.16.6.html @@ -857,13 +857,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1094,7 +1094,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.17.0.html b/external/docs/content/docs/git-diff-files/2.17.0.html index 9fd4343b10..4e1c09a74b 100644 --- a/external/docs/content/docs/git-diff-files/2.17.0.html +++ b/external/docs/content/docs/git-diff-files/2.17.0.html @@ -883,13 +883,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1120,7 +1120,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.18.0.html b/external/docs/content/docs/git-diff-files/2.18.0.html index 1099373c28..b5e7176d88 100644 --- a/external/docs/content/docs/git-diff-files/2.18.0.html +++ b/external/docs/content/docs/git-diff-files/2.18.0.html @@ -882,13 +882,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1119,7 +1119,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.19.0.html b/external/docs/content/docs/git-diff-files/2.19.0.html index 997cf2a15b..3b4297ba5a 100644 --- a/external/docs/content/docs/git-diff-files/2.19.0.html +++ b/external/docs/content/docs/git-diff-files/2.19.0.html @@ -926,13 +926,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1163,7 +1163,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.20.0.html b/external/docs/content/docs/git-diff-files/2.20.0.html index 279d48088b..9c3bac8c4e 100644 --- a/external/docs/content/docs/git-diff-files/2.20.0.html +++ b/external/docs/content/docs/git-diff-files/2.20.0.html @@ -925,13 +925,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1162,7 +1162,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.21.0.html b/external/docs/content/docs/git-diff-files/2.21.0.html index 65df5a5115..1ac2b9c09e 100644 --- a/external/docs/content/docs/git-diff-files/2.21.0.html +++ b/external/docs/content/docs/git-diff-files/2.21.0.html @@ -946,13 +946,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1183,7 +1183,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.22.0.html b/external/docs/content/docs/git-diff-files/2.22.0.html index 38b1a4caf8..8c9411cb60 100644 --- a/external/docs/content/docs/git-diff-files/2.22.0.html +++ b/external/docs/content/docs/git-diff-files/2.22.0.html @@ -977,13 +977,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1232,7 +1232,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.24.0.html b/external/docs/content/docs/git-diff-files/2.24.0.html index 4c49386fe1..f8eb8bf3f2 100644 --- a/external/docs/content/docs/git-diff-files/2.24.0.html +++ b/external/docs/content/docs/git-diff-files/2.24.0.html @@ -971,13 +971,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1230,7 +1230,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.25.0.html b/external/docs/content/docs/git-diff-files/2.25.0.html index cf16c54e32..2ca13af6e5 100644 --- a/external/docs/content/docs/git-diff-files/2.25.0.html +++ b/external/docs/content/docs/git-diff-files/2.25.0.html @@ -967,13 +967,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1226,7 +1226,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.25.1.html b/external/docs/content/docs/git-diff-files/2.25.1.html index 2b7b122702..56ac50036a 100644 --- a/external/docs/content/docs/git-diff-files/2.25.1.html +++ b/external/docs/content/docs/git-diff-files/2.25.1.html @@ -977,13 +977,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1236,7 +1236,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.28.0.html b/external/docs/content/docs/git-diff-files/2.28.0.html index b7060cb106..9cac63da02 100644 --- a/external/docs/content/docs/git-diff-files/2.28.0.html +++ b/external/docs/content/docs/git-diff-files/2.28.0.html @@ -971,13 +971,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1230,7 +1230,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.29.0.html b/external/docs/content/docs/git-diff-files/2.29.0.html index 583ef93549..7a57cb54d6 100644 --- a/external/docs/content/docs/git-diff-files/2.29.0.html +++ b/external/docs/content/docs/git-diff-files/2.29.0.html @@ -974,13 +974,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1234,7 +1234,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.3.10.html b/external/docs/content/docs/git-diff-files/2.3.10.html index 70d90711d3..deef6d3acd 100644 --- a/external/docs/content/docs/git-diff-files/2.3.10.html +++ b/external/docs/content/docs/git-diff-files/2.3.10.html @@ -700,13 +700,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -936,7 +936,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.30.0.html b/external/docs/content/docs/git-diff-files/2.30.0.html index b81c9e17e6..4db497ddf9 100644 --- a/external/docs/content/docs/git-diff-files/2.30.0.html +++ b/external/docs/content/docs/git-diff-files/2.30.0.html @@ -991,13 +991,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1251,7 +1251,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.31.0.html b/external/docs/content/docs/git-diff-files/2.31.0.html index e0ec4c64f3..937662ce25 100644 --- a/external/docs/content/docs/git-diff-files/2.31.0.html +++ b/external/docs/content/docs/git-diff-files/2.31.0.html @@ -999,13 +999,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1259,7 +1259,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.32.0.html b/external/docs/content/docs/git-diff-files/2.32.0.html index 9dd0784261..7737842f49 100644 --- a/external/docs/content/docs/git-diff-files/2.32.0.html +++ b/external/docs/content/docs/git-diff-files/2.32.0.html @@ -1001,13 +1001,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1261,7 +1261,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.33.0.html b/external/docs/content/docs/git-diff-files/2.33.0.html index 534a9f84c9..52cee1c245 100644 --- a/external/docs/content/docs/git-diff-files/2.33.0.html +++ b/external/docs/content/docs/git-diff-files/2.33.0.html @@ -1008,13 +1008,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1268,7 +1268,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.34.0.html b/external/docs/content/docs/git-diff-files/2.34.0.html index 576d48226f..8ed62fdbcc 100644 --- a/external/docs/content/docs/git-diff-files/2.34.0.html +++ b/external/docs/content/docs/git-diff-files/2.34.0.html @@ -1008,13 +1008,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1268,7 +1268,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.35.0.html b/external/docs/content/docs/git-diff-files/2.35.0.html index a0b39b89ef..d2e7bdc5e5 100644 --- a/external/docs/content/docs/git-diff-files/2.35.0.html +++ b/external/docs/content/docs/git-diff-files/2.35.0.html @@ -1008,13 +1008,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1268,7 +1268,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.36.0.html b/external/docs/content/docs/git-diff-files/2.36.0.html index 5d7b79f651..f96f6ea63f 100644 --- a/external/docs/content/docs/git-diff-files/2.36.0.html +++ b/external/docs/content/docs/git-diff-files/2.36.0.html @@ -1005,13 +1005,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1265,7 +1265,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.37.2.html b/external/docs/content/docs/git-diff-files/2.37.2.html index d16a3e4153..837f636b4b 100644 --- a/external/docs/content/docs/git-diff-files/2.37.2.html +++ b/external/docs/content/docs/git-diff-files/2.37.2.html @@ -1008,13 +1008,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1268,7 +1268,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.39.0.html b/external/docs/content/docs/git-diff-files/2.39.0.html index 669f384fef..e3a622721e 100644 --- a/external/docs/content/docs/git-diff-files/2.39.0.html +++ b/external/docs/content/docs/git-diff-files/2.39.0.html @@ -1002,13 +1002,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1262,7 +1262,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.4.12.html b/external/docs/content/docs/git-diff-files/2.4.12.html index 2d2c3dca16..dcc32e4eac 100644 --- a/external/docs/content/docs/git-diff-files/2.4.12.html +++ b/external/docs/content/docs/git-diff-files/2.4.12.html @@ -699,13 +699,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -935,7 +935,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.40.0.html b/external/docs/content/docs/git-diff-files/2.40.0.html index c6e5aa888b..9700cff0a8 100644 --- a/external/docs/content/docs/git-diff-files/2.40.0.html +++ b/external/docs/content/docs/git-diff-files/2.40.0.html @@ -1002,13 +1002,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1262,7 +1262,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.41.0.html b/external/docs/content/docs/git-diff-files/2.41.0.html index a1d934c5ab..b5d3bb557b 100644 --- a/external/docs/content/docs/git-diff-files/2.41.0.html +++ b/external/docs/content/docs/git-diff-files/2.41.0.html @@ -1007,13 +1007,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1267,7 +1267,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.42.0.html b/external/docs/content/docs/git-diff-files/2.42.0.html index 0ab9b924e8..486a6ecde1 100644 --- a/external/docs/content/docs/git-diff-files/2.42.0.html +++ b/external/docs/content/docs/git-diff-files/2.42.0.html @@ -1006,13 +1006,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1266,7 +1266,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.42.1.html b/external/docs/content/docs/git-diff-files/2.42.1.html index 376a3bac65..bc9b891a02 100644 --- a/external/docs/content/docs/git-diff-files/2.42.1.html +++ b/external/docs/content/docs/git-diff-files/2.42.1.html @@ -1008,13 +1008,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1268,7 +1268,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.43.0.html b/external/docs/content/docs/git-diff-files/2.43.0.html index 41a34f54d2..6acf3a1a68 100644 --- a/external/docs/content/docs/git-diff-files/2.43.0.html +++ b/external/docs/content/docs/git-diff-files/2.43.0.html @@ -1013,13 +1013,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1273,7 +1273,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.44.0.html b/external/docs/content/docs/git-diff-files/2.44.0.html index 6f28dc02a1..1ba816b641 100644 --- a/external/docs/content/docs/git-diff-files/2.44.0.html +++ b/external/docs/content/docs/git-diff-files/2.44.0.html @@ -1010,13 +1010,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1270,7 +1270,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.45.0.html b/external/docs/content/docs/git-diff-files/2.45.0.html index f6d76a494d..56fe8e8d98 100644 --- a/external/docs/content/docs/git-diff-files/2.45.0.html +++ b/external/docs/content/docs/git-diff-files/2.45.0.html @@ -1009,13 +1009,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1269,7 +1269,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.45.3.html b/external/docs/content/docs/git-diff-files/2.45.3.html index 4eb050d616..4a19ce88a9 100644 --- a/external/docs/content/docs/git-diff-files/2.45.3.html +++ b/external/docs/content/docs/git-diff-files/2.45.3.html @@ -1009,13 +1009,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1269,7 +1269,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.46.0.html b/external/docs/content/docs/git-diff-files/2.46.0.html index 73c0c1f214..0358e0f2e5 100644 --- a/external/docs/content/docs/git-diff-files/2.46.0.html +++ b/external/docs/content/docs/git-diff-files/2.46.0.html @@ -1021,13 +1021,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1281,7 +1281,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.48.0.html b/external/docs/content/docs/git-diff-files/2.48.0.html index 0d54e7f63a..c8ea8f2518 100644 --- a/external/docs/content/docs/git-diff-files/2.48.0.html +++ b/external/docs/content/docs/git-diff-files/2.48.0.html @@ -1018,13 +1018,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>...]
    @@ -1277,7 +1277,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.5.6.html b/external/docs/content/docs/git-diff-files/2.5.6.html index 346c9e330d..2ab5e55883 100644 --- a/external/docs/content/docs/git-diff-files/2.5.6.html +++ b/external/docs/content/docs/git-diff-files/2.5.6.html @@ -709,13 +709,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -945,7 +945,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.51.0.html b/external/docs/content/docs/git-diff-files/2.51.0.html index 3bb85a214e..980918d519 100644 --- a/external/docs/content/docs/git-diff-files/2.51.0.html +++ b/external/docs/content/docs/git-diff-files/2.51.0.html @@ -1012,13 +1012,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>...]
    @@ -1271,7 +1271,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.6.7.html b/external/docs/content/docs/git-diff-files/2.6.7.html index ef509e09f7..1b576bd8a2 100644 --- a/external/docs/content/docs/git-diff-files/2.6.7.html +++ b/external/docs/content/docs/git-diff-files/2.6.7.html @@ -714,13 +714,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -950,7 +950,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.8.6.html b/external/docs/content/docs/git-diff-files/2.8.6.html index 31fbb96fe0..45e591cc39 100644 --- a/external/docs/content/docs/git-diff-files/2.8.6.html +++ b/external/docs/content/docs/git-diff-files/2.8.6.html @@ -713,13 +713,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -949,7 +949,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/2.9.5.html b/external/docs/content/docs/git-diff-files/2.9.5.html index 5814097ed0..6ca8efc715 100644 --- a/external/docs/content/docs/git-diff-files/2.9.5.html +++ b/external/docs/content/docs/git-diff-files/2.9.5.html @@ -726,13 +726,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -962,7 +962,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-files/fr.html b/external/docs/content/docs/git-diff-files/fr.html index 4182a69222..6cf3a5349d 100644 --- a/external/docs/content/docs/git-diff-files/fr.html +++ b/external/docs/content/docs/git-diff-files/fr.html @@ -473,9 +473,9 @@

    OPTIONS

    Notez que toutes les diffs ne peuvent pas présenter tous les types. Par exemple, les entrées copiées et renommées ne peuvent pas apparaître si la détection de ces types est désactivée.

    -
    -S<chaîne>
    +
    -S<chaîne>
    -

    Trouver des différences qui modifient le nombre d’occurrences de la <chaîne> spécifiée (par ex. addition/suppression) dans un fichier. Destiné à l’usage dans des scripts.

    +

    Trouver des différences qui modifient le nombre d’occurrences de la <chaîne> spécifiée (par ex. addition/suppression) dans un fichier. Destiné à l’usage dans des scripts.

    C’est utile lorsqu’on cherche un bloc exact de code (comme une struct), et qu’on veut connaître l’historique de ce bloc depuis son apparition : utiliser cette fonctionnalité itérativement pour fournir le bloc d’une pré-image à -S et continuer jusqu’à obtenir la toute première version du bloc.

    @@ -515,11 +515,11 @@

    OPTIONS

    --pickaxe-all
    -

    Quand -S ou -G trouvent une modification, afficher toutes les modifications dans l’ensemble de modifications, pas seulement les fichiers qui contiennent la modification dans <chaîne>.

    +

    Quand -S ou -G trouvent une modification, afficher toutes les modifications dans l’ensemble de modifications, pas seulement les fichiers qui contiennent la modification dans <chaîne>.

    --pickaxe-regex
    -

    Traiter la <chaîne> fournie à -S comme une expression régulière POSIX étendue à faire correspondre.

    +

    Traiter la <chaîne> fournie à -S comme une expression régulière POSIX étendue à faire correspondre.

    -O<fichier-d-ordre>
    @@ -696,13 +696,13 @@

    -
    git-diff-index <arbre-esque>
    +
    git-diff-index <arbre-esque>
    -

    compare l'<arbre-esque> et les fichiers du système de fichiers.

    +

    compare l'<arbre-esque> et les fichiers du système de fichiers.

    -
    git-diff-index --cached <arbre-esque>
    +
    git-diff-index --cached <arbre-esque>
    -

    compare l'<arbre-esque> et l’index.

    +

    compare l'<arbre-esque> et l’index.

    git-diff-tree [-r] <arbre-esque-1> <arbre-esque-2> [<motif>...]
    diff --git a/external/docs/content/docs/git-diff-index.html b/external/docs/content/docs/git-diff-index.html index 26fb23497f..bdb710f3e0 100644 --- a/external/docs/content/docs/git-diff-index.html +++ b/external/docs/content/docs/git-diff-index.html @@ -50,7 +50,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [--merge-base] [<common-diff-options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [--merge-base] [<common-diff-options>] <tree-ish> [<path>…​]
    @@ -977,7 +977,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -987,8 +987,8 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing <tree-ish> directly, use the merge base -between <tree-ish> and HEAD instead. <tree-ish> must be a +

    Instead of comparing <tree-ish> directly, use the merge base +between <tree-ish> and HEAD instead. <tree-ish> must be a commit.

    -m
    @@ -1015,13 +1015,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>...]
    @@ -1274,7 +1274,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.0.5.html b/external/docs/content/docs/git-diff-index/2.0.5.html index 76e32db2a3..5d351a6127 100644 --- a/external/docs/content/docs/git-diff-index/2.0.5.html +++ b/external/docs/content/docs/git-diff-index/2.0.5.html @@ -51,7 +51,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    @@ -666,7 +666,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -698,13 +698,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -933,7 +933,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.11.4.html b/external/docs/content/docs/git-diff-index/2.11.4.html index 6066b1be4b..dfeac2a8d0 100644 --- a/external/docs/content/docs/git-diff-index/2.11.4.html +++ b/external/docs/content/docs/git-diff-index/2.11.4.html @@ -49,7 +49,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    @@ -708,7 +708,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -740,13 +740,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -976,7 +976,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.12.5.html b/external/docs/content/docs/git-diff-index/2.12.5.html index f2f04b82e6..0c9077bbc3 100644 --- a/external/docs/content/docs/git-diff-index/2.12.5.html +++ b/external/docs/content/docs/git-diff-index/2.12.5.html @@ -49,7 +49,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    @@ -750,7 +750,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -782,13 +782,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1018,7 +1018,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.13.7.html b/external/docs/content/docs/git-diff-index/2.13.7.html index 4438c6133d..089091ee83 100644 --- a/external/docs/content/docs/git-diff-index/2.13.7.html +++ b/external/docs/content/docs/git-diff-index/2.13.7.html @@ -49,7 +49,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    @@ -749,7 +749,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -781,13 +781,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1018,7 +1018,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.14.6.html b/external/docs/content/docs/git-diff-index/2.14.6.html index e5306d1771..f47de2113b 100644 --- a/external/docs/content/docs/git-diff-index/2.14.6.html +++ b/external/docs/content/docs/git-diff-index/2.14.6.html @@ -49,7 +49,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    @@ -748,7 +748,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -780,13 +780,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1017,7 +1017,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.15.4.html b/external/docs/content/docs/git-diff-index/2.15.4.html index dda35dcce1..005dd5e076 100644 --- a/external/docs/content/docs/git-diff-index/2.15.4.html +++ b/external/docs/content/docs/git-diff-index/2.15.4.html @@ -49,7 +49,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    @@ -797,7 +797,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -829,13 +829,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1066,7 +1066,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.16.6.html b/external/docs/content/docs/git-diff-index/2.16.6.html index 4fd5968b53..17794fce39 100644 --- a/external/docs/content/docs/git-diff-index/2.16.6.html +++ b/external/docs/content/docs/git-diff-index/2.16.6.html @@ -49,7 +49,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    @@ -821,7 +821,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -853,13 +853,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1090,7 +1090,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.17.0.html b/external/docs/content/docs/git-diff-index/2.17.0.html index 9c6ff5e597..086e103147 100644 --- a/external/docs/content/docs/git-diff-index/2.17.0.html +++ b/external/docs/content/docs/git-diff-index/2.17.0.html @@ -55,7 +55,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    @@ -847,7 +847,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -879,13 +879,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1116,7 +1116,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.18.0.html b/external/docs/content/docs/git-diff-index/2.18.0.html index f42c26763d..975411c63a 100644 --- a/external/docs/content/docs/git-diff-index/2.18.0.html +++ b/external/docs/content/docs/git-diff-index/2.18.0.html @@ -54,7 +54,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    @@ -846,7 +846,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -878,13 +878,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1115,7 +1115,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.19.0.html b/external/docs/content/docs/git-diff-index/2.19.0.html index 03c59c3191..5e779f1e5a 100644 --- a/external/docs/content/docs/git-diff-index/2.19.0.html +++ b/external/docs/content/docs/git-diff-index/2.19.0.html @@ -55,7 +55,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    @@ -890,7 +890,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -922,13 +922,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1159,7 +1159,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.20.0.html b/external/docs/content/docs/git-diff-index/2.20.0.html index c95086f6b1..56a0169893 100644 --- a/external/docs/content/docs/git-diff-index/2.20.0.html +++ b/external/docs/content/docs/git-diff-index/2.20.0.html @@ -54,7 +54,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    @@ -889,7 +889,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -921,13 +921,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1158,7 +1158,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.21.0.html b/external/docs/content/docs/git-diff-index/2.21.0.html index b685752707..70d91f2c61 100644 --- a/external/docs/content/docs/git-diff-index/2.21.0.html +++ b/external/docs/content/docs/git-diff-index/2.21.0.html @@ -53,7 +53,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    @@ -910,7 +910,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -942,13 +942,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1179,7 +1179,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.22.0.html b/external/docs/content/docs/git-diff-index/2.22.0.html index 9980d8bb1b..9c1486f418 100644 --- a/external/docs/content/docs/git-diff-index/2.22.0.html +++ b/external/docs/content/docs/git-diff-index/2.22.0.html @@ -59,7 +59,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    @@ -941,7 +941,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -973,13 +973,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1228,7 +1228,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.24.0.html b/external/docs/content/docs/git-diff-index/2.24.0.html index 100e8f7ede..03c7735349 100644 --- a/external/docs/content/docs/git-diff-index/2.24.0.html +++ b/external/docs/content/docs/git-diff-index/2.24.0.html @@ -53,7 +53,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    @@ -935,7 +935,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -967,13 +967,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1226,7 +1226,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.25.0.html b/external/docs/content/docs/git-diff-index/2.25.0.html index f2e0dffab2..32f707c629 100644 --- a/external/docs/content/docs/git-diff-index/2.25.0.html +++ b/external/docs/content/docs/git-diff-index/2.25.0.html @@ -49,7 +49,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    @@ -931,7 +931,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -963,13 +963,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1222,7 +1222,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.25.1.html b/external/docs/content/docs/git-diff-index/2.25.1.html index 303e9ea58d..ea3ee76876 100644 --- a/external/docs/content/docs/git-diff-index/2.25.1.html +++ b/external/docs/content/docs/git-diff-index/2.25.1.html @@ -59,7 +59,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    @@ -941,7 +941,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -973,13 +973,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1232,7 +1232,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.28.0.html b/external/docs/content/docs/git-diff-index/2.28.0.html index 256aa15465..908666750e 100644 --- a/external/docs/content/docs/git-diff-index/2.28.0.html +++ b/external/docs/content/docs/git-diff-index/2.28.0.html @@ -50,7 +50,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    @@ -935,7 +935,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -967,13 +967,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1226,7 +1226,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.29.0.html b/external/docs/content/docs/git-diff-index/2.29.0.html index a2ea41f038..6d14490af2 100644 --- a/external/docs/content/docs/git-diff-index/2.29.0.html +++ b/external/docs/content/docs/git-diff-index/2.29.0.html @@ -52,7 +52,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    @@ -938,7 +938,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -970,13 +970,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1230,7 +1230,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.3.10.html b/external/docs/content/docs/git-diff-index/2.3.10.html index d3dcac73d4..8da7fcede3 100644 --- a/external/docs/content/docs/git-diff-index/2.3.10.html +++ b/external/docs/content/docs/git-diff-index/2.3.10.html @@ -49,7 +49,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    @@ -664,7 +664,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -696,13 +696,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -932,7 +932,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.30.0.html b/external/docs/content/docs/git-diff-index/2.30.0.html index 03386731a3..49e9d3c49e 100644 --- a/external/docs/content/docs/git-diff-index/2.30.0.html +++ b/external/docs/content/docs/git-diff-index/2.30.0.html @@ -58,7 +58,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [--merge-base] [<common diff options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [--merge-base] [<common diff options>] <tree-ish> [<path>…​]
    @@ -955,7 +955,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -965,8 +965,8 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing <tree-ish> directly, use the merge base -between <tree-ish> and HEAD instead. <tree-ish> must be a +

    Instead of comparing <tree-ish> directly, use the merge base +between <tree-ish> and HEAD instead. <tree-ish> must be a commit.

    -m
    @@ -993,13 +993,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1253,7 +1253,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.31.0.html b/external/docs/content/docs/git-diff-index/2.31.0.html index 92872abcdb..852a9ee8cf 100644 --- a/external/docs/content/docs/git-diff-index/2.31.0.html +++ b/external/docs/content/docs/git-diff-index/2.31.0.html @@ -57,7 +57,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [--merge-base] [<common diff options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [--merge-base] [<common diff options>] <tree-ish> [<path>…​]
    @@ -963,7 +963,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -973,8 +973,8 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing <tree-ish> directly, use the merge base -between <tree-ish> and HEAD instead. <tree-ish> must be a +

    Instead of comparing <tree-ish> directly, use the merge base +between <tree-ish> and HEAD instead. <tree-ish> must be a commit.

    -m
    @@ -1001,13 +1001,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1261,7 +1261,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.32.0.html b/external/docs/content/docs/git-diff-index/2.32.0.html index 233873220b..43b3e8744d 100644 --- a/external/docs/content/docs/git-diff-index/2.32.0.html +++ b/external/docs/content/docs/git-diff-index/2.32.0.html @@ -56,7 +56,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [--merge-base] [<common diff options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [--merge-base] [<common diff options>] <tree-ish> [<path>…​]
    @@ -965,7 +965,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -975,8 +975,8 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing <tree-ish> directly, use the merge base -between <tree-ish> and HEAD instead. <tree-ish> must be a +

    Instead of comparing <tree-ish> directly, use the merge base +between <tree-ish> and HEAD instead. <tree-ish> must be a commit.

    -m
    @@ -1003,13 +1003,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1263,7 +1263,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.33.0.html b/external/docs/content/docs/git-diff-index/2.33.0.html index 8e30a5e585..d4a8f33e1d 100644 --- a/external/docs/content/docs/git-diff-index/2.33.0.html +++ b/external/docs/content/docs/git-diff-index/2.33.0.html @@ -57,7 +57,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [--merge-base] [<common diff options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [--merge-base] [<common diff options>] <tree-ish> [<path>…​]
    @@ -972,7 +972,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -982,8 +982,8 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing <tree-ish> directly, use the merge base -between <tree-ish> and HEAD instead. <tree-ish> must be a +

    Instead of comparing <tree-ish> directly, use the merge base +between <tree-ish> and HEAD instead. <tree-ish> must be a commit.

    -m
    @@ -1010,13 +1010,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1270,7 +1270,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.34.0.html b/external/docs/content/docs/git-diff-index/2.34.0.html index 20129be7d4..60aba328d6 100644 --- a/external/docs/content/docs/git-diff-index/2.34.0.html +++ b/external/docs/content/docs/git-diff-index/2.34.0.html @@ -57,7 +57,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [--merge-base] [<common diff options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [--merge-base] [<common diff options>] <tree-ish> [<path>…​]
    @@ -972,7 +972,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -982,8 +982,8 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing <tree-ish> directly, use the merge base -between <tree-ish> and HEAD instead. <tree-ish> must be a +

    Instead of comparing <tree-ish> directly, use the merge base +between <tree-ish> and HEAD instead. <tree-ish> must be a commit.

    -m
    @@ -1010,13 +1010,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1270,7 +1270,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.35.0.html b/external/docs/content/docs/git-diff-index/2.35.0.html index 8a51bce328..a1fd761993 100644 --- a/external/docs/content/docs/git-diff-index/2.35.0.html +++ b/external/docs/content/docs/git-diff-index/2.35.0.html @@ -57,7 +57,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [--merge-base] [<common-diff-options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [--merge-base] [<common-diff-options>] <tree-ish> [<path>…​]
    @@ -972,7 +972,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -982,8 +982,8 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing <tree-ish> directly, use the merge base -between <tree-ish> and HEAD instead. <tree-ish> must be a +

    Instead of comparing <tree-ish> directly, use the merge base +between <tree-ish> and HEAD instead. <tree-ish> must be a commit.

    -m
    @@ -1010,13 +1010,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1270,7 +1270,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.36.0.html b/external/docs/content/docs/git-diff-index/2.36.0.html index 7252c7b46c..c569091edd 100644 --- a/external/docs/content/docs/git-diff-index/2.36.0.html +++ b/external/docs/content/docs/git-diff-index/2.36.0.html @@ -57,7 +57,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [--merge-base] [<common-diff-options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [--merge-base] [<common-diff-options>] <tree-ish> [<path>…​]
    @@ -969,7 +969,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -979,8 +979,8 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing <tree-ish> directly, use the merge base -between <tree-ish> and HEAD instead. <tree-ish> must be a +

    Instead of comparing <tree-ish> directly, use the merge base +between <tree-ish> and HEAD instead. <tree-ish> must be a commit.

    -m
    @@ -1007,13 +1007,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1267,7 +1267,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.37.2.html b/external/docs/content/docs/git-diff-index/2.37.2.html index 704f908679..3c038ff53d 100644 --- a/external/docs/content/docs/git-diff-index/2.37.2.html +++ b/external/docs/content/docs/git-diff-index/2.37.2.html @@ -66,7 +66,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [--merge-base] [<common-diff-options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [--merge-base] [<common-diff-options>] <tree-ish> [<path>…​]
    @@ -978,7 +978,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -988,8 +988,8 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing <tree-ish> directly, use the merge base -between <tree-ish> and HEAD instead. <tree-ish> must be a +

    Instead of comparing <tree-ish> directly, use the merge base +between <tree-ish> and HEAD instead. <tree-ish> must be a commit.

    -m
    @@ -1016,13 +1016,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1276,7 +1276,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.4.12.html b/external/docs/content/docs/git-diff-index/2.4.12.html index 934ad10e32..9f94ccfb35 100644 --- a/external/docs/content/docs/git-diff-index/2.4.12.html +++ b/external/docs/content/docs/git-diff-index/2.4.12.html @@ -49,7 +49,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    @@ -663,7 +663,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -695,13 +695,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -931,7 +931,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.40.0.html b/external/docs/content/docs/git-diff-index/2.40.0.html index da52717878..c8f334c9ea 100644 --- a/external/docs/content/docs/git-diff-index/2.40.0.html +++ b/external/docs/content/docs/git-diff-index/2.40.0.html @@ -53,7 +53,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [--merge-base] [<common-diff-options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [--merge-base] [<common-diff-options>] <tree-ish> [<path>…​]
    @@ -966,7 +966,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -976,8 +976,8 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing <tree-ish> directly, use the merge base -between <tree-ish> and HEAD instead. <tree-ish> must be a +

    Instead of comparing <tree-ish> directly, use the merge base +between <tree-ish> and HEAD instead. <tree-ish> must be a commit.

    -m
    @@ -1004,13 +1004,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1264,7 +1264,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.41.0.html b/external/docs/content/docs/git-diff-index/2.41.0.html index 9cd4d797b6..08bd98cd79 100644 --- a/external/docs/content/docs/git-diff-index/2.41.0.html +++ b/external/docs/content/docs/git-diff-index/2.41.0.html @@ -52,7 +52,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [--merge-base] [<common-diff-options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [--merge-base] [<common-diff-options>] <tree-ish> [<path>…​]
    @@ -971,7 +971,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -981,8 +981,8 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing <tree-ish> directly, use the merge base -between <tree-ish> and HEAD instead. <tree-ish> must be a +

    Instead of comparing <tree-ish> directly, use the merge base +between <tree-ish> and HEAD instead. <tree-ish> must be a commit.

    -m
    @@ -1009,13 +1009,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1269,7 +1269,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.42.0.html b/external/docs/content/docs/git-diff-index/2.42.0.html index 94a8293fef..b24bde691d 100644 --- a/external/docs/content/docs/git-diff-index/2.42.0.html +++ b/external/docs/content/docs/git-diff-index/2.42.0.html @@ -49,7 +49,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [--merge-base] [<common-diff-options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [--merge-base] [<common-diff-options>] <tree-ish> [<path>…​]
    @@ -970,7 +970,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -980,8 +980,8 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing <tree-ish> directly, use the merge base -between <tree-ish> and HEAD instead. <tree-ish> must be a +

    Instead of comparing <tree-ish> directly, use the merge base +between <tree-ish> and HEAD instead. <tree-ish> must be a commit.

    -m
    @@ -1008,13 +1008,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1268,7 +1268,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.42.1.html b/external/docs/content/docs/git-diff-index/2.42.1.html index 732bce2ece..a17093238d 100644 --- a/external/docs/content/docs/git-diff-index/2.42.1.html +++ b/external/docs/content/docs/git-diff-index/2.42.1.html @@ -52,7 +52,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [--merge-base] [<common-diff-options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [--merge-base] [<common-diff-options>] <tree-ish> [<path>…​]
    @@ -972,7 +972,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -982,8 +982,8 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing <tree-ish> directly, use the merge base -between <tree-ish> and HEAD instead. <tree-ish> must be a +

    Instead of comparing <tree-ish> directly, use the merge base +between <tree-ish> and HEAD instead. <tree-ish> must be a commit.

    -m
    @@ -1010,13 +1010,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1270,7 +1270,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.43.0.html b/external/docs/content/docs/git-diff-index/2.43.0.html index 75b7f60a4a..2f0921d6c0 100644 --- a/external/docs/content/docs/git-diff-index/2.43.0.html +++ b/external/docs/content/docs/git-diff-index/2.43.0.html @@ -56,7 +56,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [--merge-base] [<common-diff-options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [--merge-base] [<common-diff-options>] <tree-ish> [<path>…​]
    @@ -977,7 +977,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -987,8 +987,8 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing <tree-ish> directly, use the merge base -between <tree-ish> and HEAD instead. <tree-ish> must be a +

    Instead of comparing <tree-ish> directly, use the merge base +between <tree-ish> and HEAD instead. <tree-ish> must be a commit.

    -m
    @@ -1015,13 +1015,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1275,7 +1275,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.44.0.html b/external/docs/content/docs/git-diff-index/2.44.0.html index fdf6893960..f6a2787be8 100644 --- a/external/docs/content/docs/git-diff-index/2.44.0.html +++ b/external/docs/content/docs/git-diff-index/2.44.0.html @@ -53,7 +53,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [--merge-base] [<common-diff-options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [--merge-base] [<common-diff-options>] <tree-ish> [<path>…​]
    @@ -974,7 +974,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -984,8 +984,8 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing <tree-ish> directly, use the merge base -between <tree-ish> and HEAD instead. <tree-ish> must be a +

    Instead of comparing <tree-ish> directly, use the merge base +between <tree-ish> and HEAD instead. <tree-ish> must be a commit.

    -m
    @@ -1012,13 +1012,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1272,7 +1272,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.45.0.html b/external/docs/content/docs/git-diff-index/2.45.0.html index 772190643a..5b21753479 100644 --- a/external/docs/content/docs/git-diff-index/2.45.0.html +++ b/external/docs/content/docs/git-diff-index/2.45.0.html @@ -51,7 +51,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [--merge-base] [<common-diff-options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [--merge-base] [<common-diff-options>] <tree-ish> [<path>…​]
    @@ -973,7 +973,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -983,8 +983,8 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing <tree-ish> directly, use the merge base -between <tree-ish> and HEAD instead. <tree-ish> must be a +

    Instead of comparing <tree-ish> directly, use the merge base +between <tree-ish> and HEAD instead. <tree-ish> must be a commit.

    -m
    @@ -1011,13 +1011,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1271,7 +1271,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.45.3.html b/external/docs/content/docs/git-diff-index/2.45.3.html index 6478dc9810..113706ac1e 100644 --- a/external/docs/content/docs/git-diff-index/2.45.3.html +++ b/external/docs/content/docs/git-diff-index/2.45.3.html @@ -50,7 +50,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [--merge-base] [<common-diff-options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [--merge-base] [<common-diff-options>] <tree-ish> [<path>…​]
    @@ -973,7 +973,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -983,8 +983,8 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing <tree-ish> directly, use the merge base -between <tree-ish> and HEAD instead. <tree-ish> must be a +

    Instead of comparing <tree-ish> directly, use the merge base +between <tree-ish> and HEAD instead. <tree-ish> must be a commit.

    -m
    @@ -1011,13 +1011,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1271,7 +1271,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.46.0.html b/external/docs/content/docs/git-diff-index/2.46.0.html index 414d8e2ac7..3caba46ed8 100644 --- a/external/docs/content/docs/git-diff-index/2.46.0.html +++ b/external/docs/content/docs/git-diff-index/2.46.0.html @@ -57,7 +57,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [--merge-base] [<common-diff-options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [--merge-base] [<common-diff-options>] <tree-ish> [<path>…​]
    @@ -985,7 +985,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -995,8 +995,8 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing <tree-ish> directly, use the merge base -between <tree-ish> and HEAD instead. <tree-ish> must be a +

    Instead of comparing <tree-ish> directly, use the merge base +between <tree-ish> and HEAD instead. <tree-ish> must be a commit.

    -m
    @@ -1023,13 +1023,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1283,7 +1283,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.48.0.html b/external/docs/content/docs/git-diff-index/2.48.0.html index a1f3dbb035..d7d6091b07 100644 --- a/external/docs/content/docs/git-diff-index/2.48.0.html +++ b/external/docs/content/docs/git-diff-index/2.48.0.html @@ -55,7 +55,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [--merge-base] [<common-diff-options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [--merge-base] [<common-diff-options>] <tree-ish> [<path>…​]
    @@ -982,7 +982,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -992,8 +992,8 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing <tree-ish> directly, use the merge base -between <tree-ish> and HEAD instead. <tree-ish> must be a +

    Instead of comparing <tree-ish> directly, use the merge base +between <tree-ish> and HEAD instead. <tree-ish> must be a commit.

    -m
    @@ -1020,13 +1020,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>...]
    @@ -1279,7 +1279,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.5.6.html b/external/docs/content/docs/git-diff-index/2.5.6.html index 6ec7967692..60f9d4632a 100644 --- a/external/docs/content/docs/git-diff-index/2.5.6.html +++ b/external/docs/content/docs/git-diff-index/2.5.6.html @@ -49,7 +49,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    @@ -673,7 +673,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -705,13 +705,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -941,7 +941,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.51.0.html b/external/docs/content/docs/git-diff-index/2.51.0.html index 344ac620af..25f5dd0a45 100644 --- a/external/docs/content/docs/git-diff-index/2.51.0.html +++ b/external/docs/content/docs/git-diff-index/2.51.0.html @@ -49,7 +49,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [--merge-base] [<common-diff-options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [--merge-base] [<common-diff-options>] <tree-ish> [<path>…​]
    @@ -976,7 +976,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -986,8 +986,8 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing <tree-ish> directly, use the merge base -between <tree-ish> and HEAD instead. <tree-ish> must be a +

    Instead of comparing <tree-ish> directly, use the merge base +between <tree-ish> and HEAD instead. <tree-ish> must be a commit.

    -m
    @@ -1014,13 +1014,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>...]
    @@ -1273,7 +1273,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.6.7.html b/external/docs/content/docs/git-diff-index/2.6.7.html index c7ece31151..a6ed8126df 100644 --- a/external/docs/content/docs/git-diff-index/2.6.7.html +++ b/external/docs/content/docs/git-diff-index/2.6.7.html @@ -50,7 +50,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    @@ -678,7 +678,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -710,13 +710,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -946,7 +946,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.8.6.html b/external/docs/content/docs/git-diff-index/2.8.6.html index 30d99e0598..083e7ac907 100644 --- a/external/docs/content/docs/git-diff-index/2.8.6.html +++ b/external/docs/content/docs/git-diff-index/2.8.6.html @@ -49,7 +49,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    @@ -677,7 +677,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -709,13 +709,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -945,7 +945,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-index/2.9.5.html b/external/docs/content/docs/git-diff-index/2.9.5.html index a18336ce53..e77b34b262 100644 --- a/external/docs/content/docs/git-diff-index/2.9.5.html +++ b/external/docs/content/docs/git-diff-index/2.9.5.html @@ -50,7 +50,7 @@

    NAME

    SYNOPSIS

    -
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    +
    git diff-index [-m] [--cached] [<common diff options>] <tree-ish> [<path>…​]
    @@ -690,7 +690,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object to diff against.

    @@ -722,13 +722,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -958,7 +958,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-pairs.html b/external/docs/content/docs/git-diff-pairs.html index 8c28f4563c..9e58765a30 100644 --- a/external/docs/content/docs/git-diff-pairs.html +++ b/external/docs/content/docs/git-diff-pairs.html @@ -1057,7 +1057,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-pairs/2.50.0.html b/external/docs/content/docs/git-diff-pairs/2.50.0.html index 92aebc3882..5c96329328 100644 --- a/external/docs/content/docs/git-diff-pairs/2.50.0.html +++ b/external/docs/content/docs/git-diff-pairs/2.50.0.html @@ -1057,7 +1057,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-pairs/2.51.0.html b/external/docs/content/docs/git-diff-pairs/2.51.0.html index 77dd5f5153..7b9d01e5e1 100644 --- a/external/docs/content/docs/git-diff-pairs/2.51.0.html +++ b/external/docs/content/docs/git-diff-pairs/2.51.0.html @@ -1056,7 +1056,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree.html b/external/docs/content/docs/git-diff-tree.html index cfe5a37766..77ab4347d7 100644 --- a/external/docs/content/docs/git-diff-tree.html +++ b/external/docs/content/docs/git-diff-tree.html @@ -48,7 +48,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--combined-all-paths] [--root] [--merge-base]
    -	      [<common-diff-options>] <tree-ish> [<tree-ish>] [<path>…​]
    + [<common-diff-options>] <tree-ish> [<tree-ish>] [<path>…​]
    @@ -59,7 +59,7 @@

    DESCRIPTION

    Compare the content and mode of blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -978,7 +978,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -1002,16 +1002,16 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing the <tree-ish>s directly, use the merge -base between the two <tree-ish>s as the "before" side. There -must be two <tree-ish>s given and they must both be commits.

    +

    Instead of comparing the <tree-ish>s directly, use the merge +base between the two <tree-ish>s as the "before" side. There +must be two <tree-ish>s given and they must both be commits.

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -1127,7 +1127,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<ref>]
    +
    --notes[=<ref>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -1140,7 +1140,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <ref> argument, use the ref to find the notes +

    With an optional <ref> argument, use the ref to find the notes to display. The ref can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form the full name of the ref.

    @@ -1165,7 +1165,7 @@

    OPTIONS

    Show the default notes unless options for displaying specific notes are given.

    -
    --show-notes[=<ref>]
    +
    --show-notes[=<ref>]
    --standard-notes
    --no-standard-notes
    @@ -1186,7 +1186,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1249,7 +1249,7 @@

    PRETTY FO

    oneline

    -
    <hash> <title-line>
    +
    <hash> <title-line>
    @@ -1260,7 +1260,7 @@

    PRETTY FO

    short

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
    @@ -1274,7 +1274,7 @@

    PRETTY FO

    medium

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Date:   <author-date>
    @@ -1294,7 +1294,7 @@

    PRETTY FO

    full

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Commit: <committer>
    @@ -1314,7 +1314,7 @@

    PRETTY FO

    fuller

    -
    commit <hash>
    +
    commit <hash>
     Author:     <author>
     AuthorDate: <author-date>
     Commit:     <committer>
    @@ -1352,7 +1352,7 @@ 

    PRETTY FO

    email

    -
    From <hash> <date>
    +
    From <hash> <date>
     From: <author>
     Date: <author-date>
     Subject: [PATCH] <title-line>
    @@ -2004,13 +2004,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>...]
    @@ -2263,7 +2263,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.0.5.html b/external/docs/content/docs/git-diff-tree/2.0.5.html index 84f9034f3c..cfc95e94f4 100644 --- a/external/docs/content/docs/git-diff-tree/2.0.5.html +++ b/external/docs/content/docs/git-diff-tree/2.0.5.html @@ -35,7 +35,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--root] [<common diff options>]
    -	      <tree-ish> [<tree-ish>] [<path>…​]
    + <tree-ish> [<tree-ish>] [<path>…​]
    @@ -46,7 +46,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -653,7 +653,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -681,9 +681,9 @@

    OPTIONS

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -764,7 +764,7 @@

    OPTIONS

    preferred by the user. For non plumbing commands this defaults to UTF-8.

    -
    --notes[=<ref>]
    +
    --notes[=<ref>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -777,7 +777,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <ref> argument, show this notes ref instead of the +

    With an optional <ref> argument, show this notes ref instead of the default notes ref(s). The ref is taken to be in refs/notes/ if it is not qualified.

    @@ -796,7 +796,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<ref>]
    +
    --show-notes[=<ref>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -816,7 +816,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1138,13 +1138,13 @@

    PRETTY FO If you're only interested in differences in a subset of files, for example some architecture-specific files, you might do: - git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64 + git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64 and it will only show you what changed in those two directories. Or if you are searching for what changed in just `kernel/sched.c`, just do - git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c + git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c and it will ignore all differences to other files. @@ -1186,11 +1186,11 @@

    PRETTY FO These commands all compare two sets of things; what is compared differs: -git-diff-index <tree-ish>:: - compares the <tree-ish> and the files on the filesystem. +git-diff-index <tree-ish>:: + compares the <tree-ish> and the files on the filesystem. -git-diff-index --cached <tree-ish>:: - compares the <tree-ish> and the index. +git-diff-index --cached <tree-ish>:: + compares the <tree-ish> and the index. git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>...]:: compares the trees named by the two arguments. @@ -1321,7 +1321,7 @@

    PRETTY FO rename to <path> similarity index <number> dissimilarity index <number> - index <hash>..<hash> <mode> + index <hash>..<hash> <mode> + File modes are printed as 6-digit octal numbers including the file type and file permission bits. @@ -1411,7 +1411,7 @@

    PRETTY FO 2. It is followed by one or more extended header lines (this example shows a merge with two parents): - index <hash>,<hash>..<hash> + index <hash>,<hash>..<hash> mode <mode>,<mode>..<mode> new file mode <mode> deleted file mode <mode>,<mode> @@ -1420,7 +1420,7 @@

    PRETTY FO the <mode> is different from the rest. Extended headers with information about detected contents movement (renames and copying detection) are designed to work with diff of two -<tree-ish> and are not used by combined diff format. +<tree-ish> and are not used by combined diff format. 3. It is followed by two-line from-file/to-file header diff --git a/external/docs/content/docs/git-diff-tree/2.1.4.html b/external/docs/content/docs/git-diff-tree/2.1.4.html index 4d21556946..3cbcfc2455 100644 --- a/external/docs/content/docs/git-diff-tree/2.1.4.html +++ b/external/docs/content/docs/git-diff-tree/2.1.4.html @@ -49,7 +49,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--root] [<common diff options>]
    -	      <tree-ish> [<tree-ish>] [<path>…​]
    + <tree-ish> [<tree-ish>] [<path>…​]
    @@ -60,7 +60,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -667,7 +667,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -695,9 +695,9 @@

    OPTIONS

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -778,7 +778,7 @@

    OPTIONS

    preferred by the user. For non plumbing commands this defaults to UTF-8.

    -
    --notes[=<ref>]
    +
    --notes[=<ref>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -791,7 +791,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <ref> argument, show this notes ref instead of the +

    With an optional <ref> argument, show this notes ref instead of the default notes ref(s). The ref is taken to be in refs/notes/ if it is not qualified.

    @@ -810,7 +810,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<ref>]
    +
    --show-notes[=<ref>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -830,7 +830,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1298,7 +1298,7 @@

    Limitin
    -
    git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64
    +
    git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64
    @@ -1309,7 +1309,7 @@

    Limitin

    -
    git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c
    +
    git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c
    @@ -1366,13 +1366,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1601,7 +1601,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.10.5.html b/external/docs/content/docs/git-diff-tree/2.10.5.html index a7cfe693ca..32ba4d67bd 100644 --- a/external/docs/content/docs/git-diff-tree/2.10.5.html +++ b/external/docs/content/docs/git-diff-tree/2.10.5.html @@ -49,7 +49,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--root] [<common diff options>]
    -	      <tree-ish> [<tree-ish>] [<path>…​]
    + <tree-ish> [<tree-ish>] [<path>…​]
    @@ -60,7 +60,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -692,7 +692,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -720,9 +720,9 @@

    OPTIONS

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -827,7 +827,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<treeish>]
    +
    --notes[=<treeish>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -840,7 +840,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <treeish> argument, use the treeish to find the notes +

    With an optional <treeish> argument, use the treeish to find the notes to display. The treeish can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form a full name of the ref.

    @@ -860,7 +860,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<treeish>]
    +
    --show-notes[=<treeish>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -880,7 +880,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1368,7 +1368,7 @@

    Limitin

    -
    git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64
    +
    git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64
    @@ -1379,7 +1379,7 @@

    Limitin

    -
    git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c
    +
    git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c
    @@ -1436,13 +1436,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1672,7 +1672,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.11.4.html b/external/docs/content/docs/git-diff-tree/2.11.4.html index 109d2282cf..68421e3d11 100644 --- a/external/docs/content/docs/git-diff-tree/2.11.4.html +++ b/external/docs/content/docs/git-diff-tree/2.11.4.html @@ -49,7 +49,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--root] [<common diff options>]
    -	      <tree-ish> [<tree-ish>] [<path>…​]
    + <tree-ish> [<tree-ish>] [<path>…​]
    @@ -60,7 +60,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -711,7 +711,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -739,9 +739,9 @@

    OPTIONS

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -846,7 +846,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<treeish>]
    +
    --notes[=<treeish>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -859,7 +859,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <treeish> argument, use the treeish to find the notes +

    With an optional <treeish> argument, use the treeish to find the notes to display. The treeish can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form a full name of the ref.

    @@ -879,7 +879,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<treeish>]
    +
    --show-notes[=<treeish>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -899,7 +899,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1393,7 +1393,7 @@

    Limitin

    -
    git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64
    +
    git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64
    @@ -1404,7 +1404,7 @@

    Limitin

    -
    git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c
    +
    git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c
    @@ -1461,13 +1461,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1697,7 +1697,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.12.5.html b/external/docs/content/docs/git-diff-tree/2.12.5.html index afe1534ad1..56946135b3 100644 --- a/external/docs/content/docs/git-diff-tree/2.12.5.html +++ b/external/docs/content/docs/git-diff-tree/2.12.5.html @@ -49,7 +49,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--root] [<common diff options>]
    -	      <tree-ish> [<tree-ish>] [<path>…​]
    + <tree-ish> [<tree-ish>] [<path>…​]
    @@ -60,7 +60,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -753,7 +753,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -781,9 +781,9 @@

    OPTIONS

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -888,7 +888,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<treeish>]
    +
    --notes[=<treeish>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -901,7 +901,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <treeish> argument, use the treeish to find the notes +

    With an optional <treeish> argument, use the treeish to find the notes to display. The treeish can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form a full name of the ref.

    @@ -921,7 +921,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<treeish>]
    +
    --show-notes[=<treeish>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -941,7 +941,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1437,7 +1437,7 @@

    Limitin

    -
    git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64
    +
    git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64
    @@ -1448,7 +1448,7 @@

    Limitin

    -
    git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c
    +
    git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c
    @@ -1505,13 +1505,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1741,7 +1741,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.13.7.html b/external/docs/content/docs/git-diff-tree/2.13.7.html index db05bdc36f..09696fa108 100644 --- a/external/docs/content/docs/git-diff-tree/2.13.7.html +++ b/external/docs/content/docs/git-diff-tree/2.13.7.html @@ -49,7 +49,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--root] [<common diff options>]
    -	      <tree-ish> [<tree-ish>] [<path>…​]
    + <tree-ish> [<tree-ish>] [<path>…​]
    @@ -60,7 +60,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -752,7 +752,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -780,9 +780,9 @@

    OPTIONS

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -887,7 +887,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<treeish>]
    +
    --notes[=<treeish>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -900,7 +900,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <treeish> argument, use the treeish to find the notes +

    With an optional <treeish> argument, use the treeish to find the notes to display. The treeish can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form a full name of the ref.

    @@ -920,7 +920,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<treeish>]
    +
    --show-notes[=<treeish>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -940,7 +940,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1439,7 +1439,7 @@

    Limitin

    -
    git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64
    +
    git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64
    @@ -1450,7 +1450,7 @@

    Limitin

    -
    git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c
    +
    git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c
    @@ -1507,13 +1507,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1744,7 +1744,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.14.6.html b/external/docs/content/docs/git-diff-tree/2.14.6.html index 15c1bd93ba..78523048ee 100644 --- a/external/docs/content/docs/git-diff-tree/2.14.6.html +++ b/external/docs/content/docs/git-diff-tree/2.14.6.html @@ -49,7 +49,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--root] [<common diff options>]
    -	      <tree-ish> [<tree-ish>] [<path>…​]
    + <tree-ish> [<tree-ish>] [<path>…​]
    @@ -60,7 +60,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -751,7 +751,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -779,9 +779,9 @@

    OPTIONS

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -886,7 +886,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<treeish>]
    +
    --notes[=<treeish>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -899,7 +899,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <treeish> argument, use the treeish to find the notes +

    With an optional <treeish> argument, use the treeish to find the notes to display. The treeish can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form a full name of the ref.

    @@ -919,7 +919,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<treeish>]
    +
    --show-notes[=<treeish>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -939,7 +939,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1444,7 +1444,7 @@

    Limitin

    -
    git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64
    +
    git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64
    @@ -1455,7 +1455,7 @@

    Limitin

    -
    git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c
    +
    git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c
    @@ -1512,13 +1512,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1749,7 +1749,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.15.4.html b/external/docs/content/docs/git-diff-tree/2.15.4.html index 9badbf39be..d75a00b3bd 100644 --- a/external/docs/content/docs/git-diff-tree/2.15.4.html +++ b/external/docs/content/docs/git-diff-tree/2.15.4.html @@ -49,7 +49,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--root] [<common diff options>]
    -	      <tree-ish> [<tree-ish>] [<path>…​]
    + <tree-ish> [<tree-ish>] [<path>…​]
    @@ -60,7 +60,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -800,7 +800,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -828,9 +828,9 @@

    OPTIONS

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -935,7 +935,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<treeish>]
    +
    --notes[=<treeish>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -948,7 +948,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <treeish> argument, use the treeish to find the notes +

    With an optional <treeish> argument, use the treeish to find the notes to display. The treeish can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form a full name of the ref.

    @@ -968,7 +968,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<treeish>]
    +
    --show-notes[=<treeish>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -988,7 +988,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1496,7 +1496,7 @@

    Limitin

    -
    git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64
    +
    git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64
    @@ -1507,7 +1507,7 @@

    Limitin

    -
    git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c
    +
    git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c
    @@ -1564,13 +1564,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1801,7 +1801,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.16.6.html b/external/docs/content/docs/git-diff-tree/2.16.6.html index 77806bd748..54be01abd4 100644 --- a/external/docs/content/docs/git-diff-tree/2.16.6.html +++ b/external/docs/content/docs/git-diff-tree/2.16.6.html @@ -49,7 +49,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--root] [<common diff options>]
    -	      <tree-ish> [<tree-ish>] [<path>…​]
    + <tree-ish> [<tree-ish>] [<path>…​]
    @@ -60,7 +60,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -824,7 +824,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -852,9 +852,9 @@

    OPTIONS

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -959,7 +959,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<treeish>]
    +
    --notes[=<treeish>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -972,7 +972,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <treeish> argument, use the treeish to find the notes +

    With an optional <treeish> argument, use the treeish to find the notes to display. The treeish can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form a full name of the ref.

    @@ -992,7 +992,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<treeish>]
    +
    --show-notes[=<treeish>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -1012,7 +1012,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1522,7 +1522,7 @@

    Limitin

    -
    git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64
    +
    git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64
    @@ -1533,7 +1533,7 @@

    Limitin

    -
    git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c
    +
    git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c
    @@ -1590,13 +1590,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1827,7 +1827,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.17.0.html b/external/docs/content/docs/git-diff-tree/2.17.0.html index 4d52d67264..af60b54cb0 100644 --- a/external/docs/content/docs/git-diff-tree/2.17.0.html +++ b/external/docs/content/docs/git-diff-tree/2.17.0.html @@ -55,7 +55,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--root] [<common diff options>]
    -	      <tree-ish> [<tree-ish>] [<path>…​]
    + <tree-ish> [<tree-ish>] [<path>…​]
    @@ -66,7 +66,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -850,7 +850,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -878,9 +878,9 @@

    OPTIONS

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -985,7 +985,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<treeish>]
    +
    --notes[=<treeish>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -998,7 +998,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <treeish> argument, use the treeish to find the notes +

    With an optional <treeish> argument, use the treeish to find the notes to display. The treeish can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form a full name of the ref.

    @@ -1018,7 +1018,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<treeish>]
    +
    --show-notes[=<treeish>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -1038,7 +1038,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1548,7 +1548,7 @@

    Limitin

    -
    git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64
    +
    git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64
    @@ -1559,7 +1559,7 @@

    Limitin

    -
    git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c
    +
    git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c
    @@ -1616,13 +1616,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1853,7 +1853,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.18.0.html b/external/docs/content/docs/git-diff-tree/2.18.0.html index e83d4daa77..4ac665897c 100644 --- a/external/docs/content/docs/git-diff-tree/2.18.0.html +++ b/external/docs/content/docs/git-diff-tree/2.18.0.html @@ -54,7 +54,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--root] [<common diff options>]
    -	      <tree-ish> [<tree-ish>] [<path>…​]
    + <tree-ish> [<tree-ish>] [<path>…​]
    @@ -65,7 +65,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -849,7 +849,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -877,9 +877,9 @@

    OPTIONS

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -984,7 +984,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<treeish>]
    +
    --notes[=<treeish>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -997,7 +997,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <treeish> argument, use the treeish to find the notes +

    With an optional <treeish> argument, use the treeish to find the notes to display. The treeish can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form a full name of the ref.

    @@ -1017,7 +1017,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<treeish>]
    +
    --show-notes[=<treeish>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -1037,7 +1037,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1547,7 +1547,7 @@

    LIMITIN

    -
    git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64
    +
    git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64
    @@ -1558,7 +1558,7 @@

    LIMITIN

    -
    git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c
    +
    git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c
    @@ -1615,13 +1615,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1852,7 +1852,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.19.0.html b/external/docs/content/docs/git-diff-tree/2.19.0.html index 7d5ff28a4d..90966ccdec 100644 --- a/external/docs/content/docs/git-diff-tree/2.19.0.html +++ b/external/docs/content/docs/git-diff-tree/2.19.0.html @@ -55,7 +55,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--root] [<common diff options>]
    -	      <tree-ish> [<tree-ish>] [<path>…​]
    + <tree-ish> [<tree-ish>] [<path>…​]
    @@ -66,7 +66,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -893,7 +893,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -921,9 +921,9 @@

    OPTIONS

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -1028,7 +1028,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<treeish>]
    +
    --notes[=<treeish>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -1041,7 +1041,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <treeish> argument, use the treeish to find the notes +

    With an optional <treeish> argument, use the treeish to find the notes to display. The treeish can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form a full name of the ref.

    @@ -1061,7 +1061,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<treeish>]
    +
    --show-notes[=<treeish>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -1081,7 +1081,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1591,7 +1591,7 @@

    LIMITIN

    -
    git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64
    +
    git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64
    @@ -1602,7 +1602,7 @@

    LIMITIN

    -
    git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c
    +
    git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c
    @@ -1659,13 +1659,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1896,7 +1896,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.2.3.html b/external/docs/content/docs/git-diff-tree/2.2.3.html index b12fc5ac04..daa25d73fa 100644 --- a/external/docs/content/docs/git-diff-tree/2.2.3.html +++ b/external/docs/content/docs/git-diff-tree/2.2.3.html @@ -49,7 +49,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--root] [<common diff options>]
    -	      <tree-ish> [<tree-ish>] [<path>…​]
    + <tree-ish> [<tree-ish>] [<path>…​]
    @@ -60,7 +60,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -667,7 +667,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -695,9 +695,9 @@

    OPTIONS

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -778,7 +778,7 @@

    OPTIONS

    preferred by the user. For non plumbing commands this defaults to UTF-8.

    -
    --notes[=<ref>]
    +
    --notes[=<ref>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -791,7 +791,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <ref> argument, show this notes ref instead of the +

    With an optional <ref> argument, show this notes ref instead of the default notes ref(s). The ref is taken to be in refs/notes/ if it is not qualified.

    @@ -810,7 +810,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<ref>]
    +
    --show-notes[=<ref>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -830,7 +830,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1308,7 +1308,7 @@

    Limitin
    -
    git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64
    +
    git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64
    @@ -1319,7 +1319,7 @@

    Limitin

    -
    git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c
    +
    git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c
    @@ -1376,13 +1376,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1611,7 +1611,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.20.0.html b/external/docs/content/docs/git-diff-tree/2.20.0.html index 5fd7121597..0bef4e0c31 100644 --- a/external/docs/content/docs/git-diff-tree/2.20.0.html +++ b/external/docs/content/docs/git-diff-tree/2.20.0.html @@ -54,7 +54,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--root] [<common diff options>]
    -	      <tree-ish> [<tree-ish>] [<path>…​]
    + <tree-ish> [<tree-ish>] [<path>…​]
    @@ -65,7 +65,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -892,7 +892,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -920,9 +920,9 @@

    OPTIONS

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -1027,7 +1027,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<treeish>]
    +
    --notes[=<treeish>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -1040,7 +1040,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <treeish> argument, use the treeish to find the notes +

    With an optional <treeish> argument, use the treeish to find the notes to display. The treeish can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form a full name of the ref.

    @@ -1060,7 +1060,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<treeish>]
    +
    --show-notes[=<treeish>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -1080,7 +1080,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1597,7 +1597,7 @@

    LIMITIN

    -
    git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64
    +
    git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64
    @@ -1608,7 +1608,7 @@

    LIMITIN

    -
    git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c
    +
    git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c
    @@ -1665,13 +1665,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1902,7 +1902,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.21.0.html b/external/docs/content/docs/git-diff-tree/2.21.0.html index 2b59e47f6d..55826cb6f4 100644 --- a/external/docs/content/docs/git-diff-tree/2.21.0.html +++ b/external/docs/content/docs/git-diff-tree/2.21.0.html @@ -51,7 +51,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--root] [<common diff options>]
    -	      <tree-ish> [<tree-ish>] [<path>…​]
    + <tree-ish> [<tree-ish>] [<path>…​]
    @@ -62,7 +62,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -911,7 +911,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -936,9 +936,9 @@

    OPTIONS

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -1043,7 +1043,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<treeish>]
    +
    --notes[=<treeish>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -1056,7 +1056,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <treeish> argument, use the treeish to find the notes +

    With an optional <treeish> argument, use the treeish to find the notes to display. The treeish can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form a full name of the ref.

    @@ -1076,7 +1076,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<treeish>]
    +
    --show-notes[=<treeish>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -1096,7 +1096,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1619,13 +1619,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1856,7 +1856,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.22.0.html b/external/docs/content/docs/git-diff-tree/2.22.0.html index 9b01715f4d..ac864b012b 100644 --- a/external/docs/content/docs/git-diff-tree/2.22.0.html +++ b/external/docs/content/docs/git-diff-tree/2.22.0.html @@ -57,7 +57,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--combined-all-paths] [--root]
    -	      [<common diff options>] <tree-ish> [<tree-ish>] [<path>…​]
    + [<common diff options>] <tree-ish> [<tree-ish>] [<path>…​]
    @@ -68,7 +68,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -942,7 +942,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -967,9 +967,9 @@

    OPTIONS

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -1074,7 +1074,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<treeish>]
    +
    --notes[=<treeish>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -1087,7 +1087,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <treeish> argument, use the treeish to find the notes +

    With an optional <treeish> argument, use the treeish to find the notes to display. The treeish can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form a full name of the ref.

    @@ -1107,7 +1107,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<treeish>]
    +
    --show-notes[=<treeish>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -1127,7 +1127,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1793,13 +1793,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -2048,7 +2048,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.24.0.html b/external/docs/content/docs/git-diff-tree/2.24.0.html index 726888225b..cb73da3fe1 100644 --- a/external/docs/content/docs/git-diff-tree/2.24.0.html +++ b/external/docs/content/docs/git-diff-tree/2.24.0.html @@ -51,7 +51,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--combined-all-paths] [--root]
    -	      [<common diff options>] <tree-ish> [<tree-ish>] [<path>…​]
    + [<common diff options>] <tree-ish> [<tree-ish>] [<path>…​]
    @@ -62,7 +62,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -936,7 +936,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -961,9 +961,9 @@

    OPTIONS

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -1068,7 +1068,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<treeish>]
    +
    --notes[=<treeish>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -1081,7 +1081,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <treeish> argument, use the treeish to find the notes +

    With an optional <treeish> argument, use the treeish to find the notes to display. The treeish can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form a full name of the ref.

    @@ -1101,7 +1101,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<treeish>]
    +
    --show-notes[=<treeish>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -1121,7 +1121,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1787,13 +1787,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -2046,7 +2046,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.25.0.html b/external/docs/content/docs/git-diff-tree/2.25.0.html index f9e501fb84..cf45ed91ed 100644 --- a/external/docs/content/docs/git-diff-tree/2.25.0.html +++ b/external/docs/content/docs/git-diff-tree/2.25.0.html @@ -47,7 +47,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--combined-all-paths] [--root]
    -	      [<common diff options>] <tree-ish> [<tree-ish>] [<path>…​]
    + [<common diff options>] <tree-ish> [<tree-ish>] [<path>…​]
    @@ -58,7 +58,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -932,7 +932,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -957,9 +957,9 @@

    OPTIONS

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -1064,7 +1064,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<ref>]
    +
    --notes[=<ref>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -1077,7 +1077,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <ref> argument, use the ref to find the notes +

    With an optional <ref> argument, use the ref to find the notes to display. The ref can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form a full name of the ref.

    @@ -1097,7 +1097,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<ref>]
    +
    --show-notes[=<ref>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -1117,7 +1117,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1180,7 +1180,7 @@

    PRETTY FO

    oneline

    -
    <hash> <title line>
    +
    <hash> <title line>
    @@ -1191,7 +1191,7 @@

    PRETTY FO

    short

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
    @@ -1205,7 +1205,7 @@

    PRETTY FO

    medium

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Date:   <author date>
    @@ -1225,7 +1225,7 @@

    PRETTY FO

    full

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Commit: <committer>
    @@ -1245,7 +1245,7 @@

    PRETTY FO

    fuller

    -
    commit <hash>
    +
    commit <hash>
     Author:     <author>
     AuthorDate: <author date>
     Commit:     <committer>
    @@ -1283,7 +1283,7 @@ 

    PRETTY FO

    email

    -
    From <hash> <date>
    +
    From <hash> <date>
     From: <author>
     Date: <author date>
     Subject: [PATCH] <title line>
    @@ -1825,13 +1825,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -2084,7 +2084,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.25.1.html b/external/docs/content/docs/git-diff-tree/2.25.1.html index 0c09e16ebe..aedb67405b 100644 --- a/external/docs/content/docs/git-diff-tree/2.25.1.html +++ b/external/docs/content/docs/git-diff-tree/2.25.1.html @@ -51,7 +51,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--combined-all-paths] [--root]
    -	      [<common diff options>] <tree-ish> [<tree-ish>] [<path>…​]
    + [<common diff options>] <tree-ish> [<tree-ish>] [<path>…​]
    @@ -62,7 +62,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -936,7 +936,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -961,9 +961,9 @@

    OPTIONS

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -1068,7 +1068,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<ref>]
    +
    --notes[=<ref>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -1081,7 +1081,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <ref> argument, use the ref to find the notes +

    With an optional <ref> argument, use the ref to find the notes to display. The ref can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form a full name of the ref.

    @@ -1101,7 +1101,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<ref>]
    +
    --show-notes[=<ref>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -1121,7 +1121,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1184,7 +1184,7 @@

    PRETTY FO

    oneline

    -
    <hash> <title line>
    +
    <hash> <title line>
    @@ -1195,7 +1195,7 @@

    PRETTY FO

    short

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
    @@ -1209,7 +1209,7 @@

    PRETTY FO

    medium

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Date:   <author date>
    @@ -1229,7 +1229,7 @@

    PRETTY FO

    full

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Commit: <committer>
    @@ -1249,7 +1249,7 @@

    PRETTY FO

    fuller

    -
    commit <hash>
    +
    commit <hash>
     Author:     <author>
     AuthorDate: <author date>
     Commit:     <committer>
    @@ -1287,7 +1287,7 @@ 

    PRETTY FO

    email

    -
    From <hash> <date>
    +
    From <hash> <date>
     From: <author>
     Date: <author date>
     Subject: [PATCH] <title line>
    @@ -1829,13 +1829,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -2088,7 +2088,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.26.0.html b/external/docs/content/docs/git-diff-tree/2.26.0.html index 6e5e4a8738..189399507d 100644 --- a/external/docs/content/docs/git-diff-tree/2.26.0.html +++ b/external/docs/content/docs/git-diff-tree/2.26.0.html @@ -50,7 +50,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--combined-all-paths] [--root]
    -	      [<common diff options>] <tree-ish> [<tree-ish>] [<path>…​]
    + [<common diff options>] <tree-ish> [<tree-ish>] [<path>…​]
    @@ -61,7 +61,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -935,7 +935,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -960,9 +960,9 @@

    OPTIONS

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -1067,7 +1067,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<ref>]
    +
    --notes[=<ref>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -1080,7 +1080,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <ref> argument, use the ref to find the notes +

    With an optional <ref> argument, use the ref to find the notes to display. The ref can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form a full name of the ref.

    @@ -1100,7 +1100,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<ref>]
    +
    --show-notes[=<ref>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -1120,7 +1120,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1183,7 +1183,7 @@

    PRETTY FO

    oneline

    -
    <hash> <title line>
    +
    <hash> <title line>
    @@ -1194,7 +1194,7 @@

    PRETTY FO

    short

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
    @@ -1208,7 +1208,7 @@

    PRETTY FO

    medium

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Date:   <author date>
    @@ -1228,7 +1228,7 @@

    PRETTY FO

    full

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Commit: <committer>
    @@ -1248,7 +1248,7 @@

    PRETTY FO

    fuller

    -
    commit <hash>
    +
    commit <hash>
     Author:     <author>
     AuthorDate: <author date>
     Commit:     <committer>
    @@ -1286,7 +1286,7 @@ 

    PRETTY FO

    email

    -
    From <hash> <date>
    +
    From <hash> <date>
     From: <author>
     Date: <author date>
     Subject: [PATCH] <title line>
    @@ -1832,13 +1832,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -2091,7 +2091,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.27.0.html b/external/docs/content/docs/git-diff-tree/2.27.0.html index e99c2545b7..d03d8ebeee 100644 --- a/external/docs/content/docs/git-diff-tree/2.27.0.html +++ b/external/docs/content/docs/git-diff-tree/2.27.0.html @@ -48,7 +48,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--combined-all-paths] [--root]
    -	      [<common diff options>] <tree-ish> [<tree-ish>] [<path>…​]
    + [<common diff options>] <tree-ish> [<tree-ish>] [<path>…​]
    @@ -59,7 +59,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -933,7 +933,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -958,9 +958,9 @@

    OPTIONS

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -1065,7 +1065,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<ref>]
    +
    --notes[=<ref>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -1078,7 +1078,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <ref> argument, use the ref to find the notes +

    With an optional <ref> argument, use the ref to find the notes to display. The ref can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form a full name of the ref.

    @@ -1098,7 +1098,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<ref>]
    +
    --show-notes[=<ref>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -1118,7 +1118,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1181,7 +1181,7 @@

    PRETTY FO

    oneline

    -
    <hash> <title line>
    +
    <hash> <title line>
    @@ -1192,7 +1192,7 @@

    PRETTY FO

    short

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
    @@ -1206,7 +1206,7 @@

    PRETTY FO

    medium

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Date:   <author date>
    @@ -1226,7 +1226,7 @@

    PRETTY FO

    full

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Commit: <committer>
    @@ -1246,7 +1246,7 @@

    PRETTY FO

    fuller

    -
    commit <hash>
    +
    commit <hash>
     Author:     <author>
     AuthorDate: <author date>
     Commit:     <committer>
    @@ -1284,7 +1284,7 @@ 

    PRETTY FO

    email

    -
    From <hash> <date>
    +
    From <hash> <date>
     From: <author>
     Date: <author date>
     Subject: [PATCH] <title line>
    @@ -1838,13 +1838,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -2097,7 +2097,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.28.0.html b/external/docs/content/docs/git-diff-tree/2.28.0.html index b6aefaf832..bee17eaf25 100644 --- a/external/docs/content/docs/git-diff-tree/2.28.0.html +++ b/external/docs/content/docs/git-diff-tree/2.28.0.html @@ -48,7 +48,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--combined-all-paths] [--root]
    -	      [<common diff options>] <tree-ish> [<tree-ish>] [<path>…​]
    + [<common diff options>] <tree-ish> [<tree-ish>] [<path>…​]
    @@ -59,7 +59,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -936,7 +936,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -961,9 +961,9 @@

    OPTIONS

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -1068,7 +1068,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<ref>]
    +
    --notes[=<ref>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -1081,7 +1081,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <ref> argument, use the ref to find the notes +

    With an optional <ref> argument, use the ref to find the notes to display. The ref can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form a full name of the ref.

    @@ -1101,7 +1101,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<ref>]
    +
    --show-notes[=<ref>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -1121,7 +1121,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1184,7 +1184,7 @@

    PRETTY FO

    oneline

    -
    <hash> <title line>
    +
    <hash> <title line>
    @@ -1195,7 +1195,7 @@

    PRETTY FO

    short

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
    @@ -1209,7 +1209,7 @@

    PRETTY FO

    medium

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Date:   <author date>
    @@ -1229,7 +1229,7 @@

    PRETTY FO

    full

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Commit: <committer>
    @@ -1249,7 +1249,7 @@

    PRETTY FO

    fuller

    -
    commit <hash>
    +
    commit <hash>
     Author:     <author>
     AuthorDate: <author date>
     Commit:     <committer>
    @@ -1287,7 +1287,7 @@ 

    PRETTY FO

    email

    -
    From <hash> <date>
    +
    From <hash> <date>
     From: <author>
     Date: <author date>
     Subject: [PATCH] <title line>
    @@ -1841,13 +1841,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -2100,7 +2100,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.29.0.html b/external/docs/content/docs/git-diff-tree/2.29.0.html index f28294ca9f..0c03f721af 100644 --- a/external/docs/content/docs/git-diff-tree/2.29.0.html +++ b/external/docs/content/docs/git-diff-tree/2.29.0.html @@ -50,7 +50,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--combined-all-paths] [--root]
    -	      [<common diff options>] <tree-ish> [<tree-ish>] [<path>…​]
    + [<common diff options>] <tree-ish> [<tree-ish>] [<path>…​]
    @@ -61,7 +61,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -939,7 +939,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -964,9 +964,9 @@

    OPTIONS

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -1071,7 +1071,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<ref>]
    +
    --notes[=<ref>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -1084,7 +1084,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <ref> argument, use the ref to find the notes +

    With an optional <ref> argument, use the ref to find the notes to display. The ref can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form a full name of the ref.

    @@ -1104,7 +1104,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<ref>]
    +
    --show-notes[=<ref>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -1124,7 +1124,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1187,7 +1187,7 @@

    PRETTY FO

    oneline

    -
    <hash> <title line>
    +
    <hash> <title line>
    @@ -1198,7 +1198,7 @@

    PRETTY FO

    short

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
    @@ -1212,7 +1212,7 @@

    PRETTY FO

    medium

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Date:   <author date>
    @@ -1232,7 +1232,7 @@

    PRETTY FO

    full

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Commit: <committer>
    @@ -1252,7 +1252,7 @@

    PRETTY FO

    fuller

    -
    commit <hash>
    +
    commit <hash>
     Author:     <author>
     AuthorDate: <author date>
     Commit:     <committer>
    @@ -1290,7 +1290,7 @@ 

    PRETTY FO

    email

    -
    From <hash> <date>
    +
    From <hash> <date>
     From: <author>
     Date: <author date>
     Subject: [PATCH] <title line>
    @@ -1844,13 +1844,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -2104,7 +2104,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.3.10.html b/external/docs/content/docs/git-diff-tree/2.3.10.html index dabd0a8520..347d52801a 100644 --- a/external/docs/content/docs/git-diff-tree/2.3.10.html +++ b/external/docs/content/docs/git-diff-tree/2.3.10.html @@ -49,7 +49,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--root] [<common diff options>]
    -	      <tree-ish> [<tree-ish>] [<path>…​]
    + <tree-ish> [<tree-ish>] [<path>…​]
    @@ -60,7 +60,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -667,7 +667,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -695,9 +695,9 @@

    OPTIONS

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -778,7 +778,7 @@

    OPTIONS

    preferred by the user. For non plumbing commands this defaults to UTF-8.

    -
    --notes[=<ref>]
    +
    --notes[=<ref>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -791,7 +791,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <ref> argument, show this notes ref instead of the +

    With an optional <ref> argument, show this notes ref instead of the default notes ref(s). The ref is taken to be in refs/notes/ if it is not qualified.

    @@ -810,7 +810,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<ref>]
    +
    --show-notes[=<ref>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -830,7 +830,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1308,7 +1308,7 @@

    Limitin
    -
    git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64
    +
    git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64
    @@ -1319,7 +1319,7 @@

    Limitin

    -
    git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c
    +
    git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c
    @@ -1376,13 +1376,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1612,7 +1612,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.30.0.html b/external/docs/content/docs/git-diff-tree/2.30.0.html index fd5963a489..506e956e85 100644 --- a/external/docs/content/docs/git-diff-tree/2.30.0.html +++ b/external/docs/content/docs/git-diff-tree/2.30.0.html @@ -56,7 +56,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--combined-all-paths] [--root] [--merge-base]
    -	      [<common diff options>] <tree-ish> [<tree-ish>] [<path>…​]
    + [<common diff options>] <tree-ish> [<tree-ish>] [<path>…​]
    @@ -67,7 +67,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -956,7 +956,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -980,16 +980,16 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing the <tree-ish>s directly, use the merge -base between the two <tree-ish>s as the "before" side. There -must be two <tree-ish>s given and they must both be commits.

    +

    Instead of comparing the <tree-ish>s directly, use the merge +base between the two <tree-ish>s as the "before" side. There +must be two <tree-ish>s given and they must both be commits.

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -1094,7 +1094,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<ref>]
    +
    --notes[=<ref>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -1107,7 +1107,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <ref> argument, use the ref to find the notes +

    With an optional <ref> argument, use the ref to find the notes to display. The ref can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form a full name of the ref.

    @@ -1127,7 +1127,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<ref>]
    +
    --show-notes[=<ref>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -1147,7 +1147,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1210,7 +1210,7 @@

    PRETTY FO

    oneline

    -
    <hash> <title line>
    +
    <hash> <title line>
    @@ -1221,7 +1221,7 @@

    PRETTY FO

    short

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
    @@ -1235,7 +1235,7 @@

    PRETTY FO

    medium

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Date:   <author date>
    @@ -1255,7 +1255,7 @@

    PRETTY FO

    full

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Commit: <committer>
    @@ -1275,7 +1275,7 @@

    PRETTY FO

    fuller

    -
    commit <hash>
    +
    commit <hash>
     Author:     <author>
     AuthorDate: <author date>
     Commit:     <committer>
    @@ -1313,7 +1313,7 @@ 

    PRETTY FO

    email

    -
    From <hash> <date>
    +
    From <hash> <date>
     From: <author>
     Date: <author date>
     Subject: [PATCH] <title line>
    @@ -1867,13 +1867,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -2127,7 +2127,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.31.0.html b/external/docs/content/docs/git-diff-tree/2.31.0.html index d0b41dddb1..31d8e9dd50 100644 --- a/external/docs/content/docs/git-diff-tree/2.31.0.html +++ b/external/docs/content/docs/git-diff-tree/2.31.0.html @@ -55,7 +55,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--combined-all-paths] [--root] [--merge-base]
    -	      [<common diff options>] <tree-ish> [<tree-ish>] [<path>…​]
    + [<common diff options>] <tree-ish> [<tree-ish>] [<path>…​]
    @@ -66,7 +66,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -964,7 +964,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -988,16 +988,16 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing the <tree-ish>s directly, use the merge -base between the two <tree-ish>s as the "before" side. There -must be two <tree-ish>s given and they must both be commits.

    +

    Instead of comparing the <tree-ish>s directly, use the merge +base between the two <tree-ish>s as the "before" side. There +must be two <tree-ish>s given and they must both be commits.

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -1102,7 +1102,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<ref>]
    +
    --notes[=<ref>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -1115,7 +1115,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <ref> argument, use the ref to find the notes +

    With an optional <ref> argument, use the ref to find the notes to display. The ref can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form a full name of the ref.

    @@ -1135,7 +1135,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<ref>]
    +
    --show-notes[=<ref>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -1155,7 +1155,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1218,7 +1218,7 @@

    PRETTY FO

    oneline

    -
    <hash> <title line>
    +
    <hash> <title line>
    @@ -1229,7 +1229,7 @@

    PRETTY FO

    short

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
    @@ -1243,7 +1243,7 @@

    PRETTY FO

    medium

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Date:   <author date>
    @@ -1263,7 +1263,7 @@

    PRETTY FO

    full

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Commit: <committer>
    @@ -1283,7 +1283,7 @@

    PRETTY FO

    fuller

    -
    commit <hash>
    +
    commit <hash>
     Author:     <author>
     AuthorDate: <author date>
     Commit:     <committer>
    @@ -1321,7 +1321,7 @@ 

    PRETTY FO

    email

    -
    From <hash> <date>
    +
    From <hash> <date>
     From: <author>
     Date: <author date>
     Subject: [PATCH] <title line>
    @@ -1885,13 +1885,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -2145,7 +2145,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.32.0.html b/external/docs/content/docs/git-diff-tree/2.32.0.html index 86f37fa1aa..0a7947969a 100644 --- a/external/docs/content/docs/git-diff-tree/2.32.0.html +++ b/external/docs/content/docs/git-diff-tree/2.32.0.html @@ -54,7 +54,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--combined-all-paths] [--root] [--merge-base]
    -	      [<common diff options>] <tree-ish> [<tree-ish>] [<path>…​]
    + [<common diff options>] <tree-ish> [<tree-ish>] [<path>…​]
    @@ -65,7 +65,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -966,7 +966,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -990,16 +990,16 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing the <tree-ish>s directly, use the merge -base between the two <tree-ish>s as the "before" side. There -must be two <tree-ish>s given and they must both be commits.

    +

    Instead of comparing the <tree-ish>s directly, use the merge +base between the two <tree-ish>s as the "before" side. There +must be two <tree-ish>s given and they must both be commits.

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -1104,7 +1104,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<ref>]
    +
    --notes[=<ref>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -1117,7 +1117,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <ref> argument, use the ref to find the notes +

    With an optional <ref> argument, use the ref to find the notes to display. The ref can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form a full name of the ref.

    @@ -1137,7 +1137,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<ref>]
    +
    --show-notes[=<ref>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -1157,7 +1157,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1220,7 +1220,7 @@

    PRETTY FO

    oneline

    -
    <hash> <title line>
    +
    <hash> <title line>
    @@ -1231,7 +1231,7 @@

    PRETTY FO

    short

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
    @@ -1245,7 +1245,7 @@

    PRETTY FO

    medium

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Date:   <author date>
    @@ -1265,7 +1265,7 @@

    PRETTY FO

    full

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Commit: <committer>
    @@ -1285,7 +1285,7 @@

    PRETTY FO

    fuller

    -
    commit <hash>
    +
    commit <hash>
     Author:     <author>
     AuthorDate: <author date>
     Commit:     <committer>
    @@ -1323,7 +1323,7 @@ 

    PRETTY FO

    email

    -
    From <hash> <date>
    +
    From <hash> <date>
     From: <author>
     Date: <author date>
     Subject: [PATCH] <title line>
    @@ -1919,13 +1919,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -2179,7 +2179,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.33.0.html b/external/docs/content/docs/git-diff-tree/2.33.0.html index d82a13b6ac..851622bf90 100644 --- a/external/docs/content/docs/git-diff-tree/2.33.0.html +++ b/external/docs/content/docs/git-diff-tree/2.33.0.html @@ -47,7 +47,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--combined-all-paths] [--root] [--merge-base]
    -	      [<common diff options>] <tree-ish> [<tree-ish>] [<path>…​]
    + [<common diff options>] <tree-ish> [<tree-ish>] [<path>…​]
    @@ -58,7 +58,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -965,7 +965,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -989,16 +989,16 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing the <tree-ish>s directly, use the merge -base between the two <tree-ish>s as the "before" side. There -must be two <tree-ish>s given and they must both be commits.

    +

    Instead of comparing the <tree-ish>s directly, use the merge +base between the two <tree-ish>s as the "before" side. There +must be two <tree-ish>s given and they must both be commits.

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -1103,7 +1103,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<ref>]
    +
    --notes[=<ref>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -1116,7 +1116,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <ref> argument, use the ref to find the notes +

    With an optional <ref> argument, use the ref to find the notes to display. The ref can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form a full name of the ref.

    @@ -1136,7 +1136,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<ref>]
    +
    --show-notes[=<ref>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -1156,7 +1156,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1219,7 +1219,7 @@

    PRETTY FO

    oneline

    -
    <hash> <title line>
    +
    <hash> <title line>
    @@ -1230,7 +1230,7 @@

    PRETTY FO

    short

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
    @@ -1244,7 +1244,7 @@

    PRETTY FO

    medium

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Date:   <author date>
    @@ -1264,7 +1264,7 @@

    PRETTY FO

    full

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Commit: <committer>
    @@ -1284,7 +1284,7 @@

    PRETTY FO

    fuller

    -
    commit <hash>
    +
    commit <hash>
     Author:     <author>
     AuthorDate: <author date>
     Commit:     <committer>
    @@ -1322,7 +1322,7 @@ 

    PRETTY FO

    email

    -
    From <hash> <date>
    +
    From <hash> <date>
     From: <author>
     Date: <author date>
     Subject: [PATCH] <title line>
    @@ -1918,13 +1918,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -2178,7 +2178,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.33.1.html b/external/docs/content/docs/git-diff-tree/2.33.1.html index b64a73db41..e3ec68c93c 100644 --- a/external/docs/content/docs/git-diff-tree/2.33.1.html +++ b/external/docs/content/docs/git-diff-tree/2.33.1.html @@ -47,7 +47,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--combined-all-paths] [--root] [--merge-base]
    -	      [<common diff options>] <tree-ish> [<tree-ish>] [<path>…​]
    + [<common diff options>] <tree-ish> [<tree-ish>] [<path>…​]
    @@ -58,7 +58,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -965,7 +965,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -989,16 +989,16 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing the <tree-ish>s directly, use the merge -base between the two <tree-ish>s as the "before" side. There -must be two <tree-ish>s given and they must both be commits.

    +

    Instead of comparing the <tree-ish>s directly, use the merge +base between the two <tree-ish>s as the "before" side. There +must be two <tree-ish>s given and they must both be commits.

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -1105,7 +1105,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<ref>]
    +
    --notes[=<ref>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -1118,7 +1118,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <ref> argument, use the ref to find the notes +

    With an optional <ref> argument, use the ref to find the notes to display. The ref can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form a full name of the ref.

    @@ -1138,7 +1138,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<ref>]
    +
    --show-notes[=<ref>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -1158,7 +1158,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1221,7 +1221,7 @@

    PRETTY FO

    oneline

    -
    <hash> <title line>
    +
    <hash> <title line>
    @@ -1232,7 +1232,7 @@

    PRETTY FO

    short

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
    @@ -1246,7 +1246,7 @@

    PRETTY FO

    medium

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Date:   <author date>
    @@ -1266,7 +1266,7 @@

    PRETTY FO

    full

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Commit: <committer>
    @@ -1286,7 +1286,7 @@

    PRETTY FO

    fuller

    -
    commit <hash>
    +
    commit <hash>
     Author:     <author>
     AuthorDate: <author date>
     Commit:     <committer>
    @@ -1324,7 +1324,7 @@ 

    PRETTY FO

    email

    -
    From <hash> <date>
    +
    From <hash> <date>
     From: <author>
     Date: <author date>
     Subject: [PATCH] <title line>
    @@ -1920,13 +1920,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -2180,7 +2180,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.33.2.html b/external/docs/content/docs/git-diff-tree/2.33.2.html index 5b410f07cc..18b2cb856f 100644 --- a/external/docs/content/docs/git-diff-tree/2.33.2.html +++ b/external/docs/content/docs/git-diff-tree/2.33.2.html @@ -53,7 +53,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--combined-all-paths] [--root] [--merge-base]
    -	      [<common diff options>] <tree-ish> [<tree-ish>] [<path>…​]
    + [<common diff options>] <tree-ish> [<tree-ish>] [<path>…​]
    @@ -64,7 +64,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -971,7 +971,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -995,16 +995,16 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing the <tree-ish>s directly, use the merge -base between the two <tree-ish>s as the "before" side. There -must be two <tree-ish>s given and they must both be commits.

    +

    Instead of comparing the <tree-ish>s directly, use the merge +base between the two <tree-ish>s as the "before" side. There +must be two <tree-ish>s given and they must both be commits.

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -1111,7 +1111,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<ref>]
    +
    --notes[=<ref>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -1124,7 +1124,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <ref> argument, use the ref to find the notes +

    With an optional <ref> argument, use the ref to find the notes to display. The ref can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form a full name of the ref.

    @@ -1144,7 +1144,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<ref>]
    +
    --show-notes[=<ref>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -1164,7 +1164,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1227,7 +1227,7 @@

    PRETTY FO

    oneline

    -
    <hash> <title line>
    +
    <hash> <title line>
    @@ -1238,7 +1238,7 @@

    PRETTY FO

    short

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
    @@ -1252,7 +1252,7 @@

    PRETTY FO

    medium

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Date:   <author date>
    @@ -1272,7 +1272,7 @@

    PRETTY FO

    full

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Commit: <committer>
    @@ -1292,7 +1292,7 @@

    PRETTY FO

    fuller

    -
    commit <hash>
    +
    commit <hash>
     Author:     <author>
     AuthorDate: <author date>
     Commit:     <committer>
    @@ -1330,7 +1330,7 @@ 

    PRETTY FO

    email

    -
    From <hash> <date>
    +
    From <hash> <date>
     From: <author>
     Date: <author date>
     Subject: [PATCH] <title line>
    @@ -1926,13 +1926,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -2186,7 +2186,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.34.0.html b/external/docs/content/docs/git-diff-tree/2.34.0.html index 0c8f7d935f..2b6e3778b3 100644 --- a/external/docs/content/docs/git-diff-tree/2.34.0.html +++ b/external/docs/content/docs/git-diff-tree/2.34.0.html @@ -55,7 +55,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--combined-all-paths] [--root] [--merge-base]
    -	      [<common diff options>] <tree-ish> [<tree-ish>] [<path>…​]
    + [<common diff options>] <tree-ish> [<tree-ish>] [<path>…​]
    @@ -66,7 +66,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -973,7 +973,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -997,16 +997,16 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing the <tree-ish>s directly, use the merge -base between the two <tree-ish>s as the "before" side. There -must be two <tree-ish>s given and they must both be commits.

    +

    Instead of comparing the <tree-ish>s directly, use the merge +base between the two <tree-ish>s as the "before" side. There +must be two <tree-ish>s given and they must both be commits.

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -1113,7 +1113,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<ref>]
    +
    --notes[=<ref>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -1126,7 +1126,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <ref> argument, use the ref to find the notes +

    With an optional <ref> argument, use the ref to find the notes to display. The ref can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form a full name of the ref.

    @@ -1146,7 +1146,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<ref>]
    +
    --show-notes[=<ref>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -1166,7 +1166,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1229,7 +1229,7 @@

    PRETTY FO

    oneline

    -
    <hash> <title line>
    +
    <hash> <title line>
    @@ -1240,7 +1240,7 @@

    PRETTY FO

    short

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
    @@ -1254,7 +1254,7 @@

    PRETTY FO

    medium

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Date:   <author date>
    @@ -1274,7 +1274,7 @@

    PRETTY FO

    full

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Commit: <committer>
    @@ -1294,7 +1294,7 @@

    PRETTY FO

    fuller

    -
    commit <hash>
    +
    commit <hash>
     Author:     <author>
     AuthorDate: <author date>
     Commit:     <committer>
    @@ -1332,7 +1332,7 @@ 

    PRETTY FO

    email

    -
    From <hash> <date>
    +
    From <hash> <date>
     From: <author>
     Date: <author date>
     Subject: [PATCH] <title line>
    @@ -1928,13 +1928,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -2188,7 +2188,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.35.0.html b/external/docs/content/docs/git-diff-tree/2.35.0.html index 44c71f8ea0..166df50abd 100644 --- a/external/docs/content/docs/git-diff-tree/2.35.0.html +++ b/external/docs/content/docs/git-diff-tree/2.35.0.html @@ -55,7 +55,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--combined-all-paths] [--root] [--merge-base]
    -	      [<common-diff-options>] <tree-ish> [<tree-ish>] [<path>…​]
    + [<common-diff-options>] <tree-ish> [<tree-ish>] [<path>…​]
    @@ -66,7 +66,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -973,7 +973,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -997,16 +997,16 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing the <tree-ish>s directly, use the merge -base between the two <tree-ish>s as the "before" side. There -must be two <tree-ish>s given and they must both be commits.

    +

    Instead of comparing the <tree-ish>s directly, use the merge +base between the two <tree-ish>s as the "before" side. There +must be two <tree-ish>s given and they must both be commits.

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -1113,7 +1113,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<ref>]
    +
    --notes[=<ref>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -1126,7 +1126,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <ref> argument, use the ref to find the notes +

    With an optional <ref> argument, use the ref to find the notes to display. The ref can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form a full name of the ref.

    @@ -1146,7 +1146,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<ref>]
    +
    --show-notes[=<ref>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -1166,7 +1166,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1229,7 +1229,7 @@

    PRETTY FO

    oneline

    -
    <hash> <title-line>
    +
    <hash> <title-line>
    @@ -1240,7 +1240,7 @@

    PRETTY FO

    short

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
    @@ -1254,7 +1254,7 @@

    PRETTY FO

    medium

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Date:   <author-date>
    @@ -1274,7 +1274,7 @@

    PRETTY FO

    full

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Commit: <committer>
    @@ -1294,7 +1294,7 @@

    PRETTY FO

    fuller

    -
    commit <hash>
    +
    commit <hash>
     Author:     <author>
     AuthorDate: <author-date>
     Commit:     <committer>
    @@ -1332,7 +1332,7 @@ 

    PRETTY FO

    email

    -
    From <hash> <date>
    +
    From <hash> <date>
     From: <author>
     Date: <author-date>
     Subject: [PATCH] <title-line>
    @@ -1938,13 +1938,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -2198,7 +2198,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.36.0.html b/external/docs/content/docs/git-diff-tree/2.36.0.html index f203299ee2..54b365281a 100644 --- a/external/docs/content/docs/git-diff-tree/2.36.0.html +++ b/external/docs/content/docs/git-diff-tree/2.36.0.html @@ -55,7 +55,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--combined-all-paths] [--root] [--merge-base]
    -	      [<common-diff-options>] <tree-ish> [<tree-ish>] [<path>…​]
    + [<common-diff-options>] <tree-ish> [<tree-ish>] [<path>…​]
    @@ -66,7 +66,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -970,7 +970,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -994,16 +994,16 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing the <tree-ish>s directly, use the merge -base between the two <tree-ish>s as the "before" side. There -must be two <tree-ish>s given and they must both be commits.

    +

    Instead of comparing the <tree-ish>s directly, use the merge +base between the two <tree-ish>s as the "before" side. There +must be two <tree-ish>s given and they must both be commits.

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -1110,7 +1110,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<ref>]
    +
    --notes[=<ref>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -1123,7 +1123,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <ref> argument, use the ref to find the notes +

    With an optional <ref> argument, use the ref to find the notes to display. The ref can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form a full name of the ref.

    @@ -1143,7 +1143,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<ref>]
    +
    --show-notes[=<ref>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -1163,7 +1163,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1226,7 +1226,7 @@

    PRETTY FO

    oneline

    -
    <hash> <title-line>
    +
    <hash> <title-line>
    @@ -1237,7 +1237,7 @@

    PRETTY FO

    short

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
    @@ -1251,7 +1251,7 @@

    PRETTY FO

    medium

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Date:   <author-date>
    @@ -1271,7 +1271,7 @@

    PRETTY FO

    full

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Commit: <committer>
    @@ -1291,7 +1291,7 @@

    PRETTY FO

    fuller

    -
    commit <hash>
    +
    commit <hash>
     Author:     <author>
     AuthorDate: <author-date>
     Commit:     <committer>
    @@ -1329,7 +1329,7 @@ 

    PRETTY FO

    email

    -
    From <hash> <date>
    +
    From <hash> <date>
     From: <author>
     Date: <author-date>
     Subject: [PATCH] <title-line>
    @@ -1935,13 +1935,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -2195,7 +2195,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.37.2.html b/external/docs/content/docs/git-diff-tree/2.37.2.html index 797f29da63..9ac2861195 100644 --- a/external/docs/content/docs/git-diff-tree/2.37.2.html +++ b/external/docs/content/docs/git-diff-tree/2.37.2.html @@ -64,7 +64,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--combined-all-paths] [--root] [--merge-base]
    -	      [<common-diff-options>] <tree-ish> [<tree-ish>] [<path>…​]
    + [<common-diff-options>] <tree-ish> [<tree-ish>] [<path>…​]
    @@ -75,7 +75,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -979,7 +979,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -1003,16 +1003,16 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing the <tree-ish>s directly, use the merge -base between the two <tree-ish>s as the "before" side. There -must be two <tree-ish>s given and they must both be commits.

    +

    Instead of comparing the <tree-ish>s directly, use the merge +base between the two <tree-ish>s as the "before" side. There +must be two <tree-ish>s given and they must both be commits.

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -1119,7 +1119,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<ref>]
    +
    --notes[=<ref>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -1132,7 +1132,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <ref> argument, use the ref to find the notes +

    With an optional <ref> argument, use the ref to find the notes to display. The ref can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form a full name of the ref.

    @@ -1152,7 +1152,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<ref>]
    +
    --show-notes[=<ref>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -1172,7 +1172,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1235,7 +1235,7 @@

    PRETTY FO

    oneline

    -
    <hash> <title-line>
    +
    <hash> <title-line>
    @@ -1246,7 +1246,7 @@

    PRETTY FO

    short

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
    @@ -1260,7 +1260,7 @@

    PRETTY FO

    medium

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Date:   <author-date>
    @@ -1280,7 +1280,7 @@

    PRETTY FO

    full

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Commit: <committer>
    @@ -1300,7 +1300,7 @@

    PRETTY FO

    fuller

    -
    commit <hash>
    +
    commit <hash>
     Author:     <author>
     AuthorDate: <author-date>
     Commit:     <committer>
    @@ -1338,7 +1338,7 @@ 

    PRETTY FO

    email

    -
    From <hash> <date>
    +
    From <hash> <date>
     From: <author>
     Date: <author-date>
     Subject: [PATCH] <title-line>
    @@ -1944,13 +1944,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -2204,7 +2204,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.4.12.html b/external/docs/content/docs/git-diff-tree/2.4.12.html index 489bd0e438..57929577f4 100644 --- a/external/docs/content/docs/git-diff-tree/2.4.12.html +++ b/external/docs/content/docs/git-diff-tree/2.4.12.html @@ -49,7 +49,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--root] [<common diff options>]
    -	      <tree-ish> [<tree-ish>] [<path>…​]
    + <tree-ish> [<tree-ish>] [<path>…​]
    @@ -60,7 +60,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -666,7 +666,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -694,9 +694,9 @@

    OPTIONS

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -785,7 +785,7 @@

    OPTIONS

    verbatim; this means that invalid sequences in the original commit may be copied to the output.

    -
    --notes[=<ref>]
    +
    --notes[=<ref>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -798,7 +798,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <ref> argument, show this notes ref instead of the +

    With an optional <ref> argument, show this notes ref instead of the default notes ref(s). The ref is taken to be in refs/notes/ if it is not qualified.

    @@ -817,7 +817,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<ref>]
    +
    --show-notes[=<ref>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -837,7 +837,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1318,7 +1318,7 @@

    Limitin
    -
    git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64
    +
    git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64
    @@ -1329,7 +1329,7 @@

    Limitin

    -
    git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c
    +
    git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c
    @@ -1386,13 +1386,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1622,7 +1622,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.40.0.html b/external/docs/content/docs/git-diff-tree/2.40.0.html index b75bd80ce8..9baedc9e40 100644 --- a/external/docs/content/docs/git-diff-tree/2.40.0.html +++ b/external/docs/content/docs/git-diff-tree/2.40.0.html @@ -51,7 +51,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--combined-all-paths] [--root] [--merge-base]
    -	      [<common-diff-options>] <tree-ish> [<tree-ish>] [<path>…​]
    + [<common-diff-options>] <tree-ish> [<tree-ish>] [<path>…​]
    @@ -62,7 +62,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -967,7 +967,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -991,16 +991,16 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing the <tree-ish>s directly, use the merge -base between the two <tree-ish>s as the "before" side. There -must be two <tree-ish>s given and they must both be commits.

    +

    Instead of comparing the <tree-ish>s directly, use the merge +base between the two <tree-ish>s as the "before" side. There +must be two <tree-ish>s given and they must both be commits.

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -1107,7 +1107,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<ref>]
    +
    --notes[=<ref>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -1120,7 +1120,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <ref> argument, use the ref to find the notes +

    With an optional <ref> argument, use the ref to find the notes to display. The ref can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form a full name of the ref.

    @@ -1140,7 +1140,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<ref>]
    +
    --show-notes[=<ref>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -1160,7 +1160,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1223,7 +1223,7 @@

    PRETTY FO

    oneline

    -
    <hash> <title-line>
    +
    <hash> <title-line>
    @@ -1234,7 +1234,7 @@

    PRETTY FO

    short

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
    @@ -1248,7 +1248,7 @@

    PRETTY FO

    medium

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Date:   <author-date>
    @@ -1268,7 +1268,7 @@

    PRETTY FO

    full

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Commit: <committer>
    @@ -1288,7 +1288,7 @@

    PRETTY FO

    fuller

    -
    commit <hash>
    +
    commit <hash>
     Author:     <author>
     AuthorDate: <author-date>
     Commit:     <committer>
    @@ -1326,7 +1326,7 @@ 

    PRETTY FO

    email

    -
    From <hash> <date>
    +
    From <hash> <date>
     From: <author>
     Date: <author-date>
     Subject: [PATCH] <title-line>
    @@ -1942,13 +1942,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -2202,7 +2202,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.41.0.html b/external/docs/content/docs/git-diff-tree/2.41.0.html index 89e5785032..7a38d1fe77 100644 --- a/external/docs/content/docs/git-diff-tree/2.41.0.html +++ b/external/docs/content/docs/git-diff-tree/2.41.0.html @@ -50,7 +50,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--combined-all-paths] [--root] [--merge-base]
    -	      [<common-diff-options>] <tree-ish> [<tree-ish>] [<path>…​]
    + [<common-diff-options>] <tree-ish> [<tree-ish>] [<path>…​]
    @@ -61,7 +61,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -972,7 +972,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -996,16 +996,16 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing the <tree-ish>s directly, use the merge -base between the two <tree-ish>s as the "before" side. There -must be two <tree-ish>s given and they must both be commits.

    +

    Instead of comparing the <tree-ish>s directly, use the merge +base between the two <tree-ish>s as the "before" side. There +must be two <tree-ish>s given and they must both be commits.

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -1112,7 +1112,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<ref>]
    +
    --notes[=<ref>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -1125,7 +1125,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <ref> argument, use the ref to find the notes +

    With an optional <ref> argument, use the ref to find the notes to display. The ref can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form a full name of the ref.

    @@ -1145,7 +1145,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<ref>]
    +
    --show-notes[=<ref>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -1165,7 +1165,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1228,7 +1228,7 @@

    PRETTY FO

    oneline

    -
    <hash> <title-line>
    +
    <hash> <title-line>
    @@ -1239,7 +1239,7 @@

    PRETTY FO

    short

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
    @@ -1253,7 +1253,7 @@

    PRETTY FO

    medium

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Date:   <author-date>
    @@ -1273,7 +1273,7 @@

    PRETTY FO

    full

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Commit: <committer>
    @@ -1293,7 +1293,7 @@

    PRETTY FO

    fuller

    -
    commit <hash>
    +
    commit <hash>
     Author:     <author>
     AuthorDate: <author-date>
     Commit:     <committer>
    @@ -1331,7 +1331,7 @@ 

    PRETTY FO

    email

    -
    From <hash> <date>
    +
    From <hash> <date>
     From: <author>
     Date: <author-date>
     Subject: [PATCH] <title-line>
    @@ -1947,13 +1947,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -2207,7 +2207,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.42.0.html b/external/docs/content/docs/git-diff-tree/2.42.0.html index cb83e32aaf..07ecdf5c10 100644 --- a/external/docs/content/docs/git-diff-tree/2.42.0.html +++ b/external/docs/content/docs/git-diff-tree/2.42.0.html @@ -47,7 +47,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--combined-all-paths] [--root] [--merge-base]
    -	      [<common-diff-options>] <tree-ish> [<tree-ish>] [<path>…​]
    + [<common-diff-options>] <tree-ish> [<tree-ish>] [<path>…​]
    @@ -58,7 +58,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -971,7 +971,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -995,16 +995,16 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing the <tree-ish>s directly, use the merge -base between the two <tree-ish>s as the "before" side. There -must be two <tree-ish>s given and they must both be commits.

    +

    Instead of comparing the <tree-ish>s directly, use the merge +base between the two <tree-ish>s as the "before" side. There +must be two <tree-ish>s given and they must both be commits.

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -1111,7 +1111,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<ref>]
    +
    --notes[=<ref>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -1124,7 +1124,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <ref> argument, use the ref to find the notes +

    With an optional <ref> argument, use the ref to find the notes to display. The ref can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form a full name of the ref.

    @@ -1144,7 +1144,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<ref>]
    +
    --show-notes[=<ref>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -1164,7 +1164,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1227,7 +1227,7 @@

    PRETTY FO

    oneline

    -
    <hash> <title-line>
    +
    <hash> <title-line>
    @@ -1238,7 +1238,7 @@

    PRETTY FO

    short

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
    @@ -1252,7 +1252,7 @@

    PRETTY FO

    medium

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Date:   <author-date>
    @@ -1272,7 +1272,7 @@

    PRETTY FO

    full

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Commit: <committer>
    @@ -1292,7 +1292,7 @@

    PRETTY FO

    fuller

    -
    commit <hash>
    +
    commit <hash>
     Author:     <author>
     AuthorDate: <author-date>
     Commit:     <committer>
    @@ -1330,7 +1330,7 @@ 

    PRETTY FO

    email

    -
    From <hash> <date>
    +
    From <hash> <date>
     From: <author>
     Date: <author-date>
     Subject: [PATCH] <title-line>
    @@ -1946,13 +1946,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -2206,7 +2206,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.42.1.html b/external/docs/content/docs/git-diff-tree/2.42.1.html index 5e1703d0e4..fc722e2205 100644 --- a/external/docs/content/docs/git-diff-tree/2.42.1.html +++ b/external/docs/content/docs/git-diff-tree/2.42.1.html @@ -50,7 +50,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--combined-all-paths] [--root] [--merge-base]
    -	      [<common-diff-options>] <tree-ish> [<tree-ish>] [<path>…​]
    + [<common-diff-options>] <tree-ish> [<tree-ish>] [<path>…​]
    @@ -61,7 +61,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -973,7 +973,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -997,16 +997,16 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing the <tree-ish>s directly, use the merge -base between the two <tree-ish>s as the "before" side. There -must be two <tree-ish>s given and they must both be commits.

    +

    Instead of comparing the <tree-ish>s directly, use the merge +base between the two <tree-ish>s as the "before" side. There +must be two <tree-ish>s given and they must both be commits.

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -1113,7 +1113,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<ref>]
    +
    --notes[=<ref>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -1126,7 +1126,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <ref> argument, use the ref to find the notes +

    With an optional <ref> argument, use the ref to find the notes to display. The ref can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form a full name of the ref.

    @@ -1146,7 +1146,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<ref>]
    +
    --show-notes[=<ref>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -1166,7 +1166,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1229,7 +1229,7 @@

    PRETTY FO

    oneline

    -
    <hash> <title-line>
    +
    <hash> <title-line>
    @@ -1240,7 +1240,7 @@

    PRETTY FO

    short

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
    @@ -1254,7 +1254,7 @@

    PRETTY FO

    medium

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Date:   <author-date>
    @@ -1274,7 +1274,7 @@

    PRETTY FO

    full

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Commit: <committer>
    @@ -1294,7 +1294,7 @@

    PRETTY FO

    fuller

    -
    commit <hash>
    +
    commit <hash>
     Author:     <author>
     AuthorDate: <author-date>
     Commit:     <committer>
    @@ -1332,7 +1332,7 @@ 

    PRETTY FO

    email

    -
    From <hash> <date>
    +
    From <hash> <date>
     From: <author>
     Date: <author-date>
     Subject: [PATCH] <title-line>
    @@ -1948,13 +1948,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -2208,7 +2208,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.43.0.html b/external/docs/content/docs/git-diff-tree/2.43.0.html index 9b5d12c1de..0def0e8c9e 100644 --- a/external/docs/content/docs/git-diff-tree/2.43.0.html +++ b/external/docs/content/docs/git-diff-tree/2.43.0.html @@ -54,7 +54,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--combined-all-paths] [--root] [--merge-base]
    -	      [<common-diff-options>] <tree-ish> [<tree-ish>] [<path>…​]
    + [<common-diff-options>] <tree-ish> [<tree-ish>] [<path>…​]
    @@ -65,7 +65,7 @@

    DESCRIPTION

    Compare the content and mode of blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -978,7 +978,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -1002,16 +1002,16 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing the <tree-ish>s directly, use the merge -base between the two <tree-ish>s as the "before" side. There -must be two <tree-ish>s given and they must both be commits.

    +

    Instead of comparing the <tree-ish>s directly, use the merge +base between the two <tree-ish>s as the "before" side. There +must be two <tree-ish>s given and they must both be commits.

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -1118,7 +1118,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<ref>]
    +
    --notes[=<ref>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -1131,7 +1131,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <ref> argument, use the ref to find the notes +

    With an optional <ref> argument, use the ref to find the notes to display. The ref can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form the full name of the ref.

    @@ -1156,7 +1156,7 @@

    OPTIONS

    Show the default notes unless options for displaying specific notes are given.

    -
    --show-notes[=<ref>]
    +
    --show-notes[=<ref>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -1176,7 +1176,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1239,7 +1239,7 @@

    PRETTY FO

    oneline

    -
    <hash> <title-line>
    +
    <hash> <title-line>
    @@ -1250,7 +1250,7 @@

    PRETTY FO

    short

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
    @@ -1264,7 +1264,7 @@

    PRETTY FO

    medium

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Date:   <author-date>
    @@ -1284,7 +1284,7 @@

    PRETTY FO

    full

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Commit: <committer>
    @@ -1304,7 +1304,7 @@

    PRETTY FO

    fuller

    -
    commit <hash>
    +
    commit <hash>
     Author:     <author>
     AuthorDate: <author-date>
     Commit:     <committer>
    @@ -1342,7 +1342,7 @@ 

    PRETTY FO

    email

    -
    From <hash> <date>
    +
    From <hash> <date>
     From: <author>
     Date: <author-date>
     Subject: [PATCH] <title-line>
    @@ -1993,13 +1993,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -2253,7 +2253,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.44.0.html b/external/docs/content/docs/git-diff-tree/2.44.0.html index fae80f0473..48da16c25e 100644 --- a/external/docs/content/docs/git-diff-tree/2.44.0.html +++ b/external/docs/content/docs/git-diff-tree/2.44.0.html @@ -51,7 +51,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--combined-all-paths] [--root] [--merge-base]
    -	      [<common-diff-options>] <tree-ish> [<tree-ish>] [<path>…​]
    + [<common-diff-options>] <tree-ish> [<tree-ish>] [<path>…​]
    @@ -62,7 +62,7 @@

    DESCRIPTION

    Compare the content and mode of blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -975,7 +975,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -999,16 +999,16 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing the <tree-ish>s directly, use the merge -base between the two <tree-ish>s as the "before" side. There -must be two <tree-ish>s given and they must both be commits.

    +

    Instead of comparing the <tree-ish>s directly, use the merge +base between the two <tree-ish>s as the "before" side. There +must be two <tree-ish>s given and they must both be commits.

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -1115,7 +1115,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<ref>]
    +
    --notes[=<ref>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -1128,7 +1128,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <ref> argument, use the ref to find the notes +

    With an optional <ref> argument, use the ref to find the notes to display. The ref can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form the full name of the ref.

    @@ -1153,7 +1153,7 @@

    OPTIONS

    Show the default notes unless options for displaying specific notes are given.

    -
    --show-notes[=<ref>]
    +
    --show-notes[=<ref>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -1173,7 +1173,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1236,7 +1236,7 @@

    PRETTY FO

    oneline

    -
    <hash> <title-line>
    +
    <hash> <title-line>
    @@ -1247,7 +1247,7 @@

    PRETTY FO

    short

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
    @@ -1261,7 +1261,7 @@

    PRETTY FO

    medium

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Date:   <author-date>
    @@ -1281,7 +1281,7 @@

    PRETTY FO

    full

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Commit: <committer>
    @@ -1301,7 +1301,7 @@

    PRETTY FO

    fuller

    -
    commit <hash>
    +
    commit <hash>
     Author:     <author>
     AuthorDate: <author-date>
     Commit:     <committer>
    @@ -1339,7 +1339,7 @@ 

    PRETTY FO

    email

    -
    From <hash> <date>
    +
    From <hash> <date>
     From: <author>
     Date: <author-date>
     Subject: [PATCH] <title-line>
    @@ -1990,13 +1990,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -2250,7 +2250,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.45.0.html b/external/docs/content/docs/git-diff-tree/2.45.0.html index 5f34fd0bab..4ab2ba0e41 100644 --- a/external/docs/content/docs/git-diff-tree/2.45.0.html +++ b/external/docs/content/docs/git-diff-tree/2.45.0.html @@ -49,7 +49,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--combined-all-paths] [--root] [--merge-base]
    -	      [<common-diff-options>] <tree-ish> [<tree-ish>] [<path>…​]
    + [<common-diff-options>] <tree-ish> [<tree-ish>] [<path>…​]
    @@ -60,7 +60,7 @@

    DESCRIPTION

    Compare the content and mode of blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -974,7 +974,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -998,16 +998,16 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing the <tree-ish>s directly, use the merge -base between the two <tree-ish>s as the "before" side. There -must be two <tree-ish>s given and they must both be commits.

    +

    Instead of comparing the <tree-ish>s directly, use the merge +base between the two <tree-ish>s as the "before" side. There +must be two <tree-ish>s given and they must both be commits.

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -1114,7 +1114,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<ref>]
    +
    --notes[=<ref>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -1127,7 +1127,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <ref> argument, use the ref to find the notes +

    With an optional <ref> argument, use the ref to find the notes to display. The ref can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form the full name of the ref.

    @@ -1152,7 +1152,7 @@

    OPTIONS

    Show the default notes unless options for displaying specific notes are given.

    -
    --show-notes[=<ref>]
    +
    --show-notes[=<ref>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -1172,7 +1172,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1235,7 +1235,7 @@

    PRETTY FO

    oneline

    -
    <hash> <title-line>
    +
    <hash> <title-line>
    @@ -1246,7 +1246,7 @@

    PRETTY FO

    short

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
    @@ -1260,7 +1260,7 @@

    PRETTY FO

    medium

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Date:   <author-date>
    @@ -1280,7 +1280,7 @@

    PRETTY FO

    full

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Commit: <committer>
    @@ -1300,7 +1300,7 @@

    PRETTY FO

    fuller

    -
    commit <hash>
    +
    commit <hash>
     Author:     <author>
     AuthorDate: <author-date>
     Commit:     <committer>
    @@ -1338,7 +1338,7 @@ 

    PRETTY FO

    email

    -
    From <hash> <date>
    +
    From <hash> <date>
     From: <author>
     Date: <author-date>
     Subject: [PATCH] <title-line>
    @@ -1987,13 +1987,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -2247,7 +2247,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.45.3.html b/external/docs/content/docs/git-diff-tree/2.45.3.html index 6d7b2fecec..796cff0b22 100644 --- a/external/docs/content/docs/git-diff-tree/2.45.3.html +++ b/external/docs/content/docs/git-diff-tree/2.45.3.html @@ -48,7 +48,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--combined-all-paths] [--root] [--merge-base]
    -	      [<common-diff-options>] <tree-ish> [<tree-ish>] [<path>…​]
    + [<common-diff-options>] <tree-ish> [<tree-ish>] [<path>…​]
    @@ -59,7 +59,7 @@

    DESCRIPTION

    Compare the content and mode of blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -974,7 +974,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -998,16 +998,16 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing the <tree-ish>s directly, use the merge -base between the two <tree-ish>s as the "before" side. There -must be two <tree-ish>s given and they must both be commits.

    +

    Instead of comparing the <tree-ish>s directly, use the merge +base between the two <tree-ish>s as the "before" side. There +must be two <tree-ish>s given and they must both be commits.

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -1114,7 +1114,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<ref>]
    +
    --notes[=<ref>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -1127,7 +1127,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <ref> argument, use the ref to find the notes +

    With an optional <ref> argument, use the ref to find the notes to display. The ref can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form the full name of the ref.

    @@ -1152,7 +1152,7 @@

    OPTIONS

    Show the default notes unless options for displaying specific notes are given.

    -
    --show-notes[=<ref>]
    +
    --show-notes[=<ref>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -1172,7 +1172,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1235,7 +1235,7 @@

    PRETTY FO

    oneline

    -
    <hash> <title-line>
    +
    <hash> <title-line>
    @@ -1246,7 +1246,7 @@

    PRETTY FO

    short

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
    @@ -1260,7 +1260,7 @@

    PRETTY FO

    medium

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Date:   <author-date>
    @@ -1280,7 +1280,7 @@

    PRETTY FO

    full

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Commit: <committer>
    @@ -1300,7 +1300,7 @@

    PRETTY FO

    fuller

    -
    commit <hash>
    +
    commit <hash>
     Author:     <author>
     AuthorDate: <author-date>
     Commit:     <committer>
    @@ -1338,7 +1338,7 @@ 

    PRETTY FO

    email

    -
    From <hash> <date>
    +
    From <hash> <date>
     From: <author>
     Date: <author-date>
     Subject: [PATCH] <title-line>
    @@ -1987,13 +1987,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -2247,7 +2247,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.46.0.html b/external/docs/content/docs/git-diff-tree/2.46.0.html index f80795e634..5eb865c1b9 100644 --- a/external/docs/content/docs/git-diff-tree/2.46.0.html +++ b/external/docs/content/docs/git-diff-tree/2.46.0.html @@ -47,7 +47,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--combined-all-paths] [--root] [--merge-base]
    -	      [<common-diff-options>] <tree-ish> [<tree-ish>] [<path>…​]
    + [<common-diff-options>] <tree-ish> [<tree-ish>] [<path>…​]
    @@ -58,7 +58,7 @@

    DESCRIPTION

    Compare the content and mode of blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -978,7 +978,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -1002,16 +1002,16 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing the <tree-ish>s directly, use the merge -base between the two <tree-ish>s as the "before" side. There -must be two <tree-ish>s given and they must both be commits.

    +

    Instead of comparing the <tree-ish>s directly, use the merge +base between the two <tree-ish>s as the "before" side. There +must be two <tree-ish>s given and they must both be commits.

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -1118,7 +1118,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<ref>]
    +
    --notes[=<ref>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -1131,7 +1131,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <ref> argument, use the ref to find the notes +

    With an optional <ref> argument, use the ref to find the notes to display. The ref can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form the full name of the ref.

    @@ -1156,7 +1156,7 @@

    OPTIONS

    Show the default notes unless options for displaying specific notes are given.

    -
    --show-notes[=<ref>]
    +
    --show-notes[=<ref>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -1176,7 +1176,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1239,7 +1239,7 @@

    PRETTY FO

    oneline

    -
    <hash> <title-line>
    +
    <hash> <title-line>
    @@ -1250,7 +1250,7 @@

    PRETTY FO

    short

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
    @@ -1264,7 +1264,7 @@

    PRETTY FO

    medium

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Date:   <author-date>
    @@ -1284,7 +1284,7 @@

    PRETTY FO

    full

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Commit: <committer>
    @@ -1304,7 +1304,7 @@

    PRETTY FO

    fuller

    -
    commit <hash>
    +
    commit <hash>
     Author:     <author>
     AuthorDate: <author-date>
     Commit:     <committer>
    @@ -1342,7 +1342,7 @@ 

    PRETTY FO

    email

    -
    From <hash> <date>
    +
    From <hash> <date>
     From: <author>
     Date: <author-date>
     Subject: [PATCH] <title-line>
    @@ -1991,13 +1991,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -2251,7 +2251,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.46.1.html b/external/docs/content/docs/git-diff-tree/2.46.1.html index 84e345a07a..908e063d2c 100644 --- a/external/docs/content/docs/git-diff-tree/2.46.1.html +++ b/external/docs/content/docs/git-diff-tree/2.46.1.html @@ -54,7 +54,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--combined-all-paths] [--root] [--merge-base]
    -	      [<common-diff-options>] <tree-ish> [<tree-ish>] [<path>…​]
    + [<common-diff-options>] <tree-ish> [<tree-ish>] [<path>…​]
    @@ -65,7 +65,7 @@

    DESCRIPTION

    Compare the content and mode of blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -985,7 +985,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -1009,16 +1009,16 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing the <tree-ish>s directly, use the merge -base between the two <tree-ish>s as the "before" side. There -must be two <tree-ish>s given and they must both be commits.

    +

    Instead of comparing the <tree-ish>s directly, use the merge +base between the two <tree-ish>s as the "before" side. There +must be two <tree-ish>s given and they must both be commits.

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -1125,7 +1125,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<ref>]
    +
    --notes[=<ref>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -1138,7 +1138,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <ref> argument, use the ref to find the notes +

    With an optional <ref> argument, use the ref to find the notes to display. The ref can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form the full name of the ref.

    @@ -1163,7 +1163,7 @@

    OPTIONS

    Show the default notes unless options for displaying specific notes are given.

    -
    --show-notes[=<ref>]
    +
    --show-notes[=<ref>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -1183,7 +1183,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1246,7 +1246,7 @@

    PRETTY FO

    oneline

    -
    <hash> <title-line>
    +
    <hash> <title-line>
    @@ -1257,7 +1257,7 @@

    PRETTY FO

    short

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
    @@ -1271,7 +1271,7 @@

    PRETTY FO

    medium

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Date:   <author-date>
    @@ -1291,7 +1291,7 @@

    PRETTY FO

    full

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Commit: <committer>
    @@ -1311,7 +1311,7 @@

    PRETTY FO

    fuller

    -
    commit <hash>
    +
    commit <hash>
     Author:     <author>
     AuthorDate: <author-date>
     Commit:     <committer>
    @@ -1349,7 +1349,7 @@ 

    PRETTY FO

    email

    -
    From <hash> <date>
    +
    From <hash> <date>
     From: <author>
     Date: <author-date>
     Subject: [PATCH] <title-line>
    @@ -1998,13 +1998,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -2258,7 +2258,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.48.0.html b/external/docs/content/docs/git-diff-tree/2.48.0.html index 711fd98995..3440554d2d 100644 --- a/external/docs/content/docs/git-diff-tree/2.48.0.html +++ b/external/docs/content/docs/git-diff-tree/2.48.0.html @@ -49,7 +49,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--combined-all-paths] [--root] [--merge-base]
    -	      [<common-diff-options>] <tree-ish> [<tree-ish>] [<path>…​]
    + [<common-diff-options>] <tree-ish> [<tree-ish>] [<path>…​]
    @@ -60,7 +60,7 @@

    DESCRIPTION

    Compare the content and mode of blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -979,7 +979,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -1003,16 +1003,16 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing the <tree-ish>s directly, use the merge -base between the two <tree-ish>s as the "before" side. There -must be two <tree-ish>s given and they must both be commits.

    +

    Instead of comparing the <tree-ish>s directly, use the merge +base between the two <tree-ish>s as the "before" side. There +must be two <tree-ish>s given and they must both be commits.

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -1119,7 +1119,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<ref>]
    +
    --notes[=<ref>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -1132,7 +1132,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <ref> argument, use the ref to find the notes +

    With an optional <ref> argument, use the ref to find the notes to display. The ref can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form the full name of the ref.

    @@ -1157,7 +1157,7 @@

    OPTIONS

    Show the default notes unless options for displaying specific notes are given.

    -
    --show-notes[=<ref>]
    +
    --show-notes[=<ref>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -1177,7 +1177,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1240,7 +1240,7 @@

    PRETTY FO

    oneline

    -
    <hash> <title-line>
    +
    <hash> <title-line>
    @@ -1251,7 +1251,7 @@

    PRETTY FO

    short

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
    @@ -1265,7 +1265,7 @@

    PRETTY FO

    medium

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Date:   <author-date>
    @@ -1285,7 +1285,7 @@

    PRETTY FO

    full

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Commit: <committer>
    @@ -1305,7 +1305,7 @@

    PRETTY FO

    fuller

    -
    commit <hash>
    +
    commit <hash>
     Author:     <author>
     AuthorDate: <author-date>
     Commit:     <committer>
    @@ -1343,7 +1343,7 @@ 

    PRETTY FO

    email

    -
    From <hash> <date>
    +
    From <hash> <date>
     From: <author>
     Date: <author-date>
     Subject: [PATCH] <title-line>
    @@ -1992,13 +1992,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>...]
    @@ -2251,7 +2251,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.49.0.html b/external/docs/content/docs/git-diff-tree/2.49.0.html index 67ab3ef097..88dac085f5 100644 --- a/external/docs/content/docs/git-diff-tree/2.49.0.html +++ b/external/docs/content/docs/git-diff-tree/2.49.0.html @@ -50,7 +50,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--combined-all-paths] [--root] [--merge-base]
    -	      [<common-diff-options>] <tree-ish> [<tree-ish>] [<path>…​]
    + [<common-diff-options>] <tree-ish> [<tree-ish>] [<path>…​]
    @@ -61,7 +61,7 @@

    DESCRIPTION

    Compare the content and mode of blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -980,7 +980,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -1004,16 +1004,16 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing the <tree-ish>s directly, use the merge -base between the two <tree-ish>s as the "before" side. There -must be two <tree-ish>s given and they must both be commits.

    +

    Instead of comparing the <tree-ish>s directly, use the merge +base between the two <tree-ish>s as the "before" side. There +must be two <tree-ish>s given and they must both be commits.

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -1120,7 +1120,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<ref>]
    +
    --notes[=<ref>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -1133,7 +1133,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <ref> argument, use the ref to find the notes +

    With an optional <ref> argument, use the ref to find the notes to display. The ref can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form the full name of the ref.

    @@ -1158,7 +1158,7 @@

    OPTIONS

    Show the default notes unless options for displaying specific notes are given.

    -
    --show-notes[=<ref>]
    +
    --show-notes[=<ref>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -1178,7 +1178,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1241,7 +1241,7 @@

    PRETTY FO

    oneline

    -
    <hash> <title-line>
    +
    <hash> <title-line>
    @@ -1252,7 +1252,7 @@

    PRETTY FO

    short

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
    @@ -1266,7 +1266,7 @@

    PRETTY FO

    medium

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Date:   <author-date>
    @@ -1286,7 +1286,7 @@

    PRETTY FO

    full

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Commit: <committer>
    @@ -1306,7 +1306,7 @@

    PRETTY FO

    fuller

    -
    commit <hash>
    +
    commit <hash>
     Author:     <author>
     AuthorDate: <author-date>
     Commit:     <committer>
    @@ -1344,7 +1344,7 @@ 

    PRETTY FO

    email

    -
    From <hash> <date>
    +
    From <hash> <date>
     From: <author>
     Date: <author-date>
     Subject: [PATCH] <title-line>
    @@ -1993,13 +1993,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>...]
    @@ -2252,7 +2252,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.5.6.html b/external/docs/content/docs/git-diff-tree/2.5.6.html index 15cfa9d857..7eb0944839 100644 --- a/external/docs/content/docs/git-diff-tree/2.5.6.html +++ b/external/docs/content/docs/git-diff-tree/2.5.6.html @@ -49,7 +49,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--root] [<common diff options>]
    -	      <tree-ish> [<tree-ish>] [<path>…​]
    + <tree-ish> [<tree-ish>] [<path>…​]
    @@ -60,7 +60,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -676,7 +676,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -704,9 +704,9 @@

    OPTIONS

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -795,7 +795,7 @@

    OPTIONS

    verbatim; this means that invalid sequences in the original commit may be copied to the output.

    -
    --notes[=<ref>]
    +
    --notes[=<ref>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -808,7 +808,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <ref> argument, show this notes ref instead of the +

    With an optional <ref> argument, show this notes ref instead of the default notes ref(s). The ref is taken to be in refs/notes/ if it is not qualified.

    @@ -827,7 +827,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<ref>]
    +
    --show-notes[=<ref>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -847,7 +847,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1328,7 +1328,7 @@

    Limitin
    -
    git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64
    +
    git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64
    @@ -1339,7 +1339,7 @@

    Limitin

    -
    git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c
    +
    git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c
    @@ -1396,13 +1396,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1632,7 +1632,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.51.0.html b/external/docs/content/docs/git-diff-tree/2.51.0.html index d52fac9a33..9bc398bedd 100644 --- a/external/docs/content/docs/git-diff-tree/2.51.0.html +++ b/external/docs/content/docs/git-diff-tree/2.51.0.html @@ -47,7 +47,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--combined-all-paths] [--root] [--merge-base]
    -	      [<common-diff-options>] <tree-ish> [<tree-ish>] [<path>…​]
    + [<common-diff-options>] <tree-ish> [<tree-ish>] [<path>…​]
    @@ -58,7 +58,7 @@

    DESCRIPTION

    Compare the content and mode of blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -977,7 +977,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -1001,16 +1001,16 @@

    OPTIONS

    --merge-base
    -

    Instead of comparing the <tree-ish>s directly, use the merge -base between the two <tree-ish>s as the "before" side. There -must be two <tree-ish>s given and they must both be commits.

    +

    Instead of comparing the <tree-ish>s directly, use the merge +base between the two <tree-ish>s as the "before" side. There +must be two <tree-ish>s given and they must both be commits.

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -1126,7 +1126,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<ref>]
    +
    --notes[=<ref>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -1139,7 +1139,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <ref> argument, use the ref to find the notes +

    With an optional <ref> argument, use the ref to find the notes to display. The ref can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form the full name of the ref.

    @@ -1164,7 +1164,7 @@

    OPTIONS

    Show the default notes unless options for displaying specific notes are given.

    -
    --show-notes[=<ref>]
    +
    --show-notes[=<ref>]
    --standard-notes
    --no-standard-notes
    @@ -1185,7 +1185,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1248,7 +1248,7 @@

    PRETTY FO

    oneline

    -
    <hash> <title-line>
    +
    <hash> <title-line>
    @@ -1259,7 +1259,7 @@

    PRETTY FO

    short

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
    @@ -1273,7 +1273,7 @@

    PRETTY FO

    medium

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Date:   <author-date>
    @@ -1293,7 +1293,7 @@

    PRETTY FO

    full

    -
    commit <hash>
    +
    commit <hash>
     Author: <author>
     Commit: <committer>
    @@ -1313,7 +1313,7 @@

    PRETTY FO

    fuller

    -
    commit <hash>
    +
    commit <hash>
     Author:     <author>
     AuthorDate: <author-date>
     Commit:     <committer>
    @@ -1351,7 +1351,7 @@ 

    PRETTY FO

    email

    -
    From <hash> <date>
    +
    From <hash> <date>
     From: <author>
     Date: <author-date>
     Subject: [PATCH] <title-line>
    @@ -2003,13 +2003,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>...]
    @@ -2262,7 +2262,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.6.7.html b/external/docs/content/docs/git-diff-tree/2.6.7.html index 8932126291..e0bf433d4e 100644 --- a/external/docs/content/docs/git-diff-tree/2.6.7.html +++ b/external/docs/content/docs/git-diff-tree/2.6.7.html @@ -50,7 +50,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--root] [<common diff options>]
    -	      <tree-ish> [<tree-ish>] [<path>…​]
    + <tree-ish> [<tree-ish>] [<path>…​]
    @@ -61,7 +61,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -681,7 +681,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -709,9 +709,9 @@

    OPTIONS

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -800,7 +800,7 @@

    OPTIONS

    verbatim; this means that invalid sequences in the original commit may be copied to the output.

    -
    --notes[=<ref>]
    +
    --notes[=<ref>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -813,7 +813,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <ref> argument, show this notes ref instead of the +

    With an optional <ref> argument, show this notes ref instead of the default notes ref(s). The ref specifies the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form a full name of the ref.

    @@ -833,7 +833,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<ref>]
    +
    --show-notes[=<ref>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -853,7 +853,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1334,7 +1334,7 @@

    Limitin

    -
    git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64
    +
    git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64
    @@ -1345,7 +1345,7 @@

    Limitin

    -
    git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c
    +
    git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c
    @@ -1402,13 +1402,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1638,7 +1638,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.8.6.html b/external/docs/content/docs/git-diff-tree/2.8.6.html index a8c1c351a4..3ac9c15303 100644 --- a/external/docs/content/docs/git-diff-tree/2.8.6.html +++ b/external/docs/content/docs/git-diff-tree/2.8.6.html @@ -49,7 +49,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--root] [<common diff options>]
    -	      <tree-ish> [<tree-ish>] [<path>…​]
    + <tree-ish> [<tree-ish>] [<path>…​]
    @@ -60,7 +60,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -680,7 +680,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -708,9 +708,9 @@

    OPTIONS

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -799,7 +799,7 @@

    OPTIONS

    verbatim; this means that invalid sequences in the original commit may be copied to the output.

    -
    --notes[=<treeish>]
    +
    --notes[=<treeish>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -812,7 +812,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <treeish> argument, use the treeish to find the notes +

    With an optional <treeish> argument, use the treeish to find the notes to display. The treeish can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form a full name of the ref.

    @@ -832,7 +832,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<treeish>]
    +
    --show-notes[=<treeish>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -852,7 +852,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1333,7 +1333,7 @@

    Limitin

    -
    git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64
    +
    git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64
    @@ -1344,7 +1344,7 @@

    Limitin

    -
    git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c
    +
    git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c
    @@ -1401,13 +1401,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1637,7 +1637,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/2.9.5.html b/external/docs/content/docs/git-diff-tree/2.9.5.html index 32d429fec4..d54bff834f 100644 --- a/external/docs/content/docs/git-diff-tree/2.9.5.html +++ b/external/docs/content/docs/git-diff-tree/2.9.5.html @@ -49,7 +49,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--root] [<common diff options>]
    -	      <tree-ish> [<tree-ish>] [<path>…​]
    + <tree-ish> [<tree-ish>] [<path>…​]
    @@ -60,7 +60,7 @@

    DESCRIPTION

    Compares the content and mode of the blobs found via two tree objects.

    -

    If there is only one <tree-ish> given, the commit is compared with its parents +

    If there is only one <tree-ish> given, the commit is compared with its parents (see --stdin below).

    @@ -692,7 +692,7 @@

    OPTIONS

    -
    <tree-ish>
    +
    <tree-ish>

    The id of a tree object.

    @@ -720,9 +720,9 @@

    OPTIONS

    --stdin

    When --stdin is specified, the command does not take -<tree-ish> arguments from the command line. Instead, it -reads lines containing either two <tree>, one <commit>, or a -list of <commit> from its standard input. (Use a single space +<tree-ish> arguments from the command line. Instead, it +reads lines containing either two <tree>, one <commit>, or a +list of <commit> from its standard input. (Use a single space as separator.)

    When two trees are given, it compares the first tree with the second. @@ -827,7 +827,7 @@

    OPTIONS

    and fuller).

    -
    --notes[=<treeish>]
    +
    --notes[=<treeish>]

    Show the notes (see git-notes[1]) that annotate the commit, when showing the commit log message. This is the default @@ -840,7 +840,7 @@

    OPTIONS

    environment overrides). See git-config[1] for more details.

    -

    With an optional <treeish> argument, use the treeish to find the notes +

    With an optional <treeish> argument, use the treeish to find the notes to display. The treeish can specify the full refname when it begins with refs/notes/; when it begins with notes/, refs/ and otherwise refs/notes/ is prefixed to form a full name of the ref.

    @@ -860,7 +860,7 @@

    OPTIONS

    "--notes --notes=foo --no-notes --notes=bar" will only show notes from "refs/notes/bar".

    -
    --show-notes[=<treeish>]
    +
    --show-notes[=<treeish>]
    --[no-]standard-notes

    These options are deprecated. Use the above --notes/--no-notes @@ -880,7 +880,7 @@

    OPTIONS

    This flag changes the way a merge commit is displayed (which means it is useful only when the command is given -one <tree-ish>, or --stdin). It shows the differences +one <tree-ish>, or --stdin). It shows the differences from each of the parents to the merge result simultaneously instead of showing pairwise diff between a parent and the result one at a time (which is what the -m option does). @@ -1367,7 +1367,7 @@

    Limitin

    -
    git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64
    +
    git diff-tree -r <tree-ish> <tree-ish> arch/ia64 include/asm-ia64
    @@ -1378,7 +1378,7 @@

    Limitin

    -
    git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c
    +
    git diff-tree -r <tree-ish> <tree-ish> kernel/sched.c
    @@ -1435,13 +1435,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1671,7 +1671,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff-tree/fr.html b/external/docs/content/docs/git-diff-tree/fr.html index cc977e130f..1957d748e0 100644 --- a/external/docs/content/docs/git-diff-tree/fr.html +++ b/external/docs/content/docs/git-diff-tree/fr.html @@ -49,7 +49,7 @@

    SYNOPSIS

    git diff-tree [--stdin] [-m] [-s] [-v] [--no-commit-id] [--pretty]
     	      [-t] [-r] [-c | --cc] [--combined-all-paths] [--root] [--merge-base]
    -	      [<options-diff-usuelles>] <arbre-esque> [<arbre-esque>] [<chemin>…​]
    + [<options-diff-usuelles>] <arbre-esque> [<arbre-esque>] [<chemin>…​]
    @@ -60,7 +60,7 @@

    DESCRIPTION

    Comparer le contenu et le mode des blobs trouvés via deux objets arbre.

    -

    S’il n’y a qu’un seul <arbre-esque>donné, le commit est comparé avec ses parents (voir --stdin ci-dessous).

    +

    S’il n’y a qu’un seul <arbre-esque>donné, le commit est comparé avec ses parents (voir --stdin ci-dessous).

    Notez que git diff-tree peut utiliser l’arbre encapsulé dans un objet commit.

    @@ -483,9 +483,9 @@

    OPTIONS

    Notez que toutes les diffs ne peuvent pas présenter tous les types. Par exemple, les entrées copiées et renommées ne peuvent pas apparaître si la détection de ces types est désactivée.

    -
    -S<chaîne>
    +
    -S<chaîne>
    -

    Trouver des différences qui modifient le nombre d’occurrences de la <chaîne> spécifiée (par ex. addition/suppression) dans un fichier. Destiné à l’usage dans des scripts.

    +

    Trouver des différences qui modifient le nombre d’occurrences de la <chaîne> spécifiée (par ex. addition/suppression) dans un fichier. Destiné à l’usage dans des scripts.

    C’est utile lorsqu’on cherche un bloc exact de code (comme une struct), et qu’on veut connaître l’historique de ce bloc depuis son apparition : utiliser cette fonctionnalité itérativement pour fournir le bloc d’une pré-image à -S et continuer jusqu’à obtenir la toute première version du bloc.

    @@ -525,11 +525,11 @@

    OPTIONS

    --pickaxe-all
    -

    Quand -S ou -G trouvent une modification, afficher toutes les modifications dans l’ensemble de modifications, pas seulement les fichiers qui contiennent la modification dans <chaîne>.

    +

    Quand -S ou -G trouvent une modification, afficher toutes les modifications dans l’ensemble de modifications, pas seulement les fichiers qui contiennent la modification dans <chaîne>.

    --pickaxe-regex
    -

    Traiter la <chaîne> fournie à -S comme une expression régulière POSIX étendue à faire correspondre.

    +

    Traiter la <chaîne> fournie à -S comme une expression régulière POSIX étendue à faire correspondre.

    -O<fichier-d-ordre>
    @@ -672,7 +672,7 @@

    OPTIONS

    -
    <arbre-esque>
    +
    <arbre-esque>

    L’identifiant d’un objet arbre.

    @@ -694,11 +694,11 @@

    OPTIONS

    --merge-base
    -

    Au lieu de comparer directement les <arbre-esque>s, utiliser la base de fusion entre les deux <arbre-esque>s comme le côté "avant". Il doit y avoir deux <arbre-esque>s donnés et ils doivent tous deux être des commits.

    +

    Au lieu de comparer directement les <arbre-esque>s, utiliser la base de fusion entre les deux <arbre-esque>s comme le côté "avant". Il doit y avoir deux <arbre-esque>s donnés et ils doivent tous deux être des commits.

    --stdin
    -

    Lorsque --stdin est spécifié, la commande ne prend pas d’arguments <arbre-esque> sur la ligne de commande. Au lieu de cela, elle lit les lignes contenant soit deux <arbre>, un <commit>, ou une liste de <commit> depuis son entrée standard. (Utilisez un espace simple comme séparateur).

    +

    Lorsque --stdin est spécifié, la commande ne prend pas d’arguments <arbre-esque> sur la ligne de commande. Au lieu de cela, elle lit les lignes contenant soit deux <arbre>, un <commit>, ou une liste de <commit> depuis son entrée standard. (Utilisez un espace simple comme séparateur).

    Lorsque deux arbres sont donnés, comparer le premier arbre avec le second. Lorsqu’un seul commit est donné, il compare le commit avec ses parents. Les autres commits, lorsqu’ils sont donnés, sont utilisés comme s’ils étaient les parents du premier commit.

    @@ -724,7 +724,7 @@

    OPTIONS

    --pretty[=<format>]
    --format=<format>
    -

    Formater le contenu des journaux de commits dans un format donné, où <format> peut être au choix parmi oneline, short, medium, full, fuller, reference, email, raw, format:<chaîne> et tformat:<chaîne>. Lorsque <format> n’est rien de ce qui précède, et qu’il contient'%format', il agit comme si --pretty=tformat:<format> était donné.

    +

    Formater le contenu des journaux de commits dans un format donné, où <format> peut être au choix parmi oneline, short, medium, full, fuller, reference, email, raw, format:<chaîne> et tformat:<chaîne>. Lorsque <format> n’est rien de ce qui précède, et qu’il contient'%format', il agit comme si --pretty=tformat:<format> était donné.

    Voir la section "MISE EN FORME" pour plus de détails pour chaque format. Lorsque la partie'=<format>' est omise, la valeur par défaut est’medium'.

    @@ -800,7 +800,7 @@

    OPTIONS

    -c
    -

    Ce drapeau change la façon dont un commit de fusion est affiché (ce qui signifie qu’il n’est utile que lorsque la commande est donnée une <arbre-esque>, ou --stdin). Il montre les différences entre chacun des parents et le résultat de la fusion simultanément au lieu de montrer les différences par paire entre un parent et le résultat un par un (ce que fait l’option -m). De plus, elle ne liste que les fichiers qui ont été modifiés depuis tous les parents.

    +

    Ce drapeau change la façon dont un commit de fusion est affiché (ce qui signifie qu’il n’est utile que lorsque la commande est donnée une <arbre-esque>, ou --stdin). Il montre les différences entre chacun des parents et le résultat de la fusion simultanément au lieu de montrer les différences par paire entre un parent et le résultat un par un (ce que fait l’option -m). De plus, elle ne liste que les fichiers qui ont été modifiés depuis tous les parents.

    --cc
    @@ -1441,13 +1441,13 @@

    -
    git-diff-index <arbre-esque>
    +
    git-diff-index <arbre-esque>
    -

    compare l'<arbre-esque> et les fichiers du système de fichiers.

    +

    compare l'<arbre-esque> et les fichiers du système de fichiers.

    -
    git-diff-index --cached <arbre-esque>
    +
    git-diff-index --cached <arbre-esque>
    -

    compare l'<arbre-esque> et l’index.

    +

    compare l'<arbre-esque> et l’index.

    git-diff-tree [-r] <arbre-esque-1> <arbre-esque-2> [<motif>...]
    diff --git a/external/docs/content/docs/git-diff-tree/pt_BR.html b/external/docs/content/docs/git-diff-tree/pt_BR.html index 423ae57939..e3656d8d9c 100644 --- a/external/docs/content/docs/git-diff-tree/pt_BR.html +++ b/external/docs/content/docs/git-diff-tree/pt_BR.html @@ -103,7 +103,7 @@

    OPÇÕES

    --stdin
    -

    Quando --stdin é usado, o comando não aceita argumentos <tree-ish> da linha de comando. Em vez disso, ele lê as linhas que contêm duas <árvores>, um <commit> ou uma lista de <commit> a partir da entrada predefinida. (Utilize um único espaço como um separador.)

    +

    Quando --stdin é usado, o comando não aceita argumentos <tree-ish> da linha de comando. Em vez disso, ele lê as linhas que contêm duas <árvores>, um <commit> ou uma lista de <commit> a partir da entrada predefinida. (Utilize um único espaço como um separador.)

    Quando duas árvores são informadas, ele compara a primeira árvore com a segunda. Quando um único commit é usado, ele compara o commit com os commits principais. Os commits restantes, quando informados, são usados como se fossem os commits principais do primeiro commit.

    @@ -238,7 +238,7 @@

    FORMA

    oneline

    -
    <hash> <linha-do-título>
    +
    <hash> <linha-do-título>
    @@ -249,7 +249,7 @@

    FORMA

    short

    -
    commit <hash>
    +
    commit <hash>
     Author: <autor>
    @@ -263,7 +263,7 @@

    FORMA

    medium

    -
    commit <hash>
    +
    commit <hash>
     Author: <autor>
     Date:   <data-do-autor>
    @@ -283,7 +283,7 @@

    FORMA

    full

    -
    commit <hash>
    +
    commit <hash>
     Author: <autor>
     Commit: <quem fez o commit>
    @@ -303,7 +303,7 @@

    FORMA

    fuller

    -
    commit <hash>
    +
    commit <hash>
     Author:     <autor>
     AuthorDate: <data-do-autor>
     Commit:     <quem-fez-o-commit>
    @@ -336,7 +336,7 @@ 

    FORMA

    email

    -
    From <hash> <data>
    +
    From <hash> <data>
     From: <autor>
     Date: <data-do-autor>
     Subject: [PATCH] <linha-do-título>
    diff --git a/external/docs/content/docs/git-diff-tree/zh_HANS-CN.html b/external/docs/content/docs/git-diff-tree/zh_HANS-CN.html index 05fca64309..e51ce84108 100644 --- a/external/docs/content/docs/git-diff-tree/zh_HANS-CN.html +++ b/external/docs/content/docs/git-diff-tree/zh_HANS-CN.html @@ -103,7 +103,7 @@

    选项

    --stdin
    -

    如果指定了 --stdin,命令不会从命令行获取 <树对象> 参数。 相反,它会从标准输入中读取包含两个 <目录树>、一个 <提交> 或一个 <提交> 列表的行。 (使用单空格作为分隔符)

    +

    如果指定了 --stdin,命令不会从命令行获取 <树对象> 参数。 相反,它会从标准输入中读取包含两个 <目录树>、一个 <提交> 或一个 <提交> 列表的行。 (使用单空格作为分隔符)

    当给出两个树时,它会比较第一个目录树和第二个目录树。 如果给出的是单个提交,则会将该提交与其父提交进行比较。 如果给出了其余的提交,则会把它们当作第一个提交的父提交来使用。

    diff --git a/external/docs/content/docs/git-diff.html b/external/docs/content/docs/git-diff.html index 1293b446a1..a51d3edb25 100644 --- a/external/docs/content/docs/git-diff.html +++ b/external/docs/content/docs/git-diff.html @@ -50,12 +50,12 @@

    NAME

    SYNOPSIS

    -
    git diff [<options>] [<commit>] [--] [<path>…​]
    -git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    -git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    -git diff [<options>] <commit>...<commit> [--] [<path>…​]
    +
    git diff [<options>] [<commit>] [--] [<path>…​]
    +git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    +git diff [<options>] <commit>...<commit> [--] [<path>…​]
     git diff [<options>] <blob> <blob>
    -git diff [<options>] --no-index [--] <path> <path> [<pathspec>…​]
    +git diff [<options>] --no-index [--] <path> <path> [<pathspec>…​]
    @@ -78,7 +78,7 @@

    DESCRIPTION

    git-add[1].

    -
    git diff [<options>] --no-index [--] <path> <path> [<pathspec>...]
    +
    git diff [<options>] --no-index [--] <path> <path> [<pathspec>...]

    This form is to compare the given two paths on the filesystem. You can omit the --no-index option when @@ -91,85 +91,85 @@

    DESCRIPTION

    -
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>...]
    +
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>...]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --cached --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --cached --merge-base A is equivalent to git diff --cached $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> [--] [<path>...]
    +
    git diff [<options>] [--merge-base] <commit> [--] [<path>...]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --merge-base A is equivalent to git diff $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>...]
    +
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>...]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    If --merge-base is given, use the merge base of the two commits for the "before" side. git diff --merge-base A B is equivalent to git diff $(git merge-base A B) B.

    -
    git diff [<options>] <commit> <commit>...<commit> [--] [<path>...]
    +
    git diff [<options>] <commit> <commit>...<commit> [--] [<path>...]

    This form is to view the results of a merge commit. The first -listed <commit> must be the merge itself; the remaining two or +listed <commit> must be the merge itself; the remaining two or more commits should be its parents. Convenient ways to produce the desired set of revisions are to use the suffixes @ and ^!. If A is a merge commit, then git diff A A^@, git diff A^! and git show A all give the same combined diff.

    -
    git diff [<options>] <commit>..<commit> [--] [<path>...]
    +
    git diff [<options>] <commit>..<commit> [--] [<path>...]

    This is synonymous to the earlier form (without the ..) for -viewing the changes between two arbitrary <commit>. If <commit> on +viewing the changes between two arbitrary <commit>. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [<options>] <commit>...<commit> [--] [<path>...]
    +
    git diff [<options>] <commit>...<commit> [--] [<path>...]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. git diff A...B is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. git diff A...B is equivalent to git diff $(git merge-base A B) B. You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the --merge-base case and in the last two forms that use .. -notations, can be any <tree>. A tree of interest is the one pointed to +notations, can be any <tree>. A tree of interest is the one pointed to by the ref named AUTO_MERGE, which is written by the ort merge strategy upon hitting merge conflicts (see git-merge[1]). Comparing the working tree with AUTO_MERGE shows changes you’ve made so far to resolve textual conflicts (see the examples below).

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, diff is about comparing two endpoints, not ranges, -and the range notations (<commit>..<commit> and <commit>...<commit>) +and the range notations (<commit>..<commit> and <commit>...<commit>) do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -1160,13 +1160,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>...]
    @@ -1419,7 +1419,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.0.5.html b/external/docs/content/docs/git-diff/2.0.5.html index d9d15c8eed..c4f0c73228 100644 --- a/external/docs/content/docs/git-diff/2.0.5.html +++ b/external/docs/content/docs/git-diff/2.0.5.html @@ -49,9 +49,9 @@

    NAME

    SYNOPSIS

    -
    git diff [options] [<commit>] [--] [<path>…​]
    -git diff [options] --cached [<commit>] [--] [<path>…​]
    -git diff [options] <commit> <commit> [--] [<path>…​]
    +
    git diff [options] [<commit>] [--] [<path>…​]
    +git diff [options] --cached [<commit>] [--] [<path>…​]
    +git diff [options] <commit> <commit> [--] [<path>…​]
     git diff [options] <blob> <blob>
     git diff [options] [--no-index] [--] <path> <path>
    @@ -84,57 +84,57 @@

    DESCRIPTION

    -
    git diff [--options] --cached [<commit>] [--] [<path>…​]
    +
    git diff [--options] --cached [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -
    git diff [--options] <commit> [--] [<path>…​]
    +
    git diff [--options] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -
    git diff [--options] <commit> <commit> [--] [<path>…​]
    +
    git diff [--options] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    -
    git diff [--options] <commit>..<commit> [--] [<path>…​]
    +
    git diff [--options] <commit>..<commit> [--] [<path>…​]
    -

    This is synonymous to the previous form. If <commit> on +

    This is synonymous to the previous form. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [--options] <commit>...<commit> [--] [<path>…​]
    +
    git diff [--options] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. "git diff A...B" is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. "git diff A...B" is equivalent to "git diff $(git-merge-base A B) B". You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case if you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the last two forms that use ".." notations, can be any -<tree>.

    +<tree>.

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations ("<commit>..<commit>" and -"<commit>...<commit>") do not mean a range as defined in the +and the range notations ("<commit>..<commit>" and +"<commit>...<commit>") do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -773,13 +773,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1008,7 +1008,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.11.4.html b/external/docs/content/docs/git-diff/2.11.4.html index 6e576f468a..0d29317ed1 100644 --- a/external/docs/content/docs/git-diff/2.11.4.html +++ b/external/docs/content/docs/git-diff/2.11.4.html @@ -47,9 +47,9 @@

    NAME

    SYNOPSIS

    -
    git diff [options] [<commit>] [--] [<path>…​]
    -git diff [options] --cached [<commit>] [--] [<path>…​]
    -git diff [options] <commit> <commit> [--] [<path>…​]
    +
    git diff [options] [<commit>] [--] [<path>…​]
    +git diff [options] --cached [<commit>] [--] [<path>…​]
    +git diff [options] <commit> <commit> [--] [<path>…​]
     git diff [options] <blob> <blob>
     git diff [options] [--no-index] [--] <path> <path>
    @@ -82,57 +82,57 @@

    DESCRIPTION

    -
    git diff [--options] --cached [<commit>] [--] [<path>…​]
    +
    git diff [--options] --cached [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -
    git diff [--options] <commit> [--] [<path>…​]
    +
    git diff [--options] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -
    git diff [--options] <commit> <commit> [--] [<path>…​]
    +
    git diff [--options] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    -
    git diff [--options] <commit>..<commit> [--] [<path>…​]
    +
    git diff [--options] <commit>..<commit> [--] [<path>…​]
    -

    This is synonymous to the previous form. If <commit> on +

    This is synonymous to the previous form. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [--options] <commit>...<commit> [--] [<path>…​]
    +
    git diff [--options] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. "git diff A...B" is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. "git diff A...B" is equivalent to "git diff $(git-merge-base A B) B". You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case if you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the last two forms that use ".." notations, can be any -<tree>.

    +<tree>.

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations ("<commit>..<commit>" and -"<commit>...<commit>") do not mean a range as defined in the +and the range notations ("<commit>..<commit>" and +"<commit>...<commit>") do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -815,13 +815,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1051,7 +1051,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.12.5.html b/external/docs/content/docs/git-diff/2.12.5.html index 83c2b3b65f..c9714f2df2 100644 --- a/external/docs/content/docs/git-diff/2.12.5.html +++ b/external/docs/content/docs/git-diff/2.12.5.html @@ -47,9 +47,9 @@

    NAME

    SYNOPSIS

    -
    git diff [options] [<commit>] [--] [<path>…​]
    -git diff [options] --cached [<commit>] [--] [<path>…​]
    -git diff [options] <commit> <commit> [--] [<path>…​]
    +
    git diff [options] [<commit>] [--] [<path>…​]
    +git diff [options] --cached [<commit>] [--] [<path>…​]
    +git diff [options] <commit> <commit> [--] [<path>…​]
     git diff [options] <blob> <blob>
     git diff [options] [--no-index] [--] <path> <path>
    @@ -82,57 +82,57 @@

    DESCRIPTION

    -
    git diff [--options] --cached [<commit>] [--] [<path>…​]
    +
    git diff [--options] --cached [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -
    git diff [--options] <commit> [--] [<path>…​]
    +
    git diff [--options] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -
    git diff [--options] <commit> <commit> [--] [<path>…​]
    +
    git diff [--options] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    -
    git diff [--options] <commit>..<commit> [--] [<path>…​]
    +
    git diff [--options] <commit>..<commit> [--] [<path>…​]
    -

    This is synonymous to the previous form. If <commit> on +

    This is synonymous to the previous form. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [--options] <commit>...<commit> [--] [<path>…​]
    +
    git diff [--options] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. "git diff A...B" is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. "git diff A...B" is equivalent to "git diff $(git-merge-base A B) B". You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case if you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the last two forms that use ".." notations, can be any -<tree>.

    +<tree>.

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations ("<commit>..<commit>" and -"<commit>...<commit>") do not mean a range as defined in the +and the range notations ("<commit>..<commit>" and +"<commit>...<commit>") do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -857,13 +857,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1093,7 +1093,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.13.7.html b/external/docs/content/docs/git-diff/2.13.7.html index 2e2ed18035..ace43fbb52 100644 --- a/external/docs/content/docs/git-diff/2.13.7.html +++ b/external/docs/content/docs/git-diff/2.13.7.html @@ -47,9 +47,9 @@

    NAME

    SYNOPSIS

    -
    git diff [options] [<commit>] [--] [<path>…​]
    -git diff [options] --cached [<commit>] [--] [<path>…​]
    -git diff [options] <commit> <commit> [--] [<path>…​]
    +
    git diff [options] [<commit>] [--] [<path>…​]
    +git diff [options] --cached [<commit>] [--] [<path>…​]
    +git diff [options] <commit> <commit> [--] [<path>…​]
     git diff [options] <blob> <blob>
     git diff [options] [--no-index] [--] <path> <path>
    @@ -82,57 +82,57 @@

    DESCRIPTION

    -
    git diff [--options] --cached [<commit>] [--] [<path>…​]
    +
    git diff [--options] --cached [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -
    git diff [--options] <commit> [--] [<path>…​]
    +
    git diff [--options] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -
    git diff [--options] <commit> <commit> [--] [<path>…​]
    +
    git diff [--options] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    -
    git diff [--options] <commit>..<commit> [--] [<path>…​]
    +
    git diff [--options] <commit>..<commit> [--] [<path>…​]
    -

    This is synonymous to the previous form. If <commit> on +

    This is synonymous to the previous form. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [--options] <commit>...<commit> [--] [<path>…​]
    +
    git diff [--options] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. "git diff A...B" is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. "git diff A...B" is equivalent to "git diff $(git-merge-base A B) B". You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case if you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the last two forms that use ".." notations, can be any -<tree>.

    +<tree>.

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations ("<commit>..<commit>" and -"<commit>...<commit>") do not mean a range as defined in the +and the range notations ("<commit>..<commit>" and +"<commit>...<commit>") do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -872,13 +872,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1109,7 +1109,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.14.6.html b/external/docs/content/docs/git-diff/2.14.6.html index d5d05be83a..b77bf79e86 100644 --- a/external/docs/content/docs/git-diff/2.14.6.html +++ b/external/docs/content/docs/git-diff/2.14.6.html @@ -47,9 +47,9 @@

    NAME

    SYNOPSIS

    -
    git diff [options] [<commit>] [--] [<path>…​]
    -git diff [options] --cached [<commit>] [--] [<path>…​]
    -git diff [options] <commit> <commit> [--] [<path>…​]
    +
    git diff [options] [<commit>] [--] [<path>…​]
    +git diff [options] --cached [<commit>] [--] [<path>…​]
    +git diff [options] <commit> <commit> [--] [<path>…​]
     git diff [options] <blob> <blob>
     git diff [options] [--no-index] [--] <path> <path>
    @@ -82,57 +82,57 @@

    DESCRIPTION

    -
    git diff [--options] --cached [<commit>] [--] [<path>…​]
    +
    git diff [--options] --cached [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -
    git diff [--options] <commit> [--] [<path>…​]
    +
    git diff [--options] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -
    git diff [--options] <commit> <commit> [--] [<path>…​]
    +
    git diff [--options] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    -
    git diff [--options] <commit>..<commit> [--] [<path>…​]
    +
    git diff [--options] <commit>..<commit> [--] [<path>…​]
    -

    This is synonymous to the previous form. If <commit> on +

    This is synonymous to the previous form. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [--options] <commit>...<commit> [--] [<path>…​]
    +
    git diff [--options] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. "git diff A...B" is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. "git diff A...B" is equivalent to "git diff $(git-merge-base A B) B". You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case if you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the last two forms that use ".." notations, can be any -<tree>.

    +<tree>.

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations ("<commit>..<commit>" and -"<commit>...<commit>") do not mean a range as defined in the +and the range notations ("<commit>..<commit>" and +"<commit>...<commit>") do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -871,13 +871,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1108,7 +1108,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.15.4.html b/external/docs/content/docs/git-diff/2.15.4.html index f539b3d98d..1eb93a1d3f 100644 --- a/external/docs/content/docs/git-diff/2.15.4.html +++ b/external/docs/content/docs/git-diff/2.15.4.html @@ -47,9 +47,9 @@

    NAME

    SYNOPSIS

    -
    git diff [options] [<commit>] [--] [<path>…​]
    -git diff [options] --cached [<commit>] [--] [<path>…​]
    -git diff [options] <commit> <commit> [--] [<path>…​]
    +
    git diff [options] [<commit>] [--] [<path>…​]
    +git diff [options] --cached [<commit>] [--] [<path>…​]
    +git diff [options] <commit> <commit> [--] [<path>…​]
     git diff [options] <blob> <blob>
     git diff [options] [--no-index] [--] <path> <path>
    @@ -82,57 +82,57 @@

    DESCRIPTION

    -
    git diff [--options] --cached [<commit>] [--] [<path>…​]
    +
    git diff [--options] --cached [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -
    git diff [--options] <commit> [--] [<path>…​]
    +
    git diff [--options] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -
    git diff [--options] <commit> <commit> [--] [<path>…​]
    +
    git diff [--options] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    -
    git diff [--options] <commit>..<commit> [--] [<path>…​]
    +
    git diff [--options] <commit>..<commit> [--] [<path>…​]
    -

    This is synonymous to the previous form. If <commit> on +

    This is synonymous to the previous form. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [--options] <commit>...<commit> [--] [<path>…​]
    +
    git diff [--options] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. "git diff A...B" is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. "git diff A...B" is equivalent to "git diff $(git-merge-base A B) B". You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case if you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the last two forms that use ".." notations, can be any -<tree>.

    +<tree>.

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations ("<commit>..<commit>" and -"<commit>...<commit>") do not mean a range as defined in the +and the range notations ("<commit>..<commit>" and +"<commit>...<commit>") do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -921,13 +921,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1158,7 +1158,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.16.6.html b/external/docs/content/docs/git-diff/2.16.6.html index 5ad9445ce1..4d1a19eb6b 100644 --- a/external/docs/content/docs/git-diff/2.16.6.html +++ b/external/docs/content/docs/git-diff/2.16.6.html @@ -47,9 +47,9 @@

    NAME

    SYNOPSIS

    -
    git diff [options] [<commit>] [--] [<path>…​]
    -git diff [options] --cached [<commit>] [--] [<path>…​]
    -git diff [options] <commit> <commit> [--] [<path>…​]
    +
    git diff [options] [<commit>] [--] [<path>…​]
    +git diff [options] --cached [<commit>] [--] [<path>…​]
    +git diff [options] <commit> <commit> [--] [<path>…​]
     git diff [options] <blob> <blob>
     git diff [options] [--no-index] [--] <path> <path>
    @@ -82,57 +82,57 @@

    DESCRIPTION

    -
    git diff [--options] --cached [<commit>] [--] [<path>…​]
    +
    git diff [--options] --cached [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -
    git diff [--options] <commit> [--] [<path>…​]
    +
    git diff [--options] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -
    git diff [--options] <commit> <commit> [--] [<path>…​]
    +
    git diff [--options] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    -
    git diff [--options] <commit>..<commit> [--] [<path>…​]
    +
    git diff [--options] <commit>..<commit> [--] [<path>…​]
    -

    This is synonymous to the previous form. If <commit> on +

    This is synonymous to the previous form. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [--options] <commit>...<commit> [--] [<path>…​]
    +
    git diff [--options] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. "git diff A...B" is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. "git diff A...B" is equivalent to "git diff $(git-merge-base A B) B". You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case if you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the last two forms that use ".." notations, can be any -<tree>.

    +<tree>.

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations ("<commit>..<commit>" and -"<commit>...<commit>") do not mean a range as defined in the +and the range notations ("<commit>..<commit>" and +"<commit>...<commit>") do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -945,13 +945,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1182,7 +1182,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.17.0.html b/external/docs/content/docs/git-diff/2.17.0.html index 9926831205..c0fbd60583 100644 --- a/external/docs/content/docs/git-diff/2.17.0.html +++ b/external/docs/content/docs/git-diff/2.17.0.html @@ -53,9 +53,9 @@

    NAME

    SYNOPSIS

    -
    git diff [options] [<commit>] [--] [<path>…​]
    -git diff [options] --cached [<commit>] [--] [<path>…​]
    -git diff [options] <commit> <commit> [--] [<path>…​]
    +
    git diff [options] [<commit>] [--] [<path>…​]
    +git diff [options] --cached [<commit>] [--] [<path>…​]
    +git diff [options] <commit> <commit> [--] [<path>…​]
     git diff [options] <blob> <blob>
     git diff [options] [--no-index] [--] <path> <path>
    @@ -88,57 +88,57 @@

    DESCRIPTION

    -
    git diff [--options] --cached [<commit>] [--] [<path>…​]
    +
    git diff [--options] --cached [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -
    git diff [--options] <commit> [--] [<path>…​]
    +
    git diff [--options] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -
    git diff [--options] <commit> <commit> [--] [<path>…​]
    +
    git diff [--options] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    -
    git diff [--options] <commit>..<commit> [--] [<path>…​]
    +
    git diff [--options] <commit>..<commit> [--] [<path>…​]
    -

    This is synonymous to the previous form. If <commit> on +

    This is synonymous to the previous form. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [--options] <commit>...<commit> [--] [<path>…​]
    +
    git diff [--options] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. "git diff A...B" is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. "git diff A...B" is equivalent to "git diff $(git-merge-base A B) B". You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case if you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the last two forms that use ".." notations, can be any -<tree>.

    +<tree>.

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations ("<commit>..<commit>" and -"<commit>...<commit>") do not mean a range as defined in the +and the range notations ("<commit>..<commit>" and +"<commit>...<commit>") do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -971,13 +971,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1208,7 +1208,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.18.0.html b/external/docs/content/docs/git-diff/2.18.0.html index 466e20e517..f058bcf9bf 100644 --- a/external/docs/content/docs/git-diff/2.18.0.html +++ b/external/docs/content/docs/git-diff/2.18.0.html @@ -52,9 +52,9 @@

    NAME

    SYNOPSIS

    -
    git diff [<options>] [<commit>] [--] [<path>…​]
    -git diff [<options>] --cached [<commit>] [--] [<path>…​]
    -git diff [<options>] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] [<commit>] [--] [<path>…​]
    +git diff [<options>] --cached [<commit>] [--] [<path>…​]
    +git diff [<options>] <commit> <commit> [--] [<path>…​]
     git diff [<options>] <blob> <blob>
     git diff [<options>] --no-index [--] <path> <path>
    @@ -87,57 +87,57 @@

    DESCRIPTION

    -
    git diff [<options>] --cached [<commit>] [--] [<path>…​]
    +
    git diff [<options>] --cached [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -
    git diff [<options>] <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -
    git diff [<options>] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    -
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    -

    This is synonymous to the previous form. If <commit> on +

    This is synonymous to the previous form. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [<options>] <commit>...<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. "git diff A...B" is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. "git diff A...B" is equivalent to "git diff $(git-merge-base A B) B". You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case if you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the last two forms that use ".." notations, can be any -<tree>.

    +<tree>.

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations ("<commit>..<commit>" and -"<commit>...<commit>") do not mean a range as defined in the +and the range notations ("<commit>..<commit>" and +"<commit>...<commit>") do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -970,13 +970,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1207,7 +1207,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.19.0.html b/external/docs/content/docs/git-diff/2.19.0.html index 6aa58e4733..935276ee1b 100644 --- a/external/docs/content/docs/git-diff/2.19.0.html +++ b/external/docs/content/docs/git-diff/2.19.0.html @@ -48,9 +48,9 @@

    NAME

    SYNOPSIS

    -
    git diff [<options>] [<commit>] [--] [<path>…​]
    -git diff [<options>] --cached [<commit>] [--] [<path>…​]
    -git diff [<options>] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] [<commit>] [--] [<path>…​]
    +git diff [<options>] --cached [<commit>] [--] [<path>…​]
    +git diff [<options>] <commit> <commit> [--] [<path>…​]
     git diff [<options>] <blob> <blob>
     git diff [<options>] --no-index [--] <path> <path>
    @@ -83,57 +83,57 @@

    DESCRIPTION

    -
    git diff [<options>] --cached [<commit>] [--] [<path>…​]
    +
    git diff [<options>] --cached [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -
    git diff [<options>] <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -
    git diff [<options>] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    -
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    -

    This is synonymous to the previous form. If <commit> on +

    This is synonymous to the previous form. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [<options>] <commit>...<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. "git diff A...B" is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. "git diff A...B" is equivalent to "git diff $(git-merge-base A B) B". You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case if you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the last two forms that use ".." notations, can be any -<tree>.

    +<tree>.

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations ("<commit>..<commit>" and -"<commit>...<commit>") do not mean a range as defined in the +and the range notations ("<commit>..<commit>" and +"<commit>...<commit>") do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -1010,13 +1010,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1247,7 +1247,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.19.2.html b/external/docs/content/docs/git-diff/2.19.2.html index 5a21ceb1e8..64d89d7645 100644 --- a/external/docs/content/docs/git-diff/2.19.2.html +++ b/external/docs/content/docs/git-diff/2.19.2.html @@ -51,9 +51,9 @@

    NAME

    SYNOPSIS

    -
    git diff [<options>] [<commit>] [--] [<path>…​]
    -git diff [<options>] --cached [<commit>] [--] [<path>…​]
    -git diff [<options>] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] [<commit>] [--] [<path>…​]
    +git diff [<options>] --cached [<commit>] [--] [<path>…​]
    +git diff [<options>] <commit> <commit> [--] [<path>…​]
     git diff [<options>] <blob> <blob>
     git diff [<options>] --no-index [--] <path> <path>
    @@ -86,57 +86,57 @@

    DESCRIPTION

    -
    git diff [<options>] --cached [<commit>] [--] [<path>…​]
    +
    git diff [<options>] --cached [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -
    git diff [<options>] <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -
    git diff [<options>] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    -
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    -

    This is synonymous to the previous form. If <commit> on +

    This is synonymous to the previous form. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [<options>] <commit>...<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. "git diff A...B" is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. "git diff A...B" is equivalent to "git diff $(git merge-base A B) B". You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the last two forms that use ".." notations, can be any -<tree>.

    +<tree>.

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations ("<commit>..<commit>" and -"<commit>...<commit>") do not mean a range as defined in the +and the range notations ("<commit>..<commit>" and +"<commit>...<commit>") do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -1013,13 +1013,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1250,7 +1250,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.20.0.html b/external/docs/content/docs/git-diff/2.20.0.html index 4d11e4e395..078005475f 100644 --- a/external/docs/content/docs/git-diff/2.20.0.html +++ b/external/docs/content/docs/git-diff/2.20.0.html @@ -52,9 +52,9 @@

    NAME

    SYNOPSIS

    -
    git diff [<options>] [<commit>] [--] [<path>…​]
    -git diff [<options>] --cached [<commit>] [--] [<path>…​]
    -git diff [<options>] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] [<commit>] [--] [<path>…​]
    +git diff [<options>] --cached [<commit>] [--] [<path>…​]
    +git diff [<options>] <commit> <commit> [--] [<path>…​]
     git diff [<options>] <blob> <blob>
     git diff [<options>] --no-index [--] <path> <path>
    @@ -87,57 +87,57 @@

    DESCRIPTION

    -
    git diff [<options>] --cached [<commit>] [--] [<path>…​]
    +
    git diff [<options>] --cached [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -
    git diff [<options>] <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -
    git diff [<options>] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    -
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    -

    This is synonymous to the previous form. If <commit> on +

    This is synonymous to the previous form. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [<options>] <commit>...<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. "git diff A...B" is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. "git diff A...B" is equivalent to "git diff $(git merge-base A B) B". You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the last two forms that use ".." notations, can be any -<tree>.

    +<tree>.

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations ("<commit>..<commit>" and -"<commit>...<commit>") do not mean a range as defined in the +and the range notations ("<commit>..<commit>" and +"<commit>...<commit>") do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -1014,13 +1014,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1251,7 +1251,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.21.0.html b/external/docs/content/docs/git-diff/2.21.0.html index 4d968c08c0..fc06f64209 100644 --- a/external/docs/content/docs/git-diff/2.21.0.html +++ b/external/docs/content/docs/git-diff/2.21.0.html @@ -51,9 +51,9 @@

    NAME

    SYNOPSIS

    -
    git diff [<options>] [<commit>] [--] [<path>…​]
    -git diff [<options>] --cached [<commit>] [--] [<path>…​]
    -git diff [<options>] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] [<commit>] [--] [<path>…​]
    +git diff [<options>] --cached [<commit>] [--] [<path>…​]
    +git diff [<options>] <commit> <commit> [--] [<path>…​]
     git diff [<options>] <blob> <blob>
     git diff [<options>] --no-index [--] <path> <path>
    @@ -86,57 +86,57 @@

    DESCRIPTION

    -
    git diff [<options>] --cached [<commit>] [--] [<path>…​]
    +
    git diff [<options>] --cached [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -
    git diff [<options>] <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -
    git diff [<options>] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    -
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    -

    This is synonymous to the previous form. If <commit> on +

    This is synonymous to the previous form. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [<options>] <commit>...<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. "git diff A...B" is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. "git diff A...B" is equivalent to "git diff $(git merge-base A B) B". You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the last two forms that use ".." notations, can be any -<tree>.

    +<tree>.

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations ("<commit>..<commit>" and -"<commit>...<commit>") do not mean a range as defined in the +and the range notations ("<commit>..<commit>" and +"<commit>...<commit>") do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -1035,13 +1035,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1272,7 +1272,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.22.0.html b/external/docs/content/docs/git-diff/2.22.0.html index 6a21896849..de0ed9c625 100644 --- a/external/docs/content/docs/git-diff/2.22.0.html +++ b/external/docs/content/docs/git-diff/2.22.0.html @@ -57,9 +57,9 @@

    NAME

    SYNOPSIS

    -
    git diff [<options>] [<commit>] [--] [<path>…​]
    -git diff [<options>] --cached [<commit>] [--] [<path>…​]
    -git diff [<options>] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] [<commit>] [--] [<path>…​]
    +git diff [<options>] --cached [<commit>] [--] [<path>…​]
    +git diff [<options>] <commit> <commit> [--] [<path>…​]
     git diff [<options>] <blob> <blob>
     git diff [<options>] --no-index [--] <path> <path>
    @@ -92,57 +92,57 @@

    DESCRIPTION

    -
    git diff [<options>] --cached [<commit>] [--] [<path>…​]
    +
    git diff [<options>] --cached [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -
    git diff [<options>] <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -
    git diff [<options>] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    -
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    -

    This is synonymous to the previous form. If <commit> on +

    This is synonymous to the previous form. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [<options>] <commit>...<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. "git diff A...B" is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. "git diff A...B" is equivalent to "git diff $(git merge-base A B) B". You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the last two forms that use ".." notations, can be any -<tree>.

    +<tree>.

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations ("<commit>..<commit>" and -"<commit>...<commit>") do not mean a range as defined in the +and the range notations ("<commit>..<commit>" and +"<commit>...<commit>") do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -1066,13 +1066,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1321,7 +1321,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.24.0.html b/external/docs/content/docs/git-diff/2.24.0.html index 3365cd90b2..b848601708 100644 --- a/external/docs/content/docs/git-diff/2.24.0.html +++ b/external/docs/content/docs/git-diff/2.24.0.html @@ -51,9 +51,9 @@

    NAME

    SYNOPSIS

    -
    git diff [<options>] [<commit>] [--] [<path>…​]
    -git diff [<options>] --cached [<commit>] [--] [<path>…​]
    -git diff [<options>] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] [<commit>] [--] [<path>…​]
    +git diff [<options>] --cached [<commit>] [--] [<path>…​]
    +git diff [<options>] <commit> <commit> [--] [<path>…​]
     git diff [<options>] <blob> <blob>
     git diff [<options>] --no-index [--] <path> <path>
    @@ -86,57 +86,57 @@

    DESCRIPTION

    -
    git diff [<options>] --cached [<commit>] [--] [<path>…​]
    +
    git diff [<options>] --cached [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -
    git diff [<options>] <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -
    git diff [<options>] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    -
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    -

    This is synonymous to the previous form. If <commit> on +

    This is synonymous to the previous form. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [<options>] <commit>...<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. "git diff A...B" is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. "git diff A...B" is equivalent to "git diff $(git merge-base A B) B". You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the last two forms that use ".." notations, can be any -<tree>.

    +<tree>.

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations ("<commit>..<commit>" and -"<commit>...<commit>") do not mean a range as defined in the +and the range notations ("<commit>..<commit>" and +"<commit>...<commit>") do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -1060,13 +1060,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1319,7 +1319,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.25.0.html b/external/docs/content/docs/git-diff/2.25.0.html index 1751670515..b513f400c0 100644 --- a/external/docs/content/docs/git-diff/2.25.0.html +++ b/external/docs/content/docs/git-diff/2.25.0.html @@ -47,9 +47,9 @@

    NAME

    SYNOPSIS

    -
    git diff [<options>] [<commit>] [--] [<path>…​]
    -git diff [<options>] --cached [<commit>] [--] [<path>…​]
    -git diff [<options>] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] [<commit>] [--] [<path>…​]
    +git diff [<options>] --cached [<commit>] [--] [<path>…​]
    +git diff [<options>] <commit> <commit> [--] [<path>…​]
     git diff [<options>] <blob> <blob>
     git diff [<options>] --no-index [--] <path> <path>
    @@ -82,57 +82,57 @@

    DESCRIPTION

    --exit-code.

    -
    git diff [<options>] --cached [<commit>] [--] [<path>…​]
    +
    git diff [<options>] --cached [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -
    git diff [<options>] <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -
    git diff [<options>] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    -
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    -

    This is synonymous to the previous form. If <commit> on +

    This is synonymous to the previous form. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [<options>] <commit>...<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. "git diff A...B" is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. "git diff A...B" is equivalent to "git diff $(git merge-base A B) B". You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the last two forms that use ".." notations, can be any -<tree>.

    +<tree>.

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations ("<commit>..<commit>" and -"<commit>...<commit>") do not mean a range as defined in the +and the range notations ("<commit>..<commit>" and +"<commit>...<commit>") do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -1056,13 +1056,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1315,7 +1315,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.25.1.html b/external/docs/content/docs/git-diff/2.25.1.html index 3705f24b12..8be71aef61 100644 --- a/external/docs/content/docs/git-diff/2.25.1.html +++ b/external/docs/content/docs/git-diff/2.25.1.html @@ -57,9 +57,9 @@

    NAME

    SYNOPSIS

    -
    git diff [<options>] [<commit>] [--] [<path>…​]
    -git diff [<options>] --cached [<commit>] [--] [<path>…​]
    -git diff [<options>] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] [<commit>] [--] [<path>…​]
    +git diff [<options>] --cached [<commit>] [--] [<path>…​]
    +git diff [<options>] <commit> <commit> [--] [<path>…​]
     git diff [<options>] <blob> <blob>
     git diff [<options>] --no-index [--] <path> <path>
    @@ -92,57 +92,57 @@

    DESCRIPTION

    --exit-code.

    -
    git diff [<options>] --cached [<commit>] [--] [<path>…​]
    +
    git diff [<options>] --cached [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -
    git diff [<options>] <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -
    git diff [<options>] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    -
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    -

    This is synonymous to the previous form. If <commit> on +

    This is synonymous to the previous form. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [<options>] <commit>...<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. "git diff A...B" is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. "git diff A...B" is equivalent to "git diff $(git merge-base A B) B". You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the last two forms that use ".." notations, can be any -<tree>.

    +<tree>.

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations ("<commit>..<commit>" and -"<commit>...<commit>") do not mean a range as defined in the +and the range notations ("<commit>..<commit>" and +"<commit>...<commit>") do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -1066,13 +1066,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1325,7 +1325,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.28.0.html b/external/docs/content/docs/git-diff/2.28.0.html index f003237a76..a2a8d4acda 100644 --- a/external/docs/content/docs/git-diff/2.28.0.html +++ b/external/docs/content/docs/git-diff/2.28.0.html @@ -48,10 +48,10 @@

    NAME

    SYNOPSIS

    -
    git diff [<options>] [<commit>] [--] [<path>…​]
    -git diff [<options>] --cached [<commit>] [--] [<path>…​]
    -git diff [<options>] <commit> [<commit>…​] <commit> [--] [<path>…​]
    -git diff [<options>] <commit>…​<commit> [--] [<path>…​]
    +
    git diff [<options>] [<commit>] [--] [<path>…​]
    +git diff [<options>] --cached [<commit>] [--] [<path>…​]
    +git diff [<options>] <commit> [<commit>…​] <commit> [--] [<path>…​]
    +git diff [<options>] <commit>…​<commit> [--] [<path>…​]
     git diff [<options>] <blob> <blob>
     git diff [<options>] --no-index [--] <path> <path>
    @@ -85,68 +85,68 @@

    DESCRIPTION

    --exit-code.

    -
    git diff [<options>] --cached [<commit>] [--] [<path>…​]
    +
    git diff [<options>] --cached [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -
    git diff [<options>] <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -
    git diff [<options>] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    -
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]

    This form is to view the results of a merge commit. The first -listed <commit> must be the merge itself; the remaining two or +listed <commit> must be the merge itself; the remaining two or more commits should be its parents. A convenient way to produce the desired set of revisions is to use the ^@ suffix. For instance, if master names a merge commit, git diff master master^@ gives the same combined diff as git show master.

    -
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>..<commit> [--] [<path>…​]

    This is synonymous to the earlier form (without the "..") for -viewing the changes between two arbitrary <commit>. If <commit> on +viewing the changes between two arbitrary <commit>. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [<options>] <commit>...<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. "git diff A...B" is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. "git diff A...B" is equivalent to "git diff $(git merge-base A B) B". You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the last two forms that use ".." notations, can be any -<tree>.

    +<tree>.

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations ("<commit>..<commit>" and -"<commit>...<commit>") do not mean a range as defined in the +and the range notations ("<commit>..<commit>" and +"<commit>...<commit>") do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -1073,13 +1073,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1332,7 +1332,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.29.0.html b/external/docs/content/docs/git-diff/2.29.0.html index 13a819f886..015b2cd4bc 100644 --- a/external/docs/content/docs/git-diff/2.29.0.html +++ b/external/docs/content/docs/git-diff/2.29.0.html @@ -50,10 +50,10 @@

    NAME

    SYNOPSIS

    -
    git diff [<options>] [<commit>] [--] [<path>…​]
    -git diff [<options>] --cached [<commit>] [--] [<path>…​]
    -git diff [<options>] <commit> [<commit>…​] <commit> [--] [<path>…​]
    -git diff [<options>] <commit>…​<commit> [--] [<path>…​]
    +
    git diff [<options>] [<commit>] [--] [<path>…​]
    +git diff [<options>] --cached [<commit>] [--] [<path>…​]
    +git diff [<options>] <commit> [<commit>…​] <commit> [--] [<path>…​]
    +git diff [<options>] <commit>…​<commit> [--] [<path>…​]
     git diff [<options>] <blob> <blob>
     git diff [<options>] --no-index [--] <path> <path>
    @@ -87,68 +87,68 @@

    DESCRIPTION

    --exit-code.

    -
    git diff [<options>] --cached [<commit>] [--] [<path>…​]
    +
    git diff [<options>] --cached [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -
    git diff [<options>] <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -
    git diff [<options>] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    -
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]

    This form is to view the results of a merge commit. The first -listed <commit> must be the merge itself; the remaining two or +listed <commit> must be the merge itself; the remaining two or more commits should be its parents. A convenient way to produce the desired set of revisions is to use the ^@ suffix. For instance, if master names a merge commit, git diff master master^@ gives the same combined diff as git show master.

    -
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>..<commit> [--] [<path>…​]

    This is synonymous to the earlier form (without the "..") for -viewing the changes between two arbitrary <commit>. If <commit> on +viewing the changes between two arbitrary <commit>. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [<options>] <commit>...<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. "git diff A...B" is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. "git diff A...B" is equivalent to "git diff $(git merge-base A B) B". You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the last two forms that use ".." notations, can be any -<tree>.

    +<tree>.

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations ("<commit>..<commit>" and -"<commit>...<commit>") do not mean a range as defined in the +and the range notations ("<commit>..<commit>" and +"<commit>...<commit>") do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -1076,13 +1076,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1336,7 +1336,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.3.10.html b/external/docs/content/docs/git-diff/2.3.10.html index d0117b0eb5..f605e3954f 100644 --- a/external/docs/content/docs/git-diff/2.3.10.html +++ b/external/docs/content/docs/git-diff/2.3.10.html @@ -47,9 +47,9 @@

    NAME

    SYNOPSIS

    -
    git diff [options] [<commit>] [--] [<path>…​]
    -git diff [options] --cached [<commit>] [--] [<path>…​]
    -git diff [options] <commit> <commit> [--] [<path>…​]
    +
    git diff [options] [<commit>] [--] [<path>…​]
    +git diff [options] --cached [<commit>] [--] [<path>…​]
    +git diff [options] <commit> <commit> [--] [<path>…​]
     git diff [options] <blob> <blob>
     git diff [options] [--no-index] [--] <path> <path>
    @@ -82,57 +82,57 @@

    DESCRIPTION

    -
    git diff [--options] --cached [<commit>] [--] [<path>…​]
    +
    git diff [--options] --cached [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -
    git diff [--options] <commit> [--] [<path>…​]
    +
    git diff [--options] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -
    git diff [--options] <commit> <commit> [--] [<path>…​]
    +
    git diff [--options] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    -
    git diff [--options] <commit>..<commit> [--] [<path>…​]
    +
    git diff [--options] <commit>..<commit> [--] [<path>…​]
    -

    This is synonymous to the previous form. If <commit> on +

    This is synonymous to the previous form. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [--options] <commit>...<commit> [--] [<path>…​]
    +
    git diff [--options] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. "git diff A...B" is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. "git diff A...B" is equivalent to "git diff $(git-merge-base A B) B". You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case if you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the last two forms that use ".." notations, can be any -<tree>.

    +<tree>.

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations ("<commit>..<commit>" and -"<commit>...<commit>") do not mean a range as defined in the +and the range notations ("<commit>..<commit>" and +"<commit>...<commit>") do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -771,13 +771,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1007,7 +1007,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.30.0.html b/external/docs/content/docs/git-diff/2.30.0.html index 00f6de405e..488633f593 100644 --- a/external/docs/content/docs/git-diff/2.30.0.html +++ b/external/docs/content/docs/git-diff/2.30.0.html @@ -56,10 +56,10 @@

    NAME

    SYNOPSIS

    -
    git diff [<options>] [<commit>] [--] [<path>…​]
    -git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    -git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    -git diff [<options>] <commit>…​<commit> [--] [<path>…​]
    +
    git diff [<options>] [<commit>] [--] [<path>…​]
    +git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    +git diff [<options>] <commit>…​<commit> [--] [<path>…​]
     git diff [<options>] <blob> <blob>
     git diff [<options>] --no-index [--] <path> <path>
    @@ -93,78 +93,78 @@

    DESCRIPTION

    --exit-code.

    -
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --merge-base A is equivalent to git diff $(git merge-base A HEAD).

    -
    git diff [<options>] <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    If --merge-base is given, use the merge base of the two commits for the "before" side. git diff --merge-base A B is equivalent to git diff $(git merge-base A B) B.

    -
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]

    This form is to view the results of a merge commit. The first -listed <commit> must be the merge itself; the remaining two or +listed <commit> must be the merge itself; the remaining two or more commits should be its parents. A convenient way to produce the desired set of revisions is to use the ^@ suffix. For instance, if master names a merge commit, git diff master master^@ gives the same combined diff as git show master.

    -
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>..<commit> [--] [<path>…​]

    This is synonymous to the earlier form (without the ..) for -viewing the changes between two arbitrary <commit>. If <commit> on +viewing the changes between two arbitrary <commit>. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [<options>] <commit>...<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. git diff A...B is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. git diff A...B is equivalent to git diff $(git merge-base A B) B. You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the --merge-base case and in the last two forms that use .. -notations, can be any <tree>.

    +notations, can be any <tree>.

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations (<commit>..<commit> and -<commit>...<commit>) do not mean a range as defined in the +and the range notations (<commit>..<commit> and +<commit>...<commit>) do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -1103,13 +1103,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1363,7 +1363,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.31.0.html b/external/docs/content/docs/git-diff/2.31.0.html index 8d2412347c..a4558fffe3 100644 --- a/external/docs/content/docs/git-diff/2.31.0.html +++ b/external/docs/content/docs/git-diff/2.31.0.html @@ -55,10 +55,10 @@

    NAME

    SYNOPSIS

    -
    git diff [<options>] [<commit>] [--] [<path>…​]
    -git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    -git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    -git diff [<options>] <commit>…​<commit> [--] [<path>…​]
    +
    git diff [<options>] [<commit>] [--] [<path>…​]
    +git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    +git diff [<options>] <commit>…​<commit> [--] [<path>…​]
     git diff [<options>] <blob> <blob>
     git diff [<options>] --no-index [--] <path> <path>
    @@ -92,78 +92,78 @@

    DESCRIPTION

    --exit-code.

    -
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --merge-base A is equivalent to git diff $(git merge-base A HEAD).

    -
    git diff [<options>] <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    If --merge-base is given, use the merge base of the two commits for the "before" side. git diff --merge-base A B is equivalent to git diff $(git merge-base A B) B.

    -
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]

    This form is to view the results of a merge commit. The first -listed <commit> must be the merge itself; the remaining two or +listed <commit> must be the merge itself; the remaining two or more commits should be its parents. A convenient way to produce the desired set of revisions is to use the ^@ suffix. For instance, if master names a merge commit, git diff master master^@ gives the same combined diff as git show master.

    -
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>..<commit> [--] [<path>…​]

    This is synonymous to the earlier form (without the ..) for -viewing the changes between two arbitrary <commit>. If <commit> on +viewing the changes between two arbitrary <commit>. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [<options>] <commit>...<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. git diff A...B is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. git diff A...B is equivalent to git diff $(git merge-base A B) B. You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the --merge-base case and in the last two forms that use .. -notations, can be any <tree>.

    +notations, can be any <tree>.

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations (<commit>..<commit> and -<commit>...<commit>) do not mean a range as defined in the +and the range notations (<commit>..<commit> and +<commit>...<commit>) do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -1111,13 +1111,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1371,7 +1371,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.32.0.html b/external/docs/content/docs/git-diff/2.32.0.html index 7c007ad93c..a3ac969145 100644 --- a/external/docs/content/docs/git-diff/2.32.0.html +++ b/external/docs/content/docs/git-diff/2.32.0.html @@ -54,10 +54,10 @@

    NAME

    SYNOPSIS

    -
    git diff [<options>] [<commit>] [--] [<path>…​]
    -git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    -git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    -git diff [<options>] <commit>…​<commit> [--] [<path>…​]
    +
    git diff [<options>] [<commit>] [--] [<path>…​]
    +git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    +git diff [<options>] <commit>…​<commit> [--] [<path>…​]
     git diff [<options>] <blob> <blob>
     git diff [<options>] --no-index [--] <path> <path>
    @@ -91,78 +91,78 @@

    DESCRIPTION

    --exit-code.

    -
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --merge-base A is equivalent to git diff $(git merge-base A HEAD).

    -
    git diff [<options>] <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    If --merge-base is given, use the merge base of the two commits for the "before" side. git diff --merge-base A B is equivalent to git diff $(git merge-base A B) B.

    -
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]

    This form is to view the results of a merge commit. The first -listed <commit> must be the merge itself; the remaining two or +listed <commit> must be the merge itself; the remaining two or more commits should be its parents. A convenient way to produce the desired set of revisions is to use the ^@ suffix. For instance, if master names a merge commit, git diff master master^@ gives the same combined diff as git show master.

    -
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>..<commit> [--] [<path>…​]

    This is synonymous to the earlier form (without the ..) for -viewing the changes between two arbitrary <commit>. If <commit> on +viewing the changes between two arbitrary <commit>. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [<options>] <commit>...<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. git diff A...B is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. git diff A...B is equivalent to git diff $(git merge-base A B) B. You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the --merge-base case and in the last two forms that use .. -notations, can be any <tree>.

    +notations, can be any <tree>.

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations (<commit>..<commit> and -<commit>...<commit>) do not mean a range as defined in the +and the range notations (<commit>..<commit> and +<commit>...<commit>) do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -1113,13 +1113,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1373,7 +1373,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.33.0.html b/external/docs/content/docs/git-diff/2.33.0.html index 57a7847cad..bd10b728f1 100644 --- a/external/docs/content/docs/git-diff/2.33.0.html +++ b/external/docs/content/docs/git-diff/2.33.0.html @@ -55,10 +55,10 @@

    NAME

    SYNOPSIS

    -
    git diff [<options>] [<commit>] [--] [<path>…​]
    -git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    -git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    -git diff [<options>] <commit>…​<commit> [--] [<path>…​]
    +
    git diff [<options>] [<commit>] [--] [<path>…​]
    +git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    +git diff [<options>] <commit>…​<commit> [--] [<path>…​]
     git diff [<options>] <blob> <blob>
     git diff [<options>] --no-index [--] <path> <path>
    @@ -92,83 +92,83 @@

    DESCRIPTION

    --exit-code.

    -
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --cached --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --cached --merge-base A is equivalent to git diff --cached $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> [--] [<path>…​]
    +
    git diff [<options>] [--merge-base] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --merge-base A is equivalent to git diff $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    If --merge-base is given, use the merge base of the two commits for the "before" side. git diff --merge-base A B is equivalent to git diff $(git merge-base A B) B.

    -
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]

    This form is to view the results of a merge commit. The first -listed <commit> must be the merge itself; the remaining two or +listed <commit> must be the merge itself; the remaining two or more commits should be its parents. A convenient way to produce the desired set of revisions is to use the ^@ suffix. For instance, if master names a merge commit, git diff master master^@ gives the same combined diff as git show master.

    -
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>..<commit> [--] [<path>…​]

    This is synonymous to the earlier form (without the ..) for -viewing the changes between two arbitrary <commit>. If <commit> on +viewing the changes between two arbitrary <commit>. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [<options>] <commit>...<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. git diff A...B is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. git diff A...B is equivalent to git diff $(git merge-base A B) B. You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the --merge-base case and in the last two forms that use .. -notations, can be any <tree>.

    +notations, can be any <tree>.

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations (<commit>..<commit> and -<commit>...<commit>) do not mean a range as defined in the +and the range notations (<commit>..<commit> and +<commit>...<commit>) do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -1125,13 +1125,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1385,7 +1385,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.34.0.html b/external/docs/content/docs/git-diff/2.34.0.html index 8383583742..2984dd67bb 100644 --- a/external/docs/content/docs/git-diff/2.34.0.html +++ b/external/docs/content/docs/git-diff/2.34.0.html @@ -64,10 +64,10 @@

    NAME

    SYNOPSIS

    -
    git diff [<options>] [<commit>] [--] [<path>…​]
    -git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    -git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    -git diff [<options>] <commit>…​<commit> [--] [<path>…​]
    +
    git diff [<options>] [<commit>] [--] [<path>…​]
    +git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    +git diff [<options>] <commit>…​<commit> [--] [<path>…​]
     git diff [<options>] <blob> <blob>
     git diff [<options>] --no-index [--] <path> <path>
    @@ -101,83 +101,83 @@

    DESCRIPTION

    --exit-code.

    -
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --cached --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --cached --merge-base A is equivalent to git diff --cached $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> [--] [<path>…​]
    +
    git diff [<options>] [--merge-base] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --merge-base A is equivalent to git diff $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    If --merge-base is given, use the merge base of the two commits for the "before" side. git diff --merge-base A B is equivalent to git diff $(git merge-base A B) B.

    -
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]

    This form is to view the results of a merge commit. The first -listed <commit> must be the merge itself; the remaining two or +listed <commit> must be the merge itself; the remaining two or more commits should be its parents. A convenient way to produce the desired set of revisions is to use the ^@ suffix. For instance, if master names a merge commit, git diff master master^@ gives the same combined diff as git show master.

    -
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>..<commit> [--] [<path>…​]

    This is synonymous to the earlier form (without the ..) for -viewing the changes between two arbitrary <commit>. If <commit> on +viewing the changes between two arbitrary <commit>. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [<options>] <commit>...<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. git diff A...B is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. git diff A...B is equivalent to git diff $(git merge-base A B) B. You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the --merge-base case and in the last two forms that use .. -notations, can be any <tree>.

    +notations, can be any <tree>.

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations (<commit>..<commit> and -<commit>...<commit>) do not mean a range as defined in the +and the range notations (<commit>..<commit> and +<commit>...<commit>) do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -1134,13 +1134,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1394,7 +1394,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.36.0.html b/external/docs/content/docs/git-diff/2.36.0.html index 4cf856c382..b987f0a2ee 100644 --- a/external/docs/content/docs/git-diff/2.36.0.html +++ b/external/docs/content/docs/git-diff/2.36.0.html @@ -55,10 +55,10 @@

    NAME

    SYNOPSIS

    -
    git diff [<options>] [<commit>] [--] [<path>…​]
    -git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    -git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    -git diff [<options>] <commit>…​<commit> [--] [<path>…​]
    +
    git diff [<options>] [<commit>] [--] [<path>…​]
    +git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    +git diff [<options>] <commit>…​<commit> [--] [<path>…​]
     git diff [<options>] <blob> <blob>
     git diff [<options>] --no-index [--] <path> <path>
    @@ -92,83 +92,83 @@

    DESCRIPTION

    --exit-code.

    -
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --cached --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --cached --merge-base A is equivalent to git diff --cached $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> [--] [<path>…​]
    +
    git diff [<options>] [--merge-base] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --merge-base A is equivalent to git diff $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    If --merge-base is given, use the merge base of the two commits for the "before" side. git diff --merge-base A B is equivalent to git diff $(git merge-base A B) B.

    -
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]

    This form is to view the results of a merge commit. The first -listed <commit> must be the merge itself; the remaining two or +listed <commit> must be the merge itself; the remaining two or more commits should be its parents. A convenient way to produce the desired set of revisions is to use the ^@ suffix. For instance, if master names a merge commit, git diff master master^@ gives the same combined diff as git show master.

    -
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>..<commit> [--] [<path>…​]

    This is synonymous to the earlier form (without the ..) for -viewing the changes between two arbitrary <commit>. If <commit> on +viewing the changes between two arbitrary <commit>. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [<options>] <commit>...<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. git diff A...B is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. git diff A...B is equivalent to git diff $(git merge-base A B) B. You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the --merge-base case and in the last two forms that use .. -notations, can be any <tree>.

    +notations, can be any <tree>.

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations (<commit>..<commit> and -<commit>...<commit>) do not mean a range as defined in the +and the range notations (<commit>..<commit> and +<commit>...<commit>) do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -1122,13 +1122,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1382,7 +1382,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.37.2.html b/external/docs/content/docs/git-diff/2.37.2.html index c25b727088..910d00dd25 100644 --- a/external/docs/content/docs/git-diff/2.37.2.html +++ b/external/docs/content/docs/git-diff/2.37.2.html @@ -52,10 +52,10 @@

    NAME

    SYNOPSIS

    -
    git diff [<options>] [<commit>] [--] [<path>…​]
    -git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    -git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    -git diff [<options>] <commit>…​<commit> [--] [<path>…​]
    +
    git diff [<options>] [<commit>] [--] [<path>…​]
    +git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    +git diff [<options>] <commit>…​<commit> [--] [<path>…​]
     git diff [<options>] <blob> <blob>
     git diff [<options>] --no-index [--] <path> <path>
    @@ -89,83 +89,83 @@

    DESCRIPTION

    --exit-code.

    -
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --cached --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --cached --merge-base A is equivalent to git diff --cached $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> [--] [<path>…​]
    +
    git diff [<options>] [--merge-base] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --merge-base A is equivalent to git diff $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    If --merge-base is given, use the merge base of the two commits for the "before" side. git diff --merge-base A B is equivalent to git diff $(git merge-base A B) B.

    -
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]

    This form is to view the results of a merge commit. The first -listed <commit> must be the merge itself; the remaining two or +listed <commit> must be the merge itself; the remaining two or more commits should be its parents. A convenient way to produce the desired set of revisions is to use the ^@ suffix. For instance, if master names a merge commit, git diff master master^@ gives the same combined diff as git show master.

    -
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>..<commit> [--] [<path>…​]

    This is synonymous to the earlier form (without the ..) for -viewing the changes between two arbitrary <commit>. If <commit> on +viewing the changes between two arbitrary <commit>. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [<options>] <commit>...<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. git diff A...B is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. git diff A...B is equivalent to git diff $(git merge-base A B) B. You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the --merge-base case and in the last two forms that use .. -notations, can be any <tree>.

    +notations, can be any <tree>.

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations (<commit>..<commit> and -<commit>...<commit>) do not mean a range as defined in the +and the range notations (<commit>..<commit> and +<commit>...<commit>) do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -1119,13 +1119,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1379,7 +1379,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.38.0.html b/external/docs/content/docs/git-diff/2.38.0.html index 8b85d80308..f18cb1cc4b 100644 --- a/external/docs/content/docs/git-diff/2.38.0.html +++ b/external/docs/content/docs/git-diff/2.38.0.html @@ -54,10 +54,10 @@

    NAME

    SYNOPSIS

    -
    git diff [<options>] [<commit>] [--] [<path>…​]
    -git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    -git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    -git diff [<options>] <commit>…​<commit> [--] [<path>…​]
    +
    git diff [<options>] [<commit>] [--] [<path>…​]
    +git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    +git diff [<options>] <commit>…​<commit> [--] [<path>…​]
     git diff [<options>] <blob> <blob>
     git diff [<options>] --no-index [--] <path> <path>
    @@ -91,83 +91,83 @@

    DESCRIPTION

    --exit-code.

    -
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --cached --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --cached --merge-base A is equivalent to git diff --cached $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> [--] [<path>…​]
    +
    git diff [<options>] [--merge-base] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --merge-base A is equivalent to git diff $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    If --merge-base is given, use the merge base of the two commits for the "before" side. git diff --merge-base A B is equivalent to git diff $(git merge-base A B) B.

    -
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]

    This form is to view the results of a merge commit. The first -listed <commit> must be the merge itself; the remaining two or +listed <commit> must be the merge itself; the remaining two or more commits should be its parents. A convenient way to produce the desired set of revisions is to use the ^@ suffix. For instance, if master names a merge commit, git diff master master^@ gives the same combined diff as git show master.

    -
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>..<commit> [--] [<path>…​]

    This is synonymous to the earlier form (without the ..) for -viewing the changes between two arbitrary <commit>. If <commit> on +viewing the changes between two arbitrary <commit>. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [<options>] <commit>...<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. git diff A...B is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. git diff A...B is equivalent to git diff $(git merge-base A B) B. You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the --merge-base case and in the last two forms that use .. -notations, can be any <tree>.

    +notations, can be any <tree>.

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations (<commit>..<commit> and -<commit>...<commit>) do not mean a range as defined in the +and the range notations (<commit>..<commit> and +<commit>...<commit>) do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -1121,13 +1121,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1381,7 +1381,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.39.0.html b/external/docs/content/docs/git-diff/2.39.0.html index bc359fb3f7..05425ce456 100644 --- a/external/docs/content/docs/git-diff/2.39.0.html +++ b/external/docs/content/docs/git-diff/2.39.0.html @@ -54,10 +54,10 @@

    NAME

    SYNOPSIS

    -
    git diff [<options>] [<commit>] [--] [<path>…​]
    -git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    -git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    -git diff [<options>] <commit>…​<commit> [--] [<path>…​]
    +
    git diff [<options>] [<commit>] [--] [<path>…​]
    +git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    +git diff [<options>] <commit>…​<commit> [--] [<path>…​]
     git diff [<options>] <blob> <blob>
     git diff [<options>] --no-index [--] <path> <path>
    @@ -91,82 +91,82 @@

    DESCRIPTION

    --exit-code.

    -
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --cached --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --cached --merge-base A is equivalent to git diff --cached $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> [--] [<path>…​]
    +
    git diff [<options>] [--merge-base] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --merge-base A is equivalent to git diff $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    If --merge-base is given, use the merge base of the two commits for the "before" side. git diff --merge-base A B is equivalent to git diff $(git merge-base A B) B.

    -
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]

    This form is to view the results of a merge commit. The first -listed <commit> must be the merge itself; the remaining two or +listed <commit> must be the merge itself; the remaining two or more commits should be its parents. Convenient ways to produce the desired set of revisions are to use the suffixes ^@ and ^!. If A is a merge commit, then git diff A A^@, git diff A^! and git show A all give the same combined diff.

    -
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>..<commit> [--] [<path>…​]

    This is synonymous to the earlier form (without the ..) for -viewing the changes between two arbitrary <commit>. If <commit> on +viewing the changes between two arbitrary <commit>. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [<options>] <commit>...<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. git diff A...B is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. git diff A...B is equivalent to git diff $(git merge-base A B) B. You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the --merge-base case and in the last two forms that use .. -notations, can be any <tree>.

    +notations, can be any <tree>.

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations (<commit>..<commit> and -<commit>...<commit>) do not mean a range as defined in the +and the range notations (<commit>..<commit> and +<commit>...<commit>) do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -1120,13 +1120,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1380,7 +1380,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.4.12.html b/external/docs/content/docs/git-diff/2.4.12.html index 0ac3b9d2a6..f8c4f7fc00 100644 --- a/external/docs/content/docs/git-diff/2.4.12.html +++ b/external/docs/content/docs/git-diff/2.4.12.html @@ -47,9 +47,9 @@

    NAME

    SYNOPSIS

    -
    git diff [options] [<commit>] [--] [<path>…​]
    -git diff [options] --cached [<commit>] [--] [<path>…​]
    -git diff [options] <commit> <commit> [--] [<path>…​]
    +
    git diff [options] [<commit>] [--] [<path>…​]
    +git diff [options] --cached [<commit>] [--] [<path>…​]
    +git diff [options] <commit> <commit> [--] [<path>…​]
     git diff [options] <blob> <blob>
     git diff [options] [--no-index] [--] <path> <path>
    @@ -82,57 +82,57 @@

    DESCRIPTION

    -
    git diff [--options] --cached [<commit>] [--] [<path>…​]
    +
    git diff [--options] --cached [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -
    git diff [--options] <commit> [--] [<path>…​]
    +
    git diff [--options] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -
    git diff [--options] <commit> <commit> [--] [<path>…​]
    +
    git diff [--options] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    -
    git diff [--options] <commit>..<commit> [--] [<path>…​]
    +
    git diff [--options] <commit>..<commit> [--] [<path>…​]
    -

    This is synonymous to the previous form. If <commit> on +

    This is synonymous to the previous form. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [--options] <commit>...<commit> [--] [<path>…​]
    +
    git diff [--options] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. "git diff A...B" is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. "git diff A...B" is equivalent to "git diff $(git-merge-base A B) B". You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case if you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the last two forms that use ".." notations, can be any -<tree>.

    +<tree>.

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations ("<commit>..<commit>" and -"<commit>...<commit>") do not mean a range as defined in the +and the range notations ("<commit>..<commit>" and +"<commit>...<commit>") do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -770,13 +770,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1006,7 +1006,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.40.0.html b/external/docs/content/docs/git-diff/2.40.0.html index d643e23229..002e755462 100644 --- a/external/docs/content/docs/git-diff/2.40.0.html +++ b/external/docs/content/docs/git-diff/2.40.0.html @@ -53,10 +53,10 @@

    NAME

    SYNOPSIS

    -
    git diff [<options>] [<commit>] [--] [<path>…​]
    -git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    -git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    -git diff [<options>] <commit>…​<commit> [--] [<path>…​]
    +
    git diff [<options>] [<commit>] [--] [<path>…​]
    +git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    +git diff [<options>] <commit>…​<commit> [--] [<path>…​]
     git diff [<options>] <blob> <blob>
     git diff [<options>] --no-index [--] <path> <path>
    @@ -90,82 +90,82 @@

    DESCRIPTION

    --exit-code.

    -
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --cached --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --cached --merge-base A is equivalent to git diff --cached $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> [--] [<path>…​]
    +
    git diff [<options>] [--merge-base] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --merge-base A is equivalent to git diff $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    If --merge-base is given, use the merge base of the two commits for the "before" side. git diff --merge-base A B is equivalent to git diff $(git merge-base A B) B.

    -
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]

    This form is to view the results of a merge commit. The first -listed <commit> must be the merge itself; the remaining two or +listed <commit> must be the merge itself; the remaining two or more commits should be its parents. Convenient ways to produce the desired set of revisions are to use the suffixes ^@ and ^!. If A is a merge commit, then git diff A A^@, git diff A^! and git show A all give the same combined diff.

    -
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>..<commit> [--] [<path>…​]

    This is synonymous to the earlier form (without the ..) for -viewing the changes between two arbitrary <commit>. If <commit> on +viewing the changes between two arbitrary <commit>. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [<options>] <commit>...<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. git diff A...B is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. git diff A...B is equivalent to git diff $(git merge-base A B) B. You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the --merge-base case and in the last two forms that use .. -notations, can be any <tree>.

    +notations, can be any <tree>.

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations (<commit>..<commit> and -<commit>...<commit>) do not mean a range as defined in the +and the range notations (<commit>..<commit> and +<commit>...<commit>) do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -1120,13 +1120,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1380,7 +1380,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.41.0.html b/external/docs/content/docs/git-diff/2.41.0.html index f097374be2..f307a8bc5f 100644 --- a/external/docs/content/docs/git-diff/2.41.0.html +++ b/external/docs/content/docs/git-diff/2.41.0.html @@ -52,10 +52,10 @@

    NAME

    SYNOPSIS

    -
    git diff [<options>] [<commit>] [--] [<path>…​]
    -git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    -git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    -git diff [<options>] <commit>…​<commit> [--] [<path>…​]
    +
    git diff [<options>] [<commit>] [--] [<path>…​]
    +git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    +git diff [<options>] <commit>…​<commit> [--] [<path>…​]
     git diff [<options>] <blob> <blob>
     git diff [<options>] --no-index [--] <path> <path>
    @@ -89,82 +89,82 @@

    DESCRIPTION

    --exit-code.

    -
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --cached --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --cached --merge-base A is equivalent to git diff --cached $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> [--] [<path>…​]
    +
    git diff [<options>] [--merge-base] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --merge-base A is equivalent to git diff $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    If --merge-base is given, use the merge base of the two commits for the "before" side. git diff --merge-base A B is equivalent to git diff $(git merge-base A B) B.

    -
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]

    This form is to view the results of a merge commit. The first -listed <commit> must be the merge itself; the remaining two or +listed <commit> must be the merge itself; the remaining two or more commits should be its parents. Convenient ways to produce the desired set of revisions are to use the suffixes ^@ and ^!. If A is a merge commit, then git diff A A^@, git diff A^! and git show A all give the same combined diff.

    -
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>..<commit> [--] [<path>…​]

    This is synonymous to the earlier form (without the ..) for -viewing the changes between two arbitrary <commit>. If <commit> on +viewing the changes between two arbitrary <commit>. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [<options>] <commit>...<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. git diff A...B is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. git diff A...B is equivalent to git diff $(git merge-base A B) B. You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the --merge-base case and in the last two forms that use .. -notations, can be any <tree>.

    +notations, can be any <tree>.

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations (<commit>..<commit> and -<commit>...<commit>) do not mean a range as defined in the +and the range notations (<commit>..<commit> and +<commit>...<commit>) do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -1125,13 +1125,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1385,7 +1385,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.42.0.html b/external/docs/content/docs/git-diff/2.42.0.html index 825d5dbd55..b22e5f79ce 100644 --- a/external/docs/content/docs/git-diff/2.42.0.html +++ b/external/docs/content/docs/git-diff/2.42.0.html @@ -49,10 +49,10 @@

    NAME

    SYNOPSIS

    -
    git diff [<options>] [<commit>] [--] [<path>…​]
    -git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    -git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    -git diff [<options>] <commit>…​<commit> [--] [<path>…​]
    +
    git diff [<options>] [<commit>] [--] [<path>…​]
    +git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    +git diff [<options>] <commit>…​<commit> [--] [<path>…​]
     git diff [<options>] <blob> <blob>
     git diff [<options>] --no-index [--] <path> <path>
    @@ -86,86 +86,86 @@

    DESCRIPTION

    --exit-code.

    -
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --cached --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --cached --merge-base A is equivalent to git diff --cached $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> [--] [<path>…​]
    +
    git diff [<options>] [--merge-base] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --merge-base A is equivalent to git diff $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    If --merge-base is given, use the merge base of the two commits for the "before" side. git diff --merge-base A B is equivalent to git diff $(git merge-base A B) B.

    -
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]

    This form is to view the results of a merge commit. The first -listed <commit> must be the merge itself; the remaining two or +listed <commit> must be the merge itself; the remaining two or more commits should be its parents. Convenient ways to produce the desired set of revisions are to use the suffixes ^@ and ^!. If A is a merge commit, then git diff A A^@, git diff A^! and git show A all give the same combined diff.

    -
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>..<commit> [--] [<path>…​]

    This is synonymous to the earlier form (without the ..) for -viewing the changes between two arbitrary <commit>. If <commit> on +viewing the changes between two arbitrary <commit>. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [<options>] <commit>...<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. git diff A...B is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. git diff A...B is equivalent to git diff $(git merge-base A B) B. You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the --merge-base case and in the last two forms that use .. -notations, can be any <tree>. A tree of interest is the one pointed to +notations, can be any <tree>. A tree of interest is the one pointed to by the special ref AUTO_MERGE, which is written by the ort merge strategy upon hitting merge conflicts (see git-merge[1]). Comparing the working tree with AUTO_MERGE shows changes you’ve made so far to resolve textual conflicts (see the examples below).

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations (<commit>..<commit> and -<commit>...<commit>) do not mean a range as defined in the +and the range notations (<commit>..<commit> and +<commit>...<commit>) do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -1128,13 +1128,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1388,7 +1388,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.42.1.html b/external/docs/content/docs/git-diff/2.42.1.html index 177b846474..db98e635b7 100644 --- a/external/docs/content/docs/git-diff/2.42.1.html +++ b/external/docs/content/docs/git-diff/2.42.1.html @@ -52,10 +52,10 @@

    NAME

    SYNOPSIS

    -
    git diff [<options>] [<commit>] [--] [<path>…​]
    -git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    -git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    -git diff [<options>] <commit>…​<commit> [--] [<path>…​]
    +
    git diff [<options>] [<commit>] [--] [<path>…​]
    +git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    +git diff [<options>] <commit>…​<commit> [--] [<path>…​]
     git diff [<options>] <blob> <blob>
     git diff [<options>] --no-index [--] <path> <path>
    @@ -89,86 +89,86 @@

    DESCRIPTION

    --exit-code.

    -
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --cached --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --cached --merge-base A is equivalent to git diff --cached $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> [--] [<path>…​]
    +
    git diff [<options>] [--merge-base] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --merge-base A is equivalent to git diff $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    If --merge-base is given, use the merge base of the two commits for the "before" side. git diff --merge-base A B is equivalent to git diff $(git merge-base A B) B.

    -
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]

    This form is to view the results of a merge commit. The first -listed <commit> must be the merge itself; the remaining two or +listed <commit> must be the merge itself; the remaining two or more commits should be its parents. Convenient ways to produce the desired set of revisions are to use the suffixes ^@ and ^!. If A is a merge commit, then git diff A A^@, git diff A^! and git show A all give the same combined diff.

    -
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>..<commit> [--] [<path>…​]

    This is synonymous to the earlier form (without the ..) for -viewing the changes between two arbitrary <commit>. If <commit> on +viewing the changes between two arbitrary <commit>. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [<options>] <commit>...<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. git diff A...B is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. git diff A...B is equivalent to git diff $(git merge-base A B) B. You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the --merge-base case and in the last two forms that use .. -notations, can be any <tree>. A tree of interest is the one pointed to +notations, can be any <tree>. A tree of interest is the one pointed to by the special ref AUTO_MERGE, which is written by the ort merge strategy upon hitting merge conflicts (see git-merge[1]). Comparing the working tree with AUTO_MERGE shows changes you’ve made so far to resolve textual conflicts (see the examples below).

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations (<commit>..<commit> and -<commit>...<commit>) do not mean a range as defined in the +and the range notations (<commit>..<commit> and +<commit>...<commit>) do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -1130,13 +1130,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1390,7 +1390,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.43.0.html b/external/docs/content/docs/git-diff/2.43.0.html index 00c281bd12..b4442c836a 100644 --- a/external/docs/content/docs/git-diff/2.43.0.html +++ b/external/docs/content/docs/git-diff/2.43.0.html @@ -49,10 +49,10 @@

    NAME

    SYNOPSIS

    -
    git diff [<options>] [<commit>] [--] [<path>…​]
    -git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    -git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    -git diff [<options>] <commit>…​<commit> [--] [<path>…​]
    +
    git diff [<options>] [<commit>] [--] [<path>…​]
    +git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    +git diff [<options>] <commit>…​<commit> [--] [<path>…​]
     git diff [<options>] <blob> <blob>
     git diff [<options>] --no-index [--] <path> <path>
    @@ -86,86 +86,86 @@

    DESCRIPTION

    --exit-code.

    -
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --cached --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --cached --merge-base A is equivalent to git diff --cached $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> [--] [<path>…​]
    +
    git diff [<options>] [--merge-base] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --merge-base A is equivalent to git diff $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    If --merge-base is given, use the merge base of the two commits for the "before" side. git diff --merge-base A B is equivalent to git diff $(git merge-base A B) B.

    -
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]

    This form is to view the results of a merge commit. The first -listed <commit> must be the merge itself; the remaining two or +listed <commit> must be the merge itself; the remaining two or more commits should be its parents. Convenient ways to produce the desired set of revisions are to use the suffixes ^@ and ^!. If A is a merge commit, then git diff A A^@, git diff A^! and git show A all give the same combined diff.

    -
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>..<commit> [--] [<path>…​]

    This is synonymous to the earlier form (without the ..) for -viewing the changes between two arbitrary <commit>. If <commit> on +viewing the changes between two arbitrary <commit>. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [<options>] <commit>...<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. git diff A...B is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. git diff A...B is equivalent to git diff $(git merge-base A B) B. You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the --merge-base case and in the last two forms that use .. -notations, can be any <tree>. A tree of interest is the one pointed to +notations, can be any <tree>. A tree of interest is the one pointed to by the special ref AUTO_MERGE, which is written by the ort merge strategy upon hitting merge conflicts (see git-merge[1]). Comparing the working tree with AUTO_MERGE shows changes you’ve made so far to resolve textual conflicts (see the examples below).

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations (<commit>..<commit> and -<commit>...<commit>) do not mean a range as defined in the +and the range notations (<commit>..<commit> and +<commit>...<commit>) do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -1128,13 +1128,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1388,7 +1388,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.43.1.html b/external/docs/content/docs/git-diff/2.43.1.html index f66a4f832f..5e63c3fcfa 100644 --- a/external/docs/content/docs/git-diff/2.43.1.html +++ b/external/docs/content/docs/git-diff/2.43.1.html @@ -55,10 +55,10 @@

    NAME

    SYNOPSIS

    -
    git diff [<options>] [<commit>] [--] [<path>…​]
    -git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    -git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    -git diff [<options>] <commit>…​<commit> [--] [<path>…​]
    +
    git diff [<options>] [<commit>] [--] [<path>…​]
    +git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    +git diff [<options>] <commit>…​<commit> [--] [<path>…​]
     git diff [<options>] <blob> <blob>
     git diff [<options>] --no-index [--] <path> <path>
    @@ -92,86 +92,86 @@

    DESCRIPTION

    --exit-code.

    -
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --cached --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --cached --merge-base A is equivalent to git diff --cached $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> [--] [<path>…​]
    +
    git diff [<options>] [--merge-base] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --merge-base A is equivalent to git diff $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    If --merge-base is given, use the merge base of the two commits for the "before" side. git diff --merge-base A B is equivalent to git diff $(git merge-base A B) B.

    -
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]

    This form is to view the results of a merge commit. The first -listed <commit> must be the merge itself; the remaining two or +listed <commit> must be the merge itself; the remaining two or more commits should be its parents. Convenient ways to produce the desired set of revisions are to use the suffixes ^@ and ^!. If A is a merge commit, then git diff A A^@, git diff A^! and git show A all give the same combined diff.

    -
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>..<commit> [--] [<path>…​]

    This is synonymous to the earlier form (without the ..) for -viewing the changes between two arbitrary <commit>. If <commit> on +viewing the changes between two arbitrary <commit>. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [<options>] <commit>...<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. git diff A...B is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. git diff A...B is equivalent to git diff $(git merge-base A B) B. You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the --merge-base case and in the last two forms that use .. -notations, can be any <tree>. A tree of interest is the one pointed to +notations, can be any <tree>. A tree of interest is the one pointed to by the ref named AUTO_MERGE, which is written by the ort merge strategy upon hitting merge conflicts (see git-merge[1]). Comparing the working tree with AUTO_MERGE shows changes you’ve made so far to resolve textual conflicts (see the examples below).

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations (<commit>..<commit> and -<commit>...<commit>) do not mean a range as defined in the +and the range notations (<commit>..<commit> and +<commit>...<commit>) do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -1134,13 +1134,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1394,7 +1394,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.44.0.html b/external/docs/content/docs/git-diff/2.44.0.html index e8d97679d2..d3a35d018f 100644 --- a/external/docs/content/docs/git-diff/2.44.0.html +++ b/external/docs/content/docs/git-diff/2.44.0.html @@ -53,10 +53,10 @@

    NAME

    SYNOPSIS

    -
    git diff [<options>] [<commit>] [--] [<path>…​]
    -git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    -git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    -git diff [<options>] <commit>…​<commit> [--] [<path>…​]
    +
    git diff [<options>] [<commit>] [--] [<path>…​]
    +git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    +git diff [<options>] <commit>…​<commit> [--] [<path>…​]
     git diff [<options>] <blob> <blob>
     git diff [<options>] --no-index [--] <path> <path>
    @@ -90,86 +90,86 @@

    DESCRIPTION

    --exit-code.

    -
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --cached --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --cached --merge-base A is equivalent to git diff --cached $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> [--] [<path>…​]
    +
    git diff [<options>] [--merge-base] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --merge-base A is equivalent to git diff $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    If --merge-base is given, use the merge base of the two commits for the "before" side. git diff --merge-base A B is equivalent to git diff $(git merge-base A B) B.

    -
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]

    This form is to view the results of a merge commit. The first -listed <commit> must be the merge itself; the remaining two or +listed <commit> must be the merge itself; the remaining two or more commits should be its parents. Convenient ways to produce the desired set of revisions are to use the suffixes ^@ and ^!. If A is a merge commit, then git diff A A^@, git diff A^! and git show A all give the same combined diff.

    -
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>..<commit> [--] [<path>…​]

    This is synonymous to the earlier form (without the ..) for -viewing the changes between two arbitrary <commit>. If <commit> on +viewing the changes between two arbitrary <commit>. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [<options>] <commit>...<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. git diff A...B is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. git diff A...B is equivalent to git diff $(git merge-base A B) B. You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the --merge-base case and in the last two forms that use .. -notations, can be any <tree>. A tree of interest is the one pointed to +notations, can be any <tree>. A tree of interest is the one pointed to by the ref named AUTO_MERGE, which is written by the ort merge strategy upon hitting merge conflicts (see git-merge[1]). Comparing the working tree with AUTO_MERGE shows changes you’ve made so far to resolve textual conflicts (see the examples below).

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations (<commit>..<commit> and -<commit>...<commit>) do not mean a range as defined in the +and the range notations (<commit>..<commit> and +<commit>...<commit>) do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -1132,13 +1132,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1392,7 +1392,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.45.0.html b/external/docs/content/docs/git-diff/2.45.0.html index 33e0b6e370..09be90e702 100644 --- a/external/docs/content/docs/git-diff/2.45.0.html +++ b/external/docs/content/docs/git-diff/2.45.0.html @@ -51,10 +51,10 @@

    NAME

    SYNOPSIS

    -
    git diff [<options>] [<commit>] [--] [<path>…​]
    -git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    -git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    -git diff [<options>] <commit>…​<commit> [--] [<path>…​]
    +
    git diff [<options>] [<commit>] [--] [<path>…​]
    +git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    +git diff [<options>] <commit>…​<commit> [--] [<path>…​]
     git diff [<options>] <blob> <blob>
     git diff [<options>] --no-index [--] <path> <path>
    @@ -88,86 +88,86 @@

    DESCRIPTION

    --exit-code.

    -
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --cached --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --cached --merge-base A is equivalent to git diff --cached $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> [--] [<path>…​]
    +
    git diff [<options>] [--merge-base] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --merge-base A is equivalent to git diff $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    If --merge-base is given, use the merge base of the two commits for the "before" side. git diff --merge-base A B is equivalent to git diff $(git merge-base A B) B.

    -
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]

    This form is to view the results of a merge commit. The first -listed <commit> must be the merge itself; the remaining two or +listed <commit> must be the merge itself; the remaining two or more commits should be its parents. Convenient ways to produce the desired set of revisions are to use the suffixes ^@ and ^!. If A is a merge commit, then git diff A A^@, git diff A^! and git show A all give the same combined diff.

    -
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>..<commit> [--] [<path>…​]

    This is synonymous to the earlier form (without the ..) for -viewing the changes between two arbitrary <commit>. If <commit> on +viewing the changes between two arbitrary <commit>. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [<options>] <commit>...<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. git diff A...B is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. git diff A...B is equivalent to git diff $(git merge-base A B) B. You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the --merge-base case and in the last two forms that use .. -notations, can be any <tree>. A tree of interest is the one pointed to +notations, can be any <tree>. A tree of interest is the one pointed to by the ref named AUTO_MERGE, which is written by the ort merge strategy upon hitting merge conflicts (see git-merge[1]). Comparing the working tree with AUTO_MERGE shows changes you’ve made so far to resolve textual conflicts (see the examples below).

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations (<commit>..<commit> and -<commit>...<commit>) do not mean a range as defined in the +and the range notations (<commit>..<commit> and +<commit>...<commit>) do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -1131,13 +1131,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1391,7 +1391,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.45.3.html b/external/docs/content/docs/git-diff/2.45.3.html index ebd8de7023..67483ff73f 100644 --- a/external/docs/content/docs/git-diff/2.45.3.html +++ b/external/docs/content/docs/git-diff/2.45.3.html @@ -50,10 +50,10 @@

    NAME

    SYNOPSIS

    -
    git diff [<options>] [<commit>] [--] [<path>…​]
    -git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    -git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    -git diff [<options>] <commit>…​<commit> [--] [<path>…​]
    +
    git diff [<options>] [<commit>] [--] [<path>…​]
    +git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    +git diff [<options>] <commit>…​<commit> [--] [<path>…​]
     git diff [<options>] <blob> <blob>
     git diff [<options>] --no-index [--] <path> <path>
    @@ -87,86 +87,86 @@

    DESCRIPTION

    --exit-code.

    -
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --cached --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --cached --merge-base A is equivalent to git diff --cached $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> [--] [<path>…​]
    +
    git diff [<options>] [--merge-base] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --merge-base A is equivalent to git diff $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    If --merge-base is given, use the merge base of the two commits for the "before" side. git diff --merge-base A B is equivalent to git diff $(git merge-base A B) B.

    -
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]

    This form is to view the results of a merge commit. The first -listed <commit> must be the merge itself; the remaining two or +listed <commit> must be the merge itself; the remaining two or more commits should be its parents. Convenient ways to produce the desired set of revisions are to use the suffixes ^@ and ^!. If A is a merge commit, then git diff A A^@, git diff A^! and git show A all give the same combined diff.

    -
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>..<commit> [--] [<path>…​]

    This is synonymous to the earlier form (without the ..) for -viewing the changes between two arbitrary <commit>. If <commit> on +viewing the changes between two arbitrary <commit>. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [<options>] <commit>...<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. git diff A...B is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. git diff A...B is equivalent to git diff $(git merge-base A B) B. You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the --merge-base case and in the last two forms that use .. -notations, can be any <tree>. A tree of interest is the one pointed to +notations, can be any <tree>. A tree of interest is the one pointed to by the ref named AUTO_MERGE, which is written by the ort merge strategy upon hitting merge conflicts (see git-merge[1]). Comparing the working tree with AUTO_MERGE shows changes you’ve made so far to resolve textual conflicts (see the examples below).

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations (<commit>..<commit> and -<commit>...<commit>) do not mean a range as defined in the +and the range notations (<commit>..<commit> and +<commit>...<commit>) do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -1131,13 +1131,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1391,7 +1391,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.46.0.html b/external/docs/content/docs/git-diff/2.46.0.html index 81b97fb196..7d273cfba7 100644 --- a/external/docs/content/docs/git-diff/2.46.0.html +++ b/external/docs/content/docs/git-diff/2.46.0.html @@ -53,10 +53,10 @@

    NAME

    SYNOPSIS

    -
    git diff [<options>] [<commit>] [--] [<path>…​]
    -git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    -git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    -git diff [<options>] <commit>…​<commit> [--] [<path>…​]
    +
    git diff [<options>] [<commit>] [--] [<path>…​]
    +git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    +git diff [<options>] <commit>…​<commit> [--] [<path>…​]
     git diff [<options>] <blob> <blob>
     git diff [<options>] --no-index [--] <path> <path>
    @@ -90,86 +90,86 @@

    DESCRIPTION

    --exit-code.

    -
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --cached --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --cached --merge-base A is equivalent to git diff --cached $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> [--] [<path>…​]
    +
    git diff [<options>] [--merge-base] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --merge-base A is equivalent to git diff $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    If --merge-base is given, use the merge base of the two commits for the "before" side. git diff --merge-base A B is equivalent to git diff $(git merge-base A B) B.

    -
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]

    This form is to view the results of a merge commit. The first -listed <commit> must be the merge itself; the remaining two or +listed <commit> must be the merge itself; the remaining two or more commits should be its parents. Convenient ways to produce the desired set of revisions are to use the suffixes ^@ and ^!. If A is a merge commit, then git diff A A^@, git diff A^! and git show A all give the same combined diff.

    -
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>..<commit> [--] [<path>…​]

    This is synonymous to the earlier form (without the ..) for -viewing the changes between two arbitrary <commit>. If <commit> on +viewing the changes between two arbitrary <commit>. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [<options>] <commit>...<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. git diff A...B is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. git diff A...B is equivalent to git diff $(git merge-base A B) B. You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the --merge-base case and in the last two forms that use .. -notations, can be any <tree>. A tree of interest is the one pointed to +notations, can be any <tree>. A tree of interest is the one pointed to by the ref named AUTO_MERGE, which is written by the ort merge strategy upon hitting merge conflicts (see git-merge[1]). Comparing the working tree with AUTO_MERGE shows changes you’ve made so far to resolve textual conflicts (see the examples below).

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations (<commit>..<commit> and -<commit>...<commit>) do not mean a range as defined in the +and the range notations (<commit>..<commit> and +<commit>...<commit>) do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -1139,13 +1139,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1399,7 +1399,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.47.0.html b/external/docs/content/docs/git-diff/2.47.0.html index 7ef0cb7b22..1fed745378 100644 --- a/external/docs/content/docs/git-diff/2.47.0.html +++ b/external/docs/content/docs/git-diff/2.47.0.html @@ -52,10 +52,10 @@

    NAME

    SYNOPSIS

    -
    git diff [<options>] [<commit>] [--] [<path>…​]
    -git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    -git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    -git diff [<options>] <commit>…​<commit> [--] [<path>…​]
    +
    git diff [<options>] [<commit>] [--] [<path>…​]
    +git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    +git diff [<options>] <commit>…​<commit> [--] [<path>…​]
     git diff [<options>] <blob> <blob>
     git diff [<options>] --no-index [--] <path> <path>
    @@ -89,86 +89,86 @@

    DESCRIPTION

    --exit-code.

    -
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --cached --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --cached --merge-base A is equivalent to git diff --cached $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> [--] [<path>…​]
    +
    git diff [<options>] [--merge-base] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --merge-base A is equivalent to git diff $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]
    +
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    If --merge-base is given, use the merge base of the two commits for the "before" side. git diff --merge-base A B is equivalent to git diff $(git merge-base A B) B.

    -
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]
    +
    git diff [<options>] <commit> <commit>…​ <commit> [--] [<path>…​]

    This form is to view the results of a merge commit. The first -listed <commit> must be the merge itself; the remaining two or +listed <commit> must be the merge itself; the remaining two or more commits should be its parents. Convenient ways to produce the desired set of revisions are to use the suffixes ^@ and ^!. If A is a merge commit, then git diff A A^@, git diff A^! and git show A all give the same combined diff.

    -
    git diff [<options>] <commit>..<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>..<commit> [--] [<path>…​]

    This is synonymous to the earlier form (without the ..) for -viewing the changes between two arbitrary <commit>. If <commit> on +viewing the changes between two arbitrary <commit>. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [<options>] <commit>...<commit> [--] [<path>…​]
    +
    git diff [<options>] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. git diff A...B is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. git diff A...B is equivalent to git diff $(git merge-base A B) B. You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the --merge-base case and in the last two forms that use .. -notations, can be any <tree>. A tree of interest is the one pointed to +notations, can be any <tree>. A tree of interest is the one pointed to by the ref named AUTO_MERGE, which is written by the ort merge strategy upon hitting merge conflicts (see git-merge[1]). Comparing the working tree with AUTO_MERGE shows changes you’ve made so far to resolve textual conflicts (see the examples below).

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations (<commit>..<commit> and -<commit>...<commit>) do not mean a range as defined in the +and the range notations (<commit>..<commit> and +<commit>...<commit>) do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -1138,13 +1138,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1398,7 +1398,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.48.0.html b/external/docs/content/docs/git-diff/2.48.0.html index 1ce2b00d7e..d3a4a1d7ac 100644 --- a/external/docs/content/docs/git-diff/2.48.0.html +++ b/external/docs/content/docs/git-diff/2.48.0.html @@ -51,10 +51,10 @@

    NAME

    SYNOPSIS

    -
    git diff [<options>] [<commit>] [--] [<path>…​]
    -git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    -git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    -git diff [<options>] <commit>...<commit> [--] [<path>…​]
    +
    git diff [<options>] [<commit>] [--] [<path>…​]
    +git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    +git diff [<options>] <commit>...<commit> [--] [<path>…​]
     git diff [<options>] <blob> <blob>
     git diff [<options>] --no-index [--] <path> <path>
    @@ -88,85 +88,85 @@

    DESCRIPTION

    --exit-code.

    -
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>...]
    +
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>...]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --cached --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --cached --merge-base A is equivalent to git diff --cached $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> [--] [<path>...]
    +
    git diff [<options>] [--merge-base] <commit> [--] [<path>...]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --merge-base A is equivalent to git diff $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>...]
    +
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>...]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    If --merge-base is given, use the merge base of the two commits for the "before" side. git diff --merge-base A B is equivalent to git diff $(git merge-base A B) B.

    -
    git diff [<options>] <commit> <commit>...<commit> [--] [<path>...]
    +
    git diff [<options>] <commit> <commit>...<commit> [--] [<path>...]

    This form is to view the results of a merge commit. The first -listed <commit> must be the merge itself; the remaining two or +listed <commit> must be the merge itself; the remaining two or more commits should be its parents. Convenient ways to produce the desired set of revisions are to use the suffixes @ and ^!. If A is a merge commit, then git diff A A^@, git diff A^! and git show A all give the same combined diff.

    -
    git diff [<options>] <commit>..<commit> [--] [<path>...]
    +
    git diff [<options>] <commit>..<commit> [--] [<path>...]

    This is synonymous to the earlier form (without the ..) for -viewing the changes between two arbitrary <commit>. If <commit> on +viewing the changes between two arbitrary <commit>. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [<options>] <commit>...<commit> [--] [<path>...]
    +
    git diff [<options>] <commit>...<commit> [--] [<path>...]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. git diff A...B is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. git diff A...B is equivalent to git diff $(git merge-base A B) B. You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the --merge-base case and in the last two forms that use .. -notations, can be any <tree>. A tree of interest is the one pointed to +notations, can be any <tree>. A tree of interest is the one pointed to by the ref named AUTO_MERGE, which is written by the ort merge strategy upon hitting merge conflicts (see git-merge[1]). Comparing the working tree with AUTO_MERGE shows changes you’ve made so far to resolve textual conflicts (see the examples below).

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, diff is about comparing two endpoints, not ranges, -and the range notations (<commit>..<commit> and <commit>...<commit>) +and the range notations (<commit>..<commit> and <commit>...<commit>) do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -1157,13 +1157,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>...]
    @@ -1416,7 +1416,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.49.0.html b/external/docs/content/docs/git-diff/2.49.0.html index 24694a0d88..f65b6538c6 100644 --- a/external/docs/content/docs/git-diff/2.49.0.html +++ b/external/docs/content/docs/git-diff/2.49.0.html @@ -52,10 +52,10 @@

    NAME

    SYNOPSIS

    -
    git diff [<options>] [<commit>] [--] [<path>…​]
    -git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    -git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    -git diff [<options>] <commit>...<commit> [--] [<path>…​]
    +
    git diff [<options>] [<commit>] [--] [<path>…​]
    +git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    +git diff [<options>] <commit>...<commit> [--] [<path>…​]
     git diff [<options>] <blob> <blob>
     git diff [<options>] --no-index [--] <path> <path>
    @@ -89,85 +89,85 @@

    DESCRIPTION

    --exit-code.

    -
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>...]
    +
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>...]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --cached --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --cached --merge-base A is equivalent to git diff --cached $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> [--] [<path>...]
    +
    git diff [<options>] [--merge-base] <commit> [--] [<path>...]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --merge-base A is equivalent to git diff $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>...]
    +
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>...]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    If --merge-base is given, use the merge base of the two commits for the "before" side. git diff --merge-base A B is equivalent to git diff $(git merge-base A B) B.

    -
    git diff [<options>] <commit> <commit>...<commit> [--] [<path>...]
    +
    git diff [<options>] <commit> <commit>...<commit> [--] [<path>...]

    This form is to view the results of a merge commit. The first -listed <commit> must be the merge itself; the remaining two or +listed <commit> must be the merge itself; the remaining two or more commits should be its parents. Convenient ways to produce the desired set of revisions are to use the suffixes @ and ^!. If A is a merge commit, then git diff A A^@, git diff A^! and git show A all give the same combined diff.

    -
    git diff [<options>] <commit>..<commit> [--] [<path>...]
    +
    git diff [<options>] <commit>..<commit> [--] [<path>...]

    This is synonymous to the earlier form (without the ..) for -viewing the changes between two arbitrary <commit>. If <commit> on +viewing the changes between two arbitrary <commit>. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [<options>] <commit>...<commit> [--] [<path>...]
    +
    git diff [<options>] <commit>...<commit> [--] [<path>...]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. git diff A...B is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. git diff A...B is equivalent to git diff $(git merge-base A B) B. You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the --merge-base case and in the last two forms that use .. -notations, can be any <tree>. A tree of interest is the one pointed to +notations, can be any <tree>. A tree of interest is the one pointed to by the ref named AUTO_MERGE, which is written by the ort merge strategy upon hitting merge conflicts (see git-merge[1]). Comparing the working tree with AUTO_MERGE shows changes you’ve made so far to resolve textual conflicts (see the examples below).

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, diff is about comparing two endpoints, not ranges, -and the range notations (<commit>..<commit> and <commit>...<commit>) +and the range notations (<commit>..<commit> and <commit>...<commit>) do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -1158,13 +1158,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>...]
    @@ -1417,7 +1417,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.5.6.html b/external/docs/content/docs/git-diff/2.5.6.html index 092eef1fab..bc0975d01d 100644 --- a/external/docs/content/docs/git-diff/2.5.6.html +++ b/external/docs/content/docs/git-diff/2.5.6.html @@ -47,9 +47,9 @@

    NAME

    SYNOPSIS

    -
    git diff [options] [<commit>] [--] [<path>…​]
    -git diff [options] --cached [<commit>] [--] [<path>…​]
    -git diff [options] <commit> <commit> [--] [<path>…​]
    +
    git diff [options] [<commit>] [--] [<path>…​]
    +git diff [options] --cached [<commit>] [--] [<path>…​]
    +git diff [options] <commit> <commit> [--] [<path>…​]
     git diff [options] <blob> <blob>
     git diff [options] [--no-index] [--] <path> <path>
    @@ -82,57 +82,57 @@

    DESCRIPTION

    -
    git diff [--options] --cached [<commit>] [--] [<path>…​]
    +
    git diff [--options] --cached [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -
    git diff [--options] <commit> [--] [<path>…​]
    +
    git diff [--options] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -
    git diff [--options] <commit> <commit> [--] [<path>…​]
    +
    git diff [--options] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    -
    git diff [--options] <commit>..<commit> [--] [<path>…​]
    +
    git diff [--options] <commit>..<commit> [--] [<path>…​]
    -

    This is synonymous to the previous form. If <commit> on +

    This is synonymous to the previous form. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [--options] <commit>...<commit> [--] [<path>…​]
    +
    git diff [--options] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. "git diff A...B" is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. "git diff A...B" is equivalent to "git diff $(git-merge-base A B) B". You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case if you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the last two forms that use ".." notations, can be any -<tree>.

    +<tree>.

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations ("<commit>..<commit>" and -"<commit>...<commit>") do not mean a range as defined in the +and the range notations ("<commit>..<commit>" and +"<commit>...<commit>") do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -780,13 +780,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1016,7 +1016,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.51.0.html b/external/docs/content/docs/git-diff/2.51.0.html index db0fa15d9d..0c56ea3f81 100644 --- a/external/docs/content/docs/git-diff/2.51.0.html +++ b/external/docs/content/docs/git-diff/2.51.0.html @@ -49,12 +49,12 @@

    NAME

    SYNOPSIS

    -
    git diff [<options>] [<commit>] [--] [<path>…​]
    -git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    -git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    -git diff [<options>] <commit>...<commit> [--] [<path>…​]
    +
    git diff [<options>] [<commit>] [--] [<path>…​]
    +git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>…​]
    +git diff [<options>] [--merge-base] <commit> [<commit>…​] <commit> [--] [<path>…​]
    +git diff [<options>] <commit>...<commit> [--] [<path>…​]
     git diff [<options>] <blob> <blob>
    -git diff [<options>] --no-index [--] <path> <path> [<pathspec>…​]
    +git diff [<options>] --no-index [--] <path> <path> [<pathspec>…​]
    @@ -77,7 +77,7 @@

    DESCRIPTION

    git-add[1].

    -
    git diff [<options>] --no-index [--] <path> <path> [<pathspec>...]
    +
    git diff [<options>] --no-index [--] <path> <path> [<pathspec>...]

    This form is to compare the given two paths on the filesystem. You can omit the --no-index option when @@ -90,85 +90,85 @@

    DESCRIPTION

    -
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>...]
    +
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<path>...]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --cached --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --cached --merge-base A is equivalent to git diff --cached $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> [--] [<path>...]
    +
    git diff [<options>] [--merge-base] <commit> [--] [<path>...]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -

    If --merge-base is given, instead of using <commit>, use the merge base -of <commit> and HEAD. git diff --merge-base A is equivalent to +

    If --merge-base is given, instead of using <commit>, use the merge base +of <commit> and HEAD. git diff --merge-base A is equivalent to git diff $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>...]
    +
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<path>...]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    If --merge-base is given, use the merge base of the two commits for the "before" side. git diff --merge-base A B is equivalent to git diff $(git merge-base A B) B.

    -
    git diff [<options>] <commit> <commit>...<commit> [--] [<path>...]
    +
    git diff [<options>] <commit> <commit>...<commit> [--] [<path>...]

    This form is to view the results of a merge commit. The first -listed <commit> must be the merge itself; the remaining two or +listed <commit> must be the merge itself; the remaining two or more commits should be its parents. Convenient ways to produce the desired set of revisions are to use the suffixes @ and ^!. If A is a merge commit, then git diff A A^@, git diff A^! and git show A all give the same combined diff.

    -
    git diff [<options>] <commit>..<commit> [--] [<path>...]
    +
    git diff [<options>] <commit>..<commit> [--] [<path>...]

    This is synonymous to the earlier form (without the ..) for -viewing the changes between two arbitrary <commit>. If <commit> on +viewing the changes between two arbitrary <commit>. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [<options>] <commit>...<commit> [--] [<path>...]
    +
    git diff [<options>] <commit>...<commit> [--] [<path>...]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. git diff A...B is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. git diff A...B is equivalent to git diff $(git merge-base A B) B. You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the --merge-base case and in the last two forms that use .. -notations, can be any <tree>. A tree of interest is the one pointed to +notations, can be any <tree>. A tree of interest is the one pointed to by the ref named AUTO_MERGE, which is written by the ort merge strategy upon hitting merge conflicts (see git-merge[1]). Comparing the working tree with AUTO_MERGE shows changes you’ve made so far to resolve textual conflicts (see the examples below).

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, diff is about comparing two endpoints, not ranges, -and the range notations (<commit>..<commit> and <commit>...<commit>) +and the range notations (<commit>..<commit> and <commit>...<commit>) do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -1159,13 +1159,13 @@

    Raw
    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>...]
    @@ -1418,7 +1418,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.6.7.html b/external/docs/content/docs/git-diff/2.6.7.html index 7ef7fc3091..6d921e2e8d 100644 --- a/external/docs/content/docs/git-diff/2.6.7.html +++ b/external/docs/content/docs/git-diff/2.6.7.html @@ -48,9 +48,9 @@

    NAME

    SYNOPSIS

    -
    git diff [options] [<commit>] [--] [<path>…​]
    -git diff [options] --cached [<commit>] [--] [<path>…​]
    -git diff [options] <commit> <commit> [--] [<path>…​]
    +
    git diff [options] [<commit>] [--] [<path>…​]
    +git diff [options] --cached [<commit>] [--] [<path>…​]
    +git diff [options] <commit> <commit> [--] [<path>…​]
     git diff [options] <blob> <blob>
     git diff [options] [--no-index] [--] <path> <path>
    @@ -83,57 +83,57 @@

    DESCRIPTION

    -
    git diff [--options] --cached [<commit>] [--] [<path>…​]
    +
    git diff [--options] --cached [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -
    git diff [--options] <commit> [--] [<path>…​]
    +
    git diff [--options] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -
    git diff [--options] <commit> <commit> [--] [<path>…​]
    +
    git diff [--options] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    -
    git diff [--options] <commit>..<commit> [--] [<path>…​]
    +
    git diff [--options] <commit>..<commit> [--] [<path>…​]
    -

    This is synonymous to the previous form. If <commit> on +

    This is synonymous to the previous form. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [--options] <commit>...<commit> [--] [<path>…​]
    +
    git diff [--options] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. "git diff A...B" is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. "git diff A...B" is equivalent to "git diff $(git-merge-base A B) B". You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case if you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the last two forms that use ".." notations, can be any -<tree>.

    +<tree>.

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations ("<commit>..<commit>" and -"<commit>...<commit>") do not mean a range as defined in the +and the range notations ("<commit>..<commit>" and +"<commit>...<commit>") do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -785,13 +785,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1021,7 +1021,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.8.6.html b/external/docs/content/docs/git-diff/2.8.6.html index d663021bf7..b976569489 100644 --- a/external/docs/content/docs/git-diff/2.8.6.html +++ b/external/docs/content/docs/git-diff/2.8.6.html @@ -47,9 +47,9 @@

    NAME

    SYNOPSIS

    -
    git diff [options] [<commit>] [--] [<path>…​]
    -git diff [options] --cached [<commit>] [--] [<path>…​]
    -git diff [options] <commit> <commit> [--] [<path>…​]
    +
    git diff [options] [<commit>] [--] [<path>…​]
    +git diff [options] --cached [<commit>] [--] [<path>…​]
    +git diff [options] <commit> <commit> [--] [<path>…​]
     git diff [options] <blob> <blob>
     git diff [options] [--no-index] [--] <path> <path>
    @@ -82,57 +82,57 @@

    DESCRIPTION

    -
    git diff [--options] --cached [<commit>] [--] [<path>…​]
    +
    git diff [--options] --cached [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -
    git diff [--options] <commit> [--] [<path>…​]
    +
    git diff [--options] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -
    git diff [--options] <commit> <commit> [--] [<path>…​]
    +
    git diff [--options] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    -
    git diff [--options] <commit>..<commit> [--] [<path>…​]
    +
    git diff [--options] <commit>..<commit> [--] [<path>…​]
    -

    This is synonymous to the previous form. If <commit> on +

    This is synonymous to the previous form. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [--options] <commit>...<commit> [--] [<path>…​]
    +
    git diff [--options] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. "git diff A...B" is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. "git diff A...B" is equivalent to "git diff $(git-merge-base A B) B". You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case if you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the last two forms that use ".." notations, can be any -<tree>.

    +<tree>.

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations ("<commit>..<commit>" and -"<commit>...<commit>") do not mean a range as defined in the +and the range notations ("<commit>..<commit>" and +"<commit>...<commit>") do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -784,13 +784,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1020,7 +1020,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/2.9.5.html b/external/docs/content/docs/git-diff/2.9.5.html index a91d3f1124..06847bdbe8 100644 --- a/external/docs/content/docs/git-diff/2.9.5.html +++ b/external/docs/content/docs/git-diff/2.9.5.html @@ -48,9 +48,9 @@

    NAME

    SYNOPSIS

    -
    git diff [options] [<commit>] [--] [<path>…​]
    -git diff [options] --cached [<commit>] [--] [<path>…​]
    -git diff [options] <commit> <commit> [--] [<path>…​]
    +
    git diff [options] [<commit>] [--] [<path>…​]
    +git diff [options] --cached [<commit>] [--] [<path>…​]
    +git diff [options] <commit> <commit> [--] [<path>…​]
     git diff [options] <blob> <blob>
     git diff [options] [--no-index] [--] <path> <path>
    @@ -83,57 +83,57 @@

    DESCRIPTION

    -
    git diff [--options] --cached [<commit>] [--] [<path>…​]
    +
    git diff [--options] --cached [<commit>] [--] [<path>…​]

    This form is to view the changes you staged for the next -commit relative to the named <commit>. Typically you +commit relative to the named <commit>. Typically you would want comparison with the latest commit, so if you -do not give <commit>, it defaults to HEAD. +do not give <commit>, it defaults to HEAD. If HEAD does not exist (e.g. unborn branches) and -<commit> is not given, it shows all staged changes. +<commit> is not given, it shows all staged changes. --staged is a synonym of --cached.

    -
    git diff [--options] <commit> [--] [<path>…​]
    +
    git diff [--options] <commit> [--] [<path>…​]

    This form is to view the changes you have in your -working tree relative to the named <commit>. You can +working tree relative to the named <commit>. You can use HEAD to compare it with the latest commit, or a branch name to compare with the tip of a different branch.

    -
    git diff [--options] <commit> <commit> [--] [<path>…​]
    +
    git diff [--options] <commit> <commit> [--] [<path>…​]

    This is to view the changes between two arbitrary -<commit>.

    +<commit>.

    -
    git diff [--options] <commit>..<commit> [--] [<path>…​]
    +
    git diff [--options] <commit>..<commit> [--] [<path>…​]
    -

    This is synonymous to the previous form. If <commit> on +

    This is synonymous to the previous form. If <commit> on one side is omitted, it will have the same effect as using HEAD instead.

    -
    git diff [--options] <commit>...<commit> [--] [<path>…​]
    +
    git diff [--options] <commit>...<commit> [--] [<path>…​]

    This form is to view the changes on the branch containing -and up to the second <commit>, starting at a common ancestor -of both <commit>. "git diff A...B" is equivalent to +and up to the second <commit>, starting at a common ancestor +of both <commit>. "git diff A...B" is equivalent to "git diff $(git-merge-base A B) B". You can omit any one -of <commit>, which has the same effect as using HEAD instead.

    +of <commit>, which has the same effect as using HEAD instead.

    Just in case if you are doing something exotic, it should be -noted that all of the <commit> in the above description, except +noted that all of the <commit> in the above description, except in the last two forms that use ".." notations, can be any -<tree>.

    +<tree>.

    -

    For a more complete list of ways to spell <commit>, see +

    For a more complete list of ways to spell <commit>, see "SPECIFYING REVISIONS" section in gitrevisions[7]. However, "diff" is about comparing two endpoints, not ranges, -and the range notations ("<commit>..<commit>" and -"<commit>...<commit>") do not mean a range as defined in the +and the range notations ("<commit>..<commit>" and +"<commit>...<commit>") do not mean a range as defined in the "SPECIFYING RANGES" section in gitrevisions[7].

    @@ -797,13 +797,13 @@

    Raw

    -
    git-diff-index <tree-ish>
    +
    git-diff-index <tree-ish>
    -

    compares the <tree-ish> and the files on the filesystem.

    +

    compares the <tree-ish> and the files on the filesystem.

    -
    git-diff-index --cached <tree-ish>
    +
    git-diff-index --cached <tree-ish>
    -

    compares the <tree-ish> and the index.

    +

    compares the <tree-ish> and the index.

    git-diff-tree [-r] <tree-ish-1> <tree-ish-2> [<pattern>…​]
    @@ -1033,7 +1033,7 @@

    <hash>..<hash> <mode>

  • diff --git a/external/docs/content/docs/git-diff/es.html b/external/docs/content/docs/git-diff/es.html index 97c09ba0c7..73917aff44 100644 --- a/external/docs/content/docs/git-diff/es.html +++ b/external/docs/content/docs/git-diff/es.html @@ -110,7 +110,7 @@

    DESCRIPCIÓN<
    -

    Sólo en caso que hagas algo exótico, debe notarse que toda <confirmación> en la descripción anterior, exceptuando el caso --merge-base y las últimas dos formas que usan la notación .., puede ser cualquier <árbol>. Un árbol de interés es al que apunta la referencia nombrada AUTO_MERGE, la cual se escribe por la estrategia de fusión ort al darse conflictos de fusión (ver git-merge[1]). Comparar el árbol de trabajo con AUTO_MERGE mostrará los cambios que has hecho hasta el momento para resolver los conflictos textuales (ver los ejemplos abajo).

    +

    Sólo en caso que hagas algo exótico, debe notarse que toda <confirmación> en la descripción anterior, exceptuando el caso --merge-base y las últimas dos formas que usan la notación .., puede ser cualquier <árbol>. Un árbol de interés es al que apunta la referencia nombrada AUTO_MERGE, la cual se escribe por la estrategia de fusión ort al darse conflictos de fusión (ver git-merge[1]). Comparar el árbol de trabajo con AUTO_MERGE mostrará los cambios que has hecho hasta el momento para resolver los conflictos textuales (ver los ejemplos abajo).

    Para una lista mas completa de las maneras de invocar <confirmación>, ver la sección "ESPECIFICANDO REVISIONES" en gitrevisions[7]. Sin embargo, diff a para comparar dos endpoints, no rangos, y las notaciones de rangos (<confirmación>..<confirmación> y <confirmación>...<confirmación>) no significan un rango como se define en la sección "ESPECIFICANDO RANGOS" en gitrevisions[7].

    @@ -546,9 +546,9 @@

    OPCIONES

    Nota que no todos los diffs pueden presentar todos los tipos. Por lo tanto, entradas copiadas y renombradas no pueden aparecer si la detección para esos tipos está deshabilitada.

    -
    -S<cadena>
    +
    -S<cadena>
    -

    Busca diferencias que cambian el número de ocurrencias de la <cadena> especificada (ej. adición/eliminación) en un fichero. Destinada para el uso de creadores de scripts.

    +

    Busca diferencias que cambian el número de ocurrencias de la <cadena> especificada (ej. adición/eliminación) en un fichero. Destinada para el uso de creadores de scripts.

    Es útil cuando buscas un bloque exacto de código (como un struct), y quieres conocer el historial de ese bloque desde la primera vez que entró en existencia: use la característica iterativamente para alimentar el bloque de interés de vuelta a la preimagen -S, y seguir hasta que obtengas la primera versión del bloque.

    @@ -588,11 +588,11 @@

    OPCIONES

    --pickaxe-all
    -

    Cuando -S o -G encuentra un cambio, muestra todos los cambios en ese conjunto de cambios, no sólo los ficheros que contienen el cambio en <cadena>.

    +

    Cuando -S o -G encuentra un cambio, muestra todos los cambios en ese conjunto de cambios, no sólo los ficheros que contienen el cambio en <cadena>.

    --pickaxe-regex
    -

    Trata la <cadena> dada en -S como una expresión regular extendida de POSIX para coincidir.

    +

    Trata la <cadena> dada en -S como una expresión regular extendida de POSIX para coincidir.

    -O<fichero-de-ordenamiento>
    @@ -1014,7 +1014,7 @@

    <hash>..<hash> <modo>

    Modos de fichero <modo> se imprimen como números octales de 6 dígitos incluyendo el tipo de fichero y los bits de permiso de fichero.

    @@ -1113,7 +1113,7 @@

    -
    index <hash>,<hash>..<hash>
    +
    index <hash>,<hash>..<hash>
     mode <modo>,<modo>..<modo>
     new file mode <modo>
     deleted file mode <modo>,<modo>
    diff --git a/external/docs/content/docs/git-diff/fr.html b/external/docs/content/docs/git-diff/fr.html index baf03b068c..35fea33cbf 100644 --- a/external/docs/content/docs/git-diff/fr.html +++ b/external/docs/content/docs/git-diff/fr.html @@ -51,10 +51,10 @@

    NOM

    SYNOPSIS

    -
    git diff [<options>] [<commit>] [--] [<chemin>…​]
    -git diff [<options>] --cached [--merge-base] [<commit>] [--] [<chemin>…​]
    -git diff [<options>] [--merge-base] <commit> <commit> [--] [<chemin>…​]
    -git diff [<options>] <commit>...<commit> [--] [<chemin>…​]
    +
    git diff [<options>] [<commit>] [--] [<chemin>…​]
    +git diff [<options>] --cached [--merge-base] [<commit>] [--] [<chemin>…​]
    +git diff [<options>] [--merge-base] <commit> <commit>_…​"><commit> [--] [<chemin>…​]
    +git diff [<options>] <commit>...<commit> [--] [<chemin>…​]
     git diff [<options>] <blob> <blob>
     git diff [<options>] --no-index [--] <chemin> <chemin>
    @@ -76,46 +76,46 @@

    DESCRIPTION

    Cette forme sert à comparer les deux chemins indiqués sur le système de fichiers. Vous pouvez omettre l’option --no-index si la commande est lancée dans un arbre de travail contrôlé par Git et qu’au moins un des chemins pointe hors de l’arbre de travail ou si la commande est lancée hors d’un arbre de travail contrôlé par Git. Cette forme implique --exit-code.

    -
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<chemin>...]
    +
    git diff [<options>] --cached [--merge-base] [<commit>] [--] [<chemin>...]
    -

    Cette forme sert à visualiser les modifications que vous avez indexées pour la prochaine validation vis-à-vis du <commit> nommé. Typiquement, vous voudriez comparer avec le <commit> (HEAD) le plus récent, ce qui est fait automatiquement si vous ne spécifiez pas <commit>. Si HEAD n’existe pas (par exemple, des branches à naître) et si <commit> n’est pas fourni, les modifications indexées sont affichées. --staged est synonyme de --cached.

    +

    Cette forme sert à visualiser les modifications que vous avez indexées pour la prochaine validation vis-à-vis du <commit> nommé. Typiquement, vous voudriez comparer avec le <commit> (HEAD) le plus récent, ce qui est fait automatiquement si vous ne spécifiez pas <commit>. Si HEAD n’existe pas (par exemple, des branches à naître) et si <commit> n’est pas fourni, les modifications indexées sont affichées. --staged est synonyme de --cached.

    -

    Si --merge-base est donné, au lieu d’utiliser <commit>, utiliser la base de fusion de <commit> et HEAD. git diff --cached --merge-base A est équivalent à git diff --cached $(git merge-base A HEAD).

    +

    Si --merge-base est donné, au lieu d’utiliser <commit>, utiliser la base de fusion de <commit> et HEAD. git diff --cached --merge-base A est équivalent à git diff --cached $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> [--] [<chemin>...]
    +
    git diff [<options>] [--merge-base] <commit> [--] [<chemin>...]
    -

    Cette forme sert à visualiser les modifications présentes dans l’arbre de travail par rapport au <commit> indiqué. Vous pouvez utiliser HEAD pour le comparer au commit le plus récent ou un nom de branche pour le comparer avec le sommet d’une branche différente.

    +

    Cette forme sert à visualiser les modifications présentes dans l’arbre de travail par rapport au <commit> indiqué. Vous pouvez utiliser HEAD pour le comparer au commit le plus récent ou un nom de branche pour le comparer avec le sommet d’une branche différente.

    -

    Si --merge-base est donné, au lieu d’utiliser <commit>, utiliser la base de fusion de <commit> et HEAD. git diff --merge-base A est équivalent à git diff $(git merge-base A HEAD).

    +

    Si --merge-base est donné, au lieu d’utiliser <commit>, utiliser la base de fusion de <commit> et HEAD. git diff --merge-base A est équivalent à git diff $(git merge-base A HEAD).

    -
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<chemin>...]
    +
    git diff [<options>] [--merge-base] <commit> <commit> [--] [<chemin>...]
    -

    Ceci sert à visualiser les modifications entre deux <commit> arbitraires.

    +

    Ceci sert à visualiser les modifications entre deux <commit> arbitraires.

    Si --merge-base est donné, utiliser la base de fusion des deux commits pour le côté "before". git diff --merge-base A B est équivalent à git diff $ (git merge-base A B) B.

    -
    git diff [<options>] <commit> <commit>...<commit> [--] [<chemin>...]
    +
    git diff [<options>] <commit> <commit>...<commit> [--] [<chemin>...]
    -

    Cette forme permet de visualiser les résultats d’un commit de fusion. Le premier <commit> indiqué doit être la fusion elle-même ; les deux autres commits ou plus doivent être ses parents. Des façons pratiques de produire l’ensemble des révisions souhaitées sont d’utiliser les suffixes @ et ^!Si A est un commit de fusion, alors git diff A A^@, git diff A^! et git show A donnent tous la même différence combinée.

    +

    Cette forme permet de visualiser les résultats d’un commit de fusion. Le premier <commit> indiqué doit être la fusion elle-même ; les deux autres commits ou plus doivent être ses parents. Des façons pratiques de produire l’ensemble des révisions souhaitées sont d’utiliser les suffixes @ et ^!Si A est un commit de fusion, alors git diff A A^@, git diff A^! et git show A donnent tous la même différence combinée.

    -
    git diff [<options>] <commit>..<commit> [--] [<chemin>...]
    +
    git diff [<options>] <commit>..<commit> [--] [<chemin>...]
    -

    Cette forme est synonyme de la forme précédente (sans le ..) pour visualiser les modification entre deux <commit>s arbirtraires. Si <commit> est omis d’un côté, cela aura le même effet que de spécifier HEAD à la place.

    +

    Cette forme est synonyme de la forme précédente (sans le ..) pour visualiser les modification entre deux <commit>s arbirtraires. Si <commit> est omis d’un côté, cela aura le même effet que de spécifier HEAD à la place.

    -
    git diff [<options>] <commit>...<commit> [--] [<chemin>...]
    +
    git diff [<options>] <commit>...<commit> [--] [<chemin>...]
    -

    Cette forme sert à visualiser les modifications sur la branche contenant et jusqu’au second <commit>, en débutant à l’ancêtre commun au deux <commit>. git diff A...B est équivalent à git diff $(git merge-base A B) B. Vous pouvez omettre l’un ou l’autre <commit>, ce qui a le même effet que de spécifier HEAD à la place.

    +

    Cette forme sert à visualiser les modifications sur la branche contenant et jusqu’au second <commit>, en débutant à l’ancêtre commun au deux <commit>. git diff A...B est équivalent à git diff $(git merge-base A B) B. Vous pouvez omettre l’un ou l’autre <commit>, ce qui a le même effet que de spécifier HEAD à la place.

    -

    Juste au cas où vous feriez quelque chose d’exotique, il convient de noter que la totalité des <commits> de la description ci-dessus, sauf dans le cas --merge-base et dans les deux dernières formes qui utilisent les notations .., peut être n’importe quel <arbre>. Un arbre intéressant est celui pointé par la réf nommée AUTO_MERGE', qui est écrit par la stratégie de fusion `ort lors de conflits de fusions (voir git-merge[1]). La comparaison de l’arbre de travail avec AUTO_MERGE montre les modifications que vous avez apportées jusqu’à présent pour résoudre les conflits textuels (voir les exemples ci-dessous).

    +

    Juste au cas où vous feriez quelque chose d’exotique, il convient de noter que la totalité des <commits> de la description ci-dessus, sauf dans le cas --merge-base et dans les deux dernières formes qui utilisent les notations .., peut être n’importe quel <arbre>. Un arbre intéressant est celui pointé par la réf nommée AUTO_MERGE', qui est écrit par la stratégie de fusion `ort lors de conflits de fusions (voir git-merge[1]). La comparaison de l’arbre de travail avec AUTO_MERGE montre les modifications que vous avez apportées jusqu’à présent pour résoudre les conflits textuels (voir les exemples ci-dessous).

    -

    Pour une liste plus complète des moyens de spécifier <commit>, voir la section « SPÉCIFIER LES RÉVISIONS » dans gitrevisions[7]. Cependant, diff concerne la comparaison de deux point finaux, et non d’intervalles, et les notations d’intervalle (<commit>..<commit> et <commit>...<commit>) ne réfèrent pas un intervalle tel que défini dans la section « SPÉCIFIER LES RÉVISIONS » de gitrevisions[7].

    +

    Pour une liste plus complète des moyens de spécifier <commit>, voir la section « SPÉCIFIER LES RÉVISIONS » dans gitrevisions[7]. Cependant, diff concerne la comparaison de deux point finaux, et non d’intervalles, et les notations d’intervalle (<commit>..<commit> et <commit>...<commit>) ne réfèrent pas un intervalle tel que défini dans la section « SPÉCIFIER LES RÉVISIONS » de gitrevisions[7].

    @@ -548,9 +548,9 @@

    OPTIONS

    Notez que toutes les diffs ne peuvent pas présenter tous les types. Par exemple, les entrées copiées et renommées ne peuvent pas apparaître si la détection de ces types est désactivée.

    -
    -S<chaîne>
    +
    -S<chaîne>
    -

    Trouver des différences qui modifient le nombre d’occurrences de la <chaîne> spécifiée (par ex. addition/suppression) dans un fichier. Destiné à l’usage dans des scripts.

    +

    Trouver des différences qui modifient le nombre d’occurrences de la <chaîne> spécifiée (par ex. addition/suppression) dans un fichier. Destiné à l’usage dans des scripts.

    C’est utile lorsqu’on cherche un bloc exact de code (comme une struct), et qu’on veut connaître l’historique de ce bloc depuis son apparition : utiliser cette fonctionnalité itérativement pour fournir le bloc d’une pré-image à -S et continuer jusqu’à obtenir la toute première version du bloc.

    @@ -590,11 +590,11 @@

    OPTIONS

    --pickaxe-all
    -

    Quand -S ou -G trouvent une modification, afficher toutes les modifications dans l’ensemble de modifications, pas seulement les fichiers qui contiennent la modification dans <chaîne>.

    +

    Quand -S ou -G trouvent une modification, afficher toutes les modifications dans l’ensemble de modifications, pas seulement les fichiers qui contiennent la modification dans <chaîne>.

    --pickaxe-regex
    -

    Traiter la <chaîne> fournie à -S comme une expression régulière POSIX étendue à faire correspondre.

    +

    Traiter la <chaîne> fournie à -S comme une expression régulière POSIX étendue à faire correspondre.

    -O<fichier-d-ordre>
    @@ -789,13 +789,13 @@

    -
    git-diff-index <arbre-esque>
    +
    git-diff-index <arbre-esque>
    -

    compare l'<arbre-esque> et les fichiers du système de fichiers.

    +

    compare l'<arbre-esque> et les fichiers du système de fichiers.

    -
    git-diff-index --cached <arbre-esque>
    +
    git-diff-index --cached <arbre-esque>
    -

    compare l'<arbre-esque> et l’index.

    +

    compare l'<arbre-esque> et l’index.

    git-diff-tree [-r] <arbre-esque-1> <arbre-esque-2> [<motif>...]
    diff --git a/external/docs/content/docs/git-difftool.html b/external/docs/content/docs/git-difftool.html index e267eff1e0..6314c2ead9 100644 --- a/external/docs/content/docs/git-difftool.html +++ b/external/docs/content/docs/git-difftool.html @@ -38,7 +38,7 @@

    NAME

    SYNOPSIS

    -
    git difftool [<options>] [<commit> [<commit>]] [--] [<path>…​]
    +
    git difftool [<options>] [<commit> [<commit>]] [--] [<path>…​]
    diff --git a/external/docs/content/docs/git-difftool/2.0.5.html b/external/docs/content/docs/git-difftool/2.0.5.html index e1f344d39f..501f1c1e9a 100644 --- a/external/docs/content/docs/git-difftool/2.0.5.html +++ b/external/docs/content/docs/git-difftool/2.0.5.html @@ -38,7 +38,7 @@

    NAME

    SYNOPSIS

    -
    git difftool [<options>] [<commit> [<commit>]] [--] [<path>…​]
    +
    git difftool [<options>] [<commit> [<commit>]] [--] [<path>…​]
    diff --git a/external/docs/content/docs/git-difftool/2.12.5.html b/external/docs/content/docs/git-difftool/2.12.5.html index 34182342eb..7ebdf68c53 100644 --- a/external/docs/content/docs/git-difftool/2.12.5.html +++ b/external/docs/content/docs/git-difftool/2.12.5.html @@ -72,7 +72,7 @@

    NAME

    SYNOPSIS

    -
    git difftool [<options>] [<commit> [<commit>]] [--] [<path>…​]
    +
    git difftool [<options>] [<commit> [<commit>]] [--] [<path>…​]
    diff --git a/external/docs/content/docs/git-difftool/2.2.3.html b/external/docs/content/docs/git-difftool/2.2.3.html index 9a647677bc..1f8bed6476 100644 --- a/external/docs/content/docs/git-difftool/2.2.3.html +++ b/external/docs/content/docs/git-difftool/2.2.3.html @@ -43,7 +43,7 @@

    NAME

    SYNOPSIS

    -
    git difftool [<options>] [<commit> [<commit>]] [--] [<path>…​]
    +
    git difftool [<options>] [<commit> [<commit>]] [--] [<path>…​]
    diff --git a/external/docs/content/docs/git-difftool/2.22.0.html b/external/docs/content/docs/git-difftool/2.22.0.html index c9e3614e59..7a3cefa14e 100644 --- a/external/docs/content/docs/git-difftool/2.22.0.html +++ b/external/docs/content/docs/git-difftool/2.22.0.html @@ -80,7 +80,7 @@

    NAME

    SYNOPSIS

    -
    git difftool [<options>] [<commit> [<commit>]] [--] [<path>…​]
    +
    git difftool [<options>] [<commit> [<commit>]] [--] [<path>…​]
    diff --git a/external/docs/content/docs/git-difftool/2.31.0.html b/external/docs/content/docs/git-difftool/2.31.0.html index 5b357d8a65..227343a52e 100644 --- a/external/docs/content/docs/git-difftool/2.31.0.html +++ b/external/docs/content/docs/git-difftool/2.31.0.html @@ -95,7 +95,7 @@

    NAME

    SYNOPSIS

    -
    git difftool [<options>] [<commit> [<commit>]] [--] [<path>…​]
    +
    git difftool [<options>] [<commit> [<commit>]] [--] [<path>…​]
    diff --git a/external/docs/content/docs/git-difftool/2.38.0.html b/external/docs/content/docs/git-difftool/2.38.0.html index 83cc660edf..6898ce3aab 100644 --- a/external/docs/content/docs/git-difftool/2.38.0.html +++ b/external/docs/content/docs/git-difftool/2.38.0.html @@ -53,7 +53,7 @@

    NAME

    SYNOPSIS

    -
    git difftool [<options>] [<commit> [<commit>]] [--] [<path>…​]
    +
    git difftool [<options>] [<commit> [<commit>]] [--] [<path>…​]
    diff --git a/external/docs/content/docs/git-difftool/2.41.0.html b/external/docs/content/docs/git-difftool/2.41.0.html index 414d33969c..fb7d85e1ca 100644 --- a/external/docs/content/docs/git-difftool/2.41.0.html +++ b/external/docs/content/docs/git-difftool/2.41.0.html @@ -45,7 +45,7 @@

    NAME

    SYNOPSIS

    -
    git difftool [<options>] [<commit> [<commit>]] [--] [<path>…​]
    +
    git difftool [<options>] [<commit> [<commit>]] [--] [<path>…​]
    diff --git a/external/docs/content/docs/git-difftool/2.43.0.html b/external/docs/content/docs/git-difftool/2.43.0.html index 02574e6f27..6696ae7012 100644 --- a/external/docs/content/docs/git-difftool/2.43.0.html +++ b/external/docs/content/docs/git-difftool/2.43.0.html @@ -44,7 +44,7 @@

    NAME

    SYNOPSIS

    -
    git difftool [<options>] [<commit> [<commit>]] [--] [<path>…​]
    +
    git difftool [<options>] [<commit> [<commit>]] [--] [<path>…​]
    diff --git a/external/docs/content/docs/git-difftool/2.44.0.html b/external/docs/content/docs/git-difftool/2.44.0.html index 0ca4bb6ef5..fbee2b14fd 100644 --- a/external/docs/content/docs/git-difftool/2.44.0.html +++ b/external/docs/content/docs/git-difftool/2.44.0.html @@ -41,7 +41,7 @@

    NAME

    SYNOPSIS

    -
    git difftool [<options>] [<commit> [<commit>]] [--] [<path>…​]
    +
    git difftool [<options>] [<commit> [<commit>]] [--] [<path>…​]
    diff --git a/external/docs/content/docs/git-difftool/2.45.0.html b/external/docs/content/docs/git-difftool/2.45.0.html index 2243c2379b..341461f8bb 100644 --- a/external/docs/content/docs/git-difftool/2.45.0.html +++ b/external/docs/content/docs/git-difftool/2.45.0.html @@ -53,7 +53,7 @@

    NAME

    SYNOPSIS

    -
    git difftool [<options>] [<commit> [<commit>]] [--] [<path>…​]
    +
    git difftool [<options>] [<commit> [<commit>]] [--] [<path>…​]
    diff --git a/external/docs/content/docs/git-difftool/2.49.0.html b/external/docs/content/docs/git-difftool/2.49.0.html index 1fa06994b5..cd2b9f2b41 100644 --- a/external/docs/content/docs/git-difftool/2.49.0.html +++ b/external/docs/content/docs/git-difftool/2.49.0.html @@ -41,7 +41,7 @@

    NAME

    SYNOPSIS

    -
    git difftool [<options>] [<commit> [<commit>]] [--] [<path>…​]
    +
    git difftool [<options>] [<commit> [<commit>]] [--] [<path>…​]
    diff --git a/external/docs/content/docs/git-difftool/2.9.5.html b/external/docs/content/docs/git-difftool/2.9.5.html index 21fec5155f..dbaead407e 100644 --- a/external/docs/content/docs/git-difftool/2.9.5.html +++ b/external/docs/content/docs/git-difftool/2.9.5.html @@ -39,7 +39,7 @@

    NAME

    SYNOPSIS

    -
    git difftool [<options>] [<commit> [<commit>]] [--] [<path>…​]
    +
    git difftool [<options>] [<commit> [<commit>]] [--] [<path>…​]
    diff --git a/external/docs/content/docs/git-difftool/fr.html b/external/docs/content/docs/git-difftool/fr.html index ba8d3b7ab2..d2034ed11f 100644 --- a/external/docs/content/docs/git-difftool/fr.html +++ b/external/docs/content/docs/git-difftool/fr.html @@ -39,7 +39,7 @@

    NOM

    SYNOPSIS

    -
    git difftool [<options>] [<commit> [<commit>]] [--] [<chemin>…​]
    +
    git difftool [<options>] [<commit> [<commit>]] [--] [<chemin>…​]
    diff --git a/external/docs/content/docs/git-difftool/pt_BR.html b/external/docs/content/docs/git-difftool/pt_BR.html index ad120acddb..cd0c7c945a 100644 --- a/external/docs/content/docs/git-difftool/pt_BR.html +++ b/external/docs/content/docs/git-difftool/pt_BR.html @@ -37,7 +37,7 @@

    NOME

    RESUMO

    -
    git difftool [<opções>] [<commit> [<commit>]] [--] [<caminho>…​]
    +
    git difftool [<opções>] [<commit> [<commit>]] [--] [<caminho>…​]
    diff --git a/external/docs/content/docs/git-difftool/zh_HANS-CN.html b/external/docs/content/docs/git-difftool/zh_HANS-CN.html index 0fbf0b5666..47a4afe17c 100644 --- a/external/docs/content/docs/git-difftool/zh_HANS-CN.html +++ b/external/docs/content/docs/git-difftool/zh_HANS-CN.html @@ -37,7 +37,7 @@

    名称

    概述

    -
    git difftool [<选项>] [<提交> [<提交>]] [--] [<路径>…​]
    +
    git difftool [<选项>] [<提交> [<提交>]] [--] [<路径>…​]
    diff --git a/external/docs/content/docs/git-fast-import.html b/external/docs/content/docs/git-fast-import.html index 1bcb692404..594e06d714 100644 --- a/external/docs/content/docs/git-fast-import.html +++ b/external/docs/content/docs/git-fast-import.html @@ -601,7 +601,7 @@

    -
    	'commit' SP <ref> LF
    +
    	'commit' SP <ref> LF
     	mark?
     	original-oid?
     	('author' (SP <name>)? SP LT <email> GT SP <when> LF)?
    @@ -616,11 +616,11 @@ 

    -

    where <ref> is the name of the branch to make the commit on. +

    where <ref> is the name of the branch to make the commit on. Typically branch names are prefixed with refs/heads/ in Git, so importing the CVS branch symbol RELENG-1_0 would use -refs/heads/RELENG-1_0 for the value of <ref>. The value of -<ref> must be a valid refname in Git. As LF is not valid in +refs/heads/RELENG-1_0 for the value of <ref>. The value of +<ref> must be a valid refname in Git. As LF is not valid in a Git refname, no quoting or escaping syntax is supported here.

    @@ -1246,13 +1246,13 @@

    -
    	'reset' SP <ref> LF
    +
    	'reset' SP <ref> LF
     	('from' SP <commit-ish> LF)?
     	LF?
    -

    For a detailed description of <ref> and <commit-ish> see above +

    For a detailed description of <ref> and <commit-ish> see above under commit and from.

    @@ -1564,7 +1564,7 @@

    lsSee filemodify above for a detailed description of <path>.

    -

    Output uses the same format as git ls-tree <tree> -- <path>:

    +

    Output uses the same format as git ls-tree <tree> -- <path>:

    diff --git a/external/docs/content/docs/git-fast-import/2.0.5.html b/external/docs/content/docs/git-fast-import/2.0.5.html index 067efe24c1..e1d436e519 100644 --- a/external/docs/content/docs/git-fast-import/2.0.5.html +++ b/external/docs/content/docs/git-fast-import/2.0.5.html @@ -523,7 +523,7 @@

    -
    	'commit' SP <ref> LF
    +
    	'commit' SP <ref> LF
     	mark?
     	('author' (SP <name>)? SP LT <email> GT SP <when> LF)?
     	'committer' (SP <name>)? SP LT <email> GT SP <when> LF
    @@ -535,11 +535,11 @@ 

    -

    where <ref> is the name of the branch to make the commit on. +

    where <ref> is the name of the branch to make the commit on. Typically branch names are prefixed with refs/heads/ in Git, so importing the CVS branch symbol RELENG-1_0 would use -refs/heads/RELENG-1_0 for the value of <ref>. The value of -<ref> must be a valid refname in Git. As LF is not valid in +refs/heads/RELENG-1_0 for the value of <ref>. The value of +<ref> must be a valid refname in Git. As LF is not valid in a Git refname, no quoting or escaping syntax is supported here.

    @@ -1060,13 +1060,13 @@

    -
    	'reset' SP <ref> LF
    +
    	'reset' SP <ref> LF
     	('from' SP <commit-ish> LF)?
     	LF?
    -

    For a detailed description of <ref> and <commit-ish> see above +

    For a detailed description of <ref> and <commit-ish> see above under commit and from.

    @@ -1339,7 +1339,7 @@

    lsSee filemodify above for a detailed description of <path>.

    -

    Output uses the same format as git ls-tree <tree> -- <path>:

    +

    Output uses the same format as git ls-tree <tree> -- <path>:

    diff --git a/external/docs/content/docs/git-fast-import/2.1.4.html b/external/docs/content/docs/git-fast-import/2.1.4.html index 2c026c36e0..fe17932e87 100644 --- a/external/docs/content/docs/git-fast-import/2.1.4.html +++ b/external/docs/content/docs/git-fast-import/2.1.4.html @@ -523,7 +523,7 @@

    -
    	'commit' SP <ref> LF
    +
    	'commit' SP <ref> LF
     	mark?
     	('author' (SP <name>)? SP LT <email> GT SP <when> LF)?
     	'committer' (SP <name>)? SP LT <email> GT SP <when> LF
    @@ -535,11 +535,11 @@ 

    -

    where <ref> is the name of the branch to make the commit on. +

    where <ref> is the name of the branch to make the commit on. Typically branch names are prefixed with refs/heads/ in Git, so importing the CVS branch symbol RELENG-1_0 would use -refs/heads/RELENG-1_0 for the value of <ref>. The value of -<ref> must be a valid refname in Git. As LF is not valid in +refs/heads/RELENG-1_0 for the value of <ref>. The value of +<ref> must be a valid refname in Git. As LF is not valid in a Git refname, no quoting or escaping syntax is supported here.

    @@ -1064,13 +1064,13 @@

    -
    	'reset' SP <ref> LF
    +
    	'reset' SP <ref> LF
     	('from' SP <commit-ish> LF)?
     	LF?
    -

    For a detailed description of <ref> and <commit-ish> see above +

    For a detailed description of <ref> and <commit-ish> see above under commit and from.

    @@ -1343,7 +1343,7 @@

    lsSee filemodify above for a detailed description of <path>.

    -

    Output uses the same format as git ls-tree <tree> -- <path>:

    +

    Output uses the same format as git ls-tree <tree> -- <path>:

    diff --git a/external/docs/content/docs/git-fast-import/2.10.5.html b/external/docs/content/docs/git-fast-import/2.10.5.html index 8b7f1c278d..f9be8ac39d 100644 --- a/external/docs/content/docs/git-fast-import/2.10.5.html +++ b/external/docs/content/docs/git-fast-import/2.10.5.html @@ -538,7 +538,7 @@

    -
    	'commit' SP <ref> LF
    +
    	'commit' SP <ref> LF
     	mark?
     	('author' (SP <name>)? SP LT <email> GT SP <when> LF)?
     	'committer' (SP <name>)? SP LT <email> GT SP <when> LF
    @@ -550,11 +550,11 @@ 

    -

    where <ref> is the name of the branch to make the commit on. +

    where <ref> is the name of the branch to make the commit on. Typically branch names are prefixed with refs/heads/ in Git, so importing the CVS branch symbol RELENG-1_0 would use -refs/heads/RELENG-1_0 for the value of <ref>. The value of -<ref> must be a valid refname in Git. As LF is not valid in +refs/heads/RELENG-1_0 for the value of <ref>. The value of +<ref> must be a valid refname in Git. As LF is not valid in a Git refname, no quoting or escaping syntax is supported here.

    @@ -1076,13 +1076,13 @@

    -
    	'reset' SP <ref> LF
    +
    	'reset' SP <ref> LF
     	('from' SP <commit-ish> LF)?
     	LF?
    -

    For a detailed description of <ref> and <commit-ish> see above +

    For a detailed description of <ref> and <commit-ish> see above under commit and from.

    @@ -1379,7 +1379,7 @@

    lsSee filemodify above for a detailed description of <path>.

    -

    Output uses the same format as git ls-tree <tree> -- <path>:

    +

    Output uses the same format as git ls-tree <tree> -- <path>:

    diff --git a/external/docs/content/docs/git-fast-import/2.14.6.html b/external/docs/content/docs/git-fast-import/2.14.6.html index add3d78a15..916e2c3707 100644 --- a/external/docs/content/docs/git-fast-import/2.14.6.html +++ b/external/docs/content/docs/git-fast-import/2.14.6.html @@ -556,7 +556,7 @@

    -
    	'commit' SP <ref> LF
    +
    	'commit' SP <ref> LF
     	mark?
     	('author' (SP <name>)? SP LT <email> GT SP <when> LF)?
     	'committer' (SP <name>)? SP LT <email> GT SP <when> LF
    @@ -568,11 +568,11 @@ 

    -

    where <ref> is the name of the branch to make the commit on. +

    where <ref> is the name of the branch to make the commit on. Typically branch names are prefixed with refs/heads/ in Git, so importing the CVS branch symbol RELENG-1_0 would use -refs/heads/RELENG-1_0 for the value of <ref>. The value of -<ref> must be a valid refname in Git. As LF is not valid in +refs/heads/RELENG-1_0 for the value of <ref>. The value of +<ref> must be a valid refname in Git. As LF is not valid in a Git refname, no quoting or escaping syntax is supported here.

    @@ -1094,13 +1094,13 @@

    -
    	'reset' SP <ref> LF
    +
    	'reset' SP <ref> LF
     	('from' SP <commit-ish> LF)?
     	LF?
    -

    For a detailed description of <ref> and <commit-ish> see above +

    For a detailed description of <ref> and <commit-ish> see above under commit and from.

    @@ -1397,7 +1397,7 @@

    lsSee filemodify above for a detailed description of <path>.

    -

    Output uses the same format as git ls-tree <tree> -- <path>:

    +

    Output uses the same format as git ls-tree <tree> -- <path>:

    diff --git a/external/docs/content/docs/git-fast-import/2.17.0.html b/external/docs/content/docs/git-fast-import/2.17.0.html index 2cb4004241..f6df5aa7d1 100644 --- a/external/docs/content/docs/git-fast-import/2.17.0.html +++ b/external/docs/content/docs/git-fast-import/2.17.0.html @@ -537,7 +537,7 @@

    -
    	'commit' SP <ref> LF
    +
    	'commit' SP <ref> LF
     	mark?
     	('author' (SP <name>)? SP LT <email> GT SP <when> LF)?
     	'committer' (SP <name>)? SP LT <email> GT SP <when> LF
    @@ -549,11 +549,11 @@ 

    -

    where <ref> is the name of the branch to make the commit on. +

    where <ref> is the name of the branch to make the commit on. Typically branch names are prefixed with refs/heads/ in Git, so importing the CVS branch symbol RELENG-1_0 would use -refs/heads/RELENG-1_0 for the value of <ref>. The value of -<ref> must be a valid refname in Git. As LF is not valid in +refs/heads/RELENG-1_0 for the value of <ref>. The value of +<ref> must be a valid refname in Git. As LF is not valid in a Git refname, no quoting or escaping syntax is supported here.

    @@ -1075,13 +1075,13 @@

    -
    	'reset' SP <ref> LF
    +
    	'reset' SP <ref> LF
     	('from' SP <commit-ish> LF)?
     	LF?
    -

    For a detailed description of <ref> and <commit-ish> see above +

    For a detailed description of <ref> and <commit-ish> see above under commit and from.

    @@ -1378,7 +1378,7 @@

    lsSee filemodify above for a detailed description of <path>.

    -

    Output uses the same format as git ls-tree <tree> -- <path>:

    +

    Output uses the same format as git ls-tree <tree> -- <path>:

    diff --git a/external/docs/content/docs/git-fast-import/2.17.3.html b/external/docs/content/docs/git-fast-import/2.17.3.html index fb9ae52c23..464c27547f 100644 --- a/external/docs/content/docs/git-fast-import/2.17.3.html +++ b/external/docs/content/docs/git-fast-import/2.17.3.html @@ -557,7 +557,7 @@

    -
    	'commit' SP <ref> LF
    +
    	'commit' SP <ref> LF
     	mark?
     	('author' (SP <name>)? SP LT <email> GT SP <when> LF)?
     	'committer' (SP <name>)? SP LT <email> GT SP <when> LF
    @@ -569,11 +569,11 @@ 

    -

    where <ref> is the name of the branch to make the commit on. +

    where <ref> is the name of the branch to make the commit on. Typically branch names are prefixed with refs/heads/ in Git, so importing the CVS branch symbol RELENG-1_0 would use -refs/heads/RELENG-1_0 for the value of <ref>. The value of -<ref> must be a valid refname in Git. As LF is not valid in +refs/heads/RELENG-1_0 for the value of <ref>. The value of +<ref> must be a valid refname in Git. As LF is not valid in a Git refname, no quoting or escaping syntax is supported here.

    @@ -1095,13 +1095,13 @@

    -
    	'reset' SP <ref> LF
    +
    	'reset' SP <ref> LF
     	('from' SP <commit-ish> LF)?
     	LF?
    -

    For a detailed description of <ref> and <commit-ish> see above +

    For a detailed description of <ref> and <commit-ish> see above under commit and from.

    @@ -1398,7 +1398,7 @@

    lsSee filemodify above for a detailed description of <path>.

    -

    Output uses the same format as git ls-tree <tree> -- <path>:

    +

    Output uses the same format as git ls-tree <tree> -- <path>:

    diff --git a/external/docs/content/docs/git-fast-import/2.18.0.html b/external/docs/content/docs/git-fast-import/2.18.0.html index de7cba765e..47c8881f09 100644 --- a/external/docs/content/docs/git-fast-import/2.18.0.html +++ b/external/docs/content/docs/git-fast-import/2.18.0.html @@ -536,7 +536,7 @@

    -
    	'commit' SP <ref> LF
    +
    	'commit' SP <ref> LF
     	mark?
     	('author' (SP <name>)? SP LT <email> GT SP <when> LF)?
     	'committer' (SP <name>)? SP LT <email> GT SP <when> LF
    @@ -548,11 +548,11 @@ 

    -

    where <ref> is the name of the branch to make the commit on. +

    where <ref> is the name of the branch to make the commit on. Typically branch names are prefixed with refs/heads/ in Git, so importing the CVS branch symbol RELENG-1_0 would use -refs/heads/RELENG-1_0 for the value of <ref>. The value of -<ref> must be a valid refname in Git. As LF is not valid in +refs/heads/RELENG-1_0 for the value of <ref>. The value of +<ref> must be a valid refname in Git. As LF is not valid in a Git refname, no quoting or escaping syntax is supported here.

    @@ -1074,13 +1074,13 @@

    -
    	'reset' SP <ref> LF
    +
    	'reset' SP <ref> LF
     	('from' SP <commit-ish> LF)?
     	LF?
    -

    For a detailed description of <ref> and <commit-ish> see above +

    For a detailed description of <ref> and <commit-ish> see above under commit and from.

    @@ -1377,7 +1377,7 @@

    lsSee filemodify above for a detailed description of <path>.

    -

    Output uses the same format as git ls-tree <tree> -- <path>:

    +

    Output uses the same format as git ls-tree <tree> -- <path>:

    diff --git a/external/docs/content/docs/git-fast-import/2.18.2.html b/external/docs/content/docs/git-fast-import/2.18.2.html index f44fcdca88..cffd300628 100644 --- a/external/docs/content/docs/git-fast-import/2.18.2.html +++ b/external/docs/content/docs/git-fast-import/2.18.2.html @@ -557,7 +557,7 @@

    -
    	'commit' SP <ref> LF
    +
    	'commit' SP <ref> LF
     	mark?
     	('author' (SP <name>)? SP LT <email> GT SP <when> LF)?
     	'committer' (SP <name>)? SP LT <email> GT SP <when> LF
    @@ -569,11 +569,11 @@ 

    -

    where <ref> is the name of the branch to make the commit on. +

    where <ref> is the name of the branch to make the commit on. Typically branch names are prefixed with refs/heads/ in Git, so importing the CVS branch symbol RELENG-1_0 would use -refs/heads/RELENG-1_0 for the value of <ref>. The value of -<ref> must be a valid refname in Git. As LF is not valid in +refs/heads/RELENG-1_0 for the value of <ref>. The value of +<ref> must be a valid refname in Git. As LF is not valid in a Git refname, no quoting or escaping syntax is supported here.

    @@ -1095,13 +1095,13 @@

    -
    	'reset' SP <ref> LF
    +
    	'reset' SP <ref> LF
     	('from' SP <commit-ish> LF)?
     	LF?
    -

    For a detailed description of <ref> and <commit-ish> see above +

    For a detailed description of <ref> and <commit-ish> see above under commit and from.

    @@ -1398,7 +1398,7 @@

    lsSee filemodify above for a detailed description of <path>.

    -

    Output uses the same format as git ls-tree <tree> -- <path>:

    +

    Output uses the same format as git ls-tree <tree> -- <path>:

    diff --git a/external/docs/content/docs/git-fast-import/2.19.0.html b/external/docs/content/docs/git-fast-import/2.19.0.html index aeedde8193..52ff53eb8e 100644 --- a/external/docs/content/docs/git-fast-import/2.19.0.html +++ b/external/docs/content/docs/git-fast-import/2.19.0.html @@ -537,7 +537,7 @@

    -
    	'commit' SP <ref> LF
    +
    	'commit' SP <ref> LF
     	mark?
     	('author' (SP <name>)? SP LT <email> GT SP <when> LF)?
     	'committer' (SP <name>)? SP LT <email> GT SP <when> LF
    @@ -549,11 +549,11 @@ 

    -

    where <ref> is the name of the branch to make the commit on. +

    where <ref> is the name of the branch to make the commit on. Typically branch names are prefixed with refs/heads/ in Git, so importing the CVS branch symbol RELENG-1_0 would use -refs/heads/RELENG-1_0 for the value of <ref>. The value of -<ref> must be a valid refname in Git. As LF is not valid in +refs/heads/RELENG-1_0 for the value of <ref>. The value of +<ref> must be a valid refname in Git. As LF is not valid in a Git refname, no quoting or escaping syntax is supported here.

    @@ -1075,13 +1075,13 @@

    -
    	'reset' SP <ref> LF
    +
    	'reset' SP <ref> LF
     	('from' SP <commit-ish> LF)?
     	LF?
    -

    For a detailed description of <ref> and <commit-ish> see above +

    For a detailed description of <ref> and <commit-ish> see above under commit and from.

    @@ -1378,7 +1378,7 @@

    lsSee filemodify above for a detailed description of <path>.

    -

    Output uses the same format as git ls-tree <tree> -- <path>:

    +

    Output uses the same format as git ls-tree <tree> -- <path>:

    diff --git a/external/docs/content/docs/git-fast-import/2.19.3.html b/external/docs/content/docs/git-fast-import/2.19.3.html index 8b183add82..b74bd0414c 100644 --- a/external/docs/content/docs/git-fast-import/2.19.3.html +++ b/external/docs/content/docs/git-fast-import/2.19.3.html @@ -557,7 +557,7 @@

    -
    	'commit' SP <ref> LF
    +
    	'commit' SP <ref> LF
     	mark?
     	('author' (SP <name>)? SP LT <email> GT SP <when> LF)?
     	'committer' (SP <name>)? SP LT <email> GT SP <when> LF
    @@ -569,11 +569,11 @@ 

    -

    where <ref> is the name of the branch to make the commit on. +

    where <ref> is the name of the branch to make the commit on. Typically branch names are prefixed with refs/heads/ in Git, so importing the CVS branch symbol RELENG-1_0 would use -refs/heads/RELENG-1_0 for the value of <ref>. The value of -<ref> must be a valid refname in Git. As LF is not valid in +refs/heads/RELENG-1_0 for the value of <ref>. The value of +<ref> must be a valid refname in Git. As LF is not valid in a Git refname, no quoting or escaping syntax is supported here.

    @@ -1095,13 +1095,13 @@

    -
    	'reset' SP <ref> LF
    +
    	'reset' SP <ref> LF
     	('from' SP <commit-ish> LF)?
     	LF?
    -

    For a detailed description of <ref> and <commit-ish> see above +

    For a detailed description of <ref> and <commit-ish> see above under commit and from.

    @@ -1398,7 +1398,7 @@

    lsSee filemodify above for a detailed description of <path>.

    -

    Output uses the same format as git ls-tree <tree> -- <path>:

    +

    Output uses the same format as git ls-tree <tree> -- <path>:

    diff --git a/external/docs/content/docs/git-fast-import/2.2.3.html b/external/docs/content/docs/git-fast-import/2.2.3.html index ab8a0b81af..98c754540a 100644 --- a/external/docs/content/docs/git-fast-import/2.2.3.html +++ b/external/docs/content/docs/git-fast-import/2.2.3.html @@ -525,7 +525,7 @@

    -
    	'commit' SP <ref> LF
    +
    	'commit' SP <ref> LF
     	mark?
     	('author' (SP <name>)? SP LT <email> GT SP <when> LF)?
     	'committer' (SP <name>)? SP LT <email> GT SP <when> LF
    @@ -537,11 +537,11 @@ 

    -

    where <ref> is the name of the branch to make the commit on. +

    where <ref> is the name of the branch to make the commit on. Typically branch names are prefixed with refs/heads/ in Git, so importing the CVS branch symbol RELENG-1_0 would use -refs/heads/RELENG-1_0 for the value of <ref>. The value of -<ref> must be a valid refname in Git. As LF is not valid in +refs/heads/RELENG-1_0 for the value of <ref>. The value of +<ref> must be a valid refname in Git. As LF is not valid in a Git refname, no quoting or escaping syntax is supported here.

    @@ -1066,13 +1066,13 @@

    -
    	'reset' SP <ref> LF
    +
    	'reset' SP <ref> LF
     	('from' SP <commit-ish> LF)?
     	LF?
    -

    For a detailed description of <ref> and <commit-ish> see above +

    For a detailed description of <ref> and <commit-ish> see above under commit and from.

    @@ -1345,7 +1345,7 @@

    lsSee filemodify above for a detailed description of <path>.

    -

    Output uses the same format as git ls-tree <tree> -- <path>:

    +

    Output uses the same format as git ls-tree <tree> -- <path>:

    diff --git a/external/docs/content/docs/git-fast-import/2.20.0.html b/external/docs/content/docs/git-fast-import/2.20.0.html index c464f9cb5f..0e4acfc2be 100644 --- a/external/docs/content/docs/git-fast-import/2.20.0.html +++ b/external/docs/content/docs/git-fast-import/2.20.0.html @@ -536,7 +536,7 @@

    -
    	'commit' SP <ref> LF
    +
    	'commit' SP <ref> LF
     	mark?
     	('author' (SP <name>)? SP LT <email> GT SP <when> LF)?
     	'committer' (SP <name>)? SP LT <email> GT SP <when> LF
    @@ -548,11 +548,11 @@ 

    -

    where <ref> is the name of the branch to make the commit on. +

    where <ref> is the name of the branch to make the commit on. Typically branch names are prefixed with refs/heads/ in Git, so importing the CVS branch symbol RELENG-1_0 would use -refs/heads/RELENG-1_0 for the value of <ref>. The value of -<ref> must be a valid refname in Git. As LF is not valid in +refs/heads/RELENG-1_0 for the value of <ref>. The value of +<ref> must be a valid refname in Git. As LF is not valid in a Git refname, no quoting or escaping syntax is supported here.

    @@ -1074,13 +1074,13 @@

    -
    	'reset' SP <ref> LF
    +
    	'reset' SP <ref> LF
     	('from' SP <commit-ish> LF)?
     	LF?
    -

    For a detailed description of <ref> and <commit-ish> see above +

    For a detailed description of <ref> and <commit-ish> see above under commit and from.

    @@ -1377,7 +1377,7 @@

    lsSee filemodify above for a detailed description of <path>.

    -

    Output uses the same format as git ls-tree <tree> -- <path>:

    +

    Output uses the same format as git ls-tree <tree> -- <path>:

    diff --git a/external/docs/content/docs/git-fast-import/2.20.2.html b/external/docs/content/docs/git-fast-import/2.20.2.html index dbd5b344a9..fc3e21fc88 100644 --- a/external/docs/content/docs/git-fast-import/2.20.2.html +++ b/external/docs/content/docs/git-fast-import/2.20.2.html @@ -557,7 +557,7 @@

    -
    	'commit' SP <ref> LF
    +
    	'commit' SP <ref> LF
     	mark?
     	('author' (SP <name>)? SP LT <email> GT SP <when> LF)?
     	'committer' (SP <name>)? SP LT <email> GT SP <when> LF
    @@ -569,11 +569,11 @@ 

    -

    where <ref> is the name of the branch to make the commit on. +

    where <ref> is the name of the branch to make the commit on. Typically branch names are prefixed with refs/heads/ in Git, so importing the CVS branch symbol RELENG-1_0 would use -refs/heads/RELENG-1_0 for the value of <ref>. The value of -<ref> must be a valid refname in Git. As LF is not valid in +refs/heads/RELENG-1_0 for the value of <ref>. The value of +<ref> must be a valid refname in Git. As LF is not valid in a Git refname, no quoting or escaping syntax is supported here.

    @@ -1095,13 +1095,13 @@

    -
    	'reset' SP <ref> LF
    +
    	'reset' SP <ref> LF
     	('from' SP <commit-ish> LF)?
     	LF?
    -

    For a detailed description of <ref> and <commit-ish> see above +

    For a detailed description of <ref> and <commit-ish> see above under commit and from.

    @@ -1398,7 +1398,7 @@

    lsSee filemodify above for a detailed description of <path>.

    -

    Output uses the same format as git ls-tree <tree> -- <path>:

    +

    Output uses the same format as git ls-tree <tree> -- <path>:

    diff --git a/external/docs/content/docs/git-fast-import/2.21.0.html b/external/docs/content/docs/git-fast-import/2.21.0.html index da46301f20..4658ed6e79 100644 --- a/external/docs/content/docs/git-fast-import/2.21.0.html +++ b/external/docs/content/docs/git-fast-import/2.21.0.html @@ -536,7 +536,7 @@

    -
    	'commit' SP <ref> LF
    +
    	'commit' SP <ref> LF
     	mark?
     	original-oid?
     	('author' (SP <name>)? SP LT <email> GT SP <when> LF)?
    @@ -549,11 +549,11 @@ 

    -

    where <ref> is the name of the branch to make the commit on. +

    where <ref> is the name of the branch to make the commit on. Typically branch names are prefixed with refs/heads/ in Git, so importing the CVS branch symbol RELENG-1_0 would use -refs/heads/RELENG-1_0 for the value of <ref>. The value of -<ref> must be a valid refname in Git. As LF is not valid in +refs/heads/RELENG-1_0 for the value of <ref>. The value of +<ref> must be a valid refname in Git. As LF is not valid in a Git refname, no quoting or escaping syntax is supported here.

    @@ -1093,13 +1093,13 @@

    -
    	'reset' SP <ref> LF
    +
    	'reset' SP <ref> LF
     	('from' SP <commit-ish> LF)?
     	LF?
    -

    For a detailed description of <ref> and <commit-ish> see above +

    For a detailed description of <ref> and <commit-ish> see above under commit and from.

    @@ -1397,7 +1397,7 @@

    lsSee filemodify above for a detailed description of <path>.

    -

    Output uses the same format as git ls-tree <tree> -- <path>:

    +

    Output uses the same format as git ls-tree <tree> -- <path>:

    diff --git a/external/docs/content/docs/git-fast-import/2.21.1.html b/external/docs/content/docs/git-fast-import/2.21.1.html index b982f75bf7..e1fc14d148 100644 --- a/external/docs/content/docs/git-fast-import/2.21.1.html +++ b/external/docs/content/docs/git-fast-import/2.21.1.html @@ -558,7 +558,7 @@

    -
    	'commit' SP <ref> LF
    +
    	'commit' SP <ref> LF
     	mark?
     	original-oid?
     	('author' (SP <name>)? SP LT <email> GT SP <when> LF)?
    @@ -571,11 +571,11 @@ 

    -

    where <ref> is the name of the branch to make the commit on. +

    where <ref> is the name of the branch to make the commit on. Typically branch names are prefixed with refs/heads/ in Git, so importing the CVS branch symbol RELENG-1_0 would use -refs/heads/RELENG-1_0 for the value of <ref>. The value of -<ref> must be a valid refname in Git. As LF is not valid in +refs/heads/RELENG-1_0 for the value of <ref>. The value of +<ref> must be a valid refname in Git. As LF is not valid in a Git refname, no quoting or escaping syntax is supported here.

    @@ -1115,13 +1115,13 @@

    -
    	'reset' SP <ref> LF
    +
    	'reset' SP <ref> LF
     	('from' SP <commit-ish> LF)?
     	LF?
    -

    For a detailed description of <ref> and <commit-ish> see above +

    For a detailed description of <ref> and <commit-ish> see above under commit and from.

    @@ -1419,7 +1419,7 @@

    lsSee filemodify above for a detailed description of <path>.

    -

    Output uses the same format as git ls-tree <tree> -- <path>:

    +

    Output uses the same format as git ls-tree <tree> -- <path>:

    diff --git a/external/docs/content/docs/git-fast-import/2.22.0.html b/external/docs/content/docs/git-fast-import/2.22.0.html index a3868b4314..6b9e372de8 100644 --- a/external/docs/content/docs/git-fast-import/2.22.0.html +++ b/external/docs/content/docs/git-fast-import/2.22.0.html @@ -537,7 +537,7 @@

    -
    	'commit' SP <ref> LF
    +
    	'commit' SP <ref> LF
     	mark?
     	original-oid?
     	('author' (SP <name>)? SP LT <email> GT SP <when> LF)?
    @@ -550,11 +550,11 @@ 

    -

    where <ref> is the name of the branch to make the commit on. +

    where <ref> is the name of the branch to make the commit on. Typically branch names are prefixed with refs/heads/ in Git, so importing the CVS branch symbol RELENG-1_0 would use -refs/heads/RELENG-1_0 for the value of <ref>. The value of -<ref> must be a valid refname in Git. As LF is not valid in +refs/heads/RELENG-1_0 for the value of <ref>. The value of +<ref> must be a valid refname in Git. As LF is not valid in a Git refname, no quoting or escaping syntax is supported here.

    @@ -1099,13 +1099,13 @@

    -
    	'reset' SP <ref> LF
    +
    	'reset' SP <ref> LF
     	('from' SP <commit-ish> LF)?
     	LF?
    -

    For a detailed description of <ref> and <commit-ish> see above +

    For a detailed description of <ref> and <commit-ish> see above under commit and from.

    @@ -1399,7 +1399,7 @@

    lsSee filemodify above for a detailed description of <path>.

    -

    Output uses the same format as git ls-tree <tree> -- <path>:

    +

    Output uses the same format as git ls-tree <tree> -- <path>:

    diff --git a/external/docs/content/docs/git-fast-import/2.22.2.html b/external/docs/content/docs/git-fast-import/2.22.2.html index 915c5a8883..e6cf84c5fb 100644 --- a/external/docs/content/docs/git-fast-import/2.22.2.html +++ b/external/docs/content/docs/git-fast-import/2.22.2.html @@ -558,7 +558,7 @@

    -
    	'commit' SP <ref> LF
    +
    	'commit' SP <ref> LF
     	mark?
     	original-oid?
     	('author' (SP <name>)? SP LT <email> GT SP <when> LF)?
    @@ -571,11 +571,11 @@ 

    -

    where <ref> is the name of the branch to make the commit on. +

    where <ref> is the name of the branch to make the commit on. Typically branch names are prefixed with refs/heads/ in Git, so importing the CVS branch symbol RELENG-1_0 would use -refs/heads/RELENG-1_0 for the value of <ref>. The value of -<ref> must be a valid refname in Git. As LF is not valid in +refs/heads/RELENG-1_0 for the value of <ref>. The value of +<ref> must be a valid refname in Git. As LF is not valid in a Git refname, no quoting or escaping syntax is supported here.

    @@ -1120,13 +1120,13 @@

    -
    	'reset' SP <ref> LF
    +
    	'reset' SP <ref> LF
     	('from' SP <commit-ish> LF)?
     	LF?
    -

    For a detailed description of <ref> and <commit-ish> see above +

    For a detailed description of <ref> and <commit-ish> see above under commit and from.

    @@ -1420,7 +1420,7 @@

    lsSee filemodify above for a detailed description of <path>.

    -

    Output uses the same format as git ls-tree <tree> -- <path>:

    +

    Output uses the same format as git ls-tree <tree> -- <path>:

    diff --git a/external/docs/content/docs/git-fast-import/2.23.0.html b/external/docs/content/docs/git-fast-import/2.23.0.html index ba57683a3a..f0fd3d6c4d 100644 --- a/external/docs/content/docs/git-fast-import/2.23.0.html +++ b/external/docs/content/docs/git-fast-import/2.23.0.html @@ -536,7 +536,7 @@

    -
    	'commit' SP <ref> LF
    +
    	'commit' SP <ref> LF
     	mark?
     	original-oid?
     	('author' (SP <name>)? SP LT <email> GT SP <when> LF)?
    @@ -550,11 +550,11 @@ 

    -

    where <ref> is the name of the branch to make the commit on. +

    where <ref> is the name of the branch to make the commit on. Typically branch names are prefixed with refs/heads/ in Git, so importing the CVS branch symbol RELENG-1_0 would use -refs/heads/RELENG-1_0 for the value of <ref>. The value of -<ref> must be a valid refname in Git. As LF is not valid in +refs/heads/RELENG-1_0 for the value of <ref>. The value of +<ref> must be a valid refname in Git. As LF is not valid in a Git refname, no quoting or escaping syntax is supported here.

    @@ -1107,13 +1107,13 @@

    -
    	'reset' SP <ref> LF
    +
    	'reset' SP <ref> LF
     	('from' SP <commit-ish> LF)?
     	LF?
    -

    For a detailed description of <ref> and <commit-ish> see above +

    For a detailed description of <ref> and <commit-ish> see above under commit and from.

    @@ -1407,7 +1407,7 @@

    lsSee filemodify above for a detailed description of <path>.

    -

    Output uses the same format as git ls-tree <tree> -- <path>:

    +

    Output uses the same format as git ls-tree <tree> -- <path>:

    diff --git a/external/docs/content/docs/git-fast-import/2.23.1.html b/external/docs/content/docs/git-fast-import/2.23.1.html index 0170c91506..39e8bd15d6 100644 --- a/external/docs/content/docs/git-fast-import/2.23.1.html +++ b/external/docs/content/docs/git-fast-import/2.23.1.html @@ -558,7 +558,7 @@

    -
    	'commit' SP <ref> LF
    +
    	'commit' SP <ref> LF
     	mark?
     	original-oid?
     	('author' (SP <name>)? SP LT <email> GT SP <when> LF)?
    @@ -572,11 +572,11 @@ 

    -

    where <ref> is the name of the branch to make the commit on. +

    where <ref> is the name of the branch to make the commit on. Typically branch names are prefixed with refs/heads/ in Git, so importing the CVS branch symbol RELENG-1_0 would use -refs/heads/RELENG-1_0 for the value of <ref>. The value of -<ref> must be a valid refname in Git. As LF is not valid in +refs/heads/RELENG-1_0 for the value of <ref>. The value of +<ref> must be a valid refname in Git. As LF is not valid in a Git refname, no quoting or escaping syntax is supported here.

    @@ -1129,13 +1129,13 @@

    -
    	'reset' SP <ref> LF
    +
    	'reset' SP <ref> LF
     	('from' SP <commit-ish> LF)?
     	LF?
    -

    For a detailed description of <ref> and <commit-ish> see above +

    For a detailed description of <ref> and <commit-ish> see above under commit and from.

    @@ -1429,7 +1429,7 @@

    lsSee filemodify above for a detailed description of <path>.

    -

    Output uses the same format as git ls-tree <tree> -- <path>:

    +

    Output uses the same format as git ls-tree <tree> -- <path>:

    diff --git a/external/docs/content/docs/git-fast-import/2.24.0.html b/external/docs/content/docs/git-fast-import/2.24.0.html index a75ea1dcbc..b945dc9831 100644 --- a/external/docs/content/docs/git-fast-import/2.24.0.html +++ b/external/docs/content/docs/git-fast-import/2.24.0.html @@ -544,7 +544,7 @@

    -
    	'commit' SP <ref> LF
    +
    	'commit' SP <ref> LF
     	mark?
     	original-oid?
     	('author' (SP <name>)? SP LT <email> GT SP <when> LF)?
    @@ -558,11 +558,11 @@ 

    -

    where <ref> is the name of the branch to make the commit on. +

    where <ref> is the name of the branch to make the commit on. Typically branch names are prefixed with refs/heads/ in Git, so importing the CVS branch symbol RELENG-1_0 would use -refs/heads/RELENG-1_0 for the value of <ref>. The value of -<ref> must be a valid refname in Git. As LF is not valid in +refs/heads/RELENG-1_0 for the value of <ref>. The value of +<ref> must be a valid refname in Git. As LF is not valid in a Git refname, no quoting or escaping syntax is supported here.

    @@ -1116,13 +1116,13 @@

    -
    	'reset' SP <ref> LF
    +
    	'reset' SP <ref> LF
     	('from' SP <commit-ish> LF)?
     	LF?
    -

    For a detailed description of <ref> and <commit-ish> see above +

    For a detailed description of <ref> and <commit-ish> see above under commit and from.

    @@ -1434,7 +1434,7 @@

    lsSee filemodify above for a detailed description of <path>.

    -

    Output uses the same format as git ls-tree <tree> -- <path>:

    +

    Output uses the same format as git ls-tree <tree> -- <path>:

    diff --git a/external/docs/content/docs/git-fast-import/2.24.1.html b/external/docs/content/docs/git-fast-import/2.24.1.html index 8dc8a20c7d..cba26aa2b6 100644 --- a/external/docs/content/docs/git-fast-import/2.24.1.html +++ b/external/docs/content/docs/git-fast-import/2.24.1.html @@ -576,7 +576,7 @@

    -
    	'commit' SP <ref> LF
    +
    	'commit' SP <ref> LF
     	mark?
     	original-oid?
     	('author' (SP <name>)? SP LT <email> GT SP <when> LF)?
    @@ -590,11 +590,11 @@ 

    -

    where <ref> is the name of the branch to make the commit on. +

    where <ref> is the name of the branch to make the commit on. Typically branch names are prefixed with refs/heads/ in Git, so importing the CVS branch symbol RELENG-1_0 would use -refs/heads/RELENG-1_0 for the value of <ref>. The value of -<ref> must be a valid refname in Git. As LF is not valid in +refs/heads/RELENG-1_0 for the value of <ref>. The value of +<ref> must be a valid refname in Git. As LF is not valid in a Git refname, no quoting or escaping syntax is supported here.

    @@ -1148,13 +1148,13 @@

    -
    	'reset' SP <ref> LF
    +
    	'reset' SP <ref> LF
     	('from' SP <commit-ish> LF)?
     	LF?
    -

    For a detailed description of <ref> and <commit-ish> see above +

    For a detailed description of <ref> and <commit-ish> see above under commit and from.

    @@ -1466,7 +1466,7 @@

    lsSee filemodify above for a detailed description of <path>.

    -

    Output uses the same format as git ls-tree <tree> -- <path>:

    +

    Output uses the same format as git ls-tree <tree> -- <path>:

    diff --git a/external/docs/content/docs/git-fast-import/2.27.0.html b/external/docs/content/docs/git-fast-import/2.27.0.html index e642ce4714..0ce501ec60 100644 --- a/external/docs/content/docs/git-fast-import/2.27.0.html +++ b/external/docs/content/docs/git-fast-import/2.27.0.html @@ -591,7 +591,7 @@

    -
    	'commit' SP <ref> LF
    +
    	'commit' SP <ref> LF
     	mark?
     	original-oid?
     	('author' (SP <name>)? SP LT <email> GT SP <when> LF)?
    @@ -605,11 +605,11 @@ 

    -

    where <ref> is the name of the branch to make the commit on. +

    where <ref> is the name of the branch to make the commit on. Typically branch names are prefixed with refs/heads/ in Git, so importing the CVS branch symbol RELENG-1_0 would use -refs/heads/RELENG-1_0 for the value of <ref>. The value of -<ref> must be a valid refname in Git. As LF is not valid in +refs/heads/RELENG-1_0 for the value of <ref>. The value of +<ref> must be a valid refname in Git. As LF is not valid in a Git refname, no quoting or escaping syntax is supported here.

    @@ -1163,13 +1163,13 @@

    -
    	'reset' SP <ref> LF
    +
    	'reset' SP <ref> LF
     	('from' SP <commit-ish> LF)?
     	LF?
    -

    For a detailed description of <ref> and <commit-ish> see above +

    For a detailed description of <ref> and <commit-ish> see above under commit and from.

    @@ -1481,7 +1481,7 @@

    lsSee filemodify above for a detailed description of <path>.

    -

    Output uses the same format as git ls-tree <tree> -- <path>:

    +

    Output uses the same format as git ls-tree <tree> -- <path>:

    diff --git a/external/docs/content/docs/git-fast-import/2.28.0.html b/external/docs/content/docs/git-fast-import/2.28.0.html index 4c25aa36a4..cce70c013a 100644 --- a/external/docs/content/docs/git-fast-import/2.28.0.html +++ b/external/docs/content/docs/git-fast-import/2.28.0.html @@ -599,7 +599,7 @@

    -
    	'commit' SP <ref> LF
    +
    	'commit' SP <ref> LF
     	mark?
     	original-oid?
     	('author' (SP <name>)? SP LT <email> GT SP <when> LF)?
    @@ -613,11 +613,11 @@ 

    -

    where <ref> is the name of the branch to make the commit on. +

    where <ref> is the name of the branch to make the commit on. Typically branch names are prefixed with refs/heads/ in Git, so importing the CVS branch symbol RELENG-1_0 would use -refs/heads/RELENG-1_0 for the value of <ref>. The value of -<ref> must be a valid refname in Git. As LF is not valid in +refs/heads/RELENG-1_0 for the value of <ref>. The value of +<ref> must be a valid refname in Git. As LF is not valid in a Git refname, no quoting or escaping syntax is supported here.

    @@ -1171,13 +1171,13 @@

    -
    	'reset' SP <ref> LF
    +
    	'reset' SP <ref> LF
     	('from' SP <commit-ish> LF)?
     	LF?
    -

    For a detailed description of <ref> and <commit-ish> see above +

    For a detailed description of <ref> and <commit-ish> see above under commit and from.

    @@ -1489,7 +1489,7 @@

    lsSee filemodify above for a detailed description of <path>.

    -

    Output uses the same format as git ls-tree <tree> -- <path>:

    +

    Output uses the same format as git ls-tree <tree> -- <path>:

    diff --git a/external/docs/content/docs/git-fast-import/2.29.0.html b/external/docs/content/docs/git-fast-import/2.29.0.html index c00d7bfcbf..9cdfb01a6b 100644 --- a/external/docs/content/docs/git-fast-import/2.29.0.html +++ b/external/docs/content/docs/git-fast-import/2.29.0.html @@ -670,7 +670,7 @@

    -
    	'commit' SP <ref> LF
    +
    	'commit' SP <ref> LF
     	mark?
     	original-oid?
     	('author' (SP <name>)? SP LT <email> GT SP <when> LF)?
    @@ -684,11 +684,11 @@ 

    -

    where <ref> is the name of the branch to make the commit on. +

    where <ref> is the name of the branch to make the commit on. Typically branch names are prefixed with refs/heads/ in Git, so importing the CVS branch symbol RELENG-1_0 would use -refs/heads/RELENG-1_0 for the value of <ref>. The value of -<ref> must be a valid refname in Git. As LF is not valid in +refs/heads/RELENG-1_0 for the value of <ref>. The value of +<ref> must be a valid refname in Git. As LF is not valid in a Git refname, no quoting or escaping syntax is supported here.

    @@ -1242,13 +1242,13 @@

    -
    	'reset' SP <ref> LF
    +
    	'reset' SP <ref> LF
     	('from' SP <commit-ish> LF)?
     	LF?
    -

    For a detailed description of <ref> and <commit-ish> see above +

    For a detailed description of <ref> and <commit-ish> see above under commit and from.

    @@ -1560,7 +1560,7 @@

    lsSee filemodify above for a detailed description of <path>.

    -

    Output uses the same format as git ls-tree <tree> -- <path>:

    +

    Output uses the same format as git ls-tree <tree> -- <path>:

    diff --git a/external/docs/content/docs/git-fast-import/2.3.10.html b/external/docs/content/docs/git-fast-import/2.3.10.html index 4ac199fada..35caf9bbc3 100644 --- a/external/docs/content/docs/git-fast-import/2.3.10.html +++ b/external/docs/content/docs/git-fast-import/2.3.10.html @@ -525,7 +525,7 @@

    -
    	'commit' SP <ref> LF
    +
    	'commit' SP <ref> LF
     	mark?
     	('author' (SP <name>)? SP LT <email> GT SP <when> LF)?
     	'committer' (SP <name>)? SP LT <email> GT SP <when> LF
    @@ -537,11 +537,11 @@ 

    -

    where <ref> is the name of the branch to make the commit on. +

    where <ref> is the name of the branch to make the commit on. Typically branch names are prefixed with refs/heads/ in Git, so importing the CVS branch symbol RELENG-1_0 would use -refs/heads/RELENG-1_0 for the value of <ref>. The value of -<ref> must be a valid refname in Git. As LF is not valid in +refs/heads/RELENG-1_0 for the value of <ref>. The value of +<ref> must be a valid refname in Git. As LF is not valid in a Git refname, no quoting or escaping syntax is supported here.

    @@ -1062,13 +1062,13 @@

    -
    	'reset' SP <ref> LF
    +
    	'reset' SP <ref> LF
     	('from' SP <commit-ish> LF)?
     	LF?
    -

    For a detailed description of <ref> and <commit-ish> see above +

    For a detailed description of <ref> and <commit-ish> see above under commit and from.

    @@ -1341,7 +1341,7 @@

    lsSee filemodify above for a detailed description of <path>.

    -

    Output uses the same format as git ls-tree <tree> -- <path>:

    +

    Output uses the same format as git ls-tree <tree> -- <path>:

    diff --git a/external/docs/content/docs/git-fast-import/2.38.0.html b/external/docs/content/docs/git-fast-import/2.38.0.html index 344c3a4066..c99259d2ef 100644 --- a/external/docs/content/docs/git-fast-import/2.38.0.html +++ b/external/docs/content/docs/git-fast-import/2.38.0.html @@ -625,7 +625,7 @@

    -
    	'commit' SP <ref> LF
    +
    	'commit' SP <ref> LF
     	mark?
     	original-oid?
     	('author' (SP <name>)? SP LT <email> GT SP <when> LF)?
    @@ -639,11 +639,11 @@ 

    -

    where <ref> is the name of the branch to make the commit on. +

    where <ref> is the name of the branch to make the commit on. Typically branch names are prefixed with refs/heads/ in Git, so importing the CVS branch symbol RELENG-1_0 would use -refs/heads/RELENG-1_0 for the value of <ref>. The value of -<ref> must be a valid refname in Git. As LF is not valid in +refs/heads/RELENG-1_0 for the value of <ref>. The value of +<ref> must be a valid refname in Git. As LF is not valid in a Git refname, no quoting or escaping syntax is supported here.

    @@ -1197,13 +1197,13 @@

    -
    	'reset' SP <ref> LF
    +
    	'reset' SP <ref> LF
     	('from' SP <commit-ish> LF)?
     	LF?
    -

    For a detailed description of <ref> and <commit-ish> see above +

    For a detailed description of <ref> and <commit-ish> see above under commit and from.

    @@ -1515,7 +1515,7 @@

    lsSee filemodify above for a detailed description of <path>.

    -

    Output uses the same format as git ls-tree <tree> -- <path>:

    +

    Output uses the same format as git ls-tree <tree> -- <path>:

    diff --git a/external/docs/content/docs/git-fast-import/2.4.12.html b/external/docs/content/docs/git-fast-import/2.4.12.html index 3f47ebd4c3..524de3d796 100644 --- a/external/docs/content/docs/git-fast-import/2.4.12.html +++ b/external/docs/content/docs/git-fast-import/2.4.12.html @@ -526,7 +526,7 @@

    -
    	'commit' SP <ref> LF
    +
    	'commit' SP <ref> LF
     	mark?
     	('author' (SP <name>)? SP LT <email> GT SP <when> LF)?
     	'committer' (SP <name>)? SP LT <email> GT SP <when> LF
    @@ -538,11 +538,11 @@ 

    -

    where <ref> is the name of the branch to make the commit on. +

    where <ref> is the name of the branch to make the commit on. Typically branch names are prefixed with refs/heads/ in Git, so importing the CVS branch symbol RELENG-1_0 would use -refs/heads/RELENG-1_0 for the value of <ref>. The value of -<ref> must be a valid refname in Git. As LF is not valid in +refs/heads/RELENG-1_0 for the value of <ref>. The value of +<ref> must be a valid refname in Git. As LF is not valid in a Git refname, no quoting or escaping syntax is supported here.

    @@ -1064,13 +1064,13 @@

    -
    	'reset' SP <ref> LF
    +
    	'reset' SP <ref> LF
     	('from' SP <commit-ish> LF)?
     	LF?
    -

    For a detailed description of <ref> and <commit-ish> see above +

    For a detailed description of <ref> and <commit-ish> see above under commit and from.

    @@ -1343,7 +1343,7 @@

    lsSee filemodify above for a detailed description of <path>.

    -

    Output uses the same format as git ls-tree <tree> -- <path>:

    +

    Output uses the same format as git ls-tree <tree> -- <path>:

    diff --git a/external/docs/content/docs/git-fast-import/2.43.0.html b/external/docs/content/docs/git-fast-import/2.43.0.html index 30b5bf8de8..69ad31ff8b 100644 --- a/external/docs/content/docs/git-fast-import/2.43.0.html +++ b/external/docs/content/docs/git-fast-import/2.43.0.html @@ -607,7 +607,7 @@

    -
    	'commit' SP <ref> LF
    +
    	'commit' SP <ref> LF
     	mark?
     	original-oid?
     	('author' (SP <name>)? SP LT <email> GT SP <when> LF)?
    @@ -621,11 +621,11 @@ 

    -

    where <ref> is the name of the branch to make the commit on. +

    where <ref> is the name of the branch to make the commit on. Typically branch names are prefixed with refs/heads/ in Git, so importing the CVS branch symbol RELENG-1_0 would use -refs/heads/RELENG-1_0 for the value of <ref>. The value of -<ref> must be a valid refname in Git. As LF is not valid in +refs/heads/RELENG-1_0 for the value of <ref>. The value of +<ref> must be a valid refname in Git. As LF is not valid in a Git refname, no quoting or escaping syntax is supported here.

    @@ -1179,13 +1179,13 @@

    -
    	'reset' SP <ref> LF
    +
    	'reset' SP <ref> LF
     	('from' SP <commit-ish> LF)?
     	LF?
    -

    For a detailed description of <ref> and <commit-ish> see above +

    For a detailed description of <ref> and <commit-ish> see above under commit and from.

    @@ -1497,7 +1497,7 @@

    lsSee filemodify above for a detailed description of <path>.

    -

    Output uses the same format as git ls-tree <tree> -- <path>:

    +

    Output uses the same format as git ls-tree <tree> -- <path>:

    diff --git a/external/docs/content/docs/git-fast-import/2.44.0.html b/external/docs/content/docs/git-fast-import/2.44.0.html index 60de1fb221..38f28c4553 100644 --- a/external/docs/content/docs/git-fast-import/2.44.0.html +++ b/external/docs/content/docs/git-fast-import/2.44.0.html @@ -604,7 +604,7 @@

    -
    	'commit' SP <ref> LF
    +
    	'commit' SP <ref> LF
     	mark?
     	original-oid?
     	('author' (SP <name>)? SP LT <email> GT SP <when> LF)?
    @@ -618,11 +618,11 @@ 

    -

    where <ref> is the name of the branch to make the commit on. +

    where <ref> is the name of the branch to make the commit on. Typically branch names are prefixed with refs/heads/ in Git, so importing the CVS branch symbol RELENG-1_0 would use -refs/heads/RELENG-1_0 for the value of <ref>. The value of -<ref> must be a valid refname in Git. As LF is not valid in +refs/heads/RELENG-1_0 for the value of <ref>. The value of +<ref> must be a valid refname in Git. As LF is not valid in a Git refname, no quoting or escaping syntax is supported here.

    @@ -1176,13 +1176,13 @@

    -
    	'reset' SP <ref> LF
    +
    	'reset' SP <ref> LF
     	('from' SP <commit-ish> LF)?
     	LF?
    -

    For a detailed description of <ref> and <commit-ish> see above +

    For a detailed description of <ref> and <commit-ish> see above under commit and from.

    @@ -1494,7 +1494,7 @@

    lsSee filemodify above for a detailed description of <path>.

    -

    Output uses the same format as git ls-tree <tree> -- <path>:

    +

    Output uses the same format as git ls-tree <tree> -- <path>:

    diff --git a/external/docs/content/docs/git-fast-import/2.45.0.html b/external/docs/content/docs/git-fast-import/2.45.0.html index 7ee328fd12..6abbe63d2f 100644 --- a/external/docs/content/docs/git-fast-import/2.45.0.html +++ b/external/docs/content/docs/git-fast-import/2.45.0.html @@ -618,7 +618,7 @@

    -
    	'commit' SP <ref> LF
    +
    	'commit' SP <ref> LF
     	mark?
     	original-oid?
     	('author' (SP <name>)? SP LT <email> GT SP <when> LF)?
    @@ -632,11 +632,11 @@ 

    -

    where <ref> is the name of the branch to make the commit on. +

    where <ref> is the name of the branch to make the commit on. Typically branch names are prefixed with refs/heads/ in Git, so importing the CVS branch symbol RELENG-1_0 would use -refs/heads/RELENG-1_0 for the value of <ref>. The value of -<ref> must be a valid refname in Git. As LF is not valid in +refs/heads/RELENG-1_0 for the value of <ref>. The value of +<ref> must be a valid refname in Git. As LF is not valid in a Git refname, no quoting or escaping syntax is supported here.

    @@ -1202,13 +1202,13 @@

    -
    	'reset' SP <ref> LF
    +
    	'reset' SP <ref> LF
     	('from' SP <commit-ish> LF)?
     	LF?
    -

    For a detailed description of <ref> and <commit-ish> see above +

    For a detailed description of <ref> and <commit-ish> see above under commit and from.

    @@ -1520,7 +1520,7 @@

    lsSee filemodify above for a detailed description of <path>.

    -

    Output uses the same format as git ls-tree <tree> -- <path>:

    +

    Output uses the same format as git ls-tree <tree> -- <path>:

    diff --git a/external/docs/content/docs/git-fast-import/2.50.0.html b/external/docs/content/docs/git-fast-import/2.50.0.html index 33a77e03c3..aa809c6893 100644 --- a/external/docs/content/docs/git-fast-import/2.50.0.html +++ b/external/docs/content/docs/git-fast-import/2.50.0.html @@ -601,7 +601,7 @@

    -
    	'commit' SP <ref> LF
    +
    	'commit' SP <ref> LF
     	mark?
     	original-oid?
     	('author' (SP <name>)? SP LT <email> GT SP <when> LF)?
    @@ -616,11 +616,11 @@ 

    -

    where <ref> is the name of the branch to make the commit on. +

    where <ref> is the name of the branch to make the commit on. Typically branch names are prefixed with refs/heads/ in Git, so importing the CVS branch symbol RELENG-1_0 would use -refs/heads/RELENG-1_0 for the value of <ref>. The value of -<ref> must be a valid refname in Git. As LF is not valid in +refs/heads/RELENG-1_0 for the value of <ref>. The value of +<ref> must be a valid refname in Git. As LF is not valid in a Git refname, no quoting or escaping syntax is supported here.

    @@ -1210,13 +1210,13 @@

    -
    	'reset' SP <ref> LF
    +
    	'reset' SP <ref> LF
     	('from' SP <commit-ish> LF)?
     	LF?
    -

    For a detailed description of <ref> and <commit-ish> see above +

    For a detailed description of <ref> and <commit-ish> see above under commit and from.

    @@ -1528,7 +1528,7 @@

    lsSee filemodify above for a detailed description of <path>.

    -

    Output uses the same format as git ls-tree <tree> -- <path>:

    +

    Output uses the same format as git ls-tree <tree> -- <path>:

    diff --git a/external/docs/content/docs/git-fast-import/2.51.0.html b/external/docs/content/docs/git-fast-import/2.51.0.html index 17f499d418..7273ae901c 100644 --- a/external/docs/content/docs/git-fast-import/2.51.0.html +++ b/external/docs/content/docs/git-fast-import/2.51.0.html @@ -600,7 +600,7 @@

    -
    	'commit' SP <ref> LF
    +
    	'commit' SP <ref> LF
     	mark?
     	original-oid?
     	('author' (SP <name>)? SP LT <email> GT SP <when> LF)?
    @@ -615,11 +615,11 @@ 

    -

    where <ref> is the name of the branch to make the commit on. +

    where <ref> is the name of the branch to make the commit on. Typically branch names are prefixed with refs/heads/ in Git, so importing the CVS branch symbol RELENG-1_0 would use -refs/heads/RELENG-1_0 for the value of <ref>. The value of -<ref> must be a valid refname in Git. As LF is not valid in +refs/heads/RELENG-1_0 for the value of <ref>. The value of +<ref> must be a valid refname in Git. As LF is not valid in a Git refname, no quoting or escaping syntax is supported here.

    @@ -1245,13 +1245,13 @@

    -
    	'reset' SP <ref> LF
    +
    	'reset' SP <ref> LF
     	('from' SP <commit-ish> LF)?
     	LF?
    -

    For a detailed description of <ref> and <commit-ish> see above +

    For a detailed description of <ref> and <commit-ish> see above under commit and from.

    @@ -1563,7 +1563,7 @@

    lsSee filemodify above for a detailed description of <path>.

    -

    Output uses the same format as git ls-tree <tree> -- <path>:

    +

    Output uses the same format as git ls-tree <tree> -- <path>:

    diff --git a/external/docs/content/docs/git-fast-import/2.6.7.html b/external/docs/content/docs/git-fast-import/2.6.7.html index d5b0d1da80..f869457937 100644 --- a/external/docs/content/docs/git-fast-import/2.6.7.html +++ b/external/docs/content/docs/git-fast-import/2.6.7.html @@ -533,7 +533,7 @@

    -
    	'commit' SP <ref> LF
    +
    	'commit' SP <ref> LF
     	mark?
     	('author' (SP <name>)? SP LT <email> GT SP <when> LF)?
     	'committer' (SP <name>)? SP LT <email> GT SP <when> LF
    @@ -545,11 +545,11 @@ 

    -

    where <ref> is the name of the branch to make the commit on. +

    where <ref> is the name of the branch to make the commit on. Typically branch names are prefixed with refs/heads/ in Git, so importing the CVS branch symbol RELENG-1_0 would use -refs/heads/RELENG-1_0 for the value of <ref>. The value of -<ref> must be a valid refname in Git. As LF is not valid in +refs/heads/RELENG-1_0 for the value of <ref>. The value of +<ref> must be a valid refname in Git. As LF is not valid in a Git refname, no quoting or escaping syntax is supported here.

    @@ -1071,13 +1071,13 @@

    -
    	'reset' SP <ref> LF
    +
    	'reset' SP <ref> LF
     	('from' SP <commit-ish> LF)?
     	LF?
    -

    For a detailed description of <ref> and <commit-ish> see above +

    For a detailed description of <ref> and <commit-ish> see above under commit and from.

    @@ -1374,7 +1374,7 @@

    lsSee filemodify above for a detailed description of <path>.

    -

    Output uses the same format as git ls-tree <tree> -- <path>:

    +

    Output uses the same format as git ls-tree <tree> -- <path>:

    diff --git a/external/docs/content/docs/git-fast-import/2.9.5.html b/external/docs/content/docs/git-fast-import/2.9.5.html index 9aacf5a1f7..57c2c87ff3 100644 --- a/external/docs/content/docs/git-fast-import/2.9.5.html +++ b/external/docs/content/docs/git-fast-import/2.9.5.html @@ -531,7 +531,7 @@

    -
    	'commit' SP <ref> LF
    +
    	'commit' SP <ref> LF
     	mark?
     	('author' (SP <name>)? SP LT <email> GT SP <when> LF)?
     	'committer' (SP <name>)? SP LT <email> GT SP <when> LF
    @@ -543,11 +543,11 @@ 

    -

    where <ref> is the name of the branch to make the commit on. +

    where <ref> is the name of the branch to make the commit on. Typically branch names are prefixed with refs/heads/ in Git, so importing the CVS branch symbol RELENG-1_0 would use -refs/heads/RELENG-1_0 for the value of <ref>. The value of -<ref> must be a valid refname in Git. As LF is not valid in +refs/heads/RELENG-1_0 for the value of <ref>. The value of +<ref> must be a valid refname in Git. As LF is not valid in a Git refname, no quoting or escaping syntax is supported here.

    @@ -1069,13 +1069,13 @@

    -
    	'reset' SP <ref> LF
    +
    	'reset' SP <ref> LF
     	('from' SP <commit-ish> LF)?
     	LF?
    -

    For a detailed description of <ref> and <commit-ish> see above +

    For a detailed description of <ref> and <commit-ish> see above under commit and from.

    @@ -1372,7 +1372,7 @@

    lsSee filemodify above for a detailed description of <path>.

    -

    Output uses the same format as git ls-tree <tree> -- <path>:

    +

    Output uses the same format as git ls-tree <tree> -- <path>:

    diff --git a/external/docs/content/docs/git-fast-import/fr.html b/external/docs/content/docs/git-fast-import/fr.html index a05198cf48..4995ff7559 100644 --- a/external/docs/content/docs/git-fast-import/fr.html +++ b/external/docs/content/docs/git-fast-import/fr.html @@ -1032,7 +1032,7 @@

    lsVoir filemodify ci-dessus pour une description détaillée de <chemin>.

    -

    La sortie utilise le même format que git ls-tree <arbre> -- <chemin> :

    +

    La sortie utilise le même format que git ls-tree <arbre> -- <chemin> :

    diff --git a/external/docs/content/docs/git-fetch-pack.html b/external/docs/content/docs/git-fetch-pack.html index 92d865e8fb..d723371c6d 100644 --- a/external/docs/content/docs/git-fetch-pack.html +++ b/external/docs/content/docs/git-fetch-pack.html @@ -39,7 +39,7 @@

    SYNOPSIS

    git fetch-pack [--all] [--quiet|-q] [--keep|-k] [--thin] [--include-tag]
     	[--upload-pack=<git-upload-pack>]
     	[--depth=<n>] [--no-progress]
    -	[-v] <repository> [<refs>…​]
    + [-v] <repository> [<refs>…​]
    @@ -139,7 +139,7 @@

    OPTIONS

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<ref>
    +
    --shallow-exclude=<ref>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -169,7 +169,7 @@

    OPTIONS

    Run verbosely.

    -
    <repository>
    +
    <repository>

    The URL to the remote repository.

    diff --git a/external/docs/content/docs/git-fetch-pack/2.0.5.html b/external/docs/content/docs/git-fetch-pack/2.0.5.html index deff42ca22..f455d6ad51 100644 --- a/external/docs/content/docs/git-fetch-pack/2.0.5.html +++ b/external/docs/content/docs/git-fetch-pack/2.0.5.html @@ -41,7 +41,7 @@

    SYNOPSIS

    git fetch-pack [--all] [--quiet|-q] [--keep|-k] [--thin] [--include-tag]
     	[--upload-pack=<git-upload-pack>]
     	[--depth=<n>] [--no-progress]
    -	[-v] <repository> [<refs>…​]
    + [-v] <repository> [<refs>…​] @@ -149,7 +149,7 @@

    OPTIONS

    Run verbosely.

    -
    <repository>
    +
    <repository>

    The URL to the remote repository.

    diff --git a/external/docs/content/docs/git-fetch-pack/2.11.4.html b/external/docs/content/docs/git-fetch-pack/2.11.4.html index e6ba1845ec..be3e289666 100644 --- a/external/docs/content/docs/git-fetch-pack/2.11.4.html +++ b/external/docs/content/docs/git-fetch-pack/2.11.4.html @@ -50,7 +50,7 @@

    SYNOPSIS

    git fetch-pack [--all] [--quiet|-q] [--keep|-k] [--thin] [--include-tag]
     	[--upload-pack=<git-upload-pack>]
     	[--depth=<n>] [--no-progress]
    -	[-v] <repository> [<refs>…​]
    + [-v] <repository> [<refs>…​] @@ -150,7 +150,7 @@

    OPTIONS

    Deepen or shorten the history of a shallow’repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -175,7 +175,7 @@

    OPTIONS

    Run verbosely.

    -
    <repository>
    +
    <repository>

    The URL to the remote repository.

    diff --git a/external/docs/content/docs/git-fetch-pack/2.18.0.html b/external/docs/content/docs/git-fetch-pack/2.18.0.html index 3a64e8a282..dcbdc18c76 100644 --- a/external/docs/content/docs/git-fetch-pack/2.18.0.html +++ b/external/docs/content/docs/git-fetch-pack/2.18.0.html @@ -149,7 +149,7 @@

    SYNOPSIS

    git fetch-pack [--all] [--quiet|-q] [--keep|-k] [--thin] [--include-tag]
     	[--upload-pack=<git-upload-pack>]
     	[--depth=<n>] [--no-progress]
    -	[-v] <repository> [<refs>…​]
    + [-v] <repository> [<refs>…​] @@ -249,7 +249,7 @@

    OPTIONS

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -274,7 +274,7 @@

    OPTIONS

    Run verbosely.

    -
    <repository>
    +
    <repository>

    The URL to the remote repository.

    diff --git a/external/docs/content/docs/git-fetch-pack/2.36.0.html b/external/docs/content/docs/git-fetch-pack/2.36.0.html index 6a3ee6dbbd..8de0727ca9 100644 --- a/external/docs/content/docs/git-fetch-pack/2.36.0.html +++ b/external/docs/content/docs/git-fetch-pack/2.36.0.html @@ -78,7 +78,7 @@

    SYNOPSIS

    git fetch-pack [--all] [--quiet|-q] [--keep|-k] [--thin] [--include-tag]
     	[--upload-pack=<git-upload-pack>]
     	[--depth=<n>] [--no-progress]
    -	[-v] <repository> [<refs>…​]
    + [-v] <repository> [<refs>…​] @@ -178,7 +178,7 @@

    OPTIONS

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -208,7 +208,7 @@

    OPTIONS

    Run verbosely.

    -
    <repository>
    +
    <repository>

    The URL to the remote repository.

    diff --git a/external/docs/content/docs/git-fetch-pack/2.4.12.html b/external/docs/content/docs/git-fetch-pack/2.4.12.html index ecd315d020..dd7c11a9c6 100644 --- a/external/docs/content/docs/git-fetch-pack/2.4.12.html +++ b/external/docs/content/docs/git-fetch-pack/2.4.12.html @@ -41,7 +41,7 @@

    SYNOPSIS

    git fetch-pack [--all] [--quiet|-q] [--keep|-k] [--thin] [--include-tag]
     	[--upload-pack=<git-upload-pack>]
     	[--depth=<n>] [--no-progress]
    -	[-v] <repository> [<refs>…​]
    + [-v] <repository> [<refs>…​] @@ -149,7 +149,7 @@

    OPTIONS

    Run verbosely.

    -
    <repository>
    +
    <repository>

    The URL to the remote repository.

    diff --git a/external/docs/content/docs/git-fetch-pack/2.43.0.html b/external/docs/content/docs/git-fetch-pack/2.43.0.html index 2fe3a1b6d0..9daee31a8b 100644 --- a/external/docs/content/docs/git-fetch-pack/2.43.0.html +++ b/external/docs/content/docs/git-fetch-pack/2.43.0.html @@ -64,7 +64,7 @@

    SYNOPSIS

    git fetch-pack [--all] [--quiet|-q] [--keep|-k] [--thin] [--include-tag]
     	[--upload-pack=<git-upload-pack>]
     	[--depth=<n>] [--no-progress]
    -	[-v] <repository> [<refs>…​]
    + [-v] <repository> [<refs>…​] @@ -164,7 +164,7 @@

    OPTIONS

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -194,7 +194,7 @@

    OPTIONS

    Run verbosely.

    -
    <repository>
    +
    <repository>

    The URL to the remote repository.

    diff --git a/external/docs/content/docs/git-fetch-pack/2.48.0.html b/external/docs/content/docs/git-fetch-pack/2.48.0.html index 1f781f3d41..62fd36014d 100644 --- a/external/docs/content/docs/git-fetch-pack/2.48.0.html +++ b/external/docs/content/docs/git-fetch-pack/2.48.0.html @@ -45,7 +45,7 @@

    SYNOPSIS

    git fetch-pack [--all] [--quiet|-q] [--keep|-k] [--thin] [--include-tag]
     	[--upload-pack=<git-upload-pack>]
     	[--depth=<n>] [--no-progress]
    -	[-v] <repository> [<refs>…​]
    + [-v] <repository> [<refs>…​] @@ -145,7 +145,7 @@

    OPTIONS

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<ref>
    +
    --shallow-exclude=<ref>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -175,7 +175,7 @@

    OPTIONS

    Run verbosely.

    -
    <repository>
    +
    <repository>

    The URL to the remote repository.

    diff --git a/external/docs/content/docs/git-fetch-pack/2.8.6.html b/external/docs/content/docs/git-fetch-pack/2.8.6.html index 7bc16c0b3c..b38891be4c 100644 --- a/external/docs/content/docs/git-fetch-pack/2.8.6.html +++ b/external/docs/content/docs/git-fetch-pack/2.8.6.html @@ -38,7 +38,7 @@

    SYNOPSIS

    git fetch-pack [--all] [--quiet|-q] [--keep|-k] [--thin] [--include-tag]
     	[--upload-pack=<git-upload-pack>]
     	[--depth=<n>] [--no-progress]
    -	[-v] <repository> [<refs>…​]
    + [-v] <repository> [<refs>…​] @@ -146,7 +146,7 @@

    OPTIONS

    Run verbosely.

    -
    <repository>
    +
    <repository>

    The URL to the remote repository.

    diff --git a/external/docs/content/docs/git-fetch-pack/2.9.5.html b/external/docs/content/docs/git-fetch-pack/2.9.5.html index 6c1873977a..b862542366 100644 --- a/external/docs/content/docs/git-fetch-pack/2.9.5.html +++ b/external/docs/content/docs/git-fetch-pack/2.9.5.html @@ -39,7 +39,7 @@

    SYNOPSIS

    git fetch-pack [--all] [--quiet|-q] [--keep|-k] [--thin] [--include-tag]
     	[--upload-pack=<git-upload-pack>]
     	[--depth=<n>] [--no-progress]
    -	[-v] <repository> [<refs>…​]
    + [-v] <repository> [<refs>…​] @@ -147,7 +147,7 @@

    OPTIONS

    Run verbosely.

    -
    <repository>
    +
    <repository>

    The URL to the remote repository.

    diff --git a/external/docs/content/docs/git-fetch.html b/external/docs/content/docs/git-fetch.html index 7bd2c82066..9b837f81de 100644 --- a/external/docs/content/docs/git-fetch.html +++ b/external/docs/content/docs/git-fetch.html @@ -54,9 +54,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -68,7 +68,7 @@

    DESCRIPTION

    Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description -of <refspec> below for ways to control this behavior).

    +of <refspec> below for ways to control this behavior).

    By default, any tag that points into the histories being fetched is @@ -138,7 +138,7 @@

    OPTIONS

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<ref>
    +
    --shallow-exclude=<ref>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -222,7 +222,7 @@

    OPTIONS

    When git fetch is used with <src>:<dst> refspec, it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -232,8 +232,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-maintenance
    --[no-]auto-gc
    @@ -300,13 +300,13 @@

    OPTIONS

    definition has changed. Automatic post-fetch maintenance will perform object database pack consolidation to remove any duplicate objects.

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the refs to remote-tracking branches, instead of the values of remote.*.fetch configuration variables for the remote -repository. Providing an empty <refspec> to the +repository. Providing an empty <refspec> to the --refmap option causes Git to ignore the configured refspecs and rely entirely on the refspecs supplied as command-line arguments. See section on "Configured Remote-tracking @@ -462,7 +462,7 @@

    OPTIONS

    Use IPv6 addresses only, ignoring IPv4 addresses.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -475,14 +475,14 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>

    Specifies which refs to fetch and which local refs to update. -When no <refspec>s appear on the command line, the refs to fetch -are read from remote.<repository>.fetch variables instead +When no <refspec>s appear on the command line, the refs to fetch +are read from remote.<repository>.fetch variables instead (see CONFIGURED REMOTE-TRACKING BRANCHES below).

    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source <src>, followed by a colon :, followed by the destination <dst>. The colon can be omitted when <dst> is empty. <src> is @@ -491,9 +491,9 @@

    OPTIONS

    name.

    -

    A <refspec> may contain a * in its <src> to indicate a simple pattern +

    A <refspec> may contain a * in its <src> to indicate a simple pattern match. Such a refspec functions like a glob that matches any ref with the -pattern. A pattern <refspec> must have one and only one * in both the <src> and +pattern. A pattern <refspec> must have one and only one * in both the <src> and <dst>. It will map refs to the destination by replacing the * with the contents matched from the source.

    @@ -509,7 +509,7 @@

    OPTIONS

    names are also not supported.

    -

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; +

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; it requests fetching everything up to the given tag.

    @@ -521,7 +521,7 @@

    OPTIONS

    Whether that update is allowed without --force depends on the ref namespace it’s being fetched to, the type of object being fetched, and whether the update is considered to be a fast-forward. Generally, the -same rules apply for fetching as when pushing, see the <refspec>... +same rules apply for fetching as when pushing, see the <refspec>... section of git-push[1] for what those are. Exceptions to those rules particular to git fetch are noted below.

    @@ -749,7 +749,7 @@

    REMOTES
    -

    <URL> is required; #<head> is optional.

    +

    <URL> is required; #<head> is optional.

    Depending on the operation, git will use one of the following refspecs, if you don’t provide one on the command line. -<branch> is the name of this file in $GIT_DIR/branches and -<head> defaults to master.

    +<branch> is the name of this file in $GIT_DIR/branches and +<head> defaults to master.

    git fetch uses:

    -
    	refs/heads/<head>:refs/heads/<branch>
    +
    	refs/heads/<head>:refs/heads/<branch>
    @@ -867,7 +867,7 @@

    <repository>.fetch configuration variables.

    @@ -934,7 +934,7 @@

    PRUNING

    worse on big and busy repos that have a lot of branch churn, and e.g. make the output of commands like git branch -a --contains -<commit> needlessly verbose, as well as impacting anything else +<commit> needlessly verbose, as well as impacting anything else that’ll work with the complete set of known references.

    @@ -960,7 +960,7 @@

    PRUNING

    Here’s where things get tricky and more specific. The pruning feature doesn’t actually care about branches, instead it’ll prune local ←→ remote-references as a function of the refspec of the remote (see -<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    +<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    Therefore if the refspec for the remote includes @@ -1147,7 +1147,7 @@

    EXAMPLES

    The above command copies all branches from the remote refs/heads/ namespace and stores them to the local refs/remotes/origin/ namespace, -unless the remote.<repository>.fetch option is used to specify a +unless the remote.<repository>.fetch option is used to specify a non-default refspec.

  • diff --git a/external/docs/content/docs/git-fetch/2.0.5.html b/external/docs/content/docs/git-fetch/2.0.5.html index 17578f4f43..f82a7e4326 100644 --- a/external/docs/content/docs/git-fetch/2.0.5.html +++ b/external/docs/content/docs/git-fetch/2.0.5.html @@ -43,9 +43,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -143,8 +143,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    -p
    --prune
    @@ -245,7 +245,7 @@

    OPTIONS

    is specified. This flag forces progress status even if the standard error stream is not directed to a terminal.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -258,9 +258,9 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>
    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source ref <src>, followed by a colon :, followed by the destination ref <dst>.

    @@ -300,7 +300,7 @@

    OPTIONS

    You never do your own development on branches that appear -on the right hand side of a <refspec> colon on Pull: lines; +on the right hand side of a <refspec> colon on Pull: lines; they are to be updated by git fetch. If you intend to do development derived from a remote branch B, have a Pull: line to track it (i.e. Pull: B:remote-B), and have a separate @@ -322,16 +322,16 @@

    OPTIONS

    Note
    -There is a difference between listing multiple <refspec> +There is a difference between listing multiple <refspec> directly on git pull command line and having multiple -Pull: <refspec> lines for a <repository> and running -git pull command without any explicit <refspec> parameters. -<refspec> listed explicitly on the command line are always +Pull: <refspec> lines for a <repository> and running +git pull command without any explicit <refspec> parameters. +<refspec> listed explicitly on the command line are always merged into the current branch after fetching. In other words, if you list more than one remote refs, you would be making -an Octopus. While git pull run without any explicit <refspec> -parameter takes default <refspec>s from Pull: lines, it -merges only the first <refspec> found into the current branch, +an Octopus. While git pull run without any explicit <refspec> +parameter takes default <refspec>s from Pull: lines, it +merges only the first <refspec> found into the current branch, after fetching all the remote refs. This is because making an Octopus from remote refs is rarely done, while keeping track of multiple remote heads in one-go by fetching more than one @@ -346,11 +346,11 @@

    OPTIONS

    diff --git a/external/docs/content/docs/git-fetch/2.1.4.html b/external/docs/content/docs/git-fetch/2.1.4.html index 776db75757..4776972cdf 100644 --- a/external/docs/content/docs/git-fetch/2.1.4.html +++ b/external/docs/content/docs/git-fetch/2.1.4.html @@ -47,9 +47,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -61,7 +61,7 @@

    DESCRIPTION

    Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description -of <refspec> below for ways to control this behavior).

    +of <refspec> below for ways to control this behavior).

    By default, any tag that points into the histories being fetched is @@ -149,8 +149,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    -p
    --prune
    @@ -173,7 +173,7 @@

    OPTIONS

    behavior for a remote may be specified with the remote.<name>.tagopt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the @@ -260,7 +260,7 @@

    OPTIONS

    is specified. This flag forces progress status even if the standard error stream is not directed to a terminal.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -273,20 +273,20 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>

    Specifies which refs to fetch and which local refs to update. -When no <refspec>s appear on the command line, the refs to fetch -are read from remote.<repository>.fetch variables instead +When no <refspec>s appear on the command line, the refs to fetch +are read from remote.<repository>.fetch variables instead (see CONFIGURED REMOTE-TRACKING BRANCHES below).

    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source ref <src>, followed by a colon :, followed by the destination ref <dst>. The colon can be omitted when <dst> is empty.

    -

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; +

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; it requests fetching everything up to the given tag.

    @@ -607,7 +607,7 @@

    <repository>.fetch configuration variables.

    diff --git a/external/docs/content/docs/git-fetch/2.10.5.html b/external/docs/content/docs/git-fetch/2.10.5.html index 6da642d916..c1a44be708 100644 --- a/external/docs/content/docs/git-fetch/2.10.5.html +++ b/external/docs/content/docs/git-fetch/2.10.5.html @@ -47,9 +47,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -61,7 +61,7 @@

    DESCRIPTION

    Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description -of <refspec> below for ways to control this behavior).

    +of <refspec> below for ways to control this behavior).

    By default, any tag that points into the histories being fetched is @@ -150,8 +150,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    -p
    --prune
    @@ -174,7 +174,7 @@

    OPTIONS

    behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the @@ -279,7 +279,7 @@

    OPTIONS

    Use IPv6 addresses only, ignoring IPv4 addresses.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -292,20 +292,20 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>

    Specifies which refs to fetch and which local refs to update. -When no <refspec>s appear on the command line, the refs to fetch -are read from remote.<repository>.fetch variables instead +When no <refspec>s appear on the command line, the refs to fetch +are read from remote.<repository>.fetch variables instead (see CONFIGURED REMOTE-TRACKING BRANCHES below).

    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source ref <src>, followed by a colon :, followed by the destination ref <dst>. The colon can be omitted when <dst> is empty.

    -

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; +

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; it requests fetching everything up to the given tag.

    @@ -622,7 +622,7 @@

    <repository>.fetch configuration variables.

    diff --git a/external/docs/content/docs/git-fetch/2.11.4.html b/external/docs/content/docs/git-fetch/2.11.4.html index 0539ce8c3a..290e15b5ef 100644 --- a/external/docs/content/docs/git-fetch/2.11.4.html +++ b/external/docs/content/docs/git-fetch/2.11.4.html @@ -51,9 +51,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -65,7 +65,7 @@

    DESCRIPTION

    Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description -of <refspec> below for ways to control this behavior).

    +of <refspec> below for ways to control this behavior).

    By default, any tag that points into the histories being fetched is @@ -128,7 +128,7 @@

    OPTIONS

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -171,8 +171,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    -p
    --prune
    @@ -195,7 +195,7 @@

    OPTIONS

    behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the @@ -300,7 +300,7 @@

    OPTIONS

    Use IPv6 addresses only, ignoring IPv4 addresses.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -313,20 +313,20 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>

    Specifies which refs to fetch and which local refs to update. -When no <refspec>s appear on the command line, the refs to fetch -are read from remote.<repository>.fetch variables instead +When no <refspec>s appear on the command line, the refs to fetch +are read from remote.<repository>.fetch variables instead (see CONFIGURED REMOTE-TRACKING BRANCHES below).

    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source ref <src>, followed by a colon :, followed by the destination ref <dst>. The colon can be omitted when <dst> is empty.

    -

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; +

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; it requests fetching everything up to the given tag.

    @@ -643,7 +643,7 @@

    <repository>.fetch configuration variables.

    diff --git a/external/docs/content/docs/git-fetch/2.14.6.html b/external/docs/content/docs/git-fetch/2.14.6.html index 5fe17f46b9..fd7621f4ed 100644 --- a/external/docs/content/docs/git-fetch/2.14.6.html +++ b/external/docs/content/docs/git-fetch/2.14.6.html @@ -51,9 +51,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -65,7 +65,7 @@

    DESCRIPTION

    Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description -of <refspec> below for ways to control this behavior).

    +of <refspec> below for ways to control this behavior).

    By default, any tag that points into the histories being fetched is @@ -128,7 +128,7 @@

    OPTIONS

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -171,8 +171,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    -p
    --prune
    @@ -195,7 +195,7 @@

    OPTIONS

    behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the @@ -300,7 +300,7 @@

    OPTIONS

    Use IPv6 addresses only, ignoring IPv4 addresses.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -313,14 +313,14 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>

    Specifies which refs to fetch and which local refs to update. -When no <refspec>s appear on the command line, the refs to fetch -are read from remote.<repository>.fetch variables instead +When no <refspec>s appear on the command line, the refs to fetch +are read from remote.<repository>.fetch variables instead (see CONFIGURED REMOTE-TRACKING BRANCHES below).

    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source <src>, followed by a colon :, followed by the destination ref <dst>. The colon can be omitted when <dst> is empty. <src> is @@ -328,7 +328,7 @@

    OPTIONS

    name.

    -

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; +

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; it requests fetching everything up to the given tag.

    @@ -645,7 +645,7 @@

    <repository>.fetch configuration variables.

    diff --git a/external/docs/content/docs/git-fetch/2.17.0.html b/external/docs/content/docs/git-fetch/2.17.0.html index 0af290aa19..446a2a29d6 100644 --- a/external/docs/content/docs/git-fetch/2.17.0.html +++ b/external/docs/content/docs/git-fetch/2.17.0.html @@ -57,9 +57,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -71,7 +71,7 @@

    DESCRIPTION

    Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description -of <refspec> below for ways to control this behavior).

    +of <refspec> below for ways to control this behavior).

    By default, any tag that points into the histories being fetched is @@ -134,7 +134,7 @@

    OPTIONS

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -177,8 +177,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    -p
    --prune
    @@ -218,7 +218,7 @@

    OPTIONS

    behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the @@ -323,7 +323,7 @@

    OPTIONS

    Use IPv6 addresses only, ignoring IPv4 addresses.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -336,14 +336,14 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>

    Specifies which refs to fetch and which local refs to update. -When no <refspec>s appear on the command line, the refs to fetch -are read from remote.<repository>.fetch variables instead +When no <refspec>s appear on the command line, the refs to fetch +are read from remote.<repository>.fetch variables instead (see CONFIGURED REMOTE-TRACKING BRANCHES below).

    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source <src>, followed by a colon :, followed by the destination ref <dst>. The colon can be omitted when <dst> is empty. <src> is @@ -351,7 +351,7 @@

    OPTIONS

    name.

    -

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; +

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; it requests fetching everything up to the given tag.

    @@ -668,7 +668,7 @@

    <repository>.fetch configuration variables.

    @@ -735,7 +735,7 @@

    PRUNING

    worse on big and busy repos that have a lot of branch churn, and e.g. make the output of commands like git branch -a --contains -<commit> needlessly verbose, as well as impacting anything else +<commit> needlessly verbose, as well as impacting anything else that’ll work with the complete set of known references.

    @@ -761,7 +761,7 @@

    PRUNING

    Here’s where things get tricky and more specific. The pruning feature doesn’t actually care about branches, instead it’ll prune local <→ remote-references as a function of the refspec of the remote (see -<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    +<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    Therefore if the refspec for the remote includes diff --git a/external/docs/content/docs/git-fetch/2.18.0.html b/external/docs/content/docs/git-fetch/2.18.0.html index 16bc41d9e0..60a27946e4 100644 --- a/external/docs/content/docs/git-fetch/2.18.0.html +++ b/external/docs/content/docs/git-fetch/2.18.0.html @@ -56,9 +56,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -70,7 +70,7 @@

    DESCRIPTION

    Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description -of <refspec> below for ways to control this behavior).

    +of <refspec> below for ways to control this behavior).

    By default, any tag that points into the histories being fetched is @@ -133,7 +133,7 @@

    OPTIONS

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -176,8 +176,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    -p
    --prune
    @@ -217,7 +217,7 @@

    OPTIONS

    behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the @@ -331,7 +331,7 @@

    OPTIONS

    Use IPv6 addresses only, ignoring IPv4 addresses.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -344,14 +344,14 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>

    Specifies which refs to fetch and which local refs to update. -When no <refspec>s appear on the command line, the refs to fetch -are read from remote.<repository>.fetch variables instead +When no <refspec>s appear on the command line, the refs to fetch +are read from remote.<repository>.fetch variables instead (see CONFIGURED REMOTE-TRACKING BRANCHES below).

    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source <src>, followed by a colon :, followed by the destination ref <dst>. The colon can be omitted when <dst> is empty. <src> is @@ -359,7 +359,7 @@

    OPTIONS

    name.

    -

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; +

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; it requests fetching everything up to the given tag.

    @@ -676,7 +676,7 @@

    <repository>.fetch configuration variables.

    @@ -743,7 +743,7 @@

    PRUNING

    worse on big and busy repos that have a lot of branch churn, and e.g. make the output of commands like git branch -a --contains -<commit> needlessly verbose, as well as impacting anything else +<commit> needlessly verbose, as well as impacting anything else that’ll work with the complete set of known references.

    @@ -769,7 +769,7 @@

    PRUNING

    Here’s where things get tricky and more specific. The pruning feature doesn’t actually care about branches, instead it’ll prune local <→ remote-references as a function of the refspec of the remote (see -<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    +<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    Therefore if the refspec for the remote includes diff --git a/external/docs/content/docs/git-fetch/2.19.0.html b/external/docs/content/docs/git-fetch/2.19.0.html index 5d7cebd70c..ed0f8bc519 100644 --- a/external/docs/content/docs/git-fetch/2.19.0.html +++ b/external/docs/content/docs/git-fetch/2.19.0.html @@ -57,9 +57,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -71,7 +71,7 @@

    DESCRIPTION

    Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description -of <refspec> below for ways to control this behavior).

    +of <refspec> below for ways to control this behavior).

    By default, any tag that points into the histories being fetched is @@ -134,7 +134,7 @@

    OPTIONS

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -200,8 +200,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    -p
    --prune
    @@ -241,7 +241,7 @@

    OPTIONS

    behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the @@ -355,7 +355,7 @@

    OPTIONS

    Use IPv6 addresses only, ignoring IPv4 addresses.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -368,14 +368,14 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>

    Specifies which refs to fetch and which local refs to update. -When no <refspec>s appear on the command line, the refs to fetch -are read from remote.<repository>.fetch variables instead +When no <refspec>s appear on the command line, the refs to fetch +are read from remote.<repository>.fetch variables instead (see CONFIGURED REMOTE-TRACKING BRANCHES below).

    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source <src>, followed by a colon :, followed by the destination ref <dst>. The colon can be omitted when <dst> is empty. <src> is @@ -383,7 +383,7 @@

    OPTIONS

    name.

    -

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; +

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; it requests fetching everything up to the given tag.

    @@ -700,7 +700,7 @@

    <repository>.fetch configuration variables.

    @@ -767,7 +767,7 @@

    PRUNING

    worse on big and busy repos that have a lot of branch churn, and e.g. make the output of commands like git branch -a --contains -<commit> needlessly verbose, as well as impacting anything else +<commit> needlessly verbose, as well as impacting anything else that’ll work with the complete set of known references.

    @@ -793,7 +793,7 @@

    PRUNING

    Here’s where things get tricky and more specific. The pruning feature doesn’t actually care about branches, instead it’ll prune local <→ remote-references as a function of the refspec of the remote (see -<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    +<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    Therefore if the refspec for the remote includes diff --git a/external/docs/content/docs/git-fetch/2.20.0.html b/external/docs/content/docs/git-fetch/2.20.0.html index 186bb7518c..6aadd741d7 100644 --- a/external/docs/content/docs/git-fetch/2.20.0.html +++ b/external/docs/content/docs/git-fetch/2.20.0.html @@ -56,9 +56,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -70,7 +70,7 @@

    DESCRIPTION

    Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description -of <refspec> below for ways to control this behavior).

    +of <refspec> below for ways to control this behavior).

    By default, any tag that points into the histories being fetched is @@ -133,7 +133,7 @@

    OPTIONS

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -188,7 +188,7 @@

    OPTIONS

    When git fetch is used with <src>:<dst> refspec it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -198,8 +198,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    -p
    --prune
    @@ -239,7 +239,7 @@

    OPTIONS

    behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the @@ -353,7 +353,7 @@

    OPTIONS

    Use IPv6 addresses only, ignoring IPv4 addresses.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -366,14 +366,14 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>

    Specifies which refs to fetch and which local refs to update. -When no <refspec>s appear on the command line, the refs to fetch -are read from remote.<repository>.fetch variables instead +When no <refspec>s appear on the command line, the refs to fetch +are read from remote.<repository>.fetch variables instead (see CONFIGURED REMOTE-TRACKING BRANCHES below).

    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source <src>, followed by a colon :, followed by the destination ref <dst>. The colon can be omitted when <dst> is empty. <src> is @@ -381,7 +381,7 @@

    OPTIONS

    name.

    -

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; +

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; it requests fetching everything up to the given tag.

    @@ -393,7 +393,7 @@

    OPTIONS

    Whether that update is allowed without --force depends on the ref namespace it’s being fetched to, the type of object being fetched, and whether the update is considered to be a fast-forward. Generally, the -same rules apply for fetching as when pushing, see the <refspec>... +same rules apply for fetching as when pushing, see the <refspec>... section of git-push[1] for what those are. Exceptions to those rules particular to git fetch are noted below.

    @@ -616,7 +616,7 @@

    REMOTES
    -

    <url> is required; #<head> is optional.

    +

    <url> is required; #<head> is optional.

    Depending on the operation, git will use one of the following refspecs, if you don’t provide one on the command line. -<branch> is the name of this file in $GIT_DIR/branches and -<head> defaults to master.

    +<branch> is the name of this file in $GIT_DIR/branches and +<head> defaults to master.

    git fetch uses:

    -
    	refs/heads/<head>:refs/heads/<branch>
    +
    	refs/heads/<head>:refs/heads/<branch>
    @@ -732,7 +732,7 @@

    <repository>.fetch configuration variables.

    @@ -799,7 +799,7 @@

    PRUNING

    worse on big and busy repos that have a lot of branch churn, and e.g. make the output of commands like git branch -a --contains -<commit> needlessly verbose, as well as impacting anything else +<commit> needlessly verbose, as well as impacting anything else that’ll work with the complete set of known references.

    @@ -825,7 +825,7 @@

    PRUNING

    Here’s where things get tricky and more specific. The pruning feature doesn’t actually care about branches, instead it’ll prune local <→ remote-references as a function of the refspec of the remote (see -<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    +<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    Therefore if the refspec for the remote includes diff --git a/external/docs/content/docs/git-fetch/2.21.0.html b/external/docs/content/docs/git-fetch/2.21.0.html index bc83a67807..fb5d7622f3 100644 --- a/external/docs/content/docs/git-fetch/2.21.0.html +++ b/external/docs/content/docs/git-fetch/2.21.0.html @@ -55,9 +55,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -69,7 +69,7 @@

    DESCRIPTION

    Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description -of <refspec> below for ways to control this behavior).

    +of <refspec> below for ways to control this behavior).

    By default, any tag that points into the histories being fetched is @@ -132,7 +132,7 @@

    OPTIONS

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -187,7 +187,7 @@

    OPTIONS

    When git fetch is used with <src>:<dst> refspec it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -197,8 +197,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    -p
    --prune
    @@ -238,7 +238,7 @@

    OPTIONS

    behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the @@ -352,7 +352,7 @@

    OPTIONS

    Use IPv6 addresses only, ignoring IPv4 addresses.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -365,14 +365,14 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>

    Specifies which refs to fetch and which local refs to update. -When no <refspec>s appear on the command line, the refs to fetch -are read from remote.<repository>.fetch variables instead +When no <refspec>s appear on the command line, the refs to fetch +are read from remote.<repository>.fetch variables instead (see CONFIGURED REMOTE-TRACKING BRANCHES below).

    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source <src>, followed by a colon :, followed by the destination ref <dst>. The colon can be omitted when <dst> is empty. <src> is @@ -380,7 +380,7 @@

    OPTIONS

    name.

    -

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; +

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; it requests fetching everything up to the given tag.

    @@ -392,7 +392,7 @@

    OPTIONS

    Whether that update is allowed without --force depends on the ref namespace it’s being fetched to, the type of object being fetched, and whether the update is considered to be a fast-forward. Generally, the -same rules apply for fetching as when pushing, see the <refspec>... +same rules apply for fetching as when pushing, see the <refspec>... section of git-push[1] for what those are. Exceptions to those rules particular to git fetch are noted below.

    @@ -615,7 +615,7 @@

    REMOTES
    -

    <url> is required; #<head> is optional.

    +

    <url> is required; #<head> is optional.

    Depending on the operation, git will use one of the following refspecs, if you don’t provide one on the command line. -<branch> is the name of this file in $GIT_DIR/branches and -<head> defaults to master.

    +<branch> is the name of this file in $GIT_DIR/branches and +<head> defaults to master.

    git fetch uses:

    -
    	refs/heads/<head>:refs/heads/<branch>
    +
    	refs/heads/<head>:refs/heads/<branch>
    @@ -731,7 +731,7 @@

    <repository>.fetch configuration variables.

    @@ -798,7 +798,7 @@

    PRUNING

    worse on big and busy repos that have a lot of branch churn, and e.g. make the output of commands like git branch -a --contains -<commit> needlessly verbose, as well as impacting anything else +<commit> needlessly verbose, as well as impacting anything else that’ll work with the complete set of known references.

    @@ -824,7 +824,7 @@

    PRUNING

    Here’s where things get tricky and more specific. The pruning feature doesn’t actually care about branches, instead it’ll prune local <→ remote-references as a function of the refspec of the remote (see -<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    +<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    Therefore if the refspec for the remote includes diff --git a/external/docs/content/docs/git-fetch/2.22.0.html b/external/docs/content/docs/git-fetch/2.22.0.html index db48dc93d2..dedb75a1b7 100644 --- a/external/docs/content/docs/git-fetch/2.22.0.html +++ b/external/docs/content/docs/git-fetch/2.22.0.html @@ -56,9 +56,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -70,7 +70,7 @@

    DESCRIPTION

    Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description -of <refspec> below for ways to control this behavior).

    +of <refspec> below for ways to control this behavior).

    By default, any tag that points into the histories being fetched is @@ -133,7 +133,7 @@

    OPTIONS

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -188,7 +188,7 @@

    OPTIONS

    When git fetch is used with <src>:<dst> refspec it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -198,8 +198,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    -p
    --prune
    @@ -239,7 +239,7 @@

    OPTIONS

    behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the @@ -354,7 +354,7 @@

    OPTIONS

    Use IPv6 addresses only, ignoring IPv4 addresses.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -367,14 +367,14 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>

    Specifies which refs to fetch and which local refs to update. -When no <refspec>s appear on the command line, the refs to fetch -are read from remote.<repository>.fetch variables instead +When no <refspec>s appear on the command line, the refs to fetch +are read from remote.<repository>.fetch variables instead (see CONFIGURED REMOTE-TRACKING BRANCHES below).

    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source <src>, followed by a colon :, followed by the destination ref <dst>. The colon can be omitted when <dst> is empty. <src> is @@ -382,7 +382,7 @@

    OPTIONS

    name.

    -

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; +

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; it requests fetching everything up to the given tag.

    @@ -394,7 +394,7 @@

    OPTIONS

    Whether that update is allowed without --force depends on the ref namespace it’s being fetched to, the type of object being fetched, and whether the update is considered to be a fast-forward. Generally, the -same rules apply for fetching as when pushing, see the <refspec>... +same rules apply for fetching as when pushing, see the <refspec>... section of git-push[1] for what those are. Exceptions to those rules particular to git fetch are noted below.

    @@ -617,7 +617,7 @@

    REMOTES
    -

    <url> is required; #<head> is optional.

    +

    <url> is required; #<head> is optional.

    Depending on the operation, git will use one of the following refspecs, if you don’t provide one on the command line. -<branch> is the name of this file in $GIT_DIR/branches and -<head> defaults to master.

    +<branch> is the name of this file in $GIT_DIR/branches and +<head> defaults to master.

    git fetch uses:

    -
    	refs/heads/<head>:refs/heads/<branch>
    +
    	refs/heads/<head>:refs/heads/<branch>
    @@ -733,7 +733,7 @@

    <repository>.fetch configuration variables.

    @@ -800,7 +800,7 @@

    PRUNING

    worse on big and busy repos that have a lot of branch churn, and e.g. make the output of commands like git branch -a --contains -<commit> needlessly verbose, as well as impacting anything else +<commit> needlessly verbose, as well as impacting anything else that’ll work with the complete set of known references.

    @@ -826,7 +826,7 @@

    PRUNING

    Here’s where things get tricky and more specific. The pruning feature doesn’t actually care about branches, instead it’ll prune local <→ remote-references as a function of the refspec of the remote (see -<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    +<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    Therefore if the refspec for the remote includes diff --git a/external/docs/content/docs/git-fetch/2.23.0.html b/external/docs/content/docs/git-fetch/2.23.0.html index d710d53686..48c5a9fb87 100644 --- a/external/docs/content/docs/git-fetch/2.23.0.html +++ b/external/docs/content/docs/git-fetch/2.23.0.html @@ -55,9 +55,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -69,7 +69,7 @@

    DESCRIPTION

    Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description -of <refspec> below for ways to control this behavior).

    +of <refspec> below for ways to control this behavior).

    By default, any tag that points into the histories being fetched is @@ -132,7 +132,7 @@

    OPTIONS

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -187,7 +187,7 @@

    OPTIONS

    When git fetch is used with <src>:<dst> refspec it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -197,8 +197,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-gc
    @@ -243,7 +243,7 @@

    OPTIONS

    behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the @@ -373,7 +373,7 @@

    OPTIONS

    Use IPv6 addresses only, ignoring IPv4 addresses.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -386,14 +386,14 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>

    Specifies which refs to fetch and which local refs to update. -When no <refspec>s appear on the command line, the refs to fetch -are read from remote.<repository>.fetch variables instead +When no <refspec>s appear on the command line, the refs to fetch +are read from remote.<repository>.fetch variables instead (see CONFIGURED REMOTE-TRACKING BRANCHES below).

    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source <src>, followed by a colon :, followed by the destination ref <dst>. The colon can be omitted when <dst> is empty. <src> is @@ -401,7 +401,7 @@

    OPTIONS

    name.

    -

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; +

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; it requests fetching everything up to the given tag.

    @@ -413,7 +413,7 @@

    OPTIONS

    Whether that update is allowed without --force depends on the ref namespace it’s being fetched to, the type of object being fetched, and whether the update is considered to be a fast-forward. Generally, the -same rules apply for fetching as when pushing, see the <refspec>... +same rules apply for fetching as when pushing, see the <refspec>... section of git-push[1] for what those are. Exceptions to those rules particular to git fetch are noted below.

    @@ -636,7 +636,7 @@

    REMOTES
    -

    <url> is required; #<head> is optional.

    +

    <url> is required; #<head> is optional.

    Depending on the operation, git will use one of the following refspecs, if you don’t provide one on the command line. -<branch> is the name of this file in $GIT_DIR/branches and -<head> defaults to master.

    +<branch> is the name of this file in $GIT_DIR/branches and +<head> defaults to master.

    git fetch uses:

    -
    	refs/heads/<head>:refs/heads/<branch>
    +
    	refs/heads/<head>:refs/heads/<branch>
    @@ -752,7 +752,7 @@

    <repository>.fetch configuration variables.

    @@ -819,7 +819,7 @@

    PRUNING

    worse on big and busy repos that have a lot of branch churn, and e.g. make the output of commands like git branch -a --contains -<commit> needlessly verbose, as well as impacting anything else +<commit> needlessly verbose, as well as impacting anything else that’ll work with the complete set of known references.

    @@ -845,7 +845,7 @@

    PRUNING

    Here’s where things get tricky and more specific. The pruning feature doesn’t actually care about branches, instead it’ll prune local <→ remote-references as a function of the refspec of the remote (see -<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    +<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    Therefore if the refspec for the remote includes diff --git a/external/docs/content/docs/git-fetch/2.24.0.html b/external/docs/content/docs/git-fetch/2.24.0.html index 4aa34bab92..7044ea92fc 100644 --- a/external/docs/content/docs/git-fetch/2.24.0.html +++ b/external/docs/content/docs/git-fetch/2.24.0.html @@ -55,9 +55,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -69,7 +69,7 @@

    DESCRIPTION

    Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description -of <refspec> below for ways to control this behavior).

    +of <refspec> below for ways to control this behavior).

    By default, any tag that points into the histories being fetched is @@ -132,7 +132,7 @@

    OPTIONS

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -187,7 +187,7 @@

    OPTIONS

    When git fetch is used with <src>:<dst> refspec it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -197,8 +197,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-gc
    @@ -243,7 +243,7 @@

    OPTIONS

    behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the @@ -388,7 +388,7 @@

    OPTIONS

    Use IPv6 addresses only, ignoring IPv4 addresses.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -401,14 +401,14 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>

    Specifies which refs to fetch and which local refs to update. -When no <refspec>s appear on the command line, the refs to fetch -are read from remote.<repository>.fetch variables instead +When no <refspec>s appear on the command line, the refs to fetch +are read from remote.<repository>.fetch variables instead (see CONFIGURED REMOTE-TRACKING BRANCHES below).

    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source <src>, followed by a colon :, followed by the destination ref <dst>. The colon can be omitted when <dst> is empty. <src> is @@ -416,7 +416,7 @@

    OPTIONS

    name.

    -

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; +

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; it requests fetching everything up to the given tag.

    @@ -428,7 +428,7 @@

    OPTIONS

    Whether that update is allowed without --force depends on the ref namespace it’s being fetched to, the type of object being fetched, and whether the update is considered to be a fast-forward. Generally, the -same rules apply for fetching as when pushing, see the <refspec>... +same rules apply for fetching as when pushing, see the <refspec>... section of git-push[1] for what those are. Exceptions to those rules particular to git fetch are noted below.

    @@ -651,7 +651,7 @@

    REMOTES
    -

    <url> is required; #<head> is optional.

    +

    <url> is required; #<head> is optional.

    Depending on the operation, git will use one of the following refspecs, if you don’t provide one on the command line. -<branch> is the name of this file in $GIT_DIR/branches and -<head> defaults to master.

    +<branch> is the name of this file in $GIT_DIR/branches and +<head> defaults to master.

    git fetch uses:

    -
    	refs/heads/<head>:refs/heads/<branch>
    +
    	refs/heads/<head>:refs/heads/<branch>
    @@ -767,7 +767,7 @@

    <repository>.fetch configuration variables.

    @@ -834,7 +834,7 @@

    PRUNING

    worse on big and busy repos that have a lot of branch churn, and e.g. make the output of commands like git branch -a --contains -<commit> needlessly verbose, as well as impacting anything else +<commit> needlessly verbose, as well as impacting anything else that’ll work with the complete set of known references.

    @@ -860,7 +860,7 @@

    PRUNING

    Here’s where things get tricky and more specific. The pruning feature doesn’t actually care about branches, instead it’ll prune local <→ remote-references as a function of the refspec of the remote (see -<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    +<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    Therefore if the refspec for the remote includes diff --git a/external/docs/content/docs/git-fetch/2.25.0.html b/external/docs/content/docs/git-fetch/2.25.0.html index 0b82819cb0..7f6a165217 100644 --- a/external/docs/content/docs/git-fetch/2.25.0.html +++ b/external/docs/content/docs/git-fetch/2.25.0.html @@ -51,9 +51,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -65,7 +65,7 @@

    DESCRIPTION

    Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description -of <refspec> below for ways to control this behavior).

    +of <refspec> below for ways to control this behavior).

    By default, any tag that points into the histories being fetched is @@ -128,7 +128,7 @@

    OPTIONS

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -183,7 +183,7 @@

    OPTIONS

    When git fetch is used with <src>:<dst> refspec it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -193,8 +193,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-gc
    @@ -244,7 +244,7 @@

    OPTIONS

    behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the @@ -389,7 +389,7 @@

    OPTIONS

    Use IPv6 addresses only, ignoring IPv4 addresses.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -402,14 +402,14 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>

    Specifies which refs to fetch and which local refs to update. -When no <refspec>s appear on the command line, the refs to fetch -are read from remote.<repository>.fetch variables instead +When no <refspec>s appear on the command line, the refs to fetch +are read from remote.<repository>.fetch variables instead (see CONFIGURED REMOTE-TRACKING BRANCHES below).

    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source <src>, followed by a colon :, followed by the destination ref <dst>. The colon can be omitted when <dst> is empty. <src> is @@ -417,7 +417,7 @@

    OPTIONS

    name.

    -

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; +

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; it requests fetching everything up to the given tag.

    @@ -429,7 +429,7 @@

    OPTIONS

    Whether that update is allowed without --force depends on the ref namespace it’s being fetched to, the type of object being fetched, and whether the update is considered to be a fast-forward. Generally, the -same rules apply for fetching as when pushing, see the <refspec>... +same rules apply for fetching as when pushing, see the <refspec>... section of git-push[1] for what those are. Exceptions to those rules particular to git fetch are noted below.

    @@ -656,7 +656,7 @@

    REMOTES
    -

    <url> is required; #<head> is optional.

    +

    <url> is required; #<head> is optional.

    Depending on the operation, git will use one of the following refspecs, if you don’t provide one on the command line. -<branch> is the name of this file in $GIT_DIR/branches and -<head> defaults to master.

    +<branch> is the name of this file in $GIT_DIR/branches and +<head> defaults to master.

    git fetch uses:

    -
    	refs/heads/<head>:refs/heads/<branch>
    +
    	refs/heads/<head>:refs/heads/<branch>
    @@ -772,7 +772,7 @@

    <repository>.fetch configuration variables.

    @@ -839,7 +839,7 @@

    PRUNING

    worse on big and busy repos that have a lot of branch churn, and e.g. make the output of commands like git branch -a --contains -<commit> needlessly verbose, as well as impacting anything else +<commit> needlessly verbose, as well as impacting anything else that’ll work with the complete set of known references.

    @@ -865,7 +865,7 @@

    PRUNING

    Here’s where things get tricky and more specific. The pruning feature doesn’t actually care about branches, instead it’ll prune local <→ remote-references as a function of the refspec of the remote (see -<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    +<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    Therefore if the refspec for the remote includes diff --git a/external/docs/content/docs/git-fetch/2.25.1.html b/external/docs/content/docs/git-fetch/2.25.1.html index d0573776cb..68608b4694 100644 --- a/external/docs/content/docs/git-fetch/2.25.1.html +++ b/external/docs/content/docs/git-fetch/2.25.1.html @@ -59,9 +59,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -73,7 +73,7 @@

    DESCRIPTION

    Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description -of <refspec> below for ways to control this behavior).

    +of <refspec> below for ways to control this behavior).

    By default, any tag that points into the histories being fetched is @@ -136,7 +136,7 @@

    OPTIONS

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -191,7 +191,7 @@

    OPTIONS

    When git fetch is used with <src>:<dst> refspec it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -201,8 +201,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-gc
    @@ -252,13 +252,13 @@

    OPTIONS

    behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the refs to remote-tracking branches, instead of the values of remote.*.fetch configuration variables for the remote -repository. Providing an empty <refspec> to the +repository. Providing an empty <refspec> to the --refmap option causes Git to ignore the configured refspecs and rely entirely on the refspecs supplied as command-line arguments. See section on "Configured Remote-tracking @@ -400,7 +400,7 @@

    OPTIONS

    Use IPv6 addresses only, ignoring IPv4 addresses.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -413,14 +413,14 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>

    Specifies which refs to fetch and which local refs to update. -When no <refspec>s appear on the command line, the refs to fetch -are read from remote.<repository>.fetch variables instead +When no <refspec>s appear on the command line, the refs to fetch +are read from remote.<repository>.fetch variables instead (see CONFIGURED REMOTE-TRACKING BRANCHES below).

    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source <src>, followed by a colon :, followed by the destination ref <dst>. The colon can be omitted when <dst> is empty. <src> is @@ -428,7 +428,7 @@

    OPTIONS

    name.

    -

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; +

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; it requests fetching everything up to the given tag.

    @@ -440,7 +440,7 @@

    OPTIONS

    Whether that update is allowed without --force depends on the ref namespace it’s being fetched to, the type of object being fetched, and whether the update is considered to be a fast-forward. Generally, the -same rules apply for fetching as when pushing, see the <refspec>... +same rules apply for fetching as when pushing, see the <refspec>... section of git-push[1] for what those are. Exceptions to those rules particular to git fetch are noted below.

    @@ -667,7 +667,7 @@

    REMOTES
    -

    <url> is required; #<head> is optional.

    +

    <url> is required; #<head> is optional.

    Depending on the operation, git will use one of the following refspecs, if you don’t provide one on the command line. -<branch> is the name of this file in $GIT_DIR/branches and -<head> defaults to master.

    +<branch> is the name of this file in $GIT_DIR/branches and +<head> defaults to master.

    git fetch uses:

    -
    	refs/heads/<head>:refs/heads/<branch>
    +
    	refs/heads/<head>:refs/heads/<branch>
    @@ -783,7 +783,7 @@

    <repository>.fetch configuration variables.

    @@ -850,7 +850,7 @@

    PRUNING

    worse on big and busy repos that have a lot of branch churn, and e.g. make the output of commands like git branch -a --contains -<commit> needlessly verbose, as well as impacting anything else +<commit> needlessly verbose, as well as impacting anything else that’ll work with the complete set of known references.

    @@ -876,7 +876,7 @@

    PRUNING

    Here’s where things get tricky and more specific. The pruning feature doesn’t actually care about branches, instead it’ll prune local <→ remote-references as a function of the refspec of the remote (see -<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    +<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    Therefore if the refspec for the remote includes diff --git a/external/docs/content/docs/git-fetch/2.27.0.html b/external/docs/content/docs/git-fetch/2.27.0.html index bc22044896..e2d5649ed6 100644 --- a/external/docs/content/docs/git-fetch/2.27.0.html +++ b/external/docs/content/docs/git-fetch/2.27.0.html @@ -52,9 +52,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -66,7 +66,7 @@

    DESCRIPTION

    Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description -of <refspec> below for ways to control this behavior).

    +of <refspec> below for ways to control this behavior).

    By default, any tag that points into the histories being fetched is @@ -129,7 +129,7 @@

    OPTIONS

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -184,7 +184,7 @@

    OPTIONS

    When git fetch is used with <src>:<dst> refspec it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -194,8 +194,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-gc
    @@ -245,13 +245,13 @@

    OPTIONS

    behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the refs to remote-tracking branches, instead of the values of remote.*.fetch configuration variables for the remote -repository. Providing an empty <refspec> to the +repository. Providing an empty <refspec> to the --refmap option causes Git to ignore the configured refspecs and rely entirely on the refspecs supplied as command-line arguments. See section on "Configured Remote-tracking @@ -394,7 +394,7 @@

    OPTIONS

    Use IPv6 addresses only, ignoring IPv4 addresses.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -407,14 +407,14 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>

    Specifies which refs to fetch and which local refs to update. -When no <refspec>s appear on the command line, the refs to fetch -are read from remote.<repository>.fetch variables instead +When no <refspec>s appear on the command line, the refs to fetch +are read from remote.<repository>.fetch variables instead (see CONFIGURED REMOTE-TRACKING BRANCHES below).

    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source <src>, followed by a colon :, followed by the destination ref <dst>. The colon can be omitted when <dst> is empty. <src> is @@ -422,7 +422,7 @@

    OPTIONS

    name.

    -

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; +

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; it requests fetching everything up to the given tag.

    @@ -434,7 +434,7 @@

    OPTIONS

    Whether that update is allowed without --force depends on the ref namespace it’s being fetched to, the type of object being fetched, and whether the update is considered to be a fast-forward. Generally, the -same rules apply for fetching as when pushing, see the <refspec>... +same rules apply for fetching as when pushing, see the <refspec>... section of git-push[1] for what those are. Exceptions to those rules particular to git fetch are noted below.

    @@ -661,7 +661,7 @@

    REMOTES
    -

    <url> is required; #<head> is optional.

    +

    <url> is required; #<head> is optional.

    Depending on the operation, git will use one of the following refspecs, if you don’t provide one on the command line. -<branch> is the name of this file in $GIT_DIR/branches and -<head> defaults to master.

    +<branch> is the name of this file in $GIT_DIR/branches and +<head> defaults to master.

    git fetch uses:

    -
    	refs/heads/<head>:refs/heads/<branch>
    +
    	refs/heads/<head>:refs/heads/<branch>
    @@ -777,7 +777,7 @@

    <repository>.fetch configuration variables.

    @@ -844,7 +844,7 @@

    PRUNING

    worse on big and busy repos that have a lot of branch churn, and e.g. make the output of commands like git branch -a --contains -<commit> needlessly verbose, as well as impacting anything else +<commit> needlessly verbose, as well as impacting anything else that’ll work with the complete set of known references.

    @@ -870,7 +870,7 @@

    PRUNING

    Here’s where things get tricky and more specific. The pruning feature doesn’t actually care about branches, instead it’ll prune local <→ remote-references as a function of the refspec of the remote (see -<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    +<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    Therefore if the refspec for the remote includes diff --git a/external/docs/content/docs/git-fetch/2.28.0.html b/external/docs/content/docs/git-fetch/2.28.0.html index 0c34999137..3f78979970 100644 --- a/external/docs/content/docs/git-fetch/2.28.0.html +++ b/external/docs/content/docs/git-fetch/2.28.0.html @@ -52,9 +52,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -66,7 +66,7 @@

    DESCRIPTION

    Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description -of <refspec> below for ways to control this behavior).

    +of <refspec> below for ways to control this behavior).

    By default, any tag that points into the histories being fetched is @@ -129,7 +129,7 @@

    OPTIONS

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -184,7 +184,7 @@

    OPTIONS

    When git fetch is used with <src>:<dst> refspec it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -194,8 +194,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-gc
    @@ -245,13 +245,13 @@

    OPTIONS

    behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the refs to remote-tracking branches, instead of the values of remote.*.fetch configuration variables for the remote -repository. Providing an empty <refspec> to the +repository. Providing an empty <refspec> to the --refmap option causes Git to ignore the configured refspecs and rely entirely on the refspecs supplied as command-line arguments. See section on "Configured Remote-tracking @@ -394,7 +394,7 @@

    OPTIONS

    Use IPv6 addresses only, ignoring IPv4 addresses.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -407,14 +407,14 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>

    Specifies which refs to fetch and which local refs to update. -When no <refspec>s appear on the command line, the refs to fetch -are read from remote.<repository>.fetch variables instead +When no <refspec>s appear on the command line, the refs to fetch +are read from remote.<repository>.fetch variables instead (see CONFIGURED REMOTE-TRACKING BRANCHES below).

    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source <src>, followed by a colon :, followed by the destination ref <dst>. The colon can be omitted when <dst> is empty. <src> is @@ -422,7 +422,7 @@

    OPTIONS

    name.

    -

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; +

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; it requests fetching everything up to the given tag.

    @@ -434,7 +434,7 @@

    OPTIONS

    Whether that update is allowed without --force depends on the ref namespace it’s being fetched to, the type of object being fetched, and whether the update is considered to be a fast-forward. Generally, the -same rules apply for fetching as when pushing, see the <refspec>... +same rules apply for fetching as when pushing, see the <refspec>... section of git-push[1] for what those are. Exceptions to those rules particular to git fetch are noted below.

    @@ -661,7 +661,7 @@

    REMOTES
    -

    <url> is required; #<head> is optional.

    +

    <url> is required; #<head> is optional.

    Depending on the operation, git will use one of the following refspecs, if you don’t provide one on the command line. -<branch> is the name of this file in $GIT_DIR/branches and -<head> defaults to master.

    +<branch> is the name of this file in $GIT_DIR/branches and +<head> defaults to master.

    git fetch uses:

    -
    	refs/heads/<head>:refs/heads/<branch>
    +
    	refs/heads/<head>:refs/heads/<branch>
    @@ -777,7 +777,7 @@

    <repository>.fetch configuration variables.

    @@ -844,7 +844,7 @@

    PRUNING

    worse on big and busy repos that have a lot of branch churn, and e.g. make the output of commands like git branch -a --contains -<commit> needlessly verbose, as well as impacting anything else +<commit> needlessly verbose, as well as impacting anything else that’ll work with the complete set of known references.

    @@ -870,7 +870,7 @@

    PRUNING

    Here’s where things get tricky and more specific. The pruning feature doesn’t actually care about branches, instead it’ll prune local <→ remote-references as a function of the refspec of the remote (see -<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    +<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    Therefore if the refspec for the remote includes diff --git a/external/docs/content/docs/git-fetch/2.29.0.html b/external/docs/content/docs/git-fetch/2.29.0.html index e9022aab40..93005a9c43 100644 --- a/external/docs/content/docs/git-fetch/2.29.0.html +++ b/external/docs/content/docs/git-fetch/2.29.0.html @@ -64,9 +64,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -78,7 +78,7 @@

    DESCRIPTION

    Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description -of <refspec> below for ways to control this behavior).

    +of <refspec> below for ways to control this behavior).

    By default, any tag that points into the histories being fetched is @@ -141,7 +141,7 @@

    OPTIONS

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -204,7 +204,7 @@

    OPTIONS

    When git fetch is used with <src>:<dst> refspec it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -214,8 +214,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-maintenance
    --[no-]auto-gc
    @@ -267,13 +267,13 @@

    OPTIONS

    behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the refs to remote-tracking branches, instead of the values of remote.*.fetch configuration variables for the remote -repository. Providing an empty <refspec> to the +repository. Providing an empty <refspec> to the --refmap option causes Git to ignore the configured refspecs and rely entirely on the refspecs supplied as command-line arguments. See section on "Configured Remote-tracking @@ -416,7 +416,7 @@

    OPTIONS

    Use IPv6 addresses only, ignoring IPv4 addresses.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -429,14 +429,14 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>

    Specifies which refs to fetch and which local refs to update. -When no <refspec>s appear on the command line, the refs to fetch -are read from remote.<repository>.fetch variables instead +When no <refspec>s appear on the command line, the refs to fetch +are read from remote.<repository>.fetch variables instead (see CONFIGURED REMOTE-TRACKING BRANCHES below).

    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source <src>, followed by a colon :, followed by the destination ref <dst>. The colon can be omitted when <dst> is empty. <src> is @@ -444,9 +444,9 @@

    OPTIONS

    name.

    -

    A <refspec> may contain a * in its <src> to indicate a simple pattern +

    A <refspec> may contain a * in its <src> to indicate a simple pattern match. Such a refspec functions like a glob that matches any ref with the -same prefix. A pattern <refspec> must have a * in both the <src> and +same prefix. A pattern <refspec> must have a * in both the <src> and <dst>. It will map refs to the destination by replacing the * with the contents matched from the source.

    @@ -462,7 +462,7 @@

    OPTIONS

    names are also not supported.

    -

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; +

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; it requests fetching everything up to the given tag.

    @@ -474,7 +474,7 @@

    OPTIONS

    Whether that update is allowed without --force depends on the ref namespace it’s being fetched to, the type of object being fetched, and whether the update is considered to be a fast-forward. Generally, the -same rules apply for fetching as when pushing, see the <refspec>... +same rules apply for fetching as when pushing, see the <refspec>... section of git-push[1] for what those are. Exceptions to those rules particular to git fetch are noted below.

    @@ -706,7 +706,7 @@

    REMOTES
    -

    <url> is required; #<head> is optional.

    +

    <url> is required; #<head> is optional.

    Depending on the operation, git will use one of the following refspecs, if you don’t provide one on the command line. -<branch> is the name of this file in $GIT_DIR/branches and -<head> defaults to master.

    +<branch> is the name of this file in $GIT_DIR/branches and +<head> defaults to master.

    git fetch uses:

    -
    	refs/heads/<head>:refs/heads/<branch>
    +
    	refs/heads/<head>:refs/heads/<branch>
    @@ -822,7 +822,7 @@

    <repository>.fetch configuration variables.

    @@ -889,7 +889,7 @@

    PRUNING

    worse on big and busy repos that have a lot of branch churn, and e.g. make the output of commands like git branch -a --contains -<commit> needlessly verbose, as well as impacting anything else +<commit> needlessly verbose, as well as impacting anything else that’ll work with the complete set of known references.

    @@ -915,7 +915,7 @@

    PRUNING

    Here’s where things get tricky and more specific. The pruning feature doesn’t actually care about branches, instead it’ll prune local <→ remote-references as a function of the refspec of the remote (see -<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    +<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    Therefore if the refspec for the remote includes diff --git a/external/docs/content/docs/git-fetch/2.31.0.html b/external/docs/content/docs/git-fetch/2.31.0.html index 33fe4a525c..d5b765d888 100644 --- a/external/docs/content/docs/git-fetch/2.31.0.html +++ b/external/docs/content/docs/git-fetch/2.31.0.html @@ -59,9 +59,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -73,7 +73,7 @@

    DESCRIPTION

    Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description -of <refspec> below for ways to control this behavior).

    +of <refspec> below for ways to control this behavior).

    By default, any tag that points into the histories being fetched is @@ -141,7 +141,7 @@

    OPTIONS

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -204,7 +204,7 @@

    OPTIONS

    When git fetch is used with <src>:<dst> refspec it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -214,8 +214,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-maintenance
    --[no-]auto-gc
    @@ -267,13 +267,13 @@

    OPTIONS

    behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the refs to remote-tracking branches, instead of the values of remote.*.fetch configuration variables for the remote -repository. Providing an empty <refspec> to the +repository. Providing an empty <refspec> to the --refmap option causes Git to ignore the configured refspecs and rely entirely on the refspecs supplied as command-line arguments. See section on "Configured Remote-tracking @@ -416,7 +416,7 @@

    OPTIONS

    Use IPv6 addresses only, ignoring IPv4 addresses.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -429,14 +429,14 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>

    Specifies which refs to fetch and which local refs to update. -When no <refspec>s appear on the command line, the refs to fetch -are read from remote.<repository>.fetch variables instead +When no <refspec>s appear on the command line, the refs to fetch +are read from remote.<repository>.fetch variables instead (see CONFIGURED REMOTE-TRACKING BRANCHES below).

    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source <src>, followed by a colon :, followed by the destination ref <dst>. The colon can be omitted when <dst> is empty. <src> is @@ -444,9 +444,9 @@

    OPTIONS

    name.

    -

    A <refspec> may contain a * in its <src> to indicate a simple pattern +

    A <refspec> may contain a * in its <src> to indicate a simple pattern match. Such a refspec functions like a glob that matches any ref with the -same prefix. A pattern <refspec> must have a * in both the <src> and +same prefix. A pattern <refspec> must have a * in both the <src> and <dst>. It will map refs to the destination by replacing the * with the contents matched from the source.

    @@ -462,7 +462,7 @@

    OPTIONS

    names are also not supported.

    -

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; +

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; it requests fetching everything up to the given tag.

    @@ -474,7 +474,7 @@

    OPTIONS

    Whether that update is allowed without --force depends on the ref namespace it’s being fetched to, the type of object being fetched, and whether the update is considered to be a fast-forward. Generally, the -same rules apply for fetching as when pushing, see the <refspec>... +same rules apply for fetching as when pushing, see the <refspec>... section of git-push[1] for what those are. Exceptions to those rules particular to git fetch are noted below.

    @@ -706,7 +706,7 @@

    REMOTES
    -

    <url> is required; #<head> is optional.

    +

    <url> is required; #<head> is optional.

    Depending on the operation, git will use one of the following refspecs, if you don’t provide one on the command line. -<branch> is the name of this file in $GIT_DIR/branches and -<head> defaults to master.

    +<branch> is the name of this file in $GIT_DIR/branches and +<head> defaults to master.

    git fetch uses:

    -
    	refs/heads/<head>:refs/heads/<branch>
    +
    	refs/heads/<head>:refs/heads/<branch>
    @@ -822,7 +822,7 @@

    <repository>.fetch configuration variables.

    @@ -889,7 +889,7 @@

    PRUNING

    worse on big and busy repos that have a lot of branch churn, and e.g. make the output of commands like git branch -a --contains -<commit> needlessly verbose, as well as impacting anything else +<commit> needlessly verbose, as well as impacting anything else that’ll work with the complete set of known references.

    @@ -915,7 +915,7 @@

    PRUNING

    Here’s where things get tricky and more specific. The pruning feature doesn’t actually care about branches, instead it’ll prune local <→ remote-references as a function of the refspec of the remote (see -<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    +<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    Therefore if the refspec for the remote includes diff --git a/external/docs/content/docs/git-fetch/2.32.0.html b/external/docs/content/docs/git-fetch/2.32.0.html index 59b76ed03f..29f45b6073 100644 --- a/external/docs/content/docs/git-fetch/2.32.0.html +++ b/external/docs/content/docs/git-fetch/2.32.0.html @@ -58,9 +58,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -72,7 +72,7 @@

    DESCRIPTION

    Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description -of <refspec> below for ways to control this behavior).

    +of <refspec> below for ways to control this behavior).

    By default, any tag that points into the histories being fetched is @@ -140,7 +140,7 @@

    OPTIONS

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -203,7 +203,7 @@

    OPTIONS

    When git fetch is used with <src>:<dst> refspec it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -213,8 +213,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-maintenance
    --[no-]auto-gc
    @@ -272,13 +272,13 @@

    OPTIONS

    behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the refs to remote-tracking branches, instead of the values of remote.*.fetch configuration variables for the remote -repository. Providing an empty <refspec> to the +repository. Providing an empty <refspec> to the --refmap option causes Git to ignore the configured refspecs and rely entirely on the refspecs supplied as command-line arguments. See section on "Configured Remote-tracking @@ -421,7 +421,7 @@

    OPTIONS

    Use IPv6 addresses only, ignoring IPv4 addresses.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -434,14 +434,14 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>

    Specifies which refs to fetch and which local refs to update. -When no <refspec>s appear on the command line, the refs to fetch -are read from remote.<repository>.fetch variables instead +When no <refspec>s appear on the command line, the refs to fetch +are read from remote.<repository>.fetch variables instead (see CONFIGURED REMOTE-TRACKING BRANCHES below).

    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source <src>, followed by a colon :, followed by the destination ref <dst>. The colon can be omitted when <dst> is empty. <src> is @@ -449,9 +449,9 @@

    OPTIONS

    name.

    -

    A <refspec> may contain a * in its <src> to indicate a simple pattern +

    A <refspec> may contain a * in its <src> to indicate a simple pattern match. Such a refspec functions like a glob that matches any ref with the -same prefix. A pattern <refspec> must have a * in both the <src> and +same prefix. A pattern <refspec> must have a * in both the <src> and <dst>. It will map refs to the destination by replacing the * with the contents matched from the source.

    @@ -467,7 +467,7 @@

    OPTIONS

    names are also not supported.

    -

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; +

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; it requests fetching everything up to the given tag.

    @@ -479,7 +479,7 @@

    OPTIONS

    Whether that update is allowed without --force depends on the ref namespace it’s being fetched to, the type of object being fetched, and whether the update is considered to be a fast-forward. Generally, the -same rules apply for fetching as when pushing, see the <refspec>... +same rules apply for fetching as when pushing, see the <refspec>... section of git-push[1] for what those are. Exceptions to those rules particular to git fetch are noted below.

    @@ -711,7 +711,7 @@

    REMOTES
    -

    <url> is required; #<head> is optional.

    +

    <url> is required; #<head> is optional.

    Depending on the operation, git will use one of the following refspecs, if you don’t provide one on the command line. -<branch> is the name of this file in $GIT_DIR/branches and -<head> defaults to master.

    +<branch> is the name of this file in $GIT_DIR/branches and +<head> defaults to master.

    git fetch uses:

    -
    	refs/heads/<head>:refs/heads/<branch>
    +
    	refs/heads/<head>:refs/heads/<branch>
    @@ -827,7 +827,7 @@

    <repository>.fetch configuration variables.

    @@ -894,7 +894,7 @@

    PRUNING

    worse on big and busy repos that have a lot of branch churn, and e.g. make the output of commands like git branch -a --contains -<commit> needlessly verbose, as well as impacting anything else +<commit> needlessly verbose, as well as impacting anything else that’ll work with the complete set of known references.

    @@ -920,7 +920,7 @@

    PRUNING

    Here’s where things get tricky and more specific. The pruning feature doesn’t actually care about branches, instead it’ll prune local <→ remote-references as a function of the refspec of the remote (see -<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    +<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    Therefore if the refspec for the remote includes diff --git a/external/docs/content/docs/git-fetch/2.33.0.html b/external/docs/content/docs/git-fetch/2.33.0.html index 585cbb8682..e9afb43dd1 100644 --- a/external/docs/content/docs/git-fetch/2.33.0.html +++ b/external/docs/content/docs/git-fetch/2.33.0.html @@ -68,9 +68,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -82,7 +82,7 @@

    DESCRIPTION

    Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description -of <refspec> below for ways to control this behavior).

    +of <refspec> below for ways to control this behavior).

    By default, any tag that points into the histories being fetched is @@ -150,7 +150,7 @@

    OPTIONS

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -224,7 +224,7 @@

    OPTIONS

    When git fetch is used with <src>:<dst> refspec it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -234,8 +234,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-maintenance
    --[no-]auto-gc
    @@ -293,13 +293,13 @@

    OPTIONS

    behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the refs to remote-tracking branches, instead of the values of remote.*.fetch configuration variables for the remote -repository. Providing an empty <refspec> to the +repository. Providing an empty <refspec> to the --refmap option causes Git to ignore the configured refspecs and rely entirely on the refspecs supplied as command-line arguments. See section on "Configured Remote-tracking @@ -442,7 +442,7 @@

    OPTIONS

    Use IPv6 addresses only, ignoring IPv4 addresses.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -455,14 +455,14 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>

    Specifies which refs to fetch and which local refs to update. -When no <refspec>s appear on the command line, the refs to fetch -are read from remote.<repository>.fetch variables instead +When no <refspec>s appear on the command line, the refs to fetch +are read from remote.<repository>.fetch variables instead (see CONFIGURED REMOTE-TRACKING BRANCHES below).

    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source <src>, followed by a colon :, followed by the destination ref <dst>. The colon can be omitted when <dst> is empty. <src> is @@ -470,9 +470,9 @@

    OPTIONS

    name.

    -

    A <refspec> may contain a * in its <src> to indicate a simple pattern +

    A <refspec> may contain a * in its <src> to indicate a simple pattern match. Such a refspec functions like a glob that matches any ref with the -same prefix. A pattern <refspec> must have a * in both the <src> and +same prefix. A pattern <refspec> must have a * in both the <src> and <dst>. It will map refs to the destination by replacing the * with the contents matched from the source.

    @@ -488,7 +488,7 @@

    OPTIONS

    names are also not supported.

    -

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; +

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; it requests fetching everything up to the given tag.

    @@ -500,7 +500,7 @@

    OPTIONS

    Whether that update is allowed without --force depends on the ref namespace it’s being fetched to, the type of object being fetched, and whether the update is considered to be a fast-forward. Generally, the -same rules apply for fetching as when pushing, see the <refspec>... +same rules apply for fetching as when pushing, see the <refspec>... section of git-push[1] for what those are. Exceptions to those rules particular to git fetch are noted below.

    @@ -732,7 +732,7 @@

    REMOTES
    -

    <url> is required; #<head> is optional.

    +

    <url> is required; #<head> is optional.

    Depending on the operation, git will use one of the following refspecs, if you don’t provide one on the command line. -<branch> is the name of this file in $GIT_DIR/branches and -<head> defaults to master.

    +<branch> is the name of this file in $GIT_DIR/branches and +<head> defaults to master.

    git fetch uses:

    -
    	refs/heads/<head>:refs/heads/<branch>
    +
    	refs/heads/<head>:refs/heads/<branch>
    @@ -848,7 +848,7 @@

    <repository>.fetch configuration variables.

    @@ -915,7 +915,7 @@

    PRUNING

    worse on big and busy repos that have a lot of branch churn, and e.g. make the output of commands like git branch -a --contains -<commit> needlessly verbose, as well as impacting anything else +<commit> needlessly verbose, as well as impacting anything else that’ll work with the complete set of known references.

    @@ -941,7 +941,7 @@

    PRUNING

    Here’s where things get tricky and more specific. The pruning feature doesn’t actually care about branches, instead it’ll prune local ←→ remote-references as a function of the refspec of the remote (see -<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    +<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    Therefore if the refspec for the remote includes diff --git a/external/docs/content/docs/git-fetch/2.35.0.html b/external/docs/content/docs/git-fetch/2.35.0.html index 7bd244928e..b9e21649bc 100644 --- a/external/docs/content/docs/git-fetch/2.35.0.html +++ b/external/docs/content/docs/git-fetch/2.35.0.html @@ -59,9 +59,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -73,7 +73,7 @@

    DESCRIPTION

    Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description -of <refspec> below for ways to control this behavior).

    +of <refspec> below for ways to control this behavior).

    By default, any tag that points into the histories being fetched is @@ -141,7 +141,7 @@

    OPTIONS

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -215,7 +215,7 @@

    OPTIONS

    When git fetch is used with <src>:<dst> refspec it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -225,8 +225,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-maintenance
    --[no-]auto-gc
    @@ -284,13 +284,13 @@

    OPTIONS

    behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the refs to remote-tracking branches, instead of the values of remote.*.fetch configuration variables for the remote -repository. Providing an empty <refspec> to the +repository. Providing an empty <refspec> to the --refmap option causes Git to ignore the configured refspecs and rely entirely on the refspecs supplied as command-line arguments. See section on "Configured Remote-tracking @@ -433,7 +433,7 @@

    OPTIONS

    Use IPv6 addresses only, ignoring IPv4 addresses.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -446,14 +446,14 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>

    Specifies which refs to fetch and which local refs to update. -When no <refspec>s appear on the command line, the refs to fetch -are read from remote.<repository>.fetch variables instead +When no <refspec>s appear on the command line, the refs to fetch +are read from remote.<repository>.fetch variables instead (see CONFIGURED REMOTE-TRACKING BRANCHES below).

    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source <src>, followed by a colon :, followed by the destination ref <dst>. The colon can be omitted when <dst> is empty. <src> is @@ -461,9 +461,9 @@

    OPTIONS

    name.

    -

    A <refspec> may contain a * in its <src> to indicate a simple pattern +

    A <refspec> may contain a * in its <src> to indicate a simple pattern match. Such a refspec functions like a glob that matches any ref with the -same prefix. A pattern <refspec> must have a * in both the <src> and +same prefix. A pattern <refspec> must have a * in both the <src> and <dst>. It will map refs to the destination by replacing the * with the contents matched from the source.

    @@ -479,7 +479,7 @@

    OPTIONS

    names are also not supported.

    -

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; +

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; it requests fetching everything up to the given tag.

    @@ -491,7 +491,7 @@

    OPTIONS

    Whether that update is allowed without --force depends on the ref namespace it’s being fetched to, the type of object being fetched, and whether the update is considered to be a fast-forward. Generally, the -same rules apply for fetching as when pushing, see the <refspec>... +same rules apply for fetching as when pushing, see the <refspec>... section of git-push[1] for what those are. Exceptions to those rules particular to git fetch are noted below.

    @@ -723,7 +723,7 @@

    REMOTES
    -

    <URL> is required; #<head> is optional.

    +

    <URL> is required; #<head> is optional.

    Depending on the operation, git will use one of the following refspecs, if you don’t provide one on the command line. -<branch> is the name of this file in $GIT_DIR/branches and -<head> defaults to master.

    +<branch> is the name of this file in $GIT_DIR/branches and +<head> defaults to master.

    git fetch uses:

    -
    	refs/heads/<head>:refs/heads/<branch>
    +
    	refs/heads/<head>:refs/heads/<branch>
    @@ -839,7 +839,7 @@

    <repository>.fetch configuration variables.

    @@ -906,7 +906,7 @@

    PRUNING

    worse on big and busy repos that have a lot of branch churn, and e.g. make the output of commands like git branch -a --contains -<commit> needlessly verbose, as well as impacting anything else +<commit> needlessly verbose, as well as impacting anything else that’ll work with the complete set of known references.

    @@ -932,7 +932,7 @@

    PRUNING

    Here’s where things get tricky and more specific. The pruning feature doesn’t actually care about branches, instead it’ll prune local ←→ remote-references as a function of the refspec of the remote (see -<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    +<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    Therefore if the refspec for the remote includes diff --git a/external/docs/content/docs/git-fetch/2.36.0.html b/external/docs/content/docs/git-fetch/2.36.0.html index c51830adb2..b216a39cfb 100644 --- a/external/docs/content/docs/git-fetch/2.36.0.html +++ b/external/docs/content/docs/git-fetch/2.36.0.html @@ -65,9 +65,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -79,7 +79,7 @@

    DESCRIPTION

    Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description -of <refspec> below for ways to control this behavior).

    +of <refspec> below for ways to control this behavior).

    By default, any tag that points into the histories being fetched is @@ -147,7 +147,7 @@

    OPTIONS

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -222,7 +222,7 @@

    OPTIONS

    When git fetch is used with <src>:<dst> refspec it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -232,8 +232,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-maintenance
    --[no-]auto-gc
    @@ -300,13 +300,13 @@

    OPTIONS

    definition has changed. Automatic post-fetch maintenance will perform object database pack consolidation to remove any duplicate objects.

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the refs to remote-tracking branches, instead of the values of remote.*.fetch configuration variables for the remote -repository. Providing an empty <refspec> to the +repository. Providing an empty <refspec> to the --refmap option causes Git to ignore the configured refspecs and rely entirely on the refspecs supplied as command-line arguments. See section on "Configured Remote-tracking @@ -459,7 +459,7 @@

    OPTIONS

    Use IPv6 addresses only, ignoring IPv4 addresses.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -472,14 +472,14 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>

    Specifies which refs to fetch and which local refs to update. -When no <refspec>s appear on the command line, the refs to fetch -are read from remote.<repository>.fetch variables instead +When no <refspec>s appear on the command line, the refs to fetch +are read from remote.<repository>.fetch variables instead (see CONFIGURED REMOTE-TRACKING BRANCHES below).

    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source <src>, followed by a colon :, followed by the destination ref <dst>. The colon can be omitted when <dst> is empty. <src> is @@ -487,9 +487,9 @@

    OPTIONS

    name.

    -

    A <refspec> may contain a * in its <src> to indicate a simple pattern +

    A <refspec> may contain a * in its <src> to indicate a simple pattern match. Such a refspec functions like a glob that matches any ref with the -same prefix. A pattern <refspec> must have a * in both the <src> and +same prefix. A pattern <refspec> must have a * in both the <src> and <dst>. It will map refs to the destination by replacing the * with the contents matched from the source.

    @@ -505,7 +505,7 @@

    OPTIONS

    names are also not supported.

    -

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; +

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; it requests fetching everything up to the given tag.

    @@ -517,7 +517,7 @@

    OPTIONS

    Whether that update is allowed without --force depends on the ref namespace it’s being fetched to, the type of object being fetched, and whether the update is considered to be a fast-forward. Generally, the -same rules apply for fetching as when pushing, see the <refspec>... +same rules apply for fetching as when pushing, see the <refspec>... section of git-push[1] for what those are. Exceptions to those rules particular to git fetch are noted below.

    @@ -749,7 +749,7 @@

    REMOTES
    -

    <URL> is required; #<head> is optional.

    +

    <URL> is required; #<head> is optional.

    Depending on the operation, git will use one of the following refspecs, if you don’t provide one on the command line. -<branch> is the name of this file in $GIT_DIR/branches and -<head> defaults to master.

    +<branch> is the name of this file in $GIT_DIR/branches and +<head> defaults to master.

    git fetch uses:

    -
    	refs/heads/<head>:refs/heads/<branch>
    +
    	refs/heads/<head>:refs/heads/<branch>
    @@ -865,7 +865,7 @@

    <repository>.fetch configuration variables.

    @@ -932,7 +932,7 @@

    PRUNING

    worse on big and busy repos that have a lot of branch churn, and e.g. make the output of commands like git branch -a --contains -<commit> needlessly verbose, as well as impacting anything else +<commit> needlessly verbose, as well as impacting anything else that’ll work with the complete set of known references.

    @@ -958,7 +958,7 @@

    PRUNING

    Here’s where things get tricky and more specific. The pruning feature doesn’t actually care about branches, instead it’ll prune local ←→ remote-references as a function of the refspec of the remote (see -<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    +<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    Therefore if the refspec for the remote includes diff --git a/external/docs/content/docs/git-fetch/2.38.0.html b/external/docs/content/docs/git-fetch/2.38.0.html index 4d3b7addc6..81ffb0b37a 100644 --- a/external/docs/content/docs/git-fetch/2.38.0.html +++ b/external/docs/content/docs/git-fetch/2.38.0.html @@ -64,9 +64,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -78,7 +78,7 @@

    DESCRIPTION

    Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description -of <refspec> below for ways to control this behavior).

    +of <refspec> below for ways to control this behavior).

    By default, any tag that points into the histories being fetched is @@ -146,7 +146,7 @@

    OPTIONS

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -221,7 +221,7 @@

    OPTIONS

    When git fetch is used with <src>:<dst> refspec it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -231,8 +231,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-maintenance
    --[no-]auto-gc
    @@ -299,13 +299,13 @@

    OPTIONS

    definition has changed. Automatic post-fetch maintenance will perform object database pack consolidation to remove any duplicate objects.

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the refs to remote-tracking branches, instead of the values of remote.*.fetch configuration variables for the remote -repository. Providing an empty <refspec> to the +repository. Providing an empty <refspec> to the --refmap option causes Git to ignore the configured refspecs and rely entirely on the refspecs supplied as command-line arguments. See section on "Configured Remote-tracking @@ -458,7 +458,7 @@

    OPTIONS

    Use IPv6 addresses only, ignoring IPv4 addresses.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -471,14 +471,14 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>

    Specifies which refs to fetch and which local refs to update. -When no <refspec>s appear on the command line, the refs to fetch -are read from remote.<repository>.fetch variables instead +When no <refspec>s appear on the command line, the refs to fetch +are read from remote.<repository>.fetch variables instead (see CONFIGURED REMOTE-TRACKING BRANCHES below).

    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source <src>, followed by a colon :, followed by the destination ref <dst>. The colon can be omitted when <dst> is empty. <src> is @@ -486,9 +486,9 @@

    OPTIONS

    name.

    -

    A <refspec> may contain a * in its <src> to indicate a simple pattern +

    A <refspec> may contain a * in its <src> to indicate a simple pattern match. Such a refspec functions like a glob that matches any ref with the -same prefix. A pattern <refspec> must have a * in both the <src> and +same prefix. A pattern <refspec> must have a * in both the <src> and <dst>. It will map refs to the destination by replacing the * with the contents matched from the source.

    @@ -504,7 +504,7 @@

    OPTIONS

    names are also not supported.

    -

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; +

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; it requests fetching everything up to the given tag.

    @@ -516,7 +516,7 @@

    OPTIONS

    Whether that update is allowed without --force depends on the ref namespace it’s being fetched to, the type of object being fetched, and whether the update is considered to be a fast-forward. Generally, the -same rules apply for fetching as when pushing, see the <refspec>... +same rules apply for fetching as when pushing, see the <refspec>... section of git-push[1] for what those are. Exceptions to those rules particular to git fetch are noted below.

    @@ -748,7 +748,7 @@

    REMOTES
    -

    <URL> is required; #<head> is optional.

    +

    <URL> is required; #<head> is optional.

    Depending on the operation, git will use one of the following refspecs, if you don’t provide one on the command line. -<branch> is the name of this file in $GIT_DIR/branches and -<head> defaults to master.

    +<branch> is the name of this file in $GIT_DIR/branches and +<head> defaults to master.

    git fetch uses:

    -
    	refs/heads/<head>:refs/heads/<branch>
    +
    	refs/heads/<head>:refs/heads/<branch>
    @@ -864,7 +864,7 @@

    <repository>.fetch configuration variables.

    @@ -931,7 +931,7 @@

    PRUNING

    worse on big and busy repos that have a lot of branch churn, and e.g. make the output of commands like git branch -a --contains -<commit> needlessly verbose, as well as impacting anything else +<commit> needlessly verbose, as well as impacting anything else that’ll work with the complete set of known references.

    @@ -957,7 +957,7 @@

    PRUNING

    Here’s where things get tricky and more specific. The pruning feature doesn’t actually care about branches, instead it’ll prune local ←→ remote-references as a function of the refspec of the remote (see -<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    +<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    Therefore if the refspec for the remote includes diff --git a/external/docs/content/docs/git-fetch/2.4.12.html b/external/docs/content/docs/git-fetch/2.4.12.html index 1fa21c08cb..738d27dec8 100644 --- a/external/docs/content/docs/git-fetch/2.4.12.html +++ b/external/docs/content/docs/git-fetch/2.4.12.html @@ -46,9 +46,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -60,7 +60,7 @@

    DESCRIPTION

    Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description -of <refspec> below for ways to control this behavior).

    +of <refspec> below for ways to control this behavior).

    By default, any tag that points into the histories being fetched is @@ -148,8 +148,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    -p
    --prune
    @@ -172,7 +172,7 @@

    OPTIONS

    behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the @@ -259,7 +259,7 @@

    OPTIONS

    is specified. This flag forces progress status even if the standard error stream is not directed to a terminal.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -272,20 +272,20 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>

    Specifies which refs to fetch and which local refs to update. -When no <refspec>s appear on the command line, the refs to fetch -are read from remote.<repository>.fetch variables instead +When no <refspec>s appear on the command line, the refs to fetch +are read from remote.<repository>.fetch variables instead (see CONFIGURED REMOTE-TRACKING BRANCHES below).

    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source ref <src>, followed by a colon :, followed by the destination ref <dst>. The colon can be omitted when <dst> is empty.

    -

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; +

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; it requests fetching everything up to the given tag.

    @@ -606,7 +606,7 @@

    <repository>.fetch configuration variables.

    diff --git a/external/docs/content/docs/git-fetch/2.40.0.html b/external/docs/content/docs/git-fetch/2.40.0.html index fd2b3247a3..6e15047632 100644 --- a/external/docs/content/docs/git-fetch/2.40.0.html +++ b/external/docs/content/docs/git-fetch/2.40.0.html @@ -57,9 +57,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -71,7 +71,7 @@

    DESCRIPTION

    Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description -of <refspec> below for ways to control this behavior).

    +of <refspec> below for ways to control this behavior).

    By default, any tag that points into the histories being fetched is @@ -139,7 +139,7 @@

    OPTIONS

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -214,7 +214,7 @@

    OPTIONS

    When git fetch is used with <src>:<dst> refspec it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -224,8 +224,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-maintenance
    --[no-]auto-gc
    @@ -292,13 +292,13 @@

    OPTIONS

    definition has changed. Automatic post-fetch maintenance will perform object database pack consolidation to remove any duplicate objects.

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the refs to remote-tracking branches, instead of the values of remote.*.fetch configuration variables for the remote -repository. Providing an empty <refspec> to the +repository. Providing an empty <refspec> to the --refmap option causes Git to ignore the configured refspecs and rely entirely on the refspecs supplied as command-line arguments. See section on "Configured Remote-tracking @@ -451,7 +451,7 @@

    OPTIONS

    Use IPv6 addresses only, ignoring IPv4 addresses.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -464,14 +464,14 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>

    Specifies which refs to fetch and which local refs to update. -When no <refspec>s appear on the command line, the refs to fetch -are read from remote.<repository>.fetch variables instead +When no <refspec>s appear on the command line, the refs to fetch +are read from remote.<repository>.fetch variables instead (see CONFIGURED REMOTE-TRACKING BRANCHES below).

    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source <src>, followed by a colon :, followed by the destination ref <dst>. The colon can be omitted when <dst> is empty. <src> is @@ -479,9 +479,9 @@

    OPTIONS

    name.

    -

    A <refspec> may contain a * in its <src> to indicate a simple pattern +

    A <refspec> may contain a * in its <src> to indicate a simple pattern match. Such a refspec functions like a glob that matches any ref with the -same prefix. A pattern <refspec> must have a * in both the <src> and +same prefix. A pattern <refspec> must have a * in both the <src> and <dst>. It will map refs to the destination by replacing the * with the contents matched from the source.

    @@ -497,7 +497,7 @@

    OPTIONS

    names are also not supported.

    -

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; +

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; it requests fetching everything up to the given tag.

    @@ -509,7 +509,7 @@

    OPTIONS

    Whether that update is allowed without --force depends on the ref namespace it’s being fetched to, the type of object being fetched, and whether the update is considered to be a fast-forward. Generally, the -same rules apply for fetching as when pushing, see the <refspec>... +same rules apply for fetching as when pushing, see the <refspec>... section of git-push[1] for what those are. Exceptions to those rules particular to git fetch are noted below.

    @@ -741,7 +741,7 @@

    REMOTES
    -

    <URL> is required; #<head> is optional.

    +

    <URL> is required; #<head> is optional.

    Depending on the operation, git will use one of the following refspecs, if you don’t provide one on the command line. -<branch> is the name of this file in $GIT_DIR/branches and -<head> defaults to master.

    +<branch> is the name of this file in $GIT_DIR/branches and +<head> defaults to master.

    git fetch uses:

    -
    	refs/heads/<head>:refs/heads/<branch>
    +
    	refs/heads/<head>:refs/heads/<branch>
    @@ -859,7 +859,7 @@

    <repository>.fetch configuration variables.

    @@ -926,7 +926,7 @@

    PRUNING

    worse on big and busy repos that have a lot of branch churn, and e.g. make the output of commands like git branch -a --contains -<commit> needlessly verbose, as well as impacting anything else +<commit> needlessly verbose, as well as impacting anything else that’ll work with the complete set of known references.

    @@ -952,7 +952,7 @@

    PRUNING

    Here’s where things get tricky and more specific. The pruning feature doesn’t actually care about branches, instead it’ll prune local ←→ remote-references as a function of the refspec of the remote (see -<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    +<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    Therefore if the refspec for the remote includes @@ -1128,7 +1128,7 @@

    EXAMPLES

    The above command copies all branches from the remote refs/heads/ namespace and stores them to the local refs/remotes/origin/ namespace, -unless the remote.<repository>.fetch option is used to specify a +unless the remote.<repository>.fetch option is used to specify a non-default refspec.

    diff --git a/external/docs/content/docs/git-fetch/2.41.0.html b/external/docs/content/docs/git-fetch/2.41.0.html index 07cd20166c..116560d250 100644 --- a/external/docs/content/docs/git-fetch/2.41.0.html +++ b/external/docs/content/docs/git-fetch/2.41.0.html @@ -56,9 +56,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -70,7 +70,7 @@

    DESCRIPTION

    Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description -of <refspec> below for ways to control this behavior).

    +of <refspec> below for ways to control this behavior).

    By default, any tag that points into the histories being fetched is @@ -138,7 +138,7 @@

    OPTIONS

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -222,7 +222,7 @@

    OPTIONS

    When git fetch is used with <src>:<dst> refspec it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -232,8 +232,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-maintenance
    --[no-]auto-gc
    @@ -300,13 +300,13 @@

    OPTIONS

    definition has changed. Automatic post-fetch maintenance will perform object database pack consolidation to remove any duplicate objects.

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the refs to remote-tracking branches, instead of the values of remote.*.fetch configuration variables for the remote -repository. Providing an empty <refspec> to the +repository. Providing an empty <refspec> to the --refmap option causes Git to ignore the configured refspecs and rely entirely on the refspecs supplied as command-line arguments. See section on "Configured Remote-tracking @@ -459,7 +459,7 @@

    OPTIONS

    Use IPv6 addresses only, ignoring IPv4 addresses.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -472,14 +472,14 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>

    Specifies which refs to fetch and which local refs to update. -When no <refspec>s appear on the command line, the refs to fetch -are read from remote.<repository>.fetch variables instead +When no <refspec>s appear on the command line, the refs to fetch +are read from remote.<repository>.fetch variables instead (see CONFIGURED REMOTE-TRACKING BRANCHES below).

    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source <src>, followed by a colon :, followed by the destination ref <dst>. The colon can be omitted when <dst> is empty. <src> is @@ -487,9 +487,9 @@

    OPTIONS

    name.

    -

    A <refspec> may contain a * in its <src> to indicate a simple pattern +

    A <refspec> may contain a * in its <src> to indicate a simple pattern match. Such a refspec functions like a glob that matches any ref with the -same prefix. A pattern <refspec> must have a * in both the <src> and +same prefix. A pattern <refspec> must have a * in both the <src> and <dst>. It will map refs to the destination by replacing the * with the contents matched from the source.

    @@ -505,7 +505,7 @@

    OPTIONS

    names are also not supported.

    -

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; +

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; it requests fetching everything up to the given tag.

    @@ -517,7 +517,7 @@

    OPTIONS

    Whether that update is allowed without --force depends on the ref namespace it’s being fetched to, the type of object being fetched, and whether the update is considered to be a fast-forward. Generally, the -same rules apply for fetching as when pushing, see the <refspec>... +same rules apply for fetching as when pushing, see the <refspec>... section of git-push[1] for what those are. Exceptions to those rules particular to git fetch are noted below.

    @@ -749,7 +749,7 @@

    REMOTES
    -

    <URL> is required; #<head> is optional.

    +

    <URL> is required; #<head> is optional.

    Depending on the operation, git will use one of the following refspecs, if you don’t provide one on the command line. -<branch> is the name of this file in $GIT_DIR/branches and -<head> defaults to master.

    +<branch> is the name of this file in $GIT_DIR/branches and +<head> defaults to master.

    git fetch uses:

    -
    	refs/heads/<head>:refs/heads/<branch>
    +
    	refs/heads/<head>:refs/heads/<branch>
    @@ -867,7 +867,7 @@

    <repository>.fetch configuration variables.

    @@ -934,7 +934,7 @@

    PRUNING

    worse on big and busy repos that have a lot of branch churn, and e.g. make the output of commands like git branch -a --contains -<commit> needlessly verbose, as well as impacting anything else +<commit> needlessly verbose, as well as impacting anything else that’ll work with the complete set of known references.

    @@ -960,7 +960,7 @@

    PRUNING

    Here’s where things get tricky and more specific. The pruning feature doesn’t actually care about branches, instead it’ll prune local ←→ remote-references as a function of the refspec of the remote (see -<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    +<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    Therefore if the refspec for the remote includes @@ -1147,7 +1147,7 @@

    EXAMPLES

    The above command copies all branches from the remote refs/heads/ namespace and stores them to the local refs/remotes/origin/ namespace, -unless the remote.<repository>.fetch option is used to specify a +unless the remote.<repository>.fetch option is used to specify a non-default refspec.

    diff --git a/external/docs/content/docs/git-fetch/2.42.0.html b/external/docs/content/docs/git-fetch/2.42.0.html index 5825c131b4..dd3a2f988e 100644 --- a/external/docs/content/docs/git-fetch/2.42.0.html +++ b/external/docs/content/docs/git-fetch/2.42.0.html @@ -57,9 +57,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -71,7 +71,7 @@

    DESCRIPTION

    Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description -of <refspec> below for ways to control this behavior).

    +of <refspec> below for ways to control this behavior).

    By default, any tag that points into the histories being fetched is @@ -139,7 +139,7 @@

    OPTIONS

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -223,7 +223,7 @@

    OPTIONS

    When git fetch is used with <src>:<dst> refspec it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -233,8 +233,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-maintenance
    --[no-]auto-gc
    @@ -301,13 +301,13 @@

    OPTIONS

    definition has changed. Automatic post-fetch maintenance will perform object database pack consolidation to remove any duplicate objects.

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the refs to remote-tracking branches, instead of the values of remote.*.fetch configuration variables for the remote -repository. Providing an empty <refspec> to the +repository. Providing an empty <refspec> to the --refmap option causes Git to ignore the configured refspecs and rely entirely on the refspecs supplied as command-line arguments. See section on "Configured Remote-tracking @@ -460,7 +460,7 @@

    OPTIONS

    Use IPv6 addresses only, ignoring IPv4 addresses.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -473,14 +473,14 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>

    Specifies which refs to fetch and which local refs to update. -When no <refspec>s appear on the command line, the refs to fetch -are read from remote.<repository>.fetch variables instead +When no <refspec>s appear on the command line, the refs to fetch +are read from remote.<repository>.fetch variables instead (see CONFIGURED REMOTE-TRACKING BRANCHES below).

    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source <src>, followed by a colon :, followed by the destination ref <dst>. The colon can be omitted when <dst> is empty. <src> is @@ -488,9 +488,9 @@

    OPTIONS

    name.

    -

    A <refspec> may contain a * in its <src> to indicate a simple pattern +

    A <refspec> may contain a * in its <src> to indicate a simple pattern match. Such a refspec functions like a glob that matches any ref with the -same prefix. A pattern <refspec> must have a * in both the <src> and +same prefix. A pattern <refspec> must have a * in both the <src> and <dst>. It will map refs to the destination by replacing the * with the contents matched from the source.

    @@ -506,7 +506,7 @@

    OPTIONS

    names are also not supported.

    -

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; +

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; it requests fetching everything up to the given tag.

    @@ -518,7 +518,7 @@

    OPTIONS

    Whether that update is allowed without --force depends on the ref namespace it’s being fetched to, the type of object being fetched, and whether the update is considered to be a fast-forward. Generally, the -same rules apply for fetching as when pushing, see the <refspec>... +same rules apply for fetching as when pushing, see the <refspec>... section of git-push[1] for what those are. Exceptions to those rules particular to git fetch are noted below.

    @@ -750,7 +750,7 @@

    REMOTES
    -

    <URL> is required; #<head> is optional.

    +

    <URL> is required; #<head> is optional.

    Depending on the operation, git will use one of the following refspecs, if you don’t provide one on the command line. -<branch> is the name of this file in $GIT_DIR/branches and -<head> defaults to master.

    +<branch> is the name of this file in $GIT_DIR/branches and +<head> defaults to master.

    git fetch uses:

    -
    	refs/heads/<head>:refs/heads/<branch>
    +
    	refs/heads/<head>:refs/heads/<branch>
    @@ -868,7 +868,7 @@

    <repository>.fetch configuration variables.

    @@ -935,7 +935,7 @@

    PRUNING

    worse on big and busy repos that have a lot of branch churn, and e.g. make the output of commands like git branch -a --contains -<commit> needlessly verbose, as well as impacting anything else +<commit> needlessly verbose, as well as impacting anything else that’ll work with the complete set of known references.

    @@ -961,7 +961,7 @@

    PRUNING

    Here’s where things get tricky and more specific. The pruning feature doesn’t actually care about branches, instead it’ll prune local ←→ remote-references as a function of the refspec of the remote (see -<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    +<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    Therefore if the refspec for the remote includes @@ -1148,7 +1148,7 @@

    EXAMPLES

    The above command copies all branches from the remote refs/heads/ namespace and stores them to the local refs/remotes/origin/ namespace, -unless the remote.<repository>.fetch option is used to specify a +unless the remote.<repository>.fetch option is used to specify a non-default refspec.

    diff --git a/external/docs/content/docs/git-fetch/2.43.0.html b/external/docs/content/docs/git-fetch/2.43.0.html index 4f35b00be0..b5e669899a 100644 --- a/external/docs/content/docs/git-fetch/2.43.0.html +++ b/external/docs/content/docs/git-fetch/2.43.0.html @@ -60,9 +60,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -74,7 +74,7 @@

    DESCRIPTION

    Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description -of <refspec> below for ways to control this behavior).

    +of <refspec> below for ways to control this behavior).

    By default, any tag that points into the histories being fetched is @@ -142,7 +142,7 @@

    OPTIONS

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -226,7 +226,7 @@

    OPTIONS

    When git fetch is used with <src>:<dst> refspec, it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -236,8 +236,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-maintenance
    --[no-]auto-gc
    @@ -304,13 +304,13 @@

    OPTIONS

    definition has changed. Automatic post-fetch maintenance will perform object database pack consolidation to remove any duplicate objects.

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the refs to remote-tracking branches, instead of the values of remote.*.fetch configuration variables for the remote -repository. Providing an empty <refspec> to the +repository. Providing an empty <refspec> to the --refmap option causes Git to ignore the configured refspecs and rely entirely on the refspecs supplied as command-line arguments. See section on "Configured Remote-tracking @@ -463,7 +463,7 @@

    OPTIONS

    Use IPv6 addresses only, ignoring IPv4 addresses.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -476,14 +476,14 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>

    Specifies which refs to fetch and which local refs to update. -When no <refspec>s appear on the command line, the refs to fetch -are read from remote.<repository>.fetch variables instead +When no <refspec>s appear on the command line, the refs to fetch +are read from remote.<repository>.fetch variables instead (see CONFIGURED REMOTE-TRACKING BRANCHES below).

    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source <src>, followed by a colon :, followed by the destination ref <dst>. The colon can be omitted when <dst> is empty. <src> is @@ -491,9 +491,9 @@

    OPTIONS

    name.

    -

    A <refspec> may contain a * in its <src> to indicate a simple pattern +

    A <refspec> may contain a * in its <src> to indicate a simple pattern match. Such a refspec functions like a glob that matches any ref with the -same prefix. A pattern <refspec> must have a * in both the <src> and +same prefix. A pattern <refspec> must have a * in both the <src> and <dst>. It will map refs to the destination by replacing the * with the contents matched from the source.

    @@ -509,7 +509,7 @@

    OPTIONS

    names are also not supported.

    -

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; +

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; it requests fetching everything up to the given tag.

    @@ -521,7 +521,7 @@

    OPTIONS

    Whether that update is allowed without --force depends on the ref namespace it’s being fetched to, the type of object being fetched, and whether the update is considered to be a fast-forward. Generally, the -same rules apply for fetching as when pushing, see the <refspec>... +same rules apply for fetching as when pushing, see the <refspec>... section of git-push[1] for what those are. Exceptions to those rules particular to git fetch are noted below.

    @@ -753,7 +753,7 @@

    REMOTES
    -

    <URL> is required; #<head> is optional.

    +

    <URL> is required; #<head> is optional.

    Depending on the operation, git will use one of the following refspecs, if you don’t provide one on the command line. -<branch> is the name of this file in $GIT_DIR/branches and -<head> defaults to master.

    +<branch> is the name of this file in $GIT_DIR/branches and +<head> defaults to master.

    git fetch uses:

    -
    	refs/heads/<head>:refs/heads/<branch>
    +
    	refs/heads/<head>:refs/heads/<branch>
    @@ -871,7 +871,7 @@

    <repository>.fetch configuration variables.

    @@ -938,7 +938,7 @@

    PRUNING

    worse on big and busy repos that have a lot of branch churn, and e.g. make the output of commands like git branch -a --contains -<commit> needlessly verbose, as well as impacting anything else +<commit> needlessly verbose, as well as impacting anything else that’ll work with the complete set of known references.

    @@ -964,7 +964,7 @@

    PRUNING

    Here’s where things get tricky and more specific. The pruning feature doesn’t actually care about branches, instead it’ll prune local ←→ remote-references as a function of the refspec of the remote (see -<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    +<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    Therefore if the refspec for the remote includes @@ -1151,7 +1151,7 @@

    EXAMPLES

    The above command copies all branches from the remote refs/heads/ namespace and stores them to the local refs/remotes/origin/ namespace, -unless the remote.<repository>.fetch option is used to specify a +unless the remote.<repository>.fetch option is used to specify a non-default refspec.

    diff --git a/external/docs/content/docs/git-fetch/2.44.0.html b/external/docs/content/docs/git-fetch/2.44.0.html index 44c09dd9a1..332ef31b53 100644 --- a/external/docs/content/docs/git-fetch/2.44.0.html +++ b/external/docs/content/docs/git-fetch/2.44.0.html @@ -57,9 +57,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -71,7 +71,7 @@

    DESCRIPTION

    Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description -of <refspec> below for ways to control this behavior).

    +of <refspec> below for ways to control this behavior).

    By default, any tag that points into the histories being fetched is @@ -140,7 +140,7 @@

    OPTIONS

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -224,7 +224,7 @@

    OPTIONS

    When git fetch is used with <src>:<dst> refspec, it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -234,8 +234,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-maintenance
    --[no-]auto-gc
    @@ -302,13 +302,13 @@

    OPTIONS

    definition has changed. Automatic post-fetch maintenance will perform object database pack consolidation to remove any duplicate objects.

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the refs to remote-tracking branches, instead of the values of remote.*.fetch configuration variables for the remote -repository. Providing an empty <refspec> to the +repository. Providing an empty <refspec> to the --refmap option causes Git to ignore the configured refspecs and rely entirely on the refspecs supplied as command-line arguments. See section on "Configured Remote-tracking @@ -461,7 +461,7 @@

    OPTIONS

    Use IPv6 addresses only, ignoring IPv4 addresses.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -474,14 +474,14 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>

    Specifies which refs to fetch and which local refs to update. -When no <refspec>s appear on the command line, the refs to fetch -are read from remote.<repository>.fetch variables instead +When no <refspec>s appear on the command line, the refs to fetch +are read from remote.<repository>.fetch variables instead (see CONFIGURED REMOTE-TRACKING BRANCHES below).

    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source <src>, followed by a colon :, followed by the destination ref <dst>. The colon can be omitted when <dst> is empty. <src> is @@ -489,9 +489,9 @@

    OPTIONS

    name.

    -

    A <refspec> may contain a * in its <src> to indicate a simple pattern +

    A <refspec> may contain a * in its <src> to indicate a simple pattern match. Such a refspec functions like a glob that matches any ref with the -same prefix. A pattern <refspec> must have a * in both the <src> and +same prefix. A pattern <refspec> must have a * in both the <src> and <dst>. It will map refs to the destination by replacing the * with the contents matched from the source.

    @@ -507,7 +507,7 @@

    OPTIONS

    names are also not supported.

    -

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; +

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; it requests fetching everything up to the given tag.

    @@ -519,7 +519,7 @@

    OPTIONS

    Whether that update is allowed without --force depends on the ref namespace it’s being fetched to, the type of object being fetched, and whether the update is considered to be a fast-forward. Generally, the -same rules apply for fetching as when pushing, see the <refspec>... +same rules apply for fetching as when pushing, see the <refspec>... section of git-push[1] for what those are. Exceptions to those rules particular to git fetch are noted below.

    @@ -751,7 +751,7 @@

    REMOTES
    -

    <URL> is required; #<head> is optional.

    +

    <URL> is required; #<head> is optional.

    Depending on the operation, git will use one of the following refspecs, if you don’t provide one on the command line. -<branch> is the name of this file in $GIT_DIR/branches and -<head> defaults to master.

    +<branch> is the name of this file in $GIT_DIR/branches and +<head> defaults to master.

    git fetch uses:

    -
    	refs/heads/<head>:refs/heads/<branch>
    +
    	refs/heads/<head>:refs/heads/<branch>
    @@ -869,7 +869,7 @@

    <repository>.fetch configuration variables.

    @@ -936,7 +936,7 @@

    PRUNING

    worse on big and busy repos that have a lot of branch churn, and e.g. make the output of commands like git branch -a --contains -<commit> needlessly verbose, as well as impacting anything else +<commit> needlessly verbose, as well as impacting anything else that’ll work with the complete set of known references.

    @@ -962,7 +962,7 @@

    PRUNING

    Here’s where things get tricky and more specific. The pruning feature doesn’t actually care about branches, instead it’ll prune local ←→ remote-references as a function of the refspec of the remote (see -<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    +<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    Therefore if the refspec for the remote includes @@ -1149,7 +1149,7 @@

    EXAMPLES

    The above command copies all branches from the remote refs/heads/ namespace and stores them to the local refs/remotes/origin/ namespace, -unless the remote.<repository>.fetch option is used to specify a +unless the remote.<repository>.fetch option is used to specify a non-default refspec.

    diff --git a/external/docs/content/docs/git-fetch/2.45.0.html b/external/docs/content/docs/git-fetch/2.45.0.html index 12f14be870..630a89f981 100644 --- a/external/docs/content/docs/git-fetch/2.45.0.html +++ b/external/docs/content/docs/git-fetch/2.45.0.html @@ -59,9 +59,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -73,7 +73,7 @@

    DESCRIPTION

    Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description -of <refspec> below for ways to control this behavior).

    +of <refspec> below for ways to control this behavior).

    By default, any tag that points into the histories being fetched is @@ -142,7 +142,7 @@

    OPTIONS

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -226,7 +226,7 @@

    OPTIONS

    When git fetch is used with <src>:<dst> refspec, it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -236,8 +236,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-maintenance
    --[no-]auto-gc
    @@ -304,13 +304,13 @@

    OPTIONS

    definition has changed. Automatic post-fetch maintenance will perform object database pack consolidation to remove any duplicate objects.

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the refs to remote-tracking branches, instead of the values of remote.*.fetch configuration variables for the remote -repository. Providing an empty <refspec> to the +repository. Providing an empty <refspec> to the --refmap option causes Git to ignore the configured refspecs and rely entirely on the refspecs supplied as command-line arguments. See section on "Configured Remote-tracking @@ -463,7 +463,7 @@

    OPTIONS

    Use IPv6 addresses only, ignoring IPv4 addresses.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -476,14 +476,14 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>

    Specifies which refs to fetch and which local refs to update. -When no <refspec>s appear on the command line, the refs to fetch -are read from remote.<repository>.fetch variables instead +When no <refspec>s appear on the command line, the refs to fetch +are read from remote.<repository>.fetch variables instead (see CONFIGURED REMOTE-TRACKING BRANCHES below).

    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source <src>, followed by a colon :, followed by the destination ref <dst>. The colon can be omitted when <dst> is empty. <src> is @@ -491,9 +491,9 @@

    OPTIONS

    name.

    -

    A <refspec> may contain a * in its <src> to indicate a simple pattern +

    A <refspec> may contain a * in its <src> to indicate a simple pattern match. Such a refspec functions like a glob that matches any ref with the -same prefix. A pattern <refspec> must have a * in both the <src> and +same prefix. A pattern <refspec> must have a * in both the <src> and <dst>. It will map refs to the destination by replacing the * with the contents matched from the source.

    @@ -509,7 +509,7 @@

    OPTIONS

    names are also not supported.

    -

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; +

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; it requests fetching everything up to the given tag.

    @@ -521,7 +521,7 @@

    OPTIONS

    Whether that update is allowed without --force depends on the ref namespace it’s being fetched to, the type of object being fetched, and whether the update is considered to be a fast-forward. Generally, the -same rules apply for fetching as when pushing, see the <refspec>... +same rules apply for fetching as when pushing, see the <refspec>... section of git-push[1] for what those are. Exceptions to those rules particular to git fetch are noted below.

    @@ -749,7 +749,7 @@

    REMOTES
    -

    <URL> is required; #<head> is optional.

    +

    <URL> is required; #<head> is optional.

    Depending on the operation, git will use one of the following refspecs, if you don’t provide one on the command line. -<branch> is the name of this file in $GIT_DIR/branches and -<head> defaults to master.

    +<branch> is the name of this file in $GIT_DIR/branches and +<head> defaults to master.

    git fetch uses:

    -
    	refs/heads/<head>:refs/heads/<branch>
    +
    	refs/heads/<head>:refs/heads/<branch>
    @@ -867,7 +867,7 @@

    <repository>.fetch configuration variables.

    @@ -934,7 +934,7 @@

    PRUNING

    worse on big and busy repos that have a lot of branch churn, and e.g. make the output of commands like git branch -a --contains -<commit> needlessly verbose, as well as impacting anything else +<commit> needlessly verbose, as well as impacting anything else that’ll work with the complete set of known references.

    @@ -960,7 +960,7 @@

    PRUNING

    Here’s where things get tricky and more specific. The pruning feature doesn’t actually care about branches, instead it’ll prune local ←→ remote-references as a function of the refspec of the remote (see -<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    +<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    Therefore if the refspec for the remote includes @@ -1147,7 +1147,7 @@

    EXAMPLES

    The above command copies all branches from the remote refs/heads/ namespace and stores them to the local refs/remotes/origin/ namespace, -unless the remote.<repository>.fetch option is used to specify a +unless the remote.<repository>.fetch option is used to specify a non-default refspec.

    diff --git a/external/docs/content/docs/git-fetch/2.46.2.html b/external/docs/content/docs/git-fetch/2.46.2.html index c272756f2d..2700741910 100644 --- a/external/docs/content/docs/git-fetch/2.46.2.html +++ b/external/docs/content/docs/git-fetch/2.46.2.html @@ -56,9 +56,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -70,7 +70,7 @@

    DESCRIPTION

    Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description -of <refspec> below for ways to control this behavior).

    +of <refspec> below for ways to control this behavior).

    By default, any tag that points into the histories being fetched is @@ -140,7 +140,7 @@

    OPTIONS

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -224,7 +224,7 @@

    OPTIONS

    When git fetch is used with <src>:<dst> refspec, it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -234,8 +234,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-maintenance
    --[no-]auto-gc
    @@ -302,13 +302,13 @@

    OPTIONS

    definition has changed. Automatic post-fetch maintenance will perform object database pack consolidation to remove any duplicate objects.

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the refs to remote-tracking branches, instead of the values of remote.*.fetch configuration variables for the remote -repository. Providing an empty <refspec> to the +repository. Providing an empty <refspec> to the --refmap option causes Git to ignore the configured refspecs and rely entirely on the refspecs supplied as command-line arguments. See section on "Configured Remote-tracking @@ -461,7 +461,7 @@

    OPTIONS

    Use IPv6 addresses only, ignoring IPv4 addresses.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -474,14 +474,14 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>

    Specifies which refs to fetch and which local refs to update. -When no <refspec>s appear on the command line, the refs to fetch -are read from remote.<repository>.fetch variables instead +When no <refspec>s appear on the command line, the refs to fetch +are read from remote.<repository>.fetch variables instead (see CONFIGURED REMOTE-TRACKING BRANCHES below).

    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source <src>, followed by a colon :, followed by the destination ref <dst>. The colon can be omitted when <dst> is empty. <src> is @@ -489,9 +489,9 @@

    OPTIONS

    name.

    -

    A <refspec> may contain a * in its <src> to indicate a simple pattern +

    A <refspec> may contain a * in its <src> to indicate a simple pattern match. Such a refspec functions like a glob that matches any ref with the -same prefix. A pattern <refspec> must have a * in both the <src> and +same prefix. A pattern <refspec> must have a * in both the <src> and <dst>. It will map refs to the destination by replacing the * with the contents matched from the source.

    @@ -507,7 +507,7 @@

    OPTIONS

    names are also not supported.

    -

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; +

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; it requests fetching everything up to the given tag.

    @@ -519,7 +519,7 @@

    OPTIONS

    Whether that update is allowed without --force depends on the ref namespace it’s being fetched to, the type of object being fetched, and whether the update is considered to be a fast-forward. Generally, the -same rules apply for fetching as when pushing, see the <refspec>... +same rules apply for fetching as when pushing, see the <refspec>... section of git-push[1] for what those are. Exceptions to those rules particular to git fetch are noted below.

    @@ -747,7 +747,7 @@

    REMOTES
    -

    <URL> is required; #<head> is optional.

    +

    <URL> is required; #<head> is optional.

    Depending on the operation, git will use one of the following refspecs, if you don’t provide one on the command line. -<branch> is the name of this file in $GIT_DIR/branches and -<head> defaults to master.

    +<branch> is the name of this file in $GIT_DIR/branches and +<head> defaults to master.

    git fetch uses:

    -
    	refs/heads/<head>:refs/heads/<branch>
    +
    	refs/heads/<head>:refs/heads/<branch>
    @@ -865,7 +865,7 @@

    <repository>.fetch configuration variables.

    @@ -932,7 +932,7 @@

    PRUNING

    worse on big and busy repos that have a lot of branch churn, and e.g. make the output of commands like git branch -a --contains -<commit> needlessly verbose, as well as impacting anything else +<commit> needlessly verbose, as well as impacting anything else that’ll work with the complete set of known references.

    @@ -958,7 +958,7 @@

    PRUNING

    Here’s where things get tricky and more specific. The pruning feature doesn’t actually care about branches, instead it’ll prune local ←→ remote-references as a function of the refspec of the remote (see -<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    +<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    Therefore if the refspec for the remote includes @@ -1145,7 +1145,7 @@

    EXAMPLES

    The above command copies all branches from the remote refs/heads/ namespace and stores them to the local refs/remotes/origin/ namespace, -unless the remote.<repository>.fetch option is used to specify a +unless the remote.<repository>.fetch option is used to specify a non-default refspec.

    diff --git a/external/docs/content/docs/git-fetch/2.47.1.html b/external/docs/content/docs/git-fetch/2.47.1.html index 28fcc31200..2bada47937 100644 --- a/external/docs/content/docs/git-fetch/2.47.1.html +++ b/external/docs/content/docs/git-fetch/2.47.1.html @@ -55,9 +55,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -69,7 +69,7 @@

    DESCRIPTION

    Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description -of <refspec> below for ways to control this behavior).

    +of <refspec> below for ways to control this behavior).

    By default, any tag that points into the histories being fetched is @@ -139,7 +139,7 @@

    OPTIONS

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<revision>
    +
    --shallow-exclude=<revision>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -223,7 +223,7 @@

    OPTIONS

    When git fetch is used with <src>:<dst> refspec, it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -233,8 +233,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-maintenance
    --[no-]auto-gc
    @@ -301,13 +301,13 @@

    OPTIONS

    definition has changed. Automatic post-fetch maintenance will perform object database pack consolidation to remove any duplicate objects.

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the refs to remote-tracking branches, instead of the values of remote.*.fetch configuration variables for the remote -repository. Providing an empty <refspec> to the +repository. Providing an empty <refspec> to the --refmap option causes Git to ignore the configured refspecs and rely entirely on the refspecs supplied as command-line arguments. See section on "Configured Remote-tracking @@ -460,7 +460,7 @@

    OPTIONS

    Use IPv6 addresses only, ignoring IPv4 addresses.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -473,14 +473,14 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>

    Specifies which refs to fetch and which local refs to update. -When no <refspec>s appear on the command line, the refs to fetch -are read from remote.<repository>.fetch variables instead +When no <refspec>s appear on the command line, the refs to fetch +are read from remote.<repository>.fetch variables instead (see CONFIGURED REMOTE-TRACKING BRANCHES below).

    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source <src>, followed by a colon :, followed by the destination <dst>. The colon can be omitted when <dst> is empty. <src> is @@ -489,9 +489,9 @@

    OPTIONS

    name.

    -

    A <refspec> may contain a * in its <src> to indicate a simple pattern +

    A <refspec> may contain a * in its <src> to indicate a simple pattern match. Such a refspec functions like a glob that matches any ref with the -pattern. A pattern <refspec> must have one and only one * in both the <src> and +pattern. A pattern <refspec> must have one and only one * in both the <src> and <dst>. It will map refs to the destination by replacing the * with the contents matched from the source.

    @@ -507,7 +507,7 @@

    OPTIONS

    names are also not supported.

    -

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; +

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; it requests fetching everything up to the given tag.

    @@ -519,7 +519,7 @@

    OPTIONS

    Whether that update is allowed without --force depends on the ref namespace it’s being fetched to, the type of object being fetched, and whether the update is considered to be a fast-forward. Generally, the -same rules apply for fetching as when pushing, see the <refspec>... +same rules apply for fetching as when pushing, see the <refspec>... section of git-push[1] for what those are. Exceptions to those rules particular to git fetch are noted below.

    @@ -747,7 +747,7 @@

    REMOTES
    -

    <URL> is required; #<head> is optional.

    +

    <URL> is required; #<head> is optional.

    Depending on the operation, git will use one of the following refspecs, if you don’t provide one on the command line. -<branch> is the name of this file in $GIT_DIR/branches and -<head> defaults to master.

    +<branch> is the name of this file in $GIT_DIR/branches and +<head> defaults to master.

    git fetch uses:

    -
    	refs/heads/<head>:refs/heads/<branch>
    +
    	refs/heads/<head>:refs/heads/<branch>
    @@ -865,7 +865,7 @@

    <repository>.fetch configuration variables.

    @@ -932,7 +932,7 @@

    PRUNING

    worse on big and busy repos that have a lot of branch churn, and e.g. make the output of commands like git branch -a --contains -<commit> needlessly verbose, as well as impacting anything else +<commit> needlessly verbose, as well as impacting anything else that’ll work with the complete set of known references.

    @@ -958,7 +958,7 @@

    PRUNING

    Here’s where things get tricky and more specific. The pruning feature doesn’t actually care about branches, instead it’ll prune local ←→ remote-references as a function of the refspec of the remote (see -<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    +<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    Therefore if the refspec for the remote includes @@ -1145,7 +1145,7 @@

    EXAMPLES

    The above command copies all branches from the remote refs/heads/ namespace and stores them to the local refs/remotes/origin/ namespace, -unless the remote.<repository>.fetch option is used to specify a +unless the remote.<repository>.fetch option is used to specify a non-default refspec.

    diff --git a/external/docs/content/docs/git-fetch/2.48.0.html b/external/docs/content/docs/git-fetch/2.48.0.html index 0732f61d87..8ffdd9590e 100644 --- a/external/docs/content/docs/git-fetch/2.48.0.html +++ b/external/docs/content/docs/git-fetch/2.48.0.html @@ -60,9 +60,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -74,7 +74,7 @@

    DESCRIPTION

    Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description -of <refspec> below for ways to control this behavior).

    +of <refspec> below for ways to control this behavior).

    By default, any tag that points into the histories being fetched is @@ -144,7 +144,7 @@

    OPTIONS

    Deepen or shorten the history of a shallow repository to include all reachable commits after <date>.

    -
    --shallow-exclude=<ref>
    +
    --shallow-exclude=<ref>

    Deepen or shorten the history of a shallow repository to exclude commits reachable from a specified remote branch or tag. @@ -228,7 +228,7 @@

    OPTIONS

    When git fetch is used with <src>:<dst> refspec, it may refuse to update the local branch as discussed -in the <refspec> part below. +in the <refspec> part below. This option overrides that check.

    -k
    @@ -238,8 +238,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    --[no-]auto-maintenance
    --[no-]auto-gc
    @@ -306,13 +306,13 @@

    OPTIONS

    definition has changed. Automatic post-fetch maintenance will perform object database pack consolidation to remove any duplicate objects.

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the refs to remote-tracking branches, instead of the values of remote.*.fetch configuration variables for the remote -repository. Providing an empty <refspec> to the +repository. Providing an empty <refspec> to the --refmap option causes Git to ignore the configured refspecs and rely entirely on the refspecs supplied as command-line arguments. See section on "Configured Remote-tracking @@ -468,7 +468,7 @@

    OPTIONS

    Use IPv6 addresses only, ignoring IPv4 addresses.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -481,14 +481,14 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>

    Specifies which refs to fetch and which local refs to update. -When no <refspec>s appear on the command line, the refs to fetch -are read from remote.<repository>.fetch variables instead +When no <refspec>s appear on the command line, the refs to fetch +are read from remote.<repository>.fetch variables instead (see CONFIGURED REMOTE-TRACKING BRANCHES below).

    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source <src>, followed by a colon :, followed by the destination <dst>. The colon can be omitted when <dst> is empty. <src> is @@ -497,9 +497,9 @@

    OPTIONS

    name.

    -

    A <refspec> may contain a * in its <src> to indicate a simple pattern +

    A <refspec> may contain a * in its <src> to indicate a simple pattern match. Such a refspec functions like a glob that matches any ref with the -pattern. A pattern <refspec> must have one and only one * in both the <src> and +pattern. A pattern <refspec> must have one and only one * in both the <src> and <dst>. It will map refs to the destination by replacing the * with the contents matched from the source.

    @@ -515,7 +515,7 @@

    OPTIONS

    names are also not supported.

    -

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; +

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; it requests fetching everything up to the given tag.

    @@ -527,7 +527,7 @@

    OPTIONS

    Whether that update is allowed without --force depends on the ref namespace it’s being fetched to, the type of object being fetched, and whether the update is considered to be a fast-forward. Generally, the -same rules apply for fetching as when pushing, see the <refspec>... +same rules apply for fetching as when pushing, see the <refspec>... section of git-push[1] for what those are. Exceptions to those rules particular to git fetch are noted below.

    @@ -755,7 +755,7 @@

    REMOTES
    -

    <URL> is required; #<head> is optional.

    +

    <URL> is required; #<head> is optional.

    Depending on the operation, git will use one of the following refspecs, if you don’t provide one on the command line. -<branch> is the name of this file in $GIT_DIR/branches and -<head> defaults to master.

    +<branch> is the name of this file in $GIT_DIR/branches and +<head> defaults to master.

    git fetch uses:

    -
    	refs/heads/<head>:refs/heads/<branch>
    +
    	refs/heads/<head>:refs/heads/<branch>
    @@ -873,7 +873,7 @@

    <repository>.fetch configuration variables.

    @@ -940,7 +940,7 @@

    PRUNING

    worse on big and busy repos that have a lot of branch churn, and e.g. make the output of commands like git branch -a --contains -<commit> needlessly verbose, as well as impacting anything else +<commit> needlessly verbose, as well as impacting anything else that’ll work with the complete set of known references.

    @@ -966,7 +966,7 @@

    PRUNING

    Here’s where things get tricky and more specific. The pruning feature doesn’t actually care about branches, instead it’ll prune local ←→ remote-references as a function of the refspec of the remote (see -<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    +<refspec> and CONFIGURED REMOTE-TRACKING BRANCHES above).

    Therefore if the refspec for the remote includes @@ -1153,7 +1153,7 @@

    EXAMPLES

    The above command copies all branches from the remote refs/heads/ namespace and stores them to the local refs/remotes/origin/ namespace, -unless the remote.<repository>.fetch option is used to specify a +unless the remote.<repository>.fetch option is used to specify a non-default refspec.

    diff --git a/external/docs/content/docs/git-fetch/2.6.7.html b/external/docs/content/docs/git-fetch/2.6.7.html index 706d2bf71d..61f2456b44 100644 --- a/external/docs/content/docs/git-fetch/2.6.7.html +++ b/external/docs/content/docs/git-fetch/2.6.7.html @@ -45,9 +45,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -59,7 +59,7 @@

    DESCRIPTION

    Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description -of <refspec> below for ways to control this behavior).

    +of <refspec> below for ways to control this behavior).

    By default, any tag that points into the histories being fetched is @@ -147,8 +147,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    -p
    --prune
    @@ -171,7 +171,7 @@

    OPTIONS

    behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the @@ -258,7 +258,7 @@

    OPTIONS

    is specified. This flag forces progress status even if the standard error stream is not directed to a terminal.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -271,20 +271,20 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>

    Specifies which refs to fetch and which local refs to update. -When no <refspec>s appear on the command line, the refs to fetch -are read from remote.<repository>.fetch variables instead +When no <refspec>s appear on the command line, the refs to fetch +are read from remote.<repository>.fetch variables instead (see CONFIGURED REMOTE-TRACKING BRANCHES below).

    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source ref <src>, followed by a colon :, followed by the destination ref <dst>. The colon can be omitted when <dst> is empty.

    -

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; +

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; it requests fetching everything up to the given tag.

    @@ -605,7 +605,7 @@

    <repository>.fetch configuration variables.

    diff --git a/external/docs/content/docs/git-fetch/2.7.6.html b/external/docs/content/docs/git-fetch/2.7.6.html index 653cca9700..f26f911e41 100644 --- a/external/docs/content/docs/git-fetch/2.7.6.html +++ b/external/docs/content/docs/git-fetch/2.7.6.html @@ -45,9 +45,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -59,7 +59,7 @@

    DESCRIPTION

    Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description -of <refspec> below for ways to control this behavior).

    +of <refspec> below for ways to control this behavior).

    By default, any tag that points into the histories being fetched is @@ -148,8 +148,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    -p
    --prune
    @@ -172,7 +172,7 @@

    OPTIONS

    behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the @@ -259,7 +259,7 @@

    OPTIONS

    is specified. This flag forces progress status even if the standard error stream is not directed to a terminal.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -272,20 +272,20 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>

    Specifies which refs to fetch and which local refs to update. -When no <refspec>s appear on the command line, the refs to fetch -are read from remote.<repository>.fetch variables instead +When no <refspec>s appear on the command line, the refs to fetch +are read from remote.<repository>.fetch variables instead (see CONFIGURED REMOTE-TRACKING BRANCHES below).

    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source ref <src>, followed by a colon :, followed by the destination ref <dst>. The colon can be omitted when <dst> is empty.

    -

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; +

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; it requests fetching everything up to the given tag.

    @@ -606,7 +606,7 @@

    <repository>.fetch configuration variables.

    diff --git a/external/docs/content/docs/git-fetch/2.8.6.html b/external/docs/content/docs/git-fetch/2.8.6.html index 995be8471b..318fcca9b1 100644 --- a/external/docs/content/docs/git-fetch/2.8.6.html +++ b/external/docs/content/docs/git-fetch/2.8.6.html @@ -45,9 +45,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -59,7 +59,7 @@

    DESCRIPTION

    Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description -of <refspec> below for ways to control this behavior).

    +of <refspec> below for ways to control this behavior).

    By default, any tag that points into the histories being fetched is @@ -148,8 +148,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    -p
    --prune
    @@ -172,7 +172,7 @@

    OPTIONS

    behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the @@ -277,7 +277,7 @@

    OPTIONS

    Use IPv6 addresses only, ignoring IPv4 addresses.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -290,20 +290,20 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>

    Specifies which refs to fetch and which local refs to update. -When no <refspec>s appear on the command line, the refs to fetch -are read from remote.<repository>.fetch variables instead +When no <refspec>s appear on the command line, the refs to fetch +are read from remote.<repository>.fetch variables instead (see CONFIGURED REMOTE-TRACKING BRANCHES below).

    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source ref <src>, followed by a colon :, followed by the destination ref <dst>. The colon can be omitted when <dst> is empty.

    -

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; +

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; it requests fetching everything up to the given tag.

    @@ -620,7 +620,7 @@

    <repository>.fetch configuration variables.

    diff --git a/external/docs/content/docs/git-fetch/2.9.5.html b/external/docs/content/docs/git-fetch/2.9.5.html index 0c5689057b..73e65d0cf9 100644 --- a/external/docs/content/docs/git-fetch/2.9.5.html +++ b/external/docs/content/docs/git-fetch/2.9.5.html @@ -45,9 +45,9 @@

    NAME

    SYNOPSIS

    -
    git fetch [<options>] [<repository> [<refspec>…​]]
    +
    git fetch [<options>] [<repository> [<refspec>…​]]
     git fetch [<options>] <group>
    -git fetch --multiple [<options>] [(<repository> | <group>)…​]
    +git fetch --multiple [<options>] [(<repository> | <group>)…​]
     git fetch --all [<options>]
    @@ -59,7 +59,7 @@

    DESCRIPTION

    Fetch branches and/or tags (collectively, "refs") from one or more other repositories, along with the objects necessary to complete their histories. Remote-tracking branches are updated (see the description -of <refspec> below for ways to control this behavior).

    +of <refspec> below for ways to control this behavior).

    By default, any tag that points into the histories being fetched is @@ -148,8 +148,8 @@

    OPTIONS

    --multiple
    -

    Allow several <repository> and <group> arguments to be -specified. No <refspec>s may be specified.

    +

    Allow several <repository> and <group> arguments to be +specified. No <refspec>s may be specified.

    -p
    --prune
    @@ -172,7 +172,7 @@

    OPTIONS

    behavior for a remote may be specified with the remote.<name>.tagOpt setting. See git-config[1].

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>

    When fetching refs listed on the command line, use the specified refspec (can be given more than once) to map the @@ -277,7 +277,7 @@

    OPTIONS

    Use IPv6 addresses only, ignoring IPv4 addresses.

    -
    <repository>
    +
    <repository>

    The "remote" repository that is the source of a fetch or pull operation. This parameter can be either a URL @@ -290,20 +290,20 @@

    OPTIONS

    of remotes.<group> in the configuration file. (See git-config[1]).

    -
    <refspec>
    +
    <refspec>

    Specifies which refs to fetch and which local refs to update. -When no <refspec>s appear on the command line, the refs to fetch -are read from remote.<repository>.fetch variables instead +When no <refspec>s appear on the command line, the refs to fetch +are read from remote.<repository>.fetch variables instead (see CONFIGURED REMOTE-TRACKING BRANCHES below).

    -

    The format of a <refspec> parameter is an optional plus +

    The format of a <refspec> parameter is an optional plus +, followed by the source ref <src>, followed by a colon :, followed by the destination ref <dst>. The colon can be omitted when <dst> is empty.

    -

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; +

    tag <tag> means the same as refs/tags/<tag>:refs/tags/<tag>; it requests fetching everything up to the given tag.

    @@ -620,7 +620,7 @@

    <repository>.fetch configuration variables.

    diff --git a/external/docs/content/docs/git-fetch/fr.html b/external/docs/content/docs/git-fetch/fr.html index 0b1ed7da78..d7cb66df5a 100644 --- a/external/docs/content/docs/git-fetch/fr.html +++ b/external/docs/content/docs/git-fetch/fr.html @@ -55,9 +55,9 @@

    NOM

    SYNOPSIS

    -
    git fetch [<options>] [<dépôt> [<spéc-de-réf>…​]]
    +
    git fetch [<options>] [<dépôt> [<spéc-de-réf>…​]]
     git fetch [<options>] <groupe>
    -git fetch --multiple [<options>] [(<dépôt> | <groupe>)…​]
    +git fetch --multiple [<options>] [(<dépôt> | <groupe>)…​]
     git fetch --all [<options>]
    @@ -176,7 +176,7 @@

    OPTIONS

    --multiple
    -

    Permettre de spécifier plusieurs arguments <dépôt> et <groupe>. Aucun <spécificateur-de-référence> ne peut être spécifié.

    +

    Permettre de spécifier plusieurs arguments <dépôt> et <groupe>. Aucun <spécificateur-de-référence> ne peut être spécifié.

    --[no-]auto-maintenance
    --[no-]auto-gc
    @@ -312,7 +312,7 @@

    OPTIONS

    -
    <dépôt>
    +
    <dépôt>

    Le dépôt "distant" qui est la source d’une opération de récupération ou de tirage. Ce paramètre peut être soit une URL (voir la section URLS GIT ci-dessous) soit le nom d’un remote (voir la section DISTANTS ci-dessous).

    @@ -322,7 +322,7 @@

    OPTIONS

    <spécificateur-de-référence>
    -

    Préciser les références à récupérer et les références locales à mettre à jour. Lorsqu’aucun <spéc-de-réf> n’apparaît sur la ligne de commande, les références à récupérer sont lues à partir des variables remote.<dépôt>.fetch à la place +

    Préciser les références à récupérer et les références locales à mettre à jour. Lorsqu’aucun <spéc-de-réf> n’apparaît sur la ligne de commande, les références à récupérer sont lues à partir des variables remote.<dépôt>.fetch à la place (voir BRANCHES DE SUIVI À DISTANCE CONFIGURÉES ci-dessous).

    Le format d’un paramètre <spéc-de-réf> est un plus + optionnel, suivi de la source <src>, suivi de deux points :, suivi de la destination <dst>. Les deux points peuvent être omis lorsque <dst> est vide. <src> est typiquement une réf, ou un motif glob avec un unique * qui est utilisé pour trouver un ensemble de réfs mais cela peut aussi être un nom d’objet hexadécimal entier.

    @@ -334,7 +334,7 @@

    OPTIONS

    Si un spécificateur de référence est préfixé par ^, il sera interprété comme un spécificateur de référence négatif. Plutôt que de spécifier les références à récupérer ou les références locales à mettre à jour, un tel spécificateur de référence spécifiera les références à exclure. Une référence sera considérée comme correspondante si elle correspond à au moins une référence positive, et ne correspond à aucune référence négative. Les spécificateurs de référence négatifs peuvent être utiles pour restreindre le champ d’application d’un spécificateur modèle de référence afin qu’il n’inclue pas de références spécifiques. Les spécificateurs de référence négatifs peuvent eux-mêmes être des spécificateurs modèles de référence . Cependant, ils ne peuvent contenir qu’un <src> et ne peuvent pas spécifier un <dst>. Les noms d’objets hexagonaux complets ne sont pas non plus pris en charge.

    -

    tag <étiquette> signifie la même chose que refs/tags/<tag>:refs/tags/<tag> ; cela demande de tout récupérer jusqu’à l’étiquette donnée.

    +

    tag <étiquette> signifie la même chose que refs/tags/<tag>:refs/tags/<tag> ; cela demande de tout récupérer jusqu’à l’étiquette donnée.

    La référence distante qui correspond à <src> est récupérée, et si <dst> n’est pas une chaîne vide, une tentative est faite pour mettre à jour la référence locale qui lui correspond.

    @@ -516,7 +516,7 @@

    URL GITDISTANTS

    @@ -607,7 +607,7 @@

    LES BRANCHES DE SUIVI À DISTANCE CONFIGURÉES

    -

    Vous interagissez souvent avec le même dépôt distant en y allant régulièrement et de manière répétée. Afin de suivre la progression d’un tel dépôt distant, git fetch vous permet de configurer les variables de configuration remote.<dépôt>.fetch.

    +

    Vous interagissez souvent avec le même dépôt distant en y allant régulièrement et de manière répétée. Afin de suivre la progression d’un tel dépôt distant, git fetch vous permet de configurer les variables de configuration remote.<dépôt>.fetch.

    En général, une telle variable peut ressembler à ceci :

    @@ -624,15 +624,15 @@

    LES BRANCHES DE SUIVI À DISTAN
    • -

      Lorsque git fetch est lancé sans spécifier les branches et/ou les étiquettes à récupérer en ligne de commande, par exemple git fetch origin ou git fetch, les valeurs remote.<dépôt>.fetch sont utilisées comme spéc-de-réf --elles spécifient quelles réfs à récupérer et quelles réfs locales à mettre à jour. L’exemple ci-dessus va chercher toutes les branches qui existent dans origin (c’est-à-dire toute réf qui correspond au côté gauche de la valeur, "refs/heads/*") et mettre à jour les branches de suivi à distance correspondantes dans la hiérarchie refs/remotes/origin/*.

      +

      Lorsque git fetch est lancé sans spécifier les branches et/ou les étiquettes à récupérer en ligne de commande, par exemple git fetch origin ou git fetch, les valeurs remote.<dépôt>.fetch sont utilisées comme spéc-de-réf --elles spécifient quelles réfs à récupérer et quelles réfs locales à mettre à jour. L’exemple ci-dessus va chercher toutes les branches qui existent dans origin (c’est-à-dire toute réf qui correspond au côté gauche de la valeur, "refs/heads/*") et mettre à jour les branches de suivi à distance correspondantes dans la hiérarchie refs/remotes/origin/*.

    • -

      Lorsque git fetch est lancé avec des branches et/ou des étiquettes explicites à récupérer en ligne de commande, par exemple git fetch origin master, les <spéc-de-réf>s données en ligne de commande déterminent ce qui doit être récupéré (par exemple master dans l’exemple, qui est un raccourci pour master:, ce qui signifie "chercher la branche master mais je ne dis pas explicitement quelle branche de suivi à distance mettre à jour avec elle depuis la ligne de commande"), et la commande de l’exemple ne cherchera que la branche master. Les valeurs de remote.<dépôt>.fetch déterminent quelle branche de suivi à distance, s’il y en a une, est mise à jour. Lorsqu’elles sont utilisées de cette façon, les valeurs de remote.<dépôt>.fetch n’ont aucun effet sur la décision de ce qui est récupéré (c’est-à-dire que les valeurs ne sont pas utilisées comme spéc-de-réf lorsque la ligne de commande liste les spéc-de-réfs) ; elles ne sont utilisées que pour décider de l’endroit où les réfs qui sont récupérées sont stockées en agissant comme une table de correspondance.

      +

      Lorsque git fetch est lancé avec des branches et/ou des étiquettes explicites à récupérer en ligne de commande, par exemple git fetch origin master, les <spéc-de-réf>s données en ligne de commande déterminent ce qui doit être récupéré (par exemple master dans l’exemple, qui est un raccourci pour master:, ce qui signifie "chercher la branche master mais je ne dis pas explicitement quelle branche de suivi à distance mettre à jour avec elle depuis la ligne de commande"), et la commande de l’exemple ne cherchera que la branche master. Les valeurs de remote.<dépôt>.fetch déterminent quelle branche de suivi à distance, s’il y en a une, est mise à jour. Lorsqu’elles sont utilisées de cette façon, les valeurs de remote.<dépôt>.fetch n’ont aucun effet sur la décision de ce qui est récupéré (c’est-à-dire que les valeurs ne sont pas utilisées comme spéc-de-réf lorsque la ligne de commande liste les spéc-de-réfs) ; elles ne sont utilisées que pour décider de l’endroit où les réfs qui sont récupérées sont stockées en agissant comme une table de correspondance.

    -

    Cette dernière utilisation des valeurs de remote.<dépôt>.fetch peut être écrasée en donnant le(s) paramètre(s) --refmap=<spéc-de-réf> sur la ligne de commande.

    +

    Cette dernière utilisation des valeurs de remote.<dépôt>.fetch peut être écrasée en donnant le(s) paramètre(s) --refmap=<spéc-de-réf> sur la ligne de commande.

    @@ -643,7 +643,7 @@

    ÉLAGAGE

    Par défaut, Git conserve les données à moins qu’elles ne soient explicitement jetées ; cela s’étend à la conservation des références locales aux branches des distants qui ont eux-mêmes supprimé ces branches.

    -

    Si on les laisse s’accumuler, ces références périmées pourraient rendre les performances mauvaises sur les gros dépôt qui ont beaucoup de branches, et par exemple rendre la sortie de commandes comme git branch -a --contains <commit> inutilement verbeuse, ainsi qu’avoir un impact sur tout ce qui travaillera avec l’ensemble des références connues.

    +

    Si on les laisse s’accumuler, ces références périmées pourraient rendre les performances mauvaises sur les gros dépôt qui ont beaucoup de branches, et par exemple rendre la sortie de commandes comme git branch -a --contains <commit> inutilement verbeuse, ainsi qu’avoir un impact sur tout ce qui travaillera avec l’ensemble des références connues.

    Ces références de suivi à distance peuvent être supprimées une seule fois avec l’une ou l’autre des commandes suivantes :

    @@ -803,7 +803,7 @@

    EXEMPLES

    -

    La commande ci-dessus copie toutes les branches de l’espace de nom distant refs/heads/ et les stocke dans l’espace de noms local refs/remotes/origin/, sauf si l’option remote. <dépôt> .fetch est utilisée pour spécifier un spécificateur de référence autre que celui par défaut.

    +

    La commande ci-dessus copie toutes les branches de l’espace de nom distant refs/heads/ et les stocke dans l’espace de noms local refs/remotes/origin/, sauf si l’option remote. <dépôt> .fetch est utilisée pour spécifier un spécificateur de référence autre que celui par défaut.

  • diff --git a/external/docs/content/docs/git-fetch/pt_BR.html b/external/docs/content/docs/git-fetch/pt_BR.html index cd45c8b4d6..93e877cf6c 100644 --- a/external/docs/content/docs/git-fetch/pt_BR.html +++ b/external/docs/content/docs/git-fetch/pt_BR.html @@ -51,7 +51,7 @@

    NOME

    RESUMO

    -
    git fetch [<opções>] [<repositório> [<refspec>…​]]
    +
    git fetch [<opções>] [<repositório> [<refspec>…​]]
     git fetch [<opções>] <grupo>
     git fetch --multiple [<opções>] [(<repositório> | <grupo>)…​]
     git fetch --all [<opções>]
    @@ -62,7 +62,7 @@

    RESUMO

    DESCRIÇÃO

    -

    Obtenha as ramificações e/ou as etiquetas (coletivamente, "refs") de um ou mais repositórios, juntamente com os objetos necessários para completar os seus históricos. As ramificações de rastreamento remoto são atualizadas (consulte a descrição de <refspec> abaixo para obter formas de controlar este comportamento).

    +

    Obtenha as ramificações e/ou as etiquetas (coletivamente, "refs") de um ou mais repositórios, juntamente com os objetos necessários para completar os seus históricos. As ramificações de rastreamento remoto são atualizadas (consulte a descrição de <refspec> abaixo para obter formas de controlar este comportamento).

    É predefinido que qualquer etiqueta que aponte para os históricos que estão sendo obtidos também seja obtido; o efeito é obter as etiquetas que apontem para as ramificações onde você esteja interessado. Este comportamento predefinido pode ser alterado com o uso das opções --tags ou --no-tags ou com a configuração remote.<nome>.tagOpt. Ao usar um refspec que obtenha as etiquetas de forma explícita, você também pode obter as etiquetas que não apontam para as ramificações onde você esteja interessado.

    @@ -162,7 +162,7 @@

    OPÇÕES

    --force

    Quando git fetch é utilizado com <src>:<dst> "refspec", ele pode se recusar a atualizar o ramo local como discutido -na parte <refspec> abaixo. +na parte <refspec> abaixo. Esta opção sobrescreve esta verificação.

    -k
    @@ -172,7 +172,7 @@

    OPÇÕES

    --multiple
    -

    Permita que vários argumentos <repositório> e <grupo> sejam utilizados. Nenhum <refspec> pode ser utilizado.

    +

    Permita que vários argumentos <repositório> e <grupo> sejam utilizados. Nenhum <refspec> pode ser utilizado.

    --[no-]auto-maintenance
    --[no-]auto-gc
    @@ -212,9 +212,9 @@

    OPÇÕES

    Em vez de negociar com o servidor para evitar a transferência dos commits e dos objetos associados que já estão presentes no local, esta opção faz a busca de todos os objetos da mesma maneira que seria feito com um novo clone. Use isso para reaplicar um filtro de clone parcial da configuração ou usando --filter= quando a definição do filtro for alterada. A manutenção automática pós-busca realizará a consolidação do pacote no banco de dados dos objetos para seja removido quaisquer objetos duplicados.

    -
    --refmap=<refspec>
    +
    --refmap=<refspec>
    -

    Ao obter as refs listadas na linha de comando, use o refspec especificado (pode ser usado mais de uma vez) para mapear as refs nas ramificações de rastreamento remoto, em vez dos valores das variáveis de configuração remote.*.fetch do repositório remoto. Fornecer um <refspec> vazio para a opção --refmap faz com que o Git ignore os refspecs configurados e confie inteiramente nos refspecs fornecidos como argumentos da linha de comando. Consulte a seção "Configurações dos Ramos Monitorados Remotamente" para obter detalhes.

    +

    Ao obter as refs listadas na linha de comando, use o refspec especificado (pode ser usado mais de uma vez) para mapear as refs nas ramificações de rastreamento remoto, em vez dos valores das variáveis de configuração remote.*.fetch do repositório remoto. Fornecer um <refspec> vazio para a opção --refmap faz com que o Git ignore os refspecs configurados e confie inteiramente nos refspecs fornecidos como argumentos da linha de comando. Consulte a seção "Configurações dos Ramos Monitorados Remotamente" para obter detalhes.

    -t
    --tags
    @@ -316,15 +316,15 @@

    OPÇÕES

    Um nome referente a uma lista de repositórios remotos como o valor de remotes.<grupo> no arquivo de configuração. (consulte git-config[1]).

    -
    <refspec>
    +
    <refspec>
    -

    Especifica quais as refs que devem ser obtidas via fetch e quais as refs locais devem ser atualizadas. Quando não houver um <refspec> na linha de comando, as refs que serão obtidas com fetch serão lidas a partir das variáveis remote.<repositório>.fetch +

    Especifica quais as refs que devem ser obtidas via fetch e quais as refs locais devem ser atualizadas. Quando não houver um <refspec> na linha de comando, as refs que serão obtidas com fetch serão lidas a partir das variáveis remote.<repositório>.fetch (consulte CONFIGURAÇÕES DOS RAMOS MONITORADOS REMOTAMENTE below).

    -

    The format of a <refspec> parameter is an optional plus +, followed by the source <src>, followed by a colon :, followed by the destination <dst>. The colon can be omitted when <dst> is empty. <src> is typically a ref, or a glob pattern with a single * that is used to match a set of refs, but it can also be a fully spelled hex object name.

    +

    The format of a <refspec> parameter is an optional plus +, followed by the source <src>, followed by a colon :, followed by the destination <dst>. The colon can be omitted when <dst> is empty. <src> is typically a ref, or a glob pattern with a single * that is used to match a set of refs, but it can also be a fully spelled hex object name.

    -

    A <refspec> may contain a * in its <src> to indicate a simple pattern match. Such a refspec functions like a glob that matches any ref with the pattern. A pattern <refspec> must have one and only one * in both the <src> and <dst>. It will map refs to the destination by replacing the * with the contents matched from the source.

    +

    A <refspec> may contain a * in its <src> to indicate a simple pattern match. Such a refspec functions like a glob that matches any ref with the pattern. A pattern <refspec> must have one and only one * in both the <src> and <dst>. It will map refs to the destination by replacing the * with the contents matched from the source.

    Se um refspec for prefixado por ^, ele será interpretado como um refspec negativo. Em vez de especificar quais as refs devem ser obtidas com fetch ou quais as refs locais devem ser atualizadas, esta refspec especificará as refs que serão excluídas. Uma ref será considerada compatível se corresponder a pelo menos uma refspec positiva e não corresponder a nenhuma refspec negativa. As refspecs negativas podem ser úteis para restringir o escopo de um padrão refspec para que não inclua refs específicas. As refspecs negativas podem ser refspecs de padrão. No entanto, eles podem conter apenas um <src> e não especificar um <dst>. Também não há suporte para nomes de objetos hexadecimais totalmente mencionados.

    @@ -336,7 +336,7 @@

    OPÇÕES

    A "ref" remota que coincida com <src> é buscada e se <dst> não seja uma sequência vazia, é feita uma tentativa de atualizar a referência local que coincida com ela.

    -

    Caso a atualização seja permitida sem a opção --force depende do espaço de nomes da ref onde está sendo buscada, do tipo do objeto que está sendo buscado e se a atualização é considerada um avanço rápido. Geralmente, as mesmas regras se aplicam à busca e ao impulsionar, consulte a seção <refspec>... do git-push[1] para saber o que são. As exceções para estas regras específicas para o comando git fetch são anotadas abaixo.

    +

    Caso a atualização seja permitida sem a opção --force depende do espaço de nomes da ref onde está sendo buscada, do tipo do objeto que está sendo buscado e se a atualização é considerada um avanço rápido. Geralmente, as mesmas regras se aplicam à busca e ao impulsionar, consulte a seção <refspec>... do git-push[1] para saber o que são. As exceções para estas regras específicas para o comando git fetch são anotadas abaixo.

    Até a versão 2.20 do Git, e ao contrário do que ocorre quando se faz um push com git-push[1], quaisquer atualizações para refs/tags/* seriam aceitas sem + no refspec (ou a opção --force). Ao fazer a obtenção com fetch, consideramos promiscuamente todas as atualizações das etiquetas de um ramo remoto como sendo um fetch forçado. Desde a versão 2.20 do Git, a busca para atualizar refs/tags/* funciona da mesma forma que o push. Ou seja, todas as atualizações serão rejeitadas sem + no refspec (ou --force).

    @@ -424,8 +424,8 @@

    [remote "<nome>"] url = <URL> pushurl = <pushurl> - push = <refspec> - fetch = <refspec>

    + push = <refspec> + fetch = <refspec>
  • -

    Quando o comando git fetch é executado com ramificações e/ou tags explícitas que serão obtidas através da linha de comando, por exemplo, git fetch origin master, as <refspec>s informadas na linha de comando determinam o que deve ser obtido (por exemplo, master no exemplo, que é uma abreviação de master:, que por sua vez significa "buscar a ramificação master, mas não digo explicitamente qual ramificação de rastreamento remoto atualizar com ela a partir da linha de comando"), e o comando de exemplo buscará apenas a ramificação master. Os valores remote.<repositório>.fetch determinam qual ramo rastreado remotamente, se ele existir, ele será atualizado. Quando usados dessa maneira, os valores remote.<repositório>.fetch não têm nenhum efeito na decisão de o que é buscado (ou seja, os valores não são usados como refspecs quando a linha de comando listar refspecs); eles são usados apenas para decidir onde as refs que são buscadas são armazenadas, agindo como um mapeamento.

    +

    Quando o comando git fetch é executado com ramificações e/ou tags explícitas que serão obtidas através da linha de comando, por exemplo, git fetch origin master, as <refspec>s informadas na linha de comando determinam o que deve ser obtido (por exemplo, master no exemplo, que é uma abreviação de master:, que por sua vez significa "buscar a ramificação master, mas não digo explicitamente qual ramificação de rastreamento remoto atualizar com ela a partir da linha de comando"), e o comando de exemplo buscará apenas a ramificação master. Os valores remote.<repositório>.fetch determinam qual ramo rastreado remotamente, se ele existir, ele será atualizado. Quando usados dessa maneira, os valores remote.<repositório>.fetch não têm nenhum efeito na decisão de o que é buscado (ou seja, os valores não são usados como refspecs quando a linha de comando listar refspecs); eles são usados apenas para decidir onde as refs que são buscadas são armazenadas, agindo como um mapeamento.

  • -

    O último valores do remote.<repositório>.fetch podem ser substituídos, ao usar os parâmetros --refmap=<refspec> na linha de comando.

    +

    O último valores do remote.<repositório>.fetch podem ser substituídos, ao usar os parâmetros --refmap=<refspec> na linha de comando.

    @@ -523,7 +523,7 @@

    PODA

    A disposição predefinida do Git se organiza de forma a manter os dados a menos que sejam descartados de forma explicita; isso se estende a manter referências locais nas ramificações remotas que elas mesmas excluíram.

    -

    Se desassistidas, essas referências obsoletas podem piorar o desempenho em repositórios grandes e ocupados aonde apresentam muita rotatividade e por exemplo, façam uso de comandos como git branch -a --contains <commit> cuja saída é desnecessariamente detalhada, cautilizando impacto de desempenho em qualquer outra referência de trabalho conhecida.

    +

    Se desassistidas, essas referências obsoletas podem piorar o desempenho em repositórios grandes e ocupados aonde apresentam muita rotatividade e por exemplo, façam uso de comandos como git branch -a --contains <commit> cuja saída é desnecessariamente detalhada, cautilizando impacto de desempenho em qualquer outra referência de trabalho conhecida.

    Estas referências de rastreamento remoto podem ser excluídas com um único:

    @@ -541,7 +541,7 @@

    PODA

    Para remover as referências como parte do seu fluxo de trabalho normal sem precisar se lembrar de executá-lo, defina fetch.prune globalmente ou com a configuração ` remote.<nome>.prune` por ramo remoto. Consulte git-config[1].

    -

    Aqui é onde as coisas ficam complicadas e mais específicas. O recurso de poda não se preocupa de fato com as ramificações; em vez disso, ele poda as referências remotas ←→ locais como uma função no refspec remoto (consulte <refspec> e CONFIGURAÇÕES DOS RAMOS MONITORADOS REMOTAMENTE acima).

    +

    Aqui é onde as coisas ficam complicadas e mais específicas. O recurso de poda não se preocupa de fato com as ramificações; em vez disso, ele poda as referências remotas ←→ locais como uma função no refspec remoto (consulte <refspec> e CONFIGURAÇÕES DOS RAMOS MONITORADOS REMOTAMENTE acima).

    Portanto, caso o refspec remoto inclua refs/tags/*:refs/tags/* por exemplo ou caso execute manualmente git fetch --prune <nome> "refs/tags/*:refs/tags/*" por exemplo. As ramificações remotas rastreadas que forem excluídas não expirarão, a não ser qualquer outra tag local que não exista remotamente.

    diff --git a/external/docs/content/docs/git-fetch/zh_HANS-CN.html b/external/docs/content/docs/git-fetch/zh_HANS-CN.html index 7d242c5516..ecb7da8c4f 100644 --- a/external/docs/content/docs/git-fetch/zh_HANS-CN.html +++ b/external/docs/content/docs/git-fetch/zh_HANS-CN.html @@ -641,7 +641,7 @@

    剪枝

    Git默认保留数据,除非它被明确地扔掉;这延伸到保留对远程分支的本地引用,而这些分支本身已经被删除。

    -

    如果任其积累,这些陈旧的引用可能会使大型繁忙仓库的性能变差,例如,使 git branch -a --contains <提交> 等命令的输出不必要地冗长,以及影响其他任何与完整的已知引用有关的工作。

    +

    如果任其积累,这些陈旧的引用可能会使大型繁忙仓库的性能变差,例如,使 git branch -a --contains <提交> 等命令的输出不必要地冗长,以及影响其他任何与完整的已知引用有关的工作。

    这些远程跟踪引用可以通过以下两种方式一次性删除:

    diff --git a/external/docs/content/docs/git-filter-branch.html b/external/docs/content/docs/git-filter-branch.html index 5ae09f1a89..e8db6340fd 100644 --- a/external/docs/content/docs/git-filter-branch.html +++ b/external/docs/content/docs/git-filter-branch.html @@ -46,13 +46,13 @@

    NAME

    SYNOPSIS

    -
    git filter-branch [--setup <command>] [--subdirectory-filter <directory>]
    +
    git filter-branch [--setup <command>] [--subdirectory-filter <directory>]
     	[--env-filter <command>] [--tree-filter <command>]
     	[--index-filter <command>] [--parent-filter <command>]
     	[--msg-filter <command>] [--commit-filter <command>]
     	[--tag-name-filter <command>] [--prune-empty]
    -	[--original <namespace>] [-d <directory>] [-f | --force]
    -	[--state-branch <branch>] [--] [<rev-list-options>…​]
    + [--original <namespace>] [-d <directory>] [-f | --force] + [--state-branch <branch>] [--] [<rev-list-options>…​]
    @@ -159,7 +159,7 @@

    OPTIONS

    can be used or modified in the following filter steps except the commit filter, for technical reasons.

    -
    --subdirectory-filter <directory>
    +
    --subdirectory-filter <directory>

    Only look at the history which touches the given subdirectory. The result will contain that directory (and only that) as its @@ -270,7 +270,7 @@

    OPTIONS

    Use this option to set the namespace where the original commits will be stored. The default value is refs/original.

    -
    -d <directory>
    +
    -d <directory>

    Use this option to set the path to the temporary directory used for rewriting. When applying a tree filter, the command needs to @@ -286,12 +286,12 @@

    OPTIONS

    directory or when there are already refs starting with refs/original/, unless forced.

    -
    --state-branch <branch>
    +
    --state-branch <branch>

    This option will cause the mapping from old to new objects to be loaded from named branch upon startup and saved as a new commit to that branch upon exit, enabling incremental of large -trees. If <branch> does not exist it will be created.

    +trees. If <branch> does not exist it will be created.

    <rev-list options>…​
    diff --git a/external/docs/content/docs/git-filter-branch/2.0.5.html b/external/docs/content/docs/git-filter-branch/2.0.5.html index db6c99e3ac..43c828d40a 100644 --- a/external/docs/content/docs/git-filter-branch/2.0.5.html +++ b/external/docs/content/docs/git-filter-branch/2.0.5.html @@ -43,9 +43,9 @@

    SYNOPSIS

    git filter-branch [--env-filter <command>] [--tree-filter <command>]
     	[--index-filter <command>] [--parent-filter <command>]
     	[--msg-filter <command>] [--commit-filter <command>]
    -	[--tag-name-filter <command>] [--subdirectory-filter <directory>]
    +	[--tag-name-filter <command>] [--subdirectory-filter <directory>]
     	[--prune-empty]
    -	[--original <namespace>] [-d <directory>] [-f | --force]
    +	[--original <namespace>] [-d <directory>] [-f | --force]
     	[--] [<rev-list options>…​]
    @@ -220,7 +220,7 @@

    OPTIONS

    to other tags will be rewritten to point to the underlying commit.

    -
    --subdirectory-filter <directory>
    +
    --subdirectory-filter <directory>

    Only look at the history which touches the given subdirectory. The result will contain that directory (and only that) as its @@ -242,7 +242,7 @@

    OPTIONS

    Use this option to set the namespace where the original commits will be stored. The default value is refs/original.

    -
    -d <directory>
    +
    -d <directory>

    Use this option to set the path to the temporary directory used for rewriting. When applying a tree filter, the command needs to diff --git a/external/docs/content/docs/git-filter-branch/2.12.5.html b/external/docs/content/docs/git-filter-branch/2.12.5.html index af6c9c6bd7..afc3dcdfdf 100644 --- a/external/docs/content/docs/git-filter-branch/2.12.5.html +++ b/external/docs/content/docs/git-filter-branch/2.12.5.html @@ -42,9 +42,9 @@

    SYNOPSIS

    git filter-branch [--env-filter <command>] [--tree-filter <command>]
     	[--index-filter <command>] [--parent-filter <command>]
     	[--msg-filter <command>] [--commit-filter <command>]
    -	[--tag-name-filter <command>] [--subdirectory-filter <directory>]
    +	[--tag-name-filter <command>] [--subdirectory-filter <directory>]
     	[--prune-empty]
    -	[--original <namespace>] [-d <directory>] [-f | --force]
    +	[--original <namespace>] [-d <directory>] [-f | --force]
     	[--] [<rev-list options>…​]
    @@ -219,7 +219,7 @@

    OPTIONS

    to other tags will be rewritten to point to the underlying commit.

    -
    --subdirectory-filter <directory>
    +
    --subdirectory-filter <directory>

    Only look at the history which touches the given subdirectory. The result will contain that directory (and only that) as its @@ -239,7 +239,7 @@

    OPTIONS

    Use this option to set the namespace where the original commits will be stored. The default value is refs/original.

    -
    -d <directory>
    +
    -d <directory>

    Use this option to set the path to the temporary directory used for rewriting. When applying a tree filter, the command needs to diff --git a/external/docs/content/docs/git-filter-branch/2.13.7.html b/external/docs/content/docs/git-filter-branch/2.13.7.html index d4d7dc69d9..b80929afe5 100644 --- a/external/docs/content/docs/git-filter-branch/2.13.7.html +++ b/external/docs/content/docs/git-filter-branch/2.13.7.html @@ -42,9 +42,9 @@

    SYNOPSIS

    git filter-branch [--env-filter <command>] [--tree-filter <command>]
     	[--index-filter <command>] [--parent-filter <command>]
     	[--msg-filter <command>] [--commit-filter <command>]
    -	[--tag-name-filter <command>] [--subdirectory-filter <directory>]
    +	[--tag-name-filter <command>] [--subdirectory-filter <directory>]
     	[--prune-empty]
    -	[--original <namespace>] [-d <directory>] [-f | --force]
    +	[--original <namespace>] [-d <directory>] [-f | --force]
     	[--] [<rev-list options>…​]
    @@ -218,7 +218,7 @@

    OPTIONS

    to other tags will be rewritten to point to the underlying commit.

    -
    --subdirectory-filter <directory>
    +
    --subdirectory-filter <directory>

    Only look at the history which touches the given subdirectory. The result will contain that directory (and only that) as its @@ -238,7 +238,7 @@

    OPTIONS

    Use this option to set the namespace where the original commits will be stored. The default value is refs/original.

    -
    -d <directory>
    +
    -d <directory>

    Use this option to set the path to the temporary directory used for rewriting. When applying a tree filter, the command needs to diff --git a/external/docs/content/docs/git-filter-branch/2.14.6.html b/external/docs/content/docs/git-filter-branch/2.14.6.html index 76cf939018..303c98411d 100644 --- a/external/docs/content/docs/git-filter-branch/2.14.6.html +++ b/external/docs/content/docs/git-filter-branch/2.14.6.html @@ -43,8 +43,8 @@

    SYNOPSIS

    [--tree-filter <command>] [--index-filter <command>] [--parent-filter <command>] [--msg-filter <command>] [--commit-filter <command>] [--tag-name-filter <command>] - [--subdirectory-filter <directory>] [--prune-empty] - [--original <namespace>] [-d <directory>] [-f | --force] + [--subdirectory-filter <directory>] [--prune-empty] + [--original <namespace>] [-d <directory>] [-f | --force] [--] [<rev-list options>…​] @@ -226,7 +226,7 @@

    OPTIONS

    to other tags will be rewritten to point to the underlying commit.

    -
    --subdirectory-filter <directory>
    +
    --subdirectory-filter <directory>

    Only look at the history which touches the given subdirectory. The result will contain that directory (and only that) as its @@ -246,7 +246,7 @@

    OPTIONS

    Use this option to set the namespace where the original commits will be stored. The default value is refs/original.

    -
    -d <directory>
    +
    -d <directory>

    Use this option to set the path to the temporary directory used for rewriting. When applying a tree filter, the command needs to diff --git a/external/docs/content/docs/git-filter-branch/2.15.4.html b/external/docs/content/docs/git-filter-branch/2.15.4.html index bb55cfacff..543408cef9 100644 --- a/external/docs/content/docs/git-filter-branch/2.15.4.html +++ b/external/docs/content/docs/git-filter-branch/2.15.4.html @@ -47,13 +47,13 @@

    NAME

    SYNOPSIS

    -
    git filter-branch [--setup <command>] [--subdirectory-filter <directory>]
    +
    git filter-branch [--setup <command>] [--subdirectory-filter <directory>]
     	[--env-filter <command>] [--tree-filter <command>]
     	[--index-filter <command>] [--parent-filter <command>]
     	[--msg-filter <command>] [--commit-filter <command>]
     	[--tag-name-filter <command>] [--prune-empty]
    -	[--original <namespace>] [-d <directory>] [-f | --force]
    -	[--state-branch <branch>] [--] [<rev-list options>…​]
    + [--original <namespace>] [-d <directory>] [-f | --force] + [--state-branch <branch>] [--] [<rev-list options>…​]
    @@ -143,7 +143,7 @@

    OPTIONS

    can be used or modified in the following filter steps except the commit filter, for technical reasons.

    -
    --subdirectory-filter <directory>
    +
    --subdirectory-filter <directory>

    Only look at the history which touches the given subdirectory. The result will contain that directory (and only that) as its @@ -254,7 +254,7 @@

    OPTIONS

    Use this option to set the namespace where the original commits will be stored. The default value is refs/original.

    -
    -d <directory>
    +
    -d <directory>

    Use this option to set the path to the temporary directory used for rewriting. When applying a tree filter, the command needs to @@ -270,12 +270,12 @@

    OPTIONS

    directory or when there are already refs starting with refs/original/, unless forced.

    -
    --state-branch <branch>
    +
    --state-branch <branch>

    This option will cause the mapping from old to new objects to be loaded from named branch upon startup and saved as a new commit to that branch upon exit, enabling incremental of large -trees. If <branch> does not exist it will be created.

    +trees. If <branch> does not exist it will be created.

    <rev-list options>…​
    diff --git a/external/docs/content/docs/git-filter-branch/2.18.0.html b/external/docs/content/docs/git-filter-branch/2.18.0.html index 6ca3a9dfaa..48264d8c93 100644 --- a/external/docs/content/docs/git-filter-branch/2.18.0.html +++ b/external/docs/content/docs/git-filter-branch/2.18.0.html @@ -64,13 +64,13 @@

    NAME

    SYNOPSIS

    -
    git filter-branch [--setup <command>] [--subdirectory-filter <directory>]
    +
    git filter-branch [--setup <command>] [--subdirectory-filter <directory>]
     	[--env-filter <command>] [--tree-filter <command>]
     	[--index-filter <command>] [--parent-filter <command>]
     	[--msg-filter <command>] [--commit-filter <command>]
     	[--tag-name-filter <command>] [--prune-empty]
    -	[--original <namespace>] [-d <directory>] [-f | --force]
    -	[--state-branch <branch>] [--] [<rev-list options>…​]
    + [--original <namespace>] [-d <directory>] [-f | --force] + [--state-branch <branch>] [--] [<rev-list options>…​]
    @@ -160,7 +160,7 @@

    OPTIONS

    can be used or modified in the following filter steps except the commit filter, for technical reasons.

    -
    --subdirectory-filter <directory>
    +
    --subdirectory-filter <directory>

    Only look at the history which touches the given subdirectory. The result will contain that directory (and only that) as its @@ -271,7 +271,7 @@

    OPTIONS

    Use this option to set the namespace where the original commits will be stored. The default value is refs/original.

    -
    -d <directory>
    +
    -d <directory>

    Use this option to set the path to the temporary directory used for rewriting. When applying a tree filter, the command needs to @@ -287,12 +287,12 @@

    OPTIONS

    directory or when there are already refs starting with refs/original/, unless forced.

    -
    --state-branch <branch>
    +
    --state-branch <branch>

    This option will cause the mapping from old to new objects to be loaded from named branch upon startup and saved as a new commit to that branch upon exit, enabling incremental of large -trees. If <branch> does not exist it will be created.

    +trees. If <branch> does not exist it will be created.

    <rev-list options>…​
    diff --git a/external/docs/content/docs/git-filter-branch/2.2.3.html b/external/docs/content/docs/git-filter-branch/2.2.3.html index 50be4e0503..fcef3bddc7 100644 --- a/external/docs/content/docs/git-filter-branch/2.2.3.html +++ b/external/docs/content/docs/git-filter-branch/2.2.3.html @@ -47,9 +47,9 @@

    SYNOPSIS

    git filter-branch [--env-filter <command>] [--tree-filter <command>]
     	[--index-filter <command>] [--parent-filter <command>]
     	[--msg-filter <command>] [--commit-filter <command>]
    -	[--tag-name-filter <command>] [--subdirectory-filter <directory>]
    +	[--tag-name-filter <command>] [--subdirectory-filter <directory>]
     	[--prune-empty]
    -	[--original <namespace>] [-d <directory>] [-f | --force]
    +	[--original <namespace>] [-d <directory>] [-f | --force]
     	[--] [<rev-list options>…​]
    @@ -224,7 +224,7 @@

    OPTIONS

    to other tags will be rewritten to point to the underlying commit.

    -
    --subdirectory-filter <directory>
    +
    --subdirectory-filter <directory>

    Only look at the history which touches the given subdirectory. The result will contain that directory (and only that) as its @@ -246,7 +246,7 @@

    OPTIONS

    Use this option to set the namespace where the original commits will be stored. The default value is refs/original.

    -
    -d <directory>
    +
    -d <directory>

    Use this option to set the path to the temporary directory used for rewriting. When applying a tree filter, the command needs to diff --git a/external/docs/content/docs/git-filter-branch/2.22.0.html b/external/docs/content/docs/git-filter-branch/2.22.0.html index f02f4494c3..e14516d81b 100644 --- a/external/docs/content/docs/git-filter-branch/2.22.0.html +++ b/external/docs/content/docs/git-filter-branch/2.22.0.html @@ -51,13 +51,13 @@

    NAME

    SYNOPSIS

    -
    git filter-branch [--setup <command>] [--subdirectory-filter <directory>]
    +
    git filter-branch [--setup <command>] [--subdirectory-filter <directory>]
     	[--env-filter <command>] [--tree-filter <command>]
     	[--index-filter <command>] [--parent-filter <command>]
     	[--msg-filter <command>] [--commit-filter <command>]
     	[--tag-name-filter <command>] [--prune-empty]
    -	[--original <namespace>] [-d <directory>] [-f | --force]
    -	[--state-branch <branch>] [--] [<rev-list options>…​]
    + [--original <namespace>] [-d <directory>] [-f | --force] + [--state-branch <branch>] [--] [<rev-list options>…​]
    @@ -147,7 +147,7 @@

    OPTIONS

    can be used or modified in the following filter steps except the commit filter, for technical reasons.

    -
    --subdirectory-filter <directory>
    +
    --subdirectory-filter <directory>

    Only look at the history which touches the given subdirectory. The result will contain that directory (and only that) as its @@ -258,7 +258,7 @@

    OPTIONS

    Use this option to set the namespace where the original commits will be stored. The default value is refs/original.

    -
    -d <directory>
    +
    -d <directory>

    Use this option to set the path to the temporary directory used for rewriting. When applying a tree filter, the command needs to @@ -274,12 +274,12 @@

    OPTIONS

    directory or when there are already refs starting with refs/original/, unless forced.

    -
    --state-branch <branch>
    +
    --state-branch <branch>

    This option will cause the mapping from old to new objects to be loaded from named branch upon startup and saved as a new commit to that branch upon exit, enabling incremental of large -trees. If <branch> does not exist it will be created.

    +trees. If <branch> does not exist it will be created.

    <rev-list options>…​
    diff --git a/external/docs/content/docs/git-filter-branch/2.24.0.html b/external/docs/content/docs/git-filter-branch/2.24.0.html index df6703ff35..9e4d3e6fda 100644 --- a/external/docs/content/docs/git-filter-branch/2.24.0.html +++ b/external/docs/content/docs/git-filter-branch/2.24.0.html @@ -49,13 +49,13 @@

    NAME

    SYNOPSIS

    -
    git filter-branch [--setup <command>] [--subdirectory-filter <directory>]
    +
    git filter-branch [--setup <command>] [--subdirectory-filter <directory>]
     	[--env-filter <command>] [--tree-filter <command>]
     	[--index-filter <command>] [--parent-filter <command>]
     	[--msg-filter <command>] [--commit-filter <command>]
     	[--tag-name-filter <command>] [--prune-empty]
    -	[--original <namespace>] [-d <directory>] [-f | --force]
    -	[--state-branch <branch>] [--] [<rev-list options>…​]
    + [--original <namespace>] [-d <directory>] [-f | --force] + [--state-branch <branch>] [--] [<rev-list options>…​]
    @@ -162,7 +162,7 @@

    OPTIONS

    can be used or modified in the following filter steps except the commit filter, for technical reasons.

    -
    --subdirectory-filter <directory>
    +
    --subdirectory-filter <directory>

    Only look at the history which touches the given subdirectory. The result will contain that directory (and only that) as its @@ -273,7 +273,7 @@

    OPTIONS

    Use this option to set the namespace where the original commits will be stored. The default value is refs/original.

    -
    -d <directory>
    +
    -d <directory>

    Use this option to set the path to the temporary directory used for rewriting. When applying a tree filter, the command needs to @@ -289,12 +289,12 @@

    OPTIONS

    directory or when there are already refs starting with refs/original/, unless forced.

    -
    --state-branch <branch>
    +
    --state-branch <branch>

    This option will cause the mapping from old to new objects to be loaded from named branch upon startup and saved as a new commit to that branch upon exit, enabling incremental of large -trees. If <branch> does not exist it will be created.

    +trees. If <branch> does not exist it will be created.

    <rev-list options>…​
    diff --git a/external/docs/content/docs/git-filter-branch/2.25.0.html b/external/docs/content/docs/git-filter-branch/2.25.0.html index 0383005129..8e77d4aa1a 100644 --- a/external/docs/content/docs/git-filter-branch/2.25.0.html +++ b/external/docs/content/docs/git-filter-branch/2.25.0.html @@ -45,13 +45,13 @@

    NAME

    SYNOPSIS

    -
    git filter-branch [--setup <command>] [--subdirectory-filter <directory>]
    +
    git filter-branch [--setup <command>] [--subdirectory-filter <directory>]
     	[--env-filter <command>] [--tree-filter <command>]
     	[--index-filter <command>] [--parent-filter <command>]
     	[--msg-filter <command>] [--commit-filter <command>]
     	[--tag-name-filter <command>] [--prune-empty]
    -	[--original <namespace>] [-d <directory>] [-f | --force]
    -	[--state-branch <branch>] [--] [<rev-list options>…​]
    + [--original <namespace>] [-d <directory>] [-f | --force] + [--state-branch <branch>] [--] [<rev-list options>…​]
    @@ -158,7 +158,7 @@

    OPTIONS

    can be used or modified in the following filter steps except the commit filter, for technical reasons.

    -
    --subdirectory-filter <directory>
    +
    --subdirectory-filter <directory>

    Only look at the history which touches the given subdirectory. The result will contain that directory (and only that) as its @@ -269,7 +269,7 @@

    OPTIONS

    Use this option to set the namespace where the original commits will be stored. The default value is refs/original.

    -
    -d <directory>
    +
    -d <directory>

    Use this option to set the path to the temporary directory used for rewriting. When applying a tree filter, the command needs to @@ -285,12 +285,12 @@

    OPTIONS

    directory or when there are already refs starting with refs/original/, unless forced.

    -
    --state-branch <branch>
    +
    --state-branch <branch>

    This option will cause the mapping from old to new objects to be loaded from named branch upon startup and saved as a new commit to that branch upon exit, enabling incremental of large -trees. If <branch> does not exist it will be created.

    +trees. If <branch> does not exist it will be created.

    <rev-list options>…​
    diff --git a/external/docs/content/docs/git-filter-branch/2.25.1.html b/external/docs/content/docs/git-filter-branch/2.25.1.html index 7c628d2ae7..cfb62f05b7 100644 --- a/external/docs/content/docs/git-filter-branch/2.25.1.html +++ b/external/docs/content/docs/git-filter-branch/2.25.1.html @@ -59,13 +59,13 @@

    NAME

    SYNOPSIS

    -
    git filter-branch [--setup <command>] [--subdirectory-filter <directory>]
    +
    git filter-branch [--setup <command>] [--subdirectory-filter <directory>]
     	[--env-filter <command>] [--tree-filter <command>]
     	[--index-filter <command>] [--parent-filter <command>]
     	[--msg-filter <command>] [--commit-filter <command>]
     	[--tag-name-filter <command>] [--prune-empty]
    -	[--original <namespace>] [-d <directory>] [-f | --force]
    -	[--state-branch <branch>] [--] [<rev-list options>…​]
    + [--original <namespace>] [-d <directory>] [-f | --force] + [--state-branch <branch>] [--] [<rev-list options>…​]
    @@ -172,7 +172,7 @@

    OPTIONS

    can be used or modified in the following filter steps except the commit filter, for technical reasons.

    -
    --subdirectory-filter <directory>
    +
    --subdirectory-filter <directory>

    Only look at the history which touches the given subdirectory. The result will contain that directory (and only that) as its @@ -283,7 +283,7 @@

    OPTIONS

    Use this option to set the namespace where the original commits will be stored. The default value is refs/original.

    -
    -d <directory>
    +
    -d <directory>

    Use this option to set the path to the temporary directory used for rewriting. When applying a tree filter, the command needs to @@ -299,12 +299,12 @@

    OPTIONS

    directory or when there are already refs starting with refs/original/, unless forced.

    -
    --state-branch <branch>
    +
    --state-branch <branch>

    This option will cause the mapping from old to new objects to be loaded from named branch upon startup and saved as a new commit to that branch upon exit, enabling incremental of large -trees. If <branch> does not exist it will be created.

    +trees. If <branch> does not exist it will be created.

    <rev-list options>…​
    diff --git a/external/docs/content/docs/git-filter-branch/2.29.2.html b/external/docs/content/docs/git-filter-branch/2.29.2.html index ee0e66304f..bb2d11a064 100644 --- a/external/docs/content/docs/git-filter-branch/2.29.2.html +++ b/external/docs/content/docs/git-filter-branch/2.29.2.html @@ -149,13 +149,13 @@

    NAME

    SYNOPSIS

    -
    git filter-branch [--setup <command>] [--subdirectory-filter <directory>]
    +
    git filter-branch [--setup <command>] [--subdirectory-filter <directory>]
     	[--env-filter <command>] [--tree-filter <command>]
     	[--index-filter <command>] [--parent-filter <command>]
     	[--msg-filter <command>] [--commit-filter <command>]
     	[--tag-name-filter <command>] [--prune-empty]
    -	[--original <namespace>] [-d <directory>] [-f | --force]
    -	[--state-branch <branch>] [--] [<rev-list options>…​]
    + [--original <namespace>] [-d <directory>] [-f | --force] + [--state-branch <branch>] [--] [<rev-list options>…​]
    @@ -262,7 +262,7 @@

    OPTIONS

    can be used or modified in the following filter steps except the commit filter, for technical reasons.

    -
    --subdirectory-filter <directory>
    +
    --subdirectory-filter <directory>

    Only look at the history which touches the given subdirectory. The result will contain that directory (and only that) as its @@ -373,7 +373,7 @@

    OPTIONS

    Use this option to set the namespace where the original commits will be stored. The default value is refs/original.

    -
    -d <directory>
    +
    -d <directory>

    Use this option to set the path to the temporary directory used for rewriting. When applying a tree filter, the command needs to @@ -389,12 +389,12 @@

    OPTIONS

    directory or when there are already refs starting with refs/original/, unless forced.

    -
    --state-branch <branch>
    +
    --state-branch <branch>

    This option will cause the mapping from old to new objects to be loaded from named branch upon startup and saved as a new commit to that branch upon exit, enabling incremental of large -trees. If <branch> does not exist it will be created.

    +trees. If <branch> does not exist it will be created.

    <rev-list options>…​
    diff --git a/external/docs/content/docs/git-filter-branch/2.44.0.html b/external/docs/content/docs/git-filter-branch/2.44.0.html index 5a51b29a9b..5c77351983 100644 --- a/external/docs/content/docs/git-filter-branch/2.44.0.html +++ b/external/docs/content/docs/git-filter-branch/2.44.0.html @@ -71,13 +71,13 @@

    NAME

    SYNOPSIS

    -
    git filter-branch [--setup <command>] [--subdirectory-filter <directory>]
    +
    git filter-branch [--setup <command>] [--subdirectory-filter <directory>]
     	[--env-filter <command>] [--tree-filter <command>]
     	[--index-filter <command>] [--parent-filter <command>]
     	[--msg-filter <command>] [--commit-filter <command>]
     	[--tag-name-filter <command>] [--prune-empty]
    -	[--original <namespace>] [-d <directory>] [-f | --force]
    -	[--state-branch <branch>] [--] [<rev-list-options>…​]
    + [--original <namespace>] [-d <directory>] [-f | --force] + [--state-branch <branch>] [--] [<rev-list-options>…​]
    @@ -184,7 +184,7 @@

    OPTIONS

    can be used or modified in the following filter steps except the commit filter, for technical reasons.

    -
    --subdirectory-filter <directory>
    +
    --subdirectory-filter <directory>

    Only look at the history which touches the given subdirectory. The result will contain that directory (and only that) as its @@ -295,7 +295,7 @@

    OPTIONS

    Use this option to set the namespace where the original commits will be stored. The default value is refs/original.

    -
    -d <directory>
    +
    -d <directory>

    Use this option to set the path to the temporary directory used for rewriting. When applying a tree filter, the command needs to @@ -311,12 +311,12 @@

    OPTIONS

    directory or when there are already refs starting with refs/original/, unless forced.

    -
    --state-branch <branch>
    +
    --state-branch <branch>

    This option will cause the mapping from old to new objects to be loaded from named branch upon startup and saved as a new commit to that branch upon exit, enabling incremental of large -trees. If <branch> does not exist it will be created.

    +trees. If <branch> does not exist it will be created.

    <rev-list options>…​
    diff --git a/external/docs/content/docs/git-filter-branch/2.8.6.html b/external/docs/content/docs/git-filter-branch/2.8.6.html index 517c84d5c2..99cbe662c3 100644 --- a/external/docs/content/docs/git-filter-branch/2.8.6.html +++ b/external/docs/content/docs/git-filter-branch/2.8.6.html @@ -42,9 +42,9 @@

    SYNOPSIS

    git filter-branch [--env-filter <command>] [--tree-filter <command>]
     	[--index-filter <command>] [--parent-filter <command>]
     	[--msg-filter <command>] [--commit-filter <command>]
    -	[--tag-name-filter <command>] [--subdirectory-filter <directory>]
    +	[--tag-name-filter <command>] [--subdirectory-filter <directory>]
     	[--prune-empty]
    -	[--original <namespace>] [-d <directory>] [-f | --force]
    +	[--original <namespace>] [-d <directory>] [-f | --force]
     	[--] [<rev-list options>…​]
    @@ -219,7 +219,7 @@

    OPTIONS

    to other tags will be rewritten to point to the underlying commit.

    -
    --subdirectory-filter <directory>
    +
    --subdirectory-filter <directory>

    Only look at the history which touches the given subdirectory. The result will contain that directory (and only that) as its @@ -241,7 +241,7 @@

    OPTIONS

    Use this option to set the namespace where the original commits will be stored. The default value is refs/original.

    -
    -d <directory>
    +
    -d <directory>

    Use this option to set the path to the temporary directory used for rewriting. When applying a tree filter, the command needs to diff --git a/external/docs/content/docs/git-filter-branch/2.9.5.html b/external/docs/content/docs/git-filter-branch/2.9.5.html index a555bdf049..9cd3317210 100644 --- a/external/docs/content/docs/git-filter-branch/2.9.5.html +++ b/external/docs/content/docs/git-filter-branch/2.9.5.html @@ -44,9 +44,9 @@

    SYNOPSIS

    git filter-branch [--env-filter <command>] [--tree-filter <command>]
     	[--index-filter <command>] [--parent-filter <command>]
     	[--msg-filter <command>] [--commit-filter <command>]
    -	[--tag-name-filter <command>] [--subdirectory-filter <directory>]
    +	[--tag-name-filter <command>] [--subdirectory-filter <directory>]
     	[--prune-empty]
    -	[--original <namespace>] [-d <directory>] [-f | --force]
    +	[--original <namespace>] [-d <directory>] [-f | --force]
     	[--] [<rev-list options>…​]
    @@ -221,7 +221,7 @@

    OPTIONS

    to other tags will be rewritten to point to the underlying commit.

    -
    --subdirectory-filter <directory>
    +
    --subdirectory-filter <directory>

    Only look at the history which touches the given subdirectory. The result will contain that directory (and only that) as its @@ -243,7 +243,7 @@

    OPTIONS

    Use this option to set the namespace where the original commits will be stored. The default value is refs/original.

    -
    -d <directory>
    +
    -d <directory>

    Use this option to set the path to the temporary directory used for rewriting. When applying a tree filter, the command needs to diff --git a/external/docs/content/docs/git-filter-branch/zh_HANS-CN.html b/external/docs/content/docs/git-filter-branch/zh_HANS-CN.html index c52fd281e9..48df12c71b 100644 --- a/external/docs/content/docs/git-filter-branch/zh_HANS-CN.html +++ b/external/docs/content/docs/git-filter-branch/zh_HANS-CN.html @@ -45,12 +45,12 @@

    名称

    概述

    -
    git filter-branch [--setup <命令>] [--subdirectory-filter <目录>]
    +
    git filter-branch [--setup <命令>] [--subdirectory-filter <目录>]
     	[--env-filter <命令>] [--tree-filter <命令>]
     	[--index-filter <命令>] [--parent-filter <命令>]
     	[--msg-filter <命令>] [--commit-filter <命令>]
     	[--tag-name-filter <命令>] [--prune-empty]
    -	[--original <命名空间>] [-d <目录>] [-f | --force]
    +	[--original <命名空间>] [-d <目录>] [-f | --force]
     	[--state-branch <分支>] [--] [<rev-list-options>…​]
    @@ -107,7 +107,7 @@

    选项

    这不是为每次提交执行的真正过滤器,而是在循环之前的一次性设置。因此还没有定义特定于提交的变量。 由于技术原因,此处定义的函数或变量可以在除提交过滤器之外的后续过滤器步骤中使用或修改。

    -
    --subdirectory-filter <目录>
    +
    --subdirectory-filter <目录>

    只查看涉及给定子目录的历史记录。 结果将包含作为项目根目录的该目录(且仅包含该目录)。隐含 重映射到祖先

    @@ -162,7 +162,7 @@

    选项

    使用此选项可设置存储原始提交的命名空间。默认值为 refs/original

    -
    -d <目录>
    +
    -d <目录>

    使用该选项可设置用于重写的临时目录路径。 在应用树过滤器时,命令需要将树临时签出到某个目录,这可能会占用大型项目的大量空间。 默认情况下,它会在 `.git-rewrite/`目录下进行,但你可以用这个参数来覆盖这个选择。

    diff --git a/external/docs/content/docs/git-fmt-merge-msg.html b/external/docs/content/docs/git-fmt-merge-msg.html index 1c27069e38..d34e5e1aa3 100644 --- a/external/docs/content/docs/git-fmt-merge-msg.html +++ b/external/docs/content/docs/git-fmt-merge-msg.html @@ -40,7 +40,7 @@

    NAME

    SYNOPSIS

    -
    git fmt-merge-msg [-m <message>] [--into-name <branch>] [--log[=<n>] | --no-log]
    +
    git fmt-merge-msg [-m <message>] [--into-name <branch>] [--log[=<n>] | --no-log]
     git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] -F <file>
    @@ -88,9 +88,9 @@

    OPTIONS

    Use <message> instead of the branch names for the first line of the log message. For use with --log.

    -
    --into-name <branch>
    +
    --into-name <branch>
    -

    Prepare the merge message as if merging to the branch <branch>, +

    Prepare the merge message as if merging to the branch <branch>, instead of the name of the real branch to which the merge is made.

    -F <file>
    diff --git a/external/docs/content/docs/git-fmt-merge-msg/2.35.0.html b/external/docs/content/docs/git-fmt-merge-msg/2.35.0.html index e840fef0d1..9a6f9a3732 100644 --- a/external/docs/content/docs/git-fmt-merge-msg/2.35.0.html +++ b/external/docs/content/docs/git-fmt-merge-msg/2.35.0.html @@ -120,7 +120,7 @@

    NAME

    SYNOPSIS

    -
    git fmt-merge-msg [-m <message>] [--into-name <branch>] [--log[=<n>] | --no-log]
    +
    git fmt-merge-msg [-m <message>] [--into-name <branch>] [--log[=<n>] | --no-log]
     git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] -F <file>
    @@ -168,9 +168,9 @@

    OPTIONS

    Use <message> instead of the branch names for the first line of the log message. For use with --log.

    -
    --into-name <branch>
    +
    --into-name <branch>
    -

    Prepare the merge message as if merging to the branch <branch>, +

    Prepare the merge message as if merging to the branch <branch>, instead of the name of the real branch to which the merge is made.

    -F <file>
    diff --git a/external/docs/content/docs/git-fmt-merge-msg/2.50.0.html b/external/docs/content/docs/git-fmt-merge-msg/2.50.0.html index 8ae2b6953a..b9745fddc0 100644 --- a/external/docs/content/docs/git-fmt-merge-msg/2.50.0.html +++ b/external/docs/content/docs/git-fmt-merge-msg/2.50.0.html @@ -41,7 +41,7 @@

    NAME

    SYNOPSIS

    -
    git fmt-merge-msg [-m <message>] [--into-name <branch>] [--log[=<n>] | --no-log]
    +
    git fmt-merge-msg [-m <message>] [--into-name <branch>] [--log[=<n>] | --no-log]
     git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] -F <file>
    @@ -89,9 +89,9 @@

    OPTIONS

    Use <message> instead of the branch names for the first line of the log message. For use with --log.

    -
    --into-name <branch>
    +
    --into-name <branch>
    -

    Prepare the merge message as if merging to the branch <branch>, +

    Prepare the merge message as if merging to the branch <branch>, instead of the name of the real branch to which the merge is made.

    -F <file>
    diff --git a/external/docs/content/docs/git-fmt-merge-msg/fr.html b/external/docs/content/docs/git-fmt-merge-msg/fr.html index f7b08e234d..d7571585a0 100644 --- a/external/docs/content/docs/git-fmt-merge-msg/fr.html +++ b/external/docs/content/docs/git-fmt-merge-msg/fr.html @@ -41,7 +41,7 @@

    NOM

    SYNOPSIS

    -
    git fmt-merge-msg [-m <message>] [--into-name <branche>] [--log[=<n>] | --no-log]
    +
    git fmt-merge-msg [-m <message>] [--into-name <branche>] [--log[=<n>] | --no-log]
     git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] -F <fichier>
    @@ -79,9 +79,9 @@

    OPTIONS

    Utiliser <message> à la place les noms de branche pour la première ligne du message de journal. À utiliser avec --log.

    -
    --into-name <branche>
    +
    --into-name <branche>
    -

    Préparer le message de fusion comme si la fusion se faisait vers la branche <branche>, au lieu du nom de la branche réelle vers laquelle la fusion est faite.

    +

    Préparer le message de fusion comme si la fusion se faisait vers la branche <branche>, au lieu du nom de la branche réelle vers laquelle la fusion est faite.

    -F <fichier>
    --file <fichier>
    diff --git a/external/docs/content/docs/git-for-each-ref.html b/external/docs/content/docs/git-for-each-ref.html index 3373ed6c1b..5221373c98 100644 --- a/external/docs/content/docs/git-for-each-ref.html +++ b/external/docs/content/docs/git-for-each-ref.html @@ -46,9 +46,9 @@

    SYNOPSIS

    git for-each-ref [--count=<count>] [--shell|--perl|--python|--tcl]
     		   [(--sort=<key>)…​] [--format=<format>]
    -		   [--include-root-refs] [--points-at=<object>]
    -		   [--merged[=<object>]] [--no-merged[=<object>]]
    -		   [--contains[=<object>]] [--no-contains[=<object>]]
    +		   [--include-root-refs] [--points-at=<object>]
    +		   [--merged[=<object>]] [--no-merged[=<object>]]
    +		   [--contains[=<object>]] [--no-contains[=<object>]]
     		   [(--exclude=<pattern>)…​] [--start-after=<marker>]
     		   [ --stdin | <pattern>... ]
    @@ -127,26 +127,26 @@

    OPTIONS

    the specified host language. This is meant to produce a scriptlet that can directly be `eval`ed.

    -
    --points-at=<object>
    +
    --points-at=<object>

    Only list refs which points at the given object.

    -
    --merged[=<object>]
    +
    --merged[=<object>]

    Only list refs whose tips are reachable from the specified commit (HEAD if not specified).

    -
    --no-merged[=<object>]
    +
    --no-merged[=<object>]

    Only list refs whose tips are not reachable from the specified commit (HEAD if not specified).

    -
    --contains[=<object>]
    +
    --contains[=<object>]

    Only list refs which contain the specified commit (HEAD if not specified).

    -
    --no-contains[=<object>]
    +
    --no-contains[=<object>]

    Only list refs which don’t contain the specified commit (HEAD if not specified).

    diff --git a/external/docs/content/docs/git-for-each-ref/2.12.5.html b/external/docs/content/docs/git-for-each-ref/2.12.5.html index 22e4f7546d..8a886c795f 100644 --- a/external/docs/content/docs/git-for-each-ref/2.12.5.html +++ b/external/docs/content/docs/git-for-each-ref/2.12.5.html @@ -41,8 +41,8 @@

    SYNOPSIS

    git for-each-ref [--count=<count>] [--shell|--perl|--python|--tcl]
     		   [(--sort=<key>)…​] [--format=<format>] [<pattern>…​]
    -		   [--points-at <object>] [(--merged | --no-merged) [<object>]]
    -		   [--contains [<object>]]
    + [--points-at <object>] [(--merged | --no-merged) [<object>]] + [--contains [<object>]]
    @@ -108,21 +108,21 @@

    OPTIONS

    the specified host language. This is meant to produce a scriptlet that can directly be `eval`ed.

    -
    --points-at <object>
    +
    --points-at <object>

    Only list refs which points at the given object.

    -
    --merged [<object>]
    +
    --merged [<object>]

    Only list refs whose tips are reachable from the specified commit (HEAD if not specified).

    -
    --no-merged [<object>]
    +
    --no-merged [<object>]

    Only list refs whose tips are not reachable from the specified commit (HEAD if not specified).

    -
    --contains [<object>]
    +
    --contains [<object>]

    Only list refs which contain the specified commit (HEAD if not specified).

    diff --git a/external/docs/content/docs/git-for-each-ref/2.13.7.html b/external/docs/content/docs/git-for-each-ref/2.13.7.html index c492f8293f..1f429590d3 100644 --- a/external/docs/content/docs/git-for-each-ref/2.13.7.html +++ b/external/docs/content/docs/git-for-each-ref/2.13.7.html @@ -41,8 +41,8 @@

    SYNOPSIS

    git for-each-ref [--count=<count>] [--shell|--perl|--python|--tcl]
     		   [(--sort=<key>)…​] [--format=<format>] [<pattern>…​]
    -		   [--points-at <object>] [(--merged | --no-merged) [<object>]]
    -		   [--contains [<object>]] [--no-contains [<object>]]
    + [--points-at <object>] [(--merged | --no-merged) [<object>]] + [--contains [<object>]] [--no-contains [<object>]]
    @@ -108,28 +108,28 @@

    OPTIONS

    the specified host language. This is meant to produce a scriptlet that can directly be `eval`ed.

    -
    --points-at <object>
    +
    --points-at <object>

    Only list refs which points at the given object.

    -
    --merged [<object>]
    +
    --merged [<object>]

    Only list refs whose tips are reachable from the specified commit (HEAD if not specified), incompatible with --no-merged.

    -
    --no-merged [<object>]
    +
    --no-merged [<object>]

    Only list refs whose tips are not reachable from the specified commit (HEAD if not specified), incompatible with --merged.

    -
    --contains [<object>]
    +
    --contains [<object>]

    Only list refs which contain the specified commit (HEAD if not specified).

    -
    --no-contains [<object>]
    +
    --no-contains [<object>]

    Only list refs which don’t contain the specified commit (HEAD if not specified).

    diff --git a/external/docs/content/docs/git-for-each-ref/2.14.6.html b/external/docs/content/docs/git-for-each-ref/2.14.6.html index 5bb58f2566..9603f50d46 100644 --- a/external/docs/content/docs/git-for-each-ref/2.14.6.html +++ b/external/docs/content/docs/git-for-each-ref/2.14.6.html @@ -41,9 +41,9 @@

    SYNOPSIS

    git for-each-ref [--count=<count>] [--shell|--perl|--python|--tcl]
     		   [(--sort=<key>)…​] [--format=<format>] [<pattern>…​]
    -		   [--points-at=<object>]
    -		   (--merged[=<object>] | --no-merged[=<object>])
    -		   [--contains[=<object>]] [--no-contains[=<object>]]
    + [--points-at=<object>] + (--merged[=<object>] | --no-merged[=<object>]) + [--contains[=<object>]] [--no-contains[=<object>]]
    @@ -120,28 +120,28 @@

    OPTIONS

    the specified host language. This is meant to produce a scriptlet that can directly be `eval`ed.

    -
    --points-at=<object>
    +
    --points-at=<object>

    Only list refs which points at the given object.

    -
    --merged[=<object>]
    +
    --merged[=<object>]

    Only list refs whose tips are reachable from the specified commit (HEAD if not specified), incompatible with --no-merged.

    -
    --no-merged[=<object>]
    +
    --no-merged[=<object>]

    Only list refs whose tips are not reachable from the specified commit (HEAD if not specified), incompatible with --merged.

    -
    --contains[=<object>]
    +
    --contains[=<object>]

    Only list refs which contain the specified commit (HEAD if not specified).

    -
    --no-contains[=<object>]
    +
    --no-contains[=<object>]

    Only list refs which don’t contain the specified commit (HEAD if not specified).

    diff --git a/external/docs/content/docs/git-for-each-ref/2.15.4.html b/external/docs/content/docs/git-for-each-ref/2.15.4.html index 4cf65ca1eb..5ddcfa76b6 100644 --- a/external/docs/content/docs/git-for-each-ref/2.15.4.html +++ b/external/docs/content/docs/git-for-each-ref/2.15.4.html @@ -41,9 +41,9 @@

    SYNOPSIS

    git for-each-ref [--count=<count>] [--shell|--perl|--python|--tcl]
     		   [(--sort=<key>)…​] [--format=<format>] [<pattern>…​]
    -		   [--points-at=<object>]
    -		   (--merged[=<object>] | --no-merged[=<object>])
    -		   [--contains[=<object>]] [--no-contains[=<object>]]
    + [--points-at=<object>] + (--merged[=<object>] | --no-merged[=<object>]) + [--contains[=<object>]] [--no-contains[=<object>]]
    @@ -120,28 +120,28 @@

    OPTIONS

    the specified host language. This is meant to produce a scriptlet that can directly be `eval`ed.

    -
    --points-at=<object>
    +
    --points-at=<object>

    Only list refs which points at the given object.

    -
    --merged[=<object>]
    +
    --merged[=<object>]

    Only list refs whose tips are reachable from the specified commit (HEAD if not specified), incompatible with --no-merged.

    -
    --no-merged[=<object>]
    +
    --no-merged[=<object>]

    Only list refs whose tips are not reachable from the specified commit (HEAD if not specified), incompatible with --merged.

    -
    --contains[=<object>]
    +
    --contains[=<object>]

    Only list refs which contain the specified commit (HEAD if not specified).

    -
    --no-contains[=<object>]
    +
    --no-contains[=<object>]

    Only list refs which don’t contain the specified commit (HEAD if not specified).

    diff --git a/external/docs/content/docs/git-for-each-ref/2.16.6.html b/external/docs/content/docs/git-for-each-ref/2.16.6.html index b87f99f13e..dc11c50f0c 100644 --- a/external/docs/content/docs/git-for-each-ref/2.16.6.html +++ b/external/docs/content/docs/git-for-each-ref/2.16.6.html @@ -48,9 +48,9 @@

    SYNOPSIS

    git for-each-ref [--count=<count>] [--shell|--perl|--python|--tcl]
     		   [(--sort=<key>)…​] [--format=<format>] [<pattern>…​]
    -		   [--points-at=<object>]
    -		   (--merged[=<object>] | --no-merged[=<object>])
    -		   [--contains[=<object>]] [--no-contains[=<object>]]
    + [--points-at=<object>] + (--merged[=<object>] | --no-merged[=<object>]) + [--contains[=<object>]] [--no-contains[=<object>]]
    @@ -127,28 +127,28 @@

    OPTIONS

    the specified host language. This is meant to produce a scriptlet that can directly be `eval`ed.

    -
    --points-at=<object>
    +
    --points-at=<object>

    Only list refs which points at the given object.

    -
    --merged[=<object>]
    +
    --merged[=<object>]

    Only list refs whose tips are reachable from the specified commit (HEAD if not specified), incompatible with --no-merged.

    -
    --no-merged[=<object>]
    +
    --no-merged[=<object>]

    Only list refs whose tips are not reachable from the specified commit (HEAD if not specified), incompatible with --merged.

    -
    --contains[=<object>]
    +
    --contains[=<object>]

    Only list refs which contain the specified commit (HEAD if not specified).

    -
    --no-contains[=<object>]
    +
    --no-contains[=<object>]

    Only list refs which don’t contain the specified commit (HEAD if not specified).

    diff --git a/external/docs/content/docs/git-for-each-ref/2.18.0.html b/external/docs/content/docs/git-for-each-ref/2.18.0.html index 89bf95efcc..66e016871a 100644 --- a/external/docs/content/docs/git-for-each-ref/2.18.0.html +++ b/external/docs/content/docs/git-for-each-ref/2.18.0.html @@ -46,9 +46,9 @@

    SYNOPSIS

    git for-each-ref [--count=<count>] [--shell|--perl|--python|--tcl]
     		   [(--sort=<key>)…​] [--format=<format>] [<pattern>…​]
    -		   [--points-at=<object>]
    -		   (--merged[=<object>] | --no-merged[=<object>])
    -		   [--contains[=<object>]] [--no-contains[=<object>]]
    + [--points-at=<object>] + (--merged[=<object>] | --no-merged[=<object>]) + [--contains[=<object>]] [--no-contains[=<object>]]
    @@ -125,28 +125,28 @@

    OPTIONS

    the specified host language. This is meant to produce a scriptlet that can directly be `eval`ed.

    -
    --points-at=<object>
    +
    --points-at=<object>

    Only list refs which points at the given object.

    -
    --merged[=<object>]
    +
    --merged[=<object>]

    Only list refs whose tips are reachable from the specified commit (HEAD if not specified), incompatible with --no-merged.

    -
    --no-merged[=<object>]
    +
    --no-merged[=<object>]

    Only list refs whose tips are not reachable from the specified commit (HEAD if not specified), incompatible with --merged.

    -
    --contains[=<object>]
    +
    --contains[=<object>]

    Only list refs which contain the specified commit (HEAD if not specified).

    -
    --no-contains[=<object>]
    +
    --no-contains[=<object>]

    Only list refs which don’t contain the specified commit (HEAD if not specified).

    diff --git a/external/docs/content/docs/git-for-each-ref/2.19.0.html b/external/docs/content/docs/git-for-each-ref/2.19.0.html index f1cbcd725a..6a116147d1 100644 --- a/external/docs/content/docs/git-for-each-ref/2.19.0.html +++ b/external/docs/content/docs/git-for-each-ref/2.19.0.html @@ -53,9 +53,9 @@

    SYNOPSIS

    git for-each-ref [--count=<count>] [--shell|--perl|--python|--tcl]
     		   [(--sort=<key>)…​] [--format=<format>] [<pattern>…​]
    -		   [--points-at=<object>]
    -		   (--merged[=<object>] | --no-merged[=<object>])
    -		   [--contains[=<object>]] [--no-contains[=<object>]]
    + [--points-at=<object>] + (--merged[=<object>] | --no-merged[=<object>]) + [--contains[=<object>]] [--no-contains[=<object>]]
    @@ -128,28 +128,28 @@

    OPTIONS

    the specified host language. This is meant to produce a scriptlet that can directly be `eval`ed.

    -
    --points-at=<object>
    +
    --points-at=<object>

    Only list refs which points at the given object.

    -
    --merged[=<object>]
    +
    --merged[=<object>]

    Only list refs whose tips are reachable from the specified commit (HEAD if not specified), incompatible with --no-merged.

    -
    --no-merged[=<object>]
    +
    --no-merged[=<object>]

    Only list refs whose tips are not reachable from the specified commit (HEAD if not specified), incompatible with --merged.

    -
    --contains[=<object>]
    +
    --contains[=<object>]

    Only list refs which contain the specified commit (HEAD if not specified).

    -
    --no-contains[=<object>]
    +
    --no-contains[=<object>]

    Only list refs which don’t contain the specified commit (HEAD if not specified).

    diff --git a/external/docs/content/docs/git-for-each-ref/2.21.0.html b/external/docs/content/docs/git-for-each-ref/2.21.0.html index e2cb459aeb..b82c8773bd 100644 --- a/external/docs/content/docs/git-for-each-ref/2.21.0.html +++ b/external/docs/content/docs/git-for-each-ref/2.21.0.html @@ -53,9 +53,9 @@

    SYNOPSIS

    git for-each-ref [--count=<count>] [--shell|--perl|--python|--tcl]
     		   [(--sort=<key>)…​] [--format=<format>] [<pattern>…​]
    -		   [--points-at=<object>]
    -		   (--merged[=<object>] | --no-merged[=<object>])
    -		   [--contains[=<object>]] [--no-contains[=<object>]]
    + [--points-at=<object>] + (--merged[=<object>] | --no-merged[=<object>]) + [--contains[=<object>]] [--no-contains[=<object>]]
    @@ -128,28 +128,28 @@

    OPTIONS

    the specified host language. This is meant to produce a scriptlet that can directly be `eval`ed.

    -
    --points-at=<object>
    +
    --points-at=<object>

    Only list refs which points at the given object.

    -
    --merged[=<object>]
    +
    --merged[=<object>]

    Only list refs whose tips are reachable from the specified commit (HEAD if not specified), incompatible with --no-merged.

    -
    --no-merged[=<object>]
    +
    --no-merged[=<object>]

    Only list refs whose tips are not reachable from the specified commit (HEAD if not specified), incompatible with --merged.

    -
    --contains[=<object>]
    +
    --contains[=<object>]

    Only list refs which contain the specified commit (HEAD if not specified).

    -
    --no-contains[=<object>]
    +
    --no-contains[=<object>]

    Only list refs which don’t contain the specified commit (HEAD if not specified).

    diff --git a/external/docs/content/docs/git-for-each-ref/2.23.0.html b/external/docs/content/docs/git-for-each-ref/2.23.0.html index 00799ccc83..e125cd3305 100644 --- a/external/docs/content/docs/git-for-each-ref/2.23.0.html +++ b/external/docs/content/docs/git-for-each-ref/2.23.0.html @@ -66,9 +66,9 @@

    SYNOPSIS

    git for-each-ref [--count=<count>] [--shell|--perl|--python|--tcl]
     		   [(--sort=<key>)…​] [--format=<format>] [<pattern>…​]
    -		   [--points-at=<object>]
    -		   (--merged[=<object>] | --no-merged[=<object>])
    -		   [--contains[=<object>]] [--no-contains[=<object>]]
    + [--points-at=<object>] + (--merged[=<object>] | --no-merged[=<object>]) + [--contains[=<object>]] [--no-contains[=<object>]]
    @@ -141,28 +141,28 @@

    OPTIONS

    the specified host language. This is meant to produce a scriptlet that can directly be `eval`ed.

    -
    --points-at=<object>
    +
    --points-at=<object>

    Only list refs which points at the given object.

    -
    --merged[=<object>]
    +
    --merged[=<object>]

    Only list refs whose tips are reachable from the specified commit (HEAD if not specified), incompatible with --no-merged.

    -
    --no-merged[=<object>]
    +
    --no-merged[=<object>]

    Only list refs whose tips are not reachable from the specified commit (HEAD if not specified), incompatible with --merged.

    -
    --contains[=<object>]
    +
    --contains[=<object>]

    Only list refs which contain the specified commit (HEAD if not specified).

    -
    --no-contains[=<object>]
    +
    --no-contains[=<object>]

    Only list refs which don’t contain the specified commit (HEAD if not specified).

    diff --git a/external/docs/content/docs/git-for-each-ref/2.29.0.html b/external/docs/content/docs/git-for-each-ref/2.29.0.html index c7e06620b3..14bfee1e06 100644 --- a/external/docs/content/docs/git-for-each-ref/2.29.0.html +++ b/external/docs/content/docs/git-for-each-ref/2.29.0.html @@ -58,9 +58,9 @@

    SYNOPSIS

    git for-each-ref [--count=<count>] [--shell|--perl|--python|--tcl]
     		   [(--sort=<key>)…​] [--format=<format>] [<pattern>…​]
    -		   [--points-at=<object>]
    -		   [--merged[=<object>]] [--no-merged[=<object>]]
    -		   [--contains[=<object>]] [--no-contains[=<object>]]
    + [--points-at=<object>] + [--merged[=<object>]] [--no-merged[=<object>]] + [--contains[=<object>]] [--no-contains[=<object>]]
    @@ -133,26 +133,26 @@

    OPTIONS

    the specified host language. This is meant to produce a scriptlet that can directly be `eval`ed.

    -
    --points-at=<object>
    +
    --points-at=<object>

    Only list refs which points at the given object.

    -
    --merged[=<object>]
    +
    --merged[=<object>]

    Only list refs whose tips are reachable from the specified commit (HEAD if not specified).

    -
    --no-merged[=<object>]
    +
    --no-merged[=<object>]

    Only list refs whose tips are not reachable from the specified commit (HEAD if not specified).

    -
    --contains[=<object>]
    +
    --contains[=<object>]

    Only list refs which contain the specified commit (HEAD if not specified).

    -
    --no-contains[=<object>]
    +
    --no-contains[=<object>]

    Only list refs which don’t contain the specified commit (HEAD if not specified).

    diff --git a/external/docs/content/docs/git-for-each-ref/2.31.0.html b/external/docs/content/docs/git-for-each-ref/2.31.0.html index 0a19b6fd49..4ab61ac8de 100644 --- a/external/docs/content/docs/git-for-each-ref/2.31.0.html +++ b/external/docs/content/docs/git-for-each-ref/2.31.0.html @@ -70,9 +70,9 @@

    SYNOPSIS

    git for-each-ref [--count=<count>] [--shell|--perl|--python|--tcl]
     		   [(--sort=<key>)…​] [--format=<format>] [<pattern>…​]
    -		   [--points-at=<object>]
    -		   [--merged[=<object>]] [--no-merged[=<object>]]
    -		   [--contains[=<object>]] [--no-contains[=<object>]]
    + [--points-at=<object>] + [--merged[=<object>]] [--no-merged[=<object>]] + [--contains[=<object>]] [--no-contains[=<object>]]
    @@ -145,26 +145,26 @@

    OPTIONS

    the specified host language. This is meant to produce a scriptlet that can directly be `eval`ed.

    -
    --points-at=<object>
    +
    --points-at=<object>

    Only list refs which points at the given object.

    -
    --merged[=<object>]
    +
    --merged[=<object>]

    Only list refs whose tips are reachable from the specified commit (HEAD if not specified).

    -
    --no-merged[=<object>]
    +
    --no-merged[=<object>]

    Only list refs whose tips are not reachable from the specified commit (HEAD if not specified).

    -
    --contains[=<object>]
    +
    --contains[=<object>]

    Only list refs which contain the specified commit (HEAD if not specified).

    -
    --no-contains[=<object>]
    +
    --no-contains[=<object>]

    Only list refs which don’t contain the specified commit (HEAD if not specified).

    diff --git a/external/docs/content/docs/git-for-each-ref/2.34.0.html b/external/docs/content/docs/git-for-each-ref/2.34.0.html index c785ac06fa..6970837f50 100644 --- a/external/docs/content/docs/git-for-each-ref/2.34.0.html +++ b/external/docs/content/docs/git-for-each-ref/2.34.0.html @@ -94,9 +94,9 @@

    SYNOPSIS

    git for-each-ref [--count=<count>] [--shell|--perl|--python|--tcl]
     		   [(--sort=<key>)…​] [--format=<format>] [<pattern>…​]
    -		   [--points-at=<object>]
    -		   [--merged[=<object>]] [--no-merged[=<object>]]
    -		   [--contains[=<object>]] [--no-contains[=<object>]]
    + [--points-at=<object>] + [--merged[=<object>]] [--no-merged[=<object>]] + [--contains[=<object>]] [--no-contains[=<object>]]
    @@ -169,26 +169,26 @@

    OPTIONS

    the specified host language. This is meant to produce a scriptlet that can directly be `eval`ed.

    -
    --points-at=<object>
    +
    --points-at=<object>

    Only list refs which points at the given object.

    -
    --merged[=<object>]
    +
    --merged[=<object>]

    Only list refs whose tips are reachable from the specified commit (HEAD if not specified).

    -
    --no-merged[=<object>]
    +
    --no-merged[=<object>]

    Only list refs whose tips are not reachable from the specified commit (HEAD if not specified).

    -
    --contains[=<object>]
    +
    --contains[=<object>]

    Only list refs which contain the specified commit (HEAD if not specified).

    -
    --no-contains[=<object>]
    +
    --no-contains[=<object>]

    Only list refs which don’t contain the specified commit (HEAD if not specified).

    diff --git a/external/docs/content/docs/git-for-each-ref/2.41.0.html b/external/docs/content/docs/git-for-each-ref/2.41.0.html index 6f3d16991e..b0e59f3458 100644 --- a/external/docs/content/docs/git-for-each-ref/2.41.0.html +++ b/external/docs/content/docs/git-for-each-ref/2.41.0.html @@ -49,9 +49,9 @@

    SYNOPSIS

    git for-each-ref [--count=<count>] [--shell|--perl|--python|--tcl]
     		   [(--sort=<key>)…​] [--format=<format>]
     		   [ --stdin | <pattern>…​ ]
    -		   [--points-at=<object>]
    -		   [--merged[=<object>]] [--no-merged[=<object>]]
    -		   [--contains[=<object>]] [--no-contains[=<object>]]
    + [--points-at=<object>] + [--merged[=<object>]] [--no-merged[=<object>]] + [--contains[=<object>]] [--no-contains[=<object>]] @@ -129,26 +129,26 @@

    OPTIONS

    the specified host language. This is meant to produce a scriptlet that can directly be `eval`ed.

    -
    --points-at=<object>
    +
    --points-at=<object>

    Only list refs which points at the given object.

    -
    --merged[=<object>]
    +
    --merged[=<object>]

    Only list refs whose tips are reachable from the specified commit (HEAD if not specified).

    -
    --no-merged[=<object>]
    +
    --no-merged[=<object>]

    Only list refs whose tips are not reachable from the specified commit (HEAD if not specified).

    -
    --contains[=<object>]
    +
    --contains[=<object>]

    Only list refs which contain the specified commit (HEAD if not specified).

    -
    --no-contains[=<object>]
    +
    --no-contains[=<object>]

    Only list refs which don’t contain the specified commit (HEAD if not specified).

    diff --git a/external/docs/content/docs/git-for-each-ref/2.42.0.html b/external/docs/content/docs/git-for-each-ref/2.42.0.html index 4a0a568221..ff4c167ec2 100644 --- a/external/docs/content/docs/git-for-each-ref/2.42.0.html +++ b/external/docs/content/docs/git-for-each-ref/2.42.0.html @@ -50,9 +50,9 @@

    SYNOPSIS

    git for-each-ref [--count=<count>] [--shell|--perl|--python|--tcl]
     		   [(--sort=<key>)…​] [--format=<format>]
     		   [ --stdin | <pattern>…​ ]
    -		   [--points-at=<object>]
    -		   [--merged[=<object>]] [--no-merged[=<object>]]
    -		   [--contains[=<object>]] [--no-contains[=<object>]]
    +		   [--points-at=<object>]
    +		   [--merged[=<object>]] [--no-merged[=<object>]]
    +		   [--contains[=<object>]] [--no-contains[=<object>]]
     		   [--exclude=<pattern> …​]
    @@ -131,26 +131,26 @@

    OPTIONS

    the specified host language. This is meant to produce a scriptlet that can directly be `eval`ed.

    -
    --points-at=<object>
    +
    --points-at=<object>

    Only list refs which points at the given object.

    -
    --merged[=<object>]
    +
    --merged[=<object>]

    Only list refs whose tips are reachable from the specified commit (HEAD if not specified).

    -
    --no-merged[=<object>]
    +
    --no-merged[=<object>]

    Only list refs whose tips are not reachable from the specified commit (HEAD if not specified).

    -
    --contains[=<object>]
    +
    --contains[=<object>]

    Only list refs which contain the specified commit (HEAD if not specified).

    -
    --no-contains[=<object>]
    +
    --no-contains[=<object>]

    Only list refs which don’t contain the specified commit (HEAD if not specified).

    diff --git a/external/docs/content/docs/git-for-each-ref/2.43.0.html b/external/docs/content/docs/git-for-each-ref/2.43.0.html index a1e1c29d42..021ba62ed2 100644 --- a/external/docs/content/docs/git-for-each-ref/2.43.0.html +++ b/external/docs/content/docs/git-for-each-ref/2.43.0.html @@ -53,9 +53,9 @@

    SYNOPSIS

    git for-each-ref [--count=<count>] [--shell|--perl|--python|--tcl]
     		   [(--sort=<key>)…​] [--format=<format>]
     		   [ --stdin | <pattern>…​ ]
    -		   [--points-at=<object>]
    -		   [--merged[=<object>]] [--no-merged[=<object>]]
    -		   [--contains[=<object>]] [--no-contains[=<object>]]
    +		   [--points-at=<object>]
    +		   [--merged[=<object>]] [--no-merged[=<object>]]
    +		   [--contains[=<object>]] [--no-contains[=<object>]]
     		   [--exclude=<pattern> …​]
    @@ -134,26 +134,26 @@

    OPTIONS

    the specified host language. This is meant to produce a scriptlet that can directly be `eval`ed.

    -
    --points-at=<object>
    +
    --points-at=<object>

    Only list refs which points at the given object.

    -
    --merged[=<object>]
    +
    --merged[=<object>]

    Only list refs whose tips are reachable from the specified commit (HEAD if not specified).

    -
    --no-merged[=<object>]
    +
    --no-merged[=<object>]

    Only list refs whose tips are not reachable from the specified commit (HEAD if not specified).

    -
    --contains[=<object>]
    +
    --contains[=<object>]

    Only list refs which contain the specified commit (HEAD if not specified).

    -
    --no-contains[=<object>]
    +
    --no-contains[=<object>]

    Only list refs which don’t contain the specified commit (HEAD if not specified).

    diff --git a/external/docs/content/docs/git-for-each-ref/2.44.0.html b/external/docs/content/docs/git-for-each-ref/2.44.0.html index fb6b47f064..518f4526ff 100644 --- a/external/docs/content/docs/git-for-each-ref/2.44.0.html +++ b/external/docs/content/docs/git-for-each-ref/2.44.0.html @@ -50,9 +50,9 @@

    SYNOPSIS

    git for-each-ref [--count=<count>] [--shell|--perl|--python|--tcl]
     		   [(--sort=<key>)…​] [--format=<format>]
     		   [ --stdin | <pattern>…​ ]
    -		   [--points-at=<object>]
    -		   [--merged[=<object>]] [--no-merged[=<object>]]
    -		   [--contains[=<object>]] [--no-contains[=<object>]]
    +		   [--points-at=<object>]
    +		   [--merged[=<object>]] [--no-merged[=<object>]]
    +		   [--contains[=<object>]] [--no-contains[=<object>]]
     		   [--exclude=<pattern> …​]
    @@ -130,26 +130,26 @@

    OPTIONS

    the specified host language. This is meant to produce a scriptlet that can directly be `eval`ed.

    -
    --points-at=<object>
    +
    --points-at=<object>

    Only list refs which points at the given object.

    -
    --merged[=<object>]
    +
    --merged[=<object>]

    Only list refs whose tips are reachable from the specified commit (HEAD if not specified).

    -
    --no-merged[=<object>]
    +
    --no-merged[=<object>]

    Only list refs whose tips are not reachable from the specified commit (HEAD if not specified).

    -
    --contains[=<object>]
    +
    --contains[=<object>]

    Only list refs which contain the specified commit (HEAD if not specified).

    -
    --no-contains[=<object>]
    +
    --no-contains[=<object>]

    Only list refs which don’t contain the specified commit (HEAD if not specified).

    diff --git a/external/docs/content/docs/git-for-each-ref/2.45.0.html b/external/docs/content/docs/git-for-each-ref/2.45.0.html index 7a1696a96b..2a33d699b7 100644 --- a/external/docs/content/docs/git-for-each-ref/2.45.0.html +++ b/external/docs/content/docs/git-for-each-ref/2.45.0.html @@ -55,9 +55,9 @@

    SYNOPSIS

    git for-each-ref [--count=<count>] [--shell|--perl|--python|--tcl]
     		   [(--sort=<key>)…​] [--format=<format>]
     		   [--include-root-refs] [ --stdin | <pattern>…​ ]
    -		   [--points-at=<object>]
    -		   [--merged[=<object>]] [--no-merged[=<object>]]
    -		   [--contains[=<object>]] [--no-contains[=<object>]]
    +		   [--points-at=<object>]
    +		   [--merged[=<object>]] [--no-merged[=<object>]]
    +		   [--contains[=<object>]] [--no-contains[=<object>]]
     		   [--exclude=<pattern> …​]
    @@ -135,26 +135,26 @@

    OPTIONS

    the specified host language. This is meant to produce a scriptlet that can directly be `eval`ed.

    -
    --points-at=<object>
    +
    --points-at=<object>

    Only list refs which points at the given object.

    -
    --merged[=<object>]
    +
    --merged[=<object>]

    Only list refs whose tips are reachable from the specified commit (HEAD if not specified).

    -
    --no-merged[=<object>]
    +
    --no-merged[=<object>]

    Only list refs whose tips are not reachable from the specified commit (HEAD if not specified).

    -
    --contains[=<object>]
    +
    --contains[=<object>]

    Only list refs which contain the specified commit (HEAD if not specified).

    -
    --no-contains[=<object>]
    +
    --no-contains[=<object>]

    Only list refs which don’t contain the specified commit (HEAD if not specified).

    diff --git a/external/docs/content/docs/git-for-each-ref/2.47.0.html b/external/docs/content/docs/git-for-each-ref/2.47.0.html index 8a5c37e352..229b0fc62e 100644 --- a/external/docs/content/docs/git-for-each-ref/2.47.0.html +++ b/external/docs/content/docs/git-for-each-ref/2.47.0.html @@ -54,9 +54,9 @@

    SYNOPSIS

    git for-each-ref [--count=<count>] [--shell|--perl|--python|--tcl]
     		   [(--sort=<key>)…​] [--format=<format>]
     		   [--include-root-refs] [ --stdin | <pattern>…​ ]
    -		   [--points-at=<object>]
    -		   [--merged[=<object>]] [--no-merged[=<object>]]
    -		   [--contains[=<object>]] [--no-contains[=<object>]]
    +		   [--points-at=<object>]
    +		   [--merged[=<object>]] [--no-merged[=<object>]]
    +		   [--contains[=<object>]] [--no-contains[=<object>]]
     		   [--exclude=<pattern> …​]
    @@ -134,26 +134,26 @@

    OPTIONS

    the specified host language. This is meant to produce a scriptlet that can directly be `eval`ed.

    -
    --points-at=<object>
    +
    --points-at=<object>

    Only list refs which points at the given object.

    -
    --merged[=<object>]
    +
    --merged[=<object>]

    Only list refs whose tips are reachable from the specified commit (HEAD if not specified).

    -
    --no-merged[=<object>]
    +
    --no-merged[=<object>]

    Only list refs whose tips are not reachable from the specified commit (HEAD if not specified).

    -
    --contains[=<object>]
    +
    --contains[=<object>]

    Only list refs which contain the specified commit (HEAD if not specified).

    -
    --no-contains[=<object>]
    +
    --no-contains[=<object>]

    Only list refs which don’t contain the specified commit (HEAD if not specified).

    diff --git a/external/docs/content/docs/git-for-each-ref/2.50.0.html b/external/docs/content/docs/git-for-each-ref/2.50.0.html index 5ae0f39a97..c1c301402c 100644 --- a/external/docs/content/docs/git-for-each-ref/2.50.0.html +++ b/external/docs/content/docs/git-for-each-ref/2.50.0.html @@ -47,9 +47,9 @@

    SYNOPSIS

    git for-each-ref [--count=<count>] [--shell|--perl|--python|--tcl]
     		   [(--sort=<key>)…​] [--format=<format>]
     		   [--include-root-refs] [ --stdin | <pattern>…​ ]
    -		   [--points-at=<object>]
    -		   [--merged[=<object>]] [--no-merged[=<object>]]
    -		   [--contains[=<object>]] [--no-contains[=<object>]]
    +		   [--points-at=<object>]
    +		   [--merged[=<object>]] [--no-merged[=<object>]]
    +		   [--contains[=<object>]] [--no-contains[=<object>]]
     		   [--exclude=<pattern> …​]
    @@ -127,26 +127,26 @@

    OPTIONS

    the specified host language. This is meant to produce a scriptlet that can directly be `eval`ed.

    -
    --points-at=<object>
    +
    --points-at=<object>

    Only list refs which points at the given object.

    -
    --merged[=<object>]
    +
    --merged[=<object>]

    Only list refs whose tips are reachable from the specified commit (HEAD if not specified).

    -
    --no-merged[=<object>]
    +
    --no-merged[=<object>]

    Only list refs whose tips are not reachable from the specified commit (HEAD if not specified).

    -
    --contains[=<object>]
    +
    --contains[=<object>]

    Only list refs which contain the specified commit (HEAD if not specified).

    -
    --no-contains[=<object>]
    +
    --no-contains[=<object>]

    Only list refs which don’t contain the specified commit (HEAD if not specified).

    diff --git a/external/docs/content/docs/git-for-each-ref/2.51.0.html b/external/docs/content/docs/git-for-each-ref/2.51.0.html index 29dcf07700..5ed8a5602c 100644 --- a/external/docs/content/docs/git-for-each-ref/2.51.0.html +++ b/external/docs/content/docs/git-for-each-ref/2.51.0.html @@ -45,9 +45,9 @@

    SYNOPSIS

    git for-each-ref [--count=<count>] [--shell|--perl|--python|--tcl]
     		   [(--sort=<key>)…​] [--format=<format>]
    -		   [--include-root-refs] [--points-at=<object>]
    -		   [--merged[=<object>]] [--no-merged[=<object>]]
    -		   [--contains[=<object>]] [--no-contains[=<object>]]
    +		   [--include-root-refs] [--points-at=<object>]
    +		   [--merged[=<object>]] [--no-merged[=<object>]]
    +		   [--contains[=<object>]] [--no-contains[=<object>]]
     		   [(--exclude=<pattern>)…​] [--start-after=<marker>]
     		   [ --stdin | <pattern>... ]
    @@ -126,26 +126,26 @@

    OPTIONS

    the specified host language. This is meant to produce a scriptlet that can directly be `eval`ed.

    -
    --points-at=<object>
    +
    --points-at=<object>

    Only list refs which points at the given object.

    -
    --merged[=<object>]
    +
    --merged[=<object>]

    Only list refs whose tips are reachable from the specified commit (HEAD if not specified).

    -
    --no-merged[=<object>]
    +
    --no-merged[=<object>]

    Only list refs whose tips are not reachable from the specified commit (HEAD if not specified).

    -
    --contains[=<object>]
    +
    --contains[=<object>]

    Only list refs which contain the specified commit (HEAD if not specified).

    -
    --no-contains[=<object>]
    +
    --no-contains[=<object>]

    Only list refs which don’t contain the specified commit (HEAD if not specified).

    diff --git a/external/docs/content/docs/git-for-each-ref/2.7.6.html b/external/docs/content/docs/git-for-each-ref/2.7.6.html index 94bc9a7d5a..ea68c4c2ac 100644 --- a/external/docs/content/docs/git-for-each-ref/2.7.6.html +++ b/external/docs/content/docs/git-for-each-ref/2.7.6.html @@ -41,8 +41,8 @@

    SYNOPSIS

    git for-each-ref [--count=<count>] [--shell|--perl|--python|--tcl]
     		   [(--sort=<key>)…​] [--format=<format>] [<pattern>…​]
    -		   [--points-at <object>] [(--merged | --no-merged) [<object>]]
    -		   [--contains [<object>]]
    + [--points-at <object>] [(--merged | --no-merged) [<object>]] + [--contains [<object>]]
    @@ -108,21 +108,21 @@

    OPTIONS

    the specified host language. This is meant to produce a scriptlet that can directly be `eval`ed.

    -
    --points-at <object>
    +
    --points-at <object>

    Only list refs which points at the given object.

    -
    --merged [<object>]
    +
    --merged [<object>]

    Only list refs whose tips are reachable from the specified commit (HEAD if not specified).

    -
    --no-merged [<object>]
    +
    --no-merged [<object>]

    Only list refs whose tips are not reachable from the specified commit (HEAD if not specified).

    -
    --contains [<object>]
    +
    --contains [<object>]

    Only list tags which contain the specified commit (HEAD if not specified).

    diff --git a/external/docs/content/docs/git-for-each-ref/2.8.6.html b/external/docs/content/docs/git-for-each-ref/2.8.6.html index c1c8bf72bb..a1c3a3f9ad 100644 --- a/external/docs/content/docs/git-for-each-ref/2.8.6.html +++ b/external/docs/content/docs/git-for-each-ref/2.8.6.html @@ -41,8 +41,8 @@

    SYNOPSIS

    git for-each-ref [--count=<count>] [--shell|--perl|--python|--tcl]
     		   [(--sort=<key>)…​] [--format=<format>] [<pattern>…​]
    -		   [--points-at <object>] [(--merged | --no-merged) [<object>]]
    -		   [--contains [<object>]]
    + [--points-at <object>] [(--merged | --no-merged) [<object>]] + [--contains [<object>]]
    @@ -108,21 +108,21 @@

    OPTIONS

    the specified host language. This is meant to produce a scriptlet that can directly be `eval`ed.

    -
    --points-at <object>
    +
    --points-at <object>

    Only list refs which points at the given object.

    -
    --merged [<object>]
    +
    --merged [<object>]

    Only list refs whose tips are reachable from the specified commit (HEAD if not specified).

    -
    --no-merged [<object>]
    +
    --no-merged [<object>]

    Only list refs whose tips are not reachable from the specified commit (HEAD if not specified).

    -
    --contains [<object>]
    +
    --contains [<object>]

    Only list refs which contain the specified commit (HEAD if not specified).

    diff --git a/external/docs/content/docs/git-for-each-ref/2.9.5.html b/external/docs/content/docs/git-for-each-ref/2.9.5.html index 668b433775..2d334861c8 100644 --- a/external/docs/content/docs/git-for-each-ref/2.9.5.html +++ b/external/docs/content/docs/git-for-each-ref/2.9.5.html @@ -43,8 +43,8 @@

    SYNOPSIS

    git for-each-ref [--count=<count>] [--shell|--perl|--python|--tcl]
     		   [(--sort=<key>)…​] [--format=<format>] [<pattern>…​]
    -		   [--points-at <object>] [(--merged | --no-merged) [<object>]]
    -		   [--contains [<object>]]
    + [--points-at <object>] [(--merged | --no-merged) [<object>]] + [--contains [<object>]]
    @@ -110,21 +110,21 @@

    OPTIONS

    the specified host language. This is meant to produce a scriptlet that can directly be `eval`ed.

    -
    --points-at <object>
    +
    --points-at <object>

    Only list refs which points at the given object.

    -
    --merged [<object>]
    +
    --merged [<object>]

    Only list refs whose tips are reachable from the specified commit (HEAD if not specified).

    -
    --no-merged [<object>]
    +
    --no-merged [<object>]

    Only list refs whose tips are not reachable from the specified commit (HEAD if not specified).

    -
    --contains [<object>]
    +
    --contains [<object>]

    Only list refs which contain the specified commit (HEAD if not specified).

    diff --git a/external/docs/content/docs/git-for-each-ref/zh_HANS-CN.html b/external/docs/content/docs/git-for-each-ref/zh_HANS-CN.html index 0bb9c4e278..9478d99dda 100644 --- a/external/docs/content/docs/git-for-each-ref/zh_HANS-CN.html +++ b/external/docs/content/docs/git-for-each-ref/zh_HANS-CN.html @@ -100,23 +100,23 @@

    选项

    如果给定,替代 %(字段名) 占位符的字符串将被引述为适合指定主机语言的字符串字面量。 这样做的目的是生成可直接 eval 的脚本。

    -
    --points-at=<对象>
    +
    --points-at=<对象>

    只列出指向给定对象的引用。

    -
    --merged[=<对象>]
    +
    --merged[=<对象>]

    仅列出提示可从指定提交(如未指定,则为 HEAD)到达的引用。

    -
    --no-merged[=<对象>]
    +
    --no-merged[=<对象>]

    仅列出提示无法从指定提交(如未指定,则为 HEAD)到达的引用。

    -
    --contains[=<对象>]
    +
    --contains[=<对象>]

    仅列出包含指定提交(如未指定,则为 HEAD)的引用。

    -
    --no-contains[=<对象>]
    +
    --no-contains[=<对象>]

    仅列出不包含指定提交的引用(如未指定,则为 HEAD)。

    diff --git a/external/docs/content/docs/git-format-patch.html b/external/docs/content/docs/git-format-patch.html index 86301e1c01..ed4579ae98 100644 --- a/external/docs/content/docs/git-format-patch.html +++ b/external/docs/content/docs/git-format-patch.html @@ -64,7 +64,7 @@

    SYNOPSIS

    [--to=<email>] [--cc=<email>] [--[no-]cover-letter] [--quiet] [--[no-]encode-email-headers] - [--no-notes | --notes[=<ref>]] + [--no-notes | --notes[=<ref>]] [--interdiff=<previous>] [--range-diff=<previous> [--creation-factor=<percent>]] [--filename-max-length=<n>] @@ -89,7 +89,7 @@

    DESCRIPTION