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