@@ -58,6 +58,14 @@ UI, Workflows & Features
5858 public repository really point the commits the pusher wanted to,
5959 without having to "trust" the server.
6060
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+
6169Performance, Internal Implementation, etc.
6270
6371 * The API to manipulate the "refs" is currently undergoing a revamp
@@ -124,6 +132,10 @@ Performance, Internal Implementation, etc.
124132 original before feeding the filter. Instead, stream the file
125133 contents directly to the filter and process its output.
126134
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+
127139Also contains various documentation updates and code clean-ups.
128140
129141
@@ -138,11 +150,6 @@ notes for details).
138150 mean the more obvious "No output whatsoever" but "Use default
139151 format", which was counterintuitive.
140152
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-
146153 * "git -c section.var command" and "git -c section.var= command"
147154 should pass the configuration differently (the former should be a
148155 boolean true, the latter should be an empty string).
@@ -236,3 +243,8 @@ notes for details).
236243 * A few documentation pages had example sections marked up not quite
237244 correctly, which passed AsciiDoc but failed with AsciiDoctor.
238245 (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