* [PATCH 0/2] RelNotes: minor changes in 2.43.0 draft
@ 2023-11-03 14:17 Todd Zullinger
2023-11-03 14:17 ` [PATCH 1/2] RelNotes: minor typo fixes " Todd Zullinger
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Todd Zullinger @ 2023-11-03 14:17 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
These are minor changes from a quick reading of the 2.43.0
release notes draft.
Todd Zullinger (2):
RelNotes: minor typo fixes in 2.43.0 draft
RelNotes: improve wording of credential helper notes
Documentation/RelNotes/2.43.0.txt | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
--
2.43.0.rc0
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/2] RelNotes: minor typo fixes in 2.43.0 draft
2023-11-03 14:17 [PATCH 0/2] RelNotes: minor changes in 2.43.0 draft Todd Zullinger
@ 2023-11-03 14:17 ` Todd Zullinger
2023-11-03 14:17 ` [PATCH 2/2] RelNotes: improve wording of credential helper notes Todd Zullinger
2023-11-07 1:32 ` [PATCH 0/2] RelNotes: minor changes in 2.43.0 draft Junio C Hamano
2 siblings, 0 replies; 4+ messages in thread
From: Todd Zullinger @ 2023-11-03 14:17 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
Signed-off-by: Todd Zullinger <tmz@pobox.com>
---
Documentation/RelNotes/2.43.0.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/RelNotes/2.43.0.txt b/Documentation/RelNotes/2.43.0.txt
index ad3b82fe0a..e66d691f4e 100644
--- a/Documentation/RelNotes/2.43.0.txt
+++ b/Documentation/RelNotes/2.43.0.txt
@@ -16,7 +16,7 @@ Backward Compatibility Notes
rule is that "--not" given from the command line only affects revs
given from the command line that comes but not revs read from the
standard input, and "--not" read from the standard input affects
- revs given from the stanrdard input and not revs given from the
+ revs given from the standard input and not revs given from the
command line.
UI, Workflows & Features
@@ -62,7 +62,7 @@ UI, Workflows & Features
describe complex "revert of revert of revert" situation better in
their own words.
- * The command-line complation support (in contrib/) learned to
+ * The command-line completion support (in contrib/) learned to
complete "git commit --trailer=" for possible trailer keys.
* "git update-index" learns "--show-index-version" to inspect
--
2.43.0.rc0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] RelNotes: improve wording of credential helper notes
2023-11-03 14:17 [PATCH 0/2] RelNotes: minor changes in 2.43.0 draft Todd Zullinger
2023-11-03 14:17 ` [PATCH 1/2] RelNotes: minor typo fixes " Todd Zullinger
@ 2023-11-03 14:17 ` Todd Zullinger
2023-11-07 1:32 ` [PATCH 0/2] RelNotes: minor changes in 2.43.0 draft Junio C Hamano
2 siblings, 0 replies; 4+ messages in thread
From: Todd Zullinger @ 2023-11-03 14:17 UTC (permalink / raw)
To: Junio C Hamano; +Cc: git
Offer a slightly more verbose description of the issue fixed by
7144dee3ec (credential/libsecret: erase matching creds only, 2023-07-26)
and cb626f8e5c (credential/wincred: erase matching creds only,
2023-07-26).
Signed-off-by: Todd Zullinger <tmz@pobox.com>
---
I had trouble parsing the original. Hopefully this is an improvement. :)
Documentation/RelNotes/2.43.0.txt | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/Documentation/RelNotes/2.43.0.txt b/Documentation/RelNotes/2.43.0.txt
index e66d691f4e..6db6865861 100644
--- a/Documentation/RelNotes/2.43.0.txt
+++ b/Documentation/RelNotes/2.43.0.txt
@@ -37,8 +37,9 @@ UI, Workflows & Features
oath token and password expiration data) are stored in libsecret
keyrings has been rethought.
- * Update two credential helpers to correctly match which credential
- to erase; they dropped not the ones with stale password.
+ * Update the libsecret and wincred credential helpers to correctly
+ match which credential to erase; they erased the wrong entry in
+ some cases.
* Git GUI updates.
--
2.43.0.rc0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 0/2] RelNotes: minor changes in 2.43.0 draft
2023-11-03 14:17 [PATCH 0/2] RelNotes: minor changes in 2.43.0 draft Todd Zullinger
2023-11-03 14:17 ` [PATCH 1/2] RelNotes: minor typo fixes " Todd Zullinger
2023-11-03 14:17 ` [PATCH 2/2] RelNotes: improve wording of credential helper notes Todd Zullinger
@ 2023-11-07 1:32 ` Junio C Hamano
2 siblings, 0 replies; 4+ messages in thread
From: Junio C Hamano @ 2023-11-07 1:32 UTC (permalink / raw)
To: Todd Zullinger; +Cc: git
Todd Zullinger <tmz@pobox.com> writes:
> These are minor changes from a quick reading of the 2.43.0
> release notes draft.
>
> Todd Zullinger (2):
> RelNotes: minor typo fixes in 2.43.0 draft
> RelNotes: improve wording of credential helper notes
>
> Documentation/RelNotes/2.43.0.txt | 9 +++++----
> 1 file changed, 5 insertions(+), 4 deletions(-)
Thanks. Applied.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-11-07 1:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-03 14:17 [PATCH 0/2] RelNotes: minor changes in 2.43.0 draft Todd Zullinger
2023-11-03 14:17 ` [PATCH 1/2] RelNotes: minor typo fixes " Todd Zullinger
2023-11-03 14:17 ` [PATCH 2/2] RelNotes: improve wording of credential helper notes Todd Zullinger
2023-11-07 1:32 ` [PATCH 0/2] RelNotes: minor changes in 2.43.0 draft Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).