File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments