Skip to content

Commit 786a89d

Browse files
committed
Fourth batch for 2.1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent bf80b8a commit 786a89d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Documentation/RelNotes/2.1.0.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ UI, Workflows & Features
9292

9393
* "git replace" learned the "--edit" subcommand.
9494

95+
* "git send-email" learned "--to-cover" and "--cc-cover" options, to
96+
tell it to copy To: and Cc: headers found in the first input file
97+
when emitting later input files.
98+
9599
* "git svn" learned to cope with malformed timestamps with only one
96100
digit in the hour part, e.g. 2014-01-07T5:01:02.048176Z, emitted
97101
by some broken subversion server implementations.
@@ -154,6 +158,11 @@ notes for details).
154158
the object being corrupt, but that is not quite true.
155159
(merge d6c8a05 jk/report-fail-to-read-objects-better later to maint).
156160

161+
* "git log -2master" is a common typo that shows two commits starting
162+
from whichever random branch that is not 'master' that happens to
163+
be checked out currently.
164+
(merge e3fa568 jc/revision-dash-count-parsing later to maint).
165+
157166
* The "%<(10,trunc)%s" pretty format specifier in the log family of
158167
commands is used to truncate the string to a given length (e.g. 10
159168
in the example) with padding to column-align the output, but did

0 commit comments

Comments
 (0)