From 5e4b812ebd3af68d4d4d09657635eeb575651092 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 23 Sep 2024 11:53:41 -0700 Subject: [PATCH] Autogenerated HTML docs for v2.46.2-628-g6258f --- DecisionMaking.html | 2 +- MyFirstContribution.html | 2 +- MyFirstObjectWalk.html | 2 +- RelNotes/2.46.2.txt | 12 ++++++++++++ RelNotes/2.47.0.txt | 14 ++++++++++++++ ReviewingGuidelines.html | 2 +- SubmittingPatches.html | 2 +- ToolsForGit.html | 2 +- everyday.html | 2 +- git-remote-helpers.html | 2 +- howto/keep-canonical-history-correct.html | 4 ++-- howto/maintain-git.html | 4 ++-- howto/new-command.html | 4 ++-- howto/rebase-from-internal-branch.html | 4 ++-- howto/rebuild-from-update-hook.html | 4 ++-- howto/recover-corrupted-blob-object.html | 4 ++-- howto/recover-corrupted-object-harder.html | 4 ++-- howto/revert-a-faulty-merge.html | 4 ++-- howto/revert-branch-rebase.html | 4 ++-- howto/separating-topic-branches.html | 4 ++-- howto/setup-git-server-over-http.html | 4 ++-- howto/update-hook-example.html | 4 ++-- howto/use-git-daemon.html | 4 ++-- howto/using-merge-subtree.html | 4 ++-- howto/using-signed-tag-in-pull-request.html | 4 ++-- technical/api-error-handling.html | 2 +- technical/api-index.html | 2 +- technical/api-merge.html | 2 +- technical/api-parse-options.html | 2 +- technical/api-simple-ipc.html | 2 +- technical/api-trace2.html | 2 +- technical/bitmap-format.html | 2 +- technical/bundle-uri.html | 2 +- technical/hash-function-transition.html | 2 +- technical/long-running-process-protocol.html | 2 +- technical/multi-pack-index.html | 2 +- technical/pack-heuristics.html | 2 +- technical/parallel-checkout.html | 2 +- technical/partial-clone.html | 2 +- technical/platform-support.html | 2 +- technical/racy-git.html | 2 +- technical/scalar.html | 2 +- technical/send-pack-pipeline.html | 2 +- technical/shallow.html | 2 +- technical/trivial-merge.html | 2 +- technical/unit-tests.html | 2 +- 46 files changed, 85 insertions(+), 59 deletions(-) diff --git a/DecisionMaking.html b/DecisionMaking.html index 30e3e44a9..389edd690 100644 --- a/DecisionMaking.html +++ b/DecisionMaking.html @@ -442,7 +442,7 @@
diff --git a/MyFirstContribution.html b/MyFirstContribution.html index 583765e95..82da9a373 100644 --- a/MyFirstContribution.html +++ b/MyFirstContribution.html @@ -442,7 +442,7 @@
diff --git a/MyFirstObjectWalk.html b/MyFirstObjectWalk.html index 87a219f7a..ce448abf7 100644 --- a/MyFirstObjectWalk.html +++ b/MyFirstObjectWalk.html @@ -442,7 +442,7 @@
diff --git a/RelNotes/2.46.2.txt b/RelNotes/2.46.2.txt index 51471e540..613386878 100644 --- a/RelNotes/2.46.2.txt +++ b/RelNotes/2.46.2.txt @@ -9,3 +9,15 @@ It also reverts the "git patch-id" change that went into 2.46.1, as it seems to have got a regression reported (I haven't verified, but it is better to keep a known breakage than adding an unintended regression). + +Other than that, a handful of minor bugfixes are included. + + * In a few corner cases "git diff --exit-code" failed to report + "changes" (e.g., renamed without any content change), which has + been corrected. + + * Cygwin does have /dev/tty support that is needed by things like + single-key input mode. + + * The interpret-trailers command failed to recognise the end of the + message when the commit log ends in an incomplete line. diff --git a/RelNotes/2.47.0.txt b/RelNotes/2.47.0.txt index 5a74d01cb..a6c1d4d78 100644 --- a/RelNotes/2.47.0.txt +++ b/RelNotes/2.47.0.txt @@ -145,6 +145,10 @@ Performance, Internal Implementation, Development Support etc. * The error messages from the test script checker have been improved. + * The convention to calling into built-in command implementation has + been updated to pass the repository, if known, together with the + prefix value. + Fixes since v2.46 ----------------- @@ -267,6 +271,16 @@ Fixes since v2.46 been corrected. (merge d3edb0bdde jk/git-pm-bare-repo-fix later to maint). + * When a remote-helper dies before Git writes to it, SIGPIPE killed + Git silently. We now explain the situation a bit better to the end + user in our error message. + (merge 6e7fac9bca jk/diag-unexpected-remote-helper-death later to maint). + + * A few usability fixes to "git jump" (in contrib/). + (merge 083b82544d jk/jump-quickfix-fixes later to maint). + * Other code cleanup, docfix, build fix, etc. (merge be10ac7037 jc/mailinfo-header-cleanup later to maint). (merge 4460e052e0 jc/range-diff-lazy-setup later to maint). + (merge 0627c58e7a ak/typofixes later to maint). + (merge 83799f1500 jk/t9001-deflake later to maint). diff --git a/ReviewingGuidelines.html b/ReviewingGuidelines.html index a6fe373b4..4e01d2eef 100644 --- a/ReviewingGuidelines.html +++ b/ReviewingGuidelines.html @@ -442,7 +442,7 @@
diff --git a/SubmittingPatches.html b/SubmittingPatches.html index 4ccf375e7..d725b2366 100644 --- a/SubmittingPatches.html +++ b/SubmittingPatches.html @@ -442,7 +442,7 @@
diff --git a/ToolsForGit.html b/ToolsForGit.html index 406ea2aa0..66a43a7c0 100644 --- a/ToolsForGit.html +++ b/ToolsForGit.html @@ -442,7 +442,7 @@
diff --git a/everyday.html b/everyday.html index 86862f7e7..0a1879e2b 100644 --- a/everyday.html +++ b/everyday.html @@ -442,7 +442,7 @@
diff --git a/git-remote-helpers.html b/git-remote-helpers.html index bda17cddc..1cd74ad5a 100644 --- a/git-remote-helpers.html +++ b/git-remote-helpers.html @@ -442,7 +442,7 @@
diff --git a/howto/keep-canonical-history-correct.html b/howto/keep-canonical-history-correct.html index 751ee7dc2..aea24c39a 100644 --- a/howto/keep-canonical-history-correct.html +++ b/howto/keep-canonical-history-correct.html @@ -442,7 +442,7 @@
@@ -705,7 +705,7 @@

Keep authoritative canonical history correct with git pull

diff --git a/howto/maintain-git.html b/howto/maintain-git.html index 5965503b4..cc118e414 100644 --- a/howto/maintain-git.html +++ b/howto/maintain-git.html @@ -442,7 +442,7 @@
@@ -1242,7 +1242,7 @@

Preparing a "merge-fix"

diff --git a/howto/new-command.html b/howto/new-command.html index 45d3f250d..592a1b8ff 100644 --- a/howto/new-command.html +++ b/howto/new-command.html @@ -442,7 +442,7 @@
@@ -584,7 +584,7 @@

Integrating a command

diff --git a/howto/rebase-from-internal-branch.html b/howto/rebase-from-internal-branch.html index cd61106d0..95ab6268d 100644 --- a/howto/rebase-from-internal-branch.html +++ b/howto/rebase-from-internal-branch.html @@ -442,7 +442,7 @@
@@ -656,7 +656,7 @@

How to rebase from an internal branch

diff --git a/howto/rebuild-from-update-hook.html b/howto/rebuild-from-update-hook.html index 40108e540..3e630c114 100644 --- a/howto/rebuild-from-update-hook.html +++ b/howto/rebuild-from-update-hook.html @@ -442,7 +442,7 @@
@@ -563,7 +563,7 @@

How to rebuild from update hook

diff --git a/howto/recover-corrupted-blob-object.html b/howto/recover-corrupted-blob-object.html index f0b3817e2..1cfc0625c 100644 --- a/howto/recover-corrupted-blob-object.html +++ b/howto/recover-corrupted-blob-object.html @@ -442,7 +442,7 @@
@@ -641,7 +641,7 @@

How to recover a corrupted blob object

diff --git a/howto/recover-corrupted-object-harder.html b/howto/recover-corrupted-object-harder.html index f226c1c59..1930f5d3b 100644 --- a/howto/recover-corrupted-object-harder.html +++ b/howto/recover-corrupted-object-harder.html @@ -442,7 +442,7 @@
@@ -967,7 +967,7 @@

The adventure continues…​

diff --git a/howto/revert-a-faulty-merge.html b/howto/revert-a-faulty-merge.html index 090fc1ff4..74debd804 100644 --- a/howto/revert-a-faulty-merge.html +++ b/howto/revert-a-faulty-merge.html @@ -442,7 +442,7 @@
@@ -829,7 +829,7 @@

How to revert a faulty merge

diff --git a/howto/revert-branch-rebase.html b/howto/revert-branch-rebase.html index 55c10ce30..eb375b047 100644 --- a/howto/revert-branch-rebase.html +++ b/howto/revert-branch-rebase.html @@ -442,7 +442,7 @@
@@ -649,7 +649,7 @@

How to revert an existing commit

diff --git a/howto/separating-topic-branches.html b/howto/separating-topic-branches.html index 703ad8841..8d8433553 100644 --- a/howto/separating-topic-branches.html +++ b/howto/separating-topic-branches.html @@ -442,7 +442,7 @@
@@ -568,7 +568,7 @@

How to separate topic branches

diff --git a/howto/setup-git-server-over-http.html b/howto/setup-git-server-over-http.html index 9a5989ef8..1742e3c15 100644 --- a/howto/setup-git-server-over-http.html +++ b/howto/setup-git-server-over-http.html @@ -442,7 +442,7 @@
@@ -882,7 +882,7 @@

Troubleshooting:

diff --git a/howto/update-hook-example.html b/howto/update-hook-example.html index 3c06c7916..5a30ca6e7 100644 --- a/howto/update-hook-example.html +++ b/howto/update-hook-example.html @@ -442,7 +442,7 @@
@@ -648,7 +648,7 @@

How to use the update hook

diff --git a/howto/use-git-daemon.html b/howto/use-git-daemon.html index 37b5265b1..de88defb4 100644 --- a/howto/use-git-daemon.html +++ b/howto/use-git-daemon.html @@ -442,7 +442,7 @@
@@ -524,7 +524,7 @@

How to use git-daemon

diff --git a/howto/using-merge-subtree.html b/howto/using-merge-subtree.html index 40ce32f36..3124fdb6b 100644 --- a/howto/using-merge-subtree.html +++ b/howto/using-merge-subtree.html @@ -442,7 +442,7 @@
@@ -554,7 +554,7 @@

Additional tips

diff --git a/howto/using-signed-tag-in-pull-request.html b/howto/using-signed-tag-in-pull-request.html index 1e184429c..074d15b97 100644 --- a/howto/using-signed-tag-in-pull-request.html +++ b/howto/using-signed-tag-in-pull-request.html @@ -442,7 +442,7 @@
@@ -712,7 +712,7 @@

Auditors

diff --git a/technical/api-error-handling.html b/technical/api-error-handling.html index 7f50709f2..adb798230 100644 --- a/technical/api-error-handling.html +++ b/technical/api-error-handling.html @@ -437,7 +437,7 @@
diff --git a/technical/api-index.html b/technical/api-index.html index 6b48d39e0..ba0edfdc4 100644 --- a/technical/api-index.html +++ b/technical/api-index.html @@ -437,7 +437,7 @@
diff --git a/technical/api-merge.html b/technical/api-merge.html index bb168ecb3..dd5701d27 100644 --- a/technical/api-merge.html +++ b/technical/api-merge.html @@ -437,7 +437,7 @@
diff --git a/technical/api-parse-options.html b/technical/api-parse-options.html index 4e737d981..5d4f15635 100644 --- a/technical/api-parse-options.html +++ b/technical/api-parse-options.html @@ -437,7 +437,7 @@
diff --git a/technical/api-simple-ipc.html b/technical/api-simple-ipc.html index 93754bf78..5b42d7861 100644 --- a/technical/api-simple-ipc.html +++ b/technical/api-simple-ipc.html @@ -437,7 +437,7 @@
diff --git a/technical/api-trace2.html b/technical/api-trace2.html index fe3c52136..a1908d30e 100644 --- a/technical/api-trace2.html +++ b/technical/api-trace2.html @@ -437,7 +437,7 @@
diff --git a/technical/bitmap-format.html b/technical/bitmap-format.html index bc117f47a..40897e358 100644 --- a/technical/bitmap-format.html +++ b/technical/bitmap-format.html @@ -437,7 +437,7 @@
diff --git a/technical/bundle-uri.html b/technical/bundle-uri.html index 7e67a0992..48adc9b6d 100644 --- a/technical/bundle-uri.html +++ b/technical/bundle-uri.html @@ -437,7 +437,7 @@
diff --git a/technical/hash-function-transition.html b/technical/hash-function-transition.html index 6a57fdad7..970c26e1d 100644 --- a/technical/hash-function-transition.html +++ b/technical/hash-function-transition.html @@ -437,7 +437,7 @@
diff --git a/technical/long-running-process-protocol.html b/technical/long-running-process-protocol.html index cb73d11a5..b86b612d6 100644 --- a/technical/long-running-process-protocol.html +++ b/technical/long-running-process-protocol.html @@ -437,7 +437,7 @@
diff --git a/technical/multi-pack-index.html b/technical/multi-pack-index.html index 187e7297f..e2a5f9bda 100644 --- a/technical/multi-pack-index.html +++ b/technical/multi-pack-index.html @@ -437,7 +437,7 @@
diff --git a/technical/pack-heuristics.html b/technical/pack-heuristics.html index bd9402c70..77c1d42e2 100644 --- a/technical/pack-heuristics.html +++ b/technical/pack-heuristics.html @@ -437,7 +437,7 @@
diff --git a/technical/parallel-checkout.html b/technical/parallel-checkout.html index 0afc54963..66e54bde3 100644 --- a/technical/parallel-checkout.html +++ b/technical/parallel-checkout.html @@ -437,7 +437,7 @@
diff --git a/technical/partial-clone.html b/technical/partial-clone.html index 81dc75882..35dc88782 100644 --- a/technical/partial-clone.html +++ b/technical/partial-clone.html @@ -437,7 +437,7 @@
diff --git a/technical/platform-support.html b/technical/platform-support.html index abdb3a124..75a77de90 100644 --- a/technical/platform-support.html +++ b/technical/platform-support.html @@ -437,7 +437,7 @@
diff --git a/technical/racy-git.html b/technical/racy-git.html index b94981836..66ac0339f 100644 --- a/technical/racy-git.html +++ b/technical/racy-git.html @@ -437,7 +437,7 @@
diff --git a/technical/scalar.html b/technical/scalar.html index c626d5148..d15f0a41a 100644 --- a/technical/scalar.html +++ b/technical/scalar.html @@ -437,7 +437,7 @@
diff --git a/technical/send-pack-pipeline.html b/technical/send-pack-pipeline.html index c7f3146fb..e3f874d57 100644 --- a/technical/send-pack-pipeline.html +++ b/technical/send-pack-pipeline.html @@ -437,7 +437,7 @@
diff --git a/technical/shallow.html b/technical/shallow.html index f1b416f01..c65b7d892 100644 --- a/technical/shallow.html +++ b/technical/shallow.html @@ -437,7 +437,7 @@
diff --git a/technical/trivial-merge.html b/technical/trivial-merge.html index 2d563add1..b4008ec4e 100644 --- a/technical/trivial-merge.html +++ b/technical/trivial-merge.html @@ -437,7 +437,7 @@
diff --git a/technical/unit-tests.html b/technical/unit-tests.html index 3b8f55f7a..57882afae 100644 --- a/technical/unit-tests.html +++ b/technical/unit-tests.html @@ -437,7 +437,7 @@