summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-07-24 16:16:19 -0700
committerJunio C Hamano <gitster@pobox.com>2020-07-24 16:16:19 -0700
commitc93f3217ce8891d0ea016e02a12004d35de41945 (patch)
treee7c81ca0bcaa9042af99482c1a4ce8d0f6351591
parent403ec2160fccf4a5cde7883c28b6bc9663b711bc (diff)
downloadgit-htmldocs-c93f3217ce8891d0ea016e02a12004d35de41945.tar.gz
Autogenerated HTML docs for v2.28.0-rc2-3-g418cc
-rw-r--r--RelNotes/2.28.0.txt2
-rw-r--r--githooks.html4
-rw-r--r--githooks.txt4
-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
18 files changed, 20 insertions, 20 deletions
diff --git a/RelNotes/2.28.0.txt b/RelNotes/2.28.0.txt
index 5f1413a69..6baf78138 100644
--- a/RelNotes/2.28.0.txt
+++ b/RelNotes/2.28.0.txt
@@ -116,7 +116,7 @@ Performance, Internal Implementation, Development Support etc.
configuration variables in extensions.* namespace were supposed to
have special meaning in repositories whose version numbers are 1 or
higher), but this was a bit too big a change. The behaviour in
- recent versions of Git where certaion extensions.* were honored by
+ recent versions of Git where certain extensions.* were honored by
mistake even in version 0 repositories has been restored.
diff --git a/githooks.html b/githooks.html
index ac6ab6c27..a93f222ec 100644
--- a/githooks.html
+++ b/githooks.html
@@ -1091,7 +1091,7 @@ probably enable this hook.</p></div>
for the user.</p></div>
</div>
<div class="sect2">
-<h3 id="_ref_transaction">ref-transaction</h3>
+<h3 id="_reference_transaction">reference-transaction</h3>
<div class="paragraph"><p>This hook is invoked by any Git command that performs reference
updates. It executes whenever a reference transaction is prepared,
committed or aborted and may thus get called multiple times.</p></div>
@@ -1304,7 +1304,7 @@ running passing "1", "1" should not be possible.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2020-07-06 22:33:22 PDT
+ 2020-07-24 16:13:27 PDT
</div>
</div>
</body>
diff --git a/githooks.txt b/githooks.txt
index 642471109..31b601e4b 100644
--- a/githooks.txt
+++ b/githooks.txt
@@ -404,8 +404,8 @@ Both standard output and standard error output are forwarded to
`git send-pack` on the other end, so you can simply `echo` messages
for the user.
-ref-transaction
-~~~~~~~~~~~~~~~
+reference-transaction
+~~~~~~~~~~~~~~~~~~~~~
This hook is invoked by any Git command that performs reference
updates. It executes whenever a reference transaction is prepared,
diff --git a/howto/keep-canonical-history-correct.html b/howto/keep-canonical-history-correct.html
index 91472ec47..8b6c1875c 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
- 2020-07-22 10:11:13 PDT
+ 2020-07-24 16:14:22 PDT
</div>
</div>
</body>
diff --git a/howto/maintain-git.html b/howto/maintain-git.html
index 57d41f49d..c7d4a13dc 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
- 2020-07-22 10:11:14 PDT
+ 2020-07-24 16:14:22 PDT
</div>
</div>
</body>
diff --git a/howto/new-command.html b/howto/new-command.html
index d5afeefbb..3a0129e0c 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
- 2020-07-22 10:11:08 PDT
+ 2020-07-24 16:14:18 PDT
</div>
</div>
</body>
diff --git a/howto/rebase-from-internal-branch.html b/howto/rebase-from-internal-branch.html
index ecb22e351..9259417cd 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
- 2020-07-22 10:11:13 PDT
+ 2020-07-24 16:14:22 PDT
</div>
</div>
</body>
diff --git a/howto/rebuild-from-update-hook.html b/howto/rebuild-from-update-hook.html
index 2acfd0ec8..0792aab9c 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
- 2020-07-22 10:11:13 PDT
+ 2020-07-24 16:14:21 PDT
</div>
</div>
</body>
diff --git a/howto/recover-corrupted-blob-object.html b/howto/recover-corrupted-blob-object.html
index 46d4fa75a..1d836eaa1 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
- 2020-07-22 10:11:12 PDT
+ 2020-07-24 16:14:21 PDT
</div>
</div>
</body>
diff --git a/howto/recover-corrupted-object-harder.html b/howto/recover-corrupted-object-harder.html
index 1c51b09d9..beea38a3c 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
- 2020-07-22 10:11:13 PDT
+ 2020-07-24 16:14:21 PDT
</div>
</div>
</body>
diff --git a/howto/revert-a-faulty-merge.html b/howto/revert-a-faulty-merge.html
index f802c0de5..d1d2c2628 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
- 2020-07-22 10:11:12 PDT
+ 2020-07-24 16:14:20 PDT
</div>
</div>
</body>
diff --git a/howto/revert-branch-rebase.html b/howto/revert-branch-rebase.html
index 408edf91b..0a0324cdf 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
- 2020-07-22 10:11:08 PDT
+ 2020-07-24 16:14:18 PDT
</div>
</div>
</body>
diff --git a/howto/separating-topic-branches.html b/howto/separating-topic-branches.html
index 7075997ea..da378e29e 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
- 2020-07-22 10:11:11 PDT
+ 2020-07-24 16:14:20 PDT
</div>
</div>
</body>
diff --git a/howto/setup-git-server-over-http.html b/howto/setup-git-server-over-http.html
index a1e2fc28f..708c13f47 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
- 2020-07-22 10:11:11 PDT
+ 2020-07-24 16:14:20 PDT
</div>
</div>
</body>
diff --git a/howto/update-hook-example.html b/howto/update-hook-example.html
index f4dad4493..9ce832872 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
- 2020-07-22 10:11:10 PDT
+ 2020-07-24 16:14:20 PDT
</div>
</div>
</body>
diff --git a/howto/use-git-daemon.html b/howto/use-git-daemon.html
index d229a0738..94349be74 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
- 2020-07-22 10:11:10 PDT
+ 2020-07-24 16:14:19 PDT
</div>
</div>
</body>
diff --git a/howto/using-merge-subtree.html b/howto/using-merge-subtree.html
index a0a977253..9f55a6d4a 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
- 2020-07-22 10:11:09 PDT
+ 2020-07-24 16:14:19 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 3d88fbfa4..1a30275f2 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
- 2020-07-22 10:11:09 PDT
+ 2020-07-24 16:14:19 PDT
</div>
</div>
</body>