Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Fourth batch for 2.1
author
Junio C Hamano
<gitster@pobox.com>
Fri, 20 Jun 2014 20:22:55 +0000
(13:22 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 20 Jun 2014 20:22:55 +0000
(13:22 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.1.0.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
bf80b8a
)
diff --git
a/Documentation/RelNotes/2.1.0.txt
b/Documentation/RelNotes/2.1.0.txt
index 17360e5d535dd7c472d07a7dd13b729a22159f17..2a003fd59d3e2ccf2ee778d1ab85cc6dca748efc 100644
(file)
--- a/
Documentation/RelNotes/2.1.0.txt
+++ b/
Documentation/RelNotes/2.1.0.txt
@@
-92,6
+92,10
@@
UI, Workflows & Features
* "git replace" learned the "--edit" subcommand.
* "git replace" learned the "--edit" subcommand.
+ * "git send-email" learned "--to-cover" and "--cc-cover" options, to
+ tell it to copy To: and Cc: headers found in the first input file
+ when emitting later input files.
+
* "git svn" learned to cope with malformed timestamps with only one
digit in the hour part, e.g. 2014-01-07T5:01:02.048176Z, emitted
by some broken subversion server implementations.
* "git svn" learned to cope with malformed timestamps with only one
digit in the hour part, e.g. 2014-01-07T5:01:02.048176Z, emitted
by some broken subversion server implementations.
@@
-154,6
+158,11
@@
notes for details).
the object being corrupt, but that is not quite true.
(merge d6c8a05 jk/report-fail-to-read-objects-better later to maint).
the object being corrupt, but that is not quite true.
(merge d6c8a05 jk/report-fail-to-read-objects-better later to maint).
+ * "git log -2master" is a common typo that shows two commits starting
+ from whichever random branch that is not 'master' that happens to
+ be checked out currently.
+ (merge e3fa568 jc/revision-dash-count-parsing later to maint).
+
* The "%<(10,trunc)%s" pretty format specifier in the log family of
commands is used to truncate the string to a given length (e.g. 10
in the example) with padding to column-align the output, but did
* The "%<(10,trunc)%s" pretty format specifier in the log family of
commands is used to truncate the string to a given length (e.g. 10
in the example) with padding to column-align the output, but did