Skip to content

Commit 7331374

Browse files
peffgitster
authored andcommitted
docs: minor grammar fixes for v1.7.9 release notes
Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 69204d0 commit 7331374

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

Documentation/RelNotes/1.7.9.txt

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,20 @@ Updates since v1.7.8
1212

1313
* Git uses gettext to translate its most common interface messages
1414
into the user's language if translations are available and the
15-
locale is appropriately set. Distributors can drop in new PO files
15+
locale is appropriately set. Distributors can drop new PO files
1616
in po/ to add new translations.
1717

18-
* The code to handle username/password for HTTP transaction used in
18+
* The code to handle username/password for HTTP transactions used in
1919
"git push" & "git fetch" learned to talk "credential API" to
2020
external programs to cache or store them, to allow integration with
2121
platform native keychain mechanisms.
2222

23-
* The prompted input in the terminal use our own getpass() replacement
24-
when possible. HTTP transactions used to ask username without echoing
25-
back what was typed, but with this change you will see it as you type.
23+
* The input prompts in the terminal use our own getpass() replacement
24+
when possible. HTTP transactions used to ask for the username without
25+
echoing back what was typed, but with this change you will see it as
26+
you type.
2627

27-
* The internal of "revert/cherry-pick" has been tweaked to prepare
28+
* The internals of "revert/cherry-pick" have been tweaked to prepare
2829
building more generic "sequencer" on top of the implementation that
2930
drives them.
3031

0 commit comments

Comments
 (0)