diff options
| author | Taylor Blau <me@ttaylorr.com> | 2024-11-01 12:53:23 -0400 |
|---|---|---|
| committer | Taylor Blau <me@ttaylorr.com> | 2024-11-01 12:53:23 -0400 |
| commit | 7b1f01f02ee62ea664bd88f2481484bfe6602819 (patch) | |
| tree | cafa53f76dcaa131fbdbf050c7a9dc904960d38f /Documentation/RelNotes | |
| parent | aabbcf278388dac4198fda4271bf0f6920ab45ed (diff) | |
| parent | c32d4a8cfe467f5cc5df70b87db27fa210d63d4b (diff) | |
| download | git-7b1f01f02ee62ea664bd88f2481484bfe6602819.tar.gz | |
Merge branch 'ss/duplicate-typos'
Typofixes.
* ss/duplicate-typos:
global: Fix duplicate word typos
Diffstat (limited to 'Documentation/RelNotes')
| -rw-r--r-- | Documentation/RelNotes/2.45.0.txt | 2 | ||||
| -rw-r--r-- | Documentation/RelNotes/2.46.0.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/RelNotes/2.45.0.txt b/Documentation/RelNotes/2.45.0.txt index fec193679f..aa0315259b 100644 --- a/Documentation/RelNotes/2.45.0.txt +++ b/Documentation/RelNotes/2.45.0.txt @@ -9,7 +9,7 @@ UI, Workflows & Features With "git init --ref-format=reftable", hopefully it would be a lot more efficient to manage a repository with many references. - * "git checkout -p" and friends learned that that "@" is a synonym + * "git checkout -p" and friends learned that "@" is a synonym for "HEAD". * Variants of vimdiff learned to honor mergetool.<variant>.layout diff --git a/Documentation/RelNotes/2.46.0.txt b/Documentation/RelNotes/2.46.0.txt index b25475918a..c06a04a91b 100644 --- a/Documentation/RelNotes/2.46.0.txt +++ b/Documentation/RelNotes/2.46.0.txt @@ -78,7 +78,7 @@ UI, Workflows & Features turn on cover letters automatically (unless told never to enable cover letter with "--no-cover-letter" and such). - * The "--heads" option of "ls-remote" and "show-ref" has been been + * The "--heads" option of "ls-remote" and "show-ref" has been deprecated; "--branches" replaces "--heads". * For over a year, setting add.interactive.useBuiltin configuration |
