Documentation fixes for changes made this cycle#2092
Open
newren wants to merge 6 commits intogitgitgadget:masterfrom
Open
Documentation fixes for changes made this cycle#2092newren wants to merge 6 commits intogitgitgadget:masterfrom
newren wants to merge 6 commits intogitgitgadget:masterfrom
Conversation
Fix various issues in the release notes -- missing/wrong articles, typo, indentation, quote consistency, and wording improvement or corrections. Other than the indentation fix for "The way combined list-object filter options...", this patch is much easier to view with --color-words. Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Elijah Newren <newren@gmail.com>
a8215a2 (send-email: add client certificate options, 2026-03-02) added documentation for sendemail.smtpSSLClientKey that says it works "in conjunction with `sendemail.smtpSSLClientKey`" -- referring to itself. It appears that `sendemail.smtpSSLClientCert` was the intended reference; fix it. Signed-off-by: Elijah Newren <newren@gmail.com>
hierarchies -> hierarchy Signed-off-by: Elijah Newren <newren@gmail.com>
conflict -> conflicts Signed-off-by: Elijah Newren <newren@gmail.com>
6cc6d1b (Documentation: update add --force option + ignore=all config, 2026-02-06) added text describing both the ignore=none and ignore=all behaviors. The former had minor formatting and grammatical errors, while the latter was a bit garbled. I have tried to tweak the wording on the latter to make it read as I think was intended, and fixed the minor grammatical issues with both as well. Signed-off-by: Elijah Newren <newren@gmail.com>
Author
|
/submit |
|
Submitted as pull.2092.git.1776382591.gitgitgadget@gmail.com To fetch this version into To fetch this version to local tag |
|
Found multiple candidates in gitgitgadget/git: Using the first one. |
|
This branch is now known as |
|
This patch series was integrated into seen via git@431a380. |
|
This patch series was integrated into next via git@c7ae2d5. |
|
Found multiple candidates in gitgitgadget/git: Using the first one. |
|
This patch series was integrated into seen via git@b7e4cbb. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This series fixes some simple documentation issues in the release notes, Coding Guidelines, and regular documentation, all of which address issues new to this cycle.