File tree 1 file changed +7
-6
lines changed 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
12
12
13
13
* Git uses gettext to translate its most common interface messages
14
14
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
16
16
in po/ to add new translations.
17
17
18
- * The code to handle username/password for HTTP transaction used in
18
+ * The code to handle username/password for HTTP transactions used in
19
19
"git push" & "git fetch" learned to talk "credential API" to
20
20
external programs to cache or store them, to allow integration with
21
21
platform native keychain mechanisms.
22
22
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.
26
27
27
- * The internal of "revert/cherry-pick" has been tweaked to prepare
28
+ * The internals of "revert/cherry-pick" have been tweaked to prepare
28
29
building more generic "sequencer" on top of the implementation that
29
30
drives them.
30
31
You can’t perform that action at this time.
0 commit comments