diff options
| author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2022-12-08 14:48:07 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-12-09 13:36:49 +0900 |
| commit | bd5df96b7916c1e8a9300ab477aec047b3901cd4 (patch) | |
| tree | 287786f4118b362a3e7fa7488e95f66a82439b74 /Documentation/RelNotes | |
| parent | 2e71cbbddd64695d43383c25c7a054ac4ff86882 (diff) | |
| download | git-bd5df96b7916c1e8a9300ab477aec047b3901cd4.tar.gz git-bd5df96b7916c1e8a9300ab477aec047b3901cd4.zip | |
RelNotes: a couple of typofixes
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
| -rw-r--r-- | Documentation/RelNotes/2.39.0.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/RelNotes/2.39.0.txt b/Documentation/RelNotes/2.39.0.txt index 3b8b0c010f..9bf00ece53 100644 --- a/Documentation/RelNotes/2.39.0.txt +++ b/Documentation/RelNotes/2.39.0.txt @@ -214,7 +214,7 @@ Fixes since v2.38 * Clarify that "the sentence after <area>: prefix does not begin with a capital letter" rule applies only to the commit title. - * "git branch --edit-description" on an unborh branch misleadingly + * "git branch --edit-description" on an unborn branch misleadingly said that no such branch exists, which has been corrected. * Work around older clang that warns against C99 zero initialization @@ -289,7 +289,7 @@ Fixes since v2.38 option now implies --reapply-cherry-picks and --no-fork-point options. - * The way "git repack" creared temporary files when it received a + * The way "git repack" created temporary files when it received a signal was prone to deadlocking, which has been corrected. * Various tests exercising the transfer.credentialsInUrl |
