Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
docs: minor grammar fixes for v1.7.9 release notes
author
Jeff King
<peff@peff.net>
Wed, 25 Jan 2012 22:20:03 +0000
(17:20 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 26 Jan 2012 19:09:08 +0000
(11:09 -0800)
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.7.9.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
69204d0
)
diff --git
a/Documentation/RelNotes/1.7.9.txt
b/Documentation/RelNotes/1.7.9.txt
index f1294b458bef3122fe0024924a87c287aef8eb67..95320aad5dd2414efeacbc088b34e45c4ac51bbf 100644
(file)
--- a/
Documentation/RelNotes/1.7.9.txt
+++ b/
Documentation/RelNotes/1.7.9.txt
@@
-12,19
+12,20
@@
Updates since v1.7.8
* Git uses gettext to translate its most common interface messages
into the user's language if translations are available and the
* Git uses gettext to translate its most common interface messages
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 transaction
s
used in
"git push" & "git fetch" learned to talk "credential API" to
external programs to cache or store them, to allow integration with
platform native keychain mechanisms.
"git push" & "git fetch" learned to talk "credential API" to
external programs to cache or store them, to allow integration with
platform native keychain mechanisms.
- * The prompted input in the terminal use our own getpass() replacement
- when possible. HTTP transactions used to ask username without echoing
- back what was typed, but with this change you will see it as you type.
+ * The input prompts in the terminal use our own getpass() replacement
+ when possible. HTTP transactions used to ask for the username without
+ 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 internal
s of "revert/cherry-pick" have
been tweaked to prepare
building more generic "sequencer" on top of the implementation that
drives them.
building more generic "sequencer" on top of the implementation that
drives them.