@@ -58,6 +58,14 @@ UI, Workflows & Features
58
58
public repository really point the commits the pusher wanted to,
59
59
without having to "trust" the server.
60
60
61
+ * "git interpret-trailers" is a new filter to programatically edit
62
+ the tail end of the commit log messages.
63
+
64
+ * "git help everyday" shows the "Everyday Git in 20 commands or so"
65
+ document, whose contents have been updated to more modern Git
66
+ practice.
67
+
68
+
61
69
Performance, Internal Implementation, etc.
62
70
63
71
* The API to manipulate the "refs" is currently undergoing a revamp
@@ -124,6 +132,10 @@ Performance, Internal Implementation, etc.
124
132
original before feeding the filter. Instead, stream the file
125
133
contents directly to the filter and process its output.
126
134
135
+ * The scripts in the test suite can be run with "-x" option to show
136
+ a shell-trace of each command run in them.
137
+
138
+
127
139
Also contains various documentation updates and code clean-ups.
128
140
129
141
@@ -138,11 +150,6 @@ notes for details).
138
150
mean the more obvious "No output whatsoever" but "Use default
139
151
format", which was counterintuitive.
140
152
141
- * Implementations of "tar" that do not understand an extended pax
142
- header would extract the contents of it in a regular file; make
143
- sure the permission bits of this file follows the same tar.umask
144
- configuration setting.
145
-
146
153
* "git -c section.var command" and "git -c section.var= command"
147
154
should pass the configuration differently (the former should be a
148
155
boolean true, the latter should be an empty string).
@@ -236,3 +243,8 @@ notes for details).
236
243
* A few documentation pages had example sections marked up not quite
237
244
correctly, which passed AsciiDoc but failed with AsciiDoctor.
238
245
(merge c30c43c bc/asciidoc-pretty-formats-fix later to maint).
246
+ (merge f8a48af bc/asciidoc later to maint).
247
+
248
+ * "gitweb" used deprecated CGI::startfrom, which was removed from
249
+ CGI.pm as of 4.04; use CGI::start_from instead.
250
+ (merge 4750f4b rm/gitweb-start-form later to maint).
0 commit comments