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>maint
parent
69204d0ab1
commit
733137496a
|
@ -12,19 +12,20 @@ Updates since v1.7.8
|
||||||
|
|
||||||
* Git uses gettext to translate its most common interface messages
|
* Git uses gettext to translate its most common interface messages
|
||||||
into the user's language if translations are available and the
|
into the user's language if translations are available and the
|
||||||
locale is appropriately set. Distributors can drop in new PO files
|
locale is appropriately set. Distributors can drop new PO files
|
||||||
in po/ to add new translations.
|
in po/ to add new translations.
|
||||||
|
|
||||||
* The code to handle username/password for HTTP transaction used in
|
* The code to handle username/password for HTTP transactions used in
|
||||||
"git push" & "git fetch" learned to talk "credential API" to
|
"git push" & "git fetch" learned to talk "credential API" to
|
||||||
external programs to cache or store them, to allow integration with
|
external programs to cache or store them, to allow integration with
|
||||||
platform native keychain mechanisms.
|
platform native keychain mechanisms.
|
||||||
|
|
||||||
* The prompted input in the terminal use our own getpass() replacement
|
* The input prompts in the terminal use our own getpass() replacement
|
||||||
when possible. HTTP transactions used to ask username without echoing
|
when possible. HTTP transactions used to ask for the username without
|
||||||
back what was typed, but with this change you will see it as you type.
|
echoing back what was typed, but with this change you will see it as
|
||||||
|
you type.
|
||||||
|
|
||||||
* The internal of "revert/cherry-pick" has been tweaked to prepare
|
* The internals of "revert/cherry-pick" have been tweaked to prepare
|
||||||
building more generic "sequencer" on top of the implementation that
|
building more generic "sequencer" on top of the implementation that
|
||||||
drives them.
|
drives them.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue