summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-06-27 10:24:57 -0700
committerJunio C Hamano <gitster@pobox.com>2022-06-27 10:24:57 -0700
commit553ab97af01facf10a771f33d6ed2c5595bc3063 (patch)
tree0a78399e11684a59579847c6e36c6c5096857ac6
parentc8268464f493e0b37082ae960b9d2dec5a2d7d8d (diff)
downloadgit-htmldocs-553ab97af01facf10a771f33d6ed2c5595bc3063.tar.gz
Autogenerated HTML docs for v2.37.0
-rw-r--r--SubmittingPatches.html2
-rw-r--r--config.txt2
-rw-r--r--git-config.html9
-rw-r--r--howto-index.html2
-rw-r--r--howto/coordinate-embargoed-releases.html2
-rw-r--r--howto/keep-canonical-history-correct.html2
-rw-r--r--howto/maintain-git.html2
-rw-r--r--howto/new-command.html2
-rw-r--r--howto/rebase-from-internal-branch.html2
-rw-r--r--howto/rebuild-from-update-hook.html2
-rw-r--r--howto/recover-corrupted-blob-object.html2
-rw-r--r--howto/recover-corrupted-object-harder.html2
-rw-r--r--howto/revert-a-faulty-merge.html2
-rw-r--r--howto/revert-branch-rebase.html2
-rw-r--r--howto/separating-topic-branches.html2
-rw-r--r--howto/setup-git-server-over-http.html2
-rw-r--r--howto/update-hook-example.html2
-rw-r--r--howto/use-git-daemon.html2
-rw-r--r--howto/using-merge-subtree.html2
-rw-r--r--howto/using-signed-tag-in-pull-request.html2
-rw-r--r--technical/api-index.html2
21 files changed, 30 insertions, 19 deletions
diff --git a/SubmittingPatches.html b/SubmittingPatches.html
index 65515a37d..b3b9e6d05 100644
--- a/SubmittingPatches.html
+++ b/SubmittingPatches.html
@@ -1444,7 +1444,7 @@ this problem around.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2022-06-22 12:22:38 PDT
+ 2022-06-27 10:23:04 PDT
</div>
</div>
</body>
diff --git a/config.txt b/config.txt
index e284b042f..e376d547c 100644
--- a/config.txt
+++ b/config.txt
@@ -495,6 +495,8 @@ include::config/repack.txt[]
include::config/rerere.txt[]
+include::config/revert.txt[]
+
include::config/safe.txt[]
include::config/sendemail.txt[]
diff --git a/git-config.html b/git-config.html
index 5cc81eb5a..d5385e1d6 100644
--- a/git-config.html
+++ b/git-config.html
@@ -9773,6 +9773,15 @@ rerere.enabled
</p>
</dd>
<dt class="hdlist1">
+revert.reference
+</dt>
+<dd>
+<p>
+ Setting this variable to true makes <code>git revert</code> behave
+ as if the <code>--reference</code> option is given.
+</p>
+</dd>
+<dt class="hdlist1">
safe.directory
</dt>
<dd>
diff --git a/howto-index.html b/howto-index.html
index 4c477a99e..c6af00770 100644
--- a/howto-index.html
+++ b/howto-index.html
@@ -894,7 +894,7 @@ later validate it.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2022-06-22 12:22:34 PDT
+ 2022-06-27 10:23:00 PDT
</div>
</div>
</body>
diff --git a/howto/coordinate-embargoed-releases.html b/howto/coordinate-embargoed-releases.html
index d2020f8c1..b525af5f7 100644
--- a/howto/coordinate-embargoed-releases.html
+++ b/howto/coordinate-embargoed-releases.html
@@ -873,7 +873,7 @@ Thanks,
<div id="footer">
<div id="footer-text">
Last updated
- 2022-06-23 13:50:18 PDT
+ 2022-06-27 10:23:03 PDT
</div>
</div>
</body>
diff --git a/howto/keep-canonical-history-correct.html b/howto/keep-canonical-history-correct.html
index d72f6a329..a2b9ba14d 100644
--- a/howto/keep-canonical-history-correct.html
+++ b/howto/keep-canonical-history-correct.html
@@ -938,7 +938,7 @@ tip of your <em>master</em> again and redo the two merges:</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2022-06-23 13:50:18 PDT
+ 2022-06-27 10:23:03 PDT
</div>
</div>
</body>
diff --git a/howto/maintain-git.html b/howto/maintain-git.html
index 3b9ba36a5..3b29721df 100644
--- a/howto/maintain-git.html
+++ b/howto/maintain-git.html
@@ -1469,7 +1469,7 @@ $ git update-ref -d $mf/ai/topic</code></pre>
<div id="footer">
<div id="footer-text">
Last updated
- 2022-06-23 13:50:18 PDT
+ 2022-06-27 10:23:03 PDT
</div>
</div>
</body>
diff --git a/howto/new-command.html b/howto/new-command.html
index 4f097b134..61f1e7e9e 100644
--- a/howto/new-command.html
+++ b/howto/new-command.html
@@ -863,7 +863,7 @@ letter [PATCH 0/n].
<div id="footer">
<div id="footer-text">
Last updated
- 2022-06-23 13:50:16 PDT
+ 2022-06-27 10:23:01 PDT
</div>
</div>
</body>
diff --git a/howto/rebase-from-internal-branch.html b/howto/rebase-from-internal-branch.html
index 9ab91b200..d7768a170 100644
--- a/howto/rebase-from-internal-branch.html
+++ b/howto/rebase-from-internal-branch.html
@@ -895,7 +895,7 @@ the #1' commit.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2022-06-23 13:50:18 PDT
+ 2022-06-27 10:23:02 PDT
</div>
</div>
</body>
diff --git a/howto/rebuild-from-update-hook.html b/howto/rebuild-from-update-hook.html
index 9b325789a..408569b6c 100644
--- a/howto/rebuild-from-update-hook.html
+++ b/howto/rebuild-from-update-hook.html
@@ -847,7 +847,7 @@ This is still crude and does not protect against simultaneous
<div id="footer">
<div id="footer-text">
Last updated
- 2022-06-23 13:50:18 PDT
+ 2022-06-27 10:23:02 PDT
</div>
</div>
</body>
diff --git a/howto/recover-corrupted-blob-object.html b/howto/recover-corrupted-blob-object.html
index 31f791767..ebfe5de2d 100644
--- a/howto/recover-corrupted-blob-object.html
+++ b/howto/recover-corrupted-blob-object.html
@@ -880,7 +880,7 @@ thing.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2022-06-23 13:50:18 PDT
+ 2022-06-27 10:23:02 PDT
</div>
</div>
</body>
diff --git a/howto/recover-corrupted-object-harder.html b/howto/recover-corrupted-object-harder.html
index 46e965bde..82a4daeb7 100644
--- a/howto/recover-corrupted-object-harder.html
+++ b/howto/recover-corrupted-object-harder.html
@@ -1189,7 +1189,7 @@ int main(int argc, char **argv)
<div id="footer">
<div id="footer-text">
Last updated
- 2022-06-23 13:50:18 PDT
+ 2022-06-27 10:23:02 PDT
</div>
</div>
</body>
diff --git a/howto/revert-a-faulty-merge.html b/howto/revert-a-faulty-merge.html
index b322543f7..23631db5d 100644
--- a/howto/revert-a-faulty-merge.html
+++ b/howto/revert-a-faulty-merge.html
@@ -1025,7 +1025,7 @@ P---o---o---M---x---x---W---x---M2
<div id="footer">
<div id="footer-text">
Last updated
- 2022-06-23 13:50:18 PDT
+ 2022-06-27 10:23:02 PDT
</div>
</div>
</body>
diff --git a/howto/revert-branch-rebase.html b/howto/revert-branch-rebase.html
index cd6d28084..82b7520c7 100644
--- a/howto/revert-branch-rebase.html
+++ b/howto/revert-branch-rebase.html
@@ -907,7 +907,7 @@ Committed merge 7fb9b7262a1d1e0a47bbfdcbbcf50ce0635d3f8f
<div id="footer">
<div id="footer-text">
Last updated
- 2022-06-23 13:50:16 PDT
+ 2022-06-27 10:23:01 PDT
</div>
</div>
</body>
diff --git a/howto/separating-topic-branches.html b/howto/separating-topic-branches.html
index f4e0b48bf..6d0ced823 100644
--- a/howto/separating-topic-branches.html
+++ b/howto/separating-topic-branches.html
@@ -841,7 +841,7 @@ o---o"master"</code></pre>
<div id="footer">
<div id="footer-text">
Last updated
- 2022-06-23 13:50:18 PDT
+ 2022-06-27 10:23:02 PDT
</div>
</div>
</body>
diff --git a/howto/setup-git-server-over-http.html b/howto/setup-git-server-over-http.html
index 45b0f83ce..a4d0ca67a 100644
--- a/howto/setup-git-server-over-http.html
+++ b/howto/setup-git-server-over-http.html
@@ -1071,7 +1071,7 @@ help diagnosing the problem, but removes security checks.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2022-06-23 13:50:17 PDT
+ 2022-06-27 10:23:02 PDT
</div>
</div>
</body>
diff --git a/howto/update-hook-example.html b/howto/update-hook-example.html
index d397fa43c..5f8124bd2 100644
--- a/howto/update-hook-example.html
+++ b/howto/update-hook-example.html
@@ -930,7 +930,7 @@ that JC can make non-fast-forward pushes on it.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2022-06-23 13:50:17 PDT
+ 2022-06-27 10:23:02 PDT
</div>
</div>
</body>
diff --git a/howto/use-git-daemon.html b/howto/use-git-daemon.html
index be155c7b5..f3b582fe1 100644
--- a/howto/use-git-daemon.html
+++ b/howto/use-git-daemon.html
@@ -791,7 +791,7 @@ a good practice to put the paths after a "--" separator.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2022-06-23 13:50:17 PDT
+ 2022-06-27 10:23:02 PDT
</div>
</div>
</body>
diff --git a/howto/using-merge-subtree.html b/howto/using-merge-subtree.html
index 336e1467e..7e984def1 100644
--- a/howto/using-merge-subtree.html
+++ b/howto/using-merge-subtree.html
@@ -848,7 +848,7 @@ Please note that if the other project merges from you, then it will
<div id="footer">
<div id="footer-text">
Last updated
- 2022-06-23 13:50:17 PDT
+ 2022-06-27 10:23:01 PDT
</div>
</div>
</body>
diff --git a/howto/using-signed-tag-in-pull-request.html b/howto/using-signed-tag-in-pull-request.html
index d0762a9fa..33ca92521 100644
--- a/howto/using-signed-tag-in-pull-request.html
+++ b/howto/using-signed-tag-in-pull-request.html
@@ -952,7 +952,7 @@ as part of the merge commit.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2022-06-23 13:50:17 PDT
+ 2022-06-27 10:23:01 PDT
</div>
</div>
</body>
diff --git a/technical/api-index.html b/technical/api-index.html
index cd8a85fd5..1869d3c21 100644
--- a/technical/api-index.html
+++ b/technical/api-index.html
@@ -775,7 +775,7 @@ documents them.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2022-06-22 12:22:40 PDT
+ 2022-06-27 10:23:06 PDT
</div>
</div>
</body>