File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,10 @@ UI, Workflows & Features
92
92
93
93
* "git replace" learned the "--edit" subcommand.
94
94
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
+
95
99
* "git svn" learned to cope with malformed timestamps with only one
96
100
digit in the hour part, e.g. 2014-01-07T5:01:02.048176Z, emitted
97
101
by some broken subversion server implementations.
@@ -154,6 +158,11 @@ notes for details).
154
158
the object being corrupt, but that is not quite true.
155
159
(merge d6c8a05 jk/report-fail-to-read-objects-better later to maint).
156
160
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
+
157
166
* The "%<(10,trunc)%s" pretty format specifier in the log family of
158
167
commands is used to truncate the string to a given length (e.g. 10
159
168
in the example) with padding to column-align the output, but did
You can’t perform that action at this time.
0 commit comments