@@ -146,55 +146,44 @@ details).
146146
147147 * The configuration parser had an unnecessary hardcoded limit on
148148 variable names that was not checked consistently.
149- (merge 0971e99 bw/config-lift-variable-name-length-limit later to maint).
150149
151150 * The "say" function in the test scaffolding incorrectly allowed
152151 "echo" to interpret "\a" as if it were a C-string asking for a
153152 BEL output.
154- (merge 7bc0911 jc/test-say-color-avoid-echo-escape later to maint).
155153
156154 * "git mergetool" feeds /dev/null as a common ancestor when dealing
157155 with an add/add conflict, but p4merge backend cannot handle
158156 it. Work it around by passing a temporary empty file.
159- (merge 3facc60 da/mergetools-p4 later to maint).
160157
161158 * "git log -F -E --grep='<ere>'" failed to use the given <ere>
162159 pattern as extended regular expression, and instead looked for the
163160 string literally.
164- (merge 727b6fc jc/grep-pcre-loose-ends~1 later to maint).
165161
166162 * "git grep -e pattern <tree>" asked the attribute system to read
167163 "<tree>:.gitattributes" file in the working tree, which was
168164 nonsense.
169- (merge 55c6168 nd/grep-true-path later to maint).
170165
171166 * A symbolic ref refs/heads/SYM was not correctly removed with "git
172167 branch -d SYM"; the command removed the ref pointed by SYM
173168 instead.
174- (merge 13baa9f rs/branch-del-symref later to maint).
175169
176170 * Update "remote tracking branch" in the documentation to
177171 "remote-tracking branch".
178- (merge a6d3bde mm/maint-doc-remote-tracking later to maint).
179172
180173 * "git pull --rebase" run while the HEAD is detached tried to find
181174 the upstream branch of the detached HEAD (which by definition
182175 does not exist) and emitted unnecessary error messages.
183- (merge e980765 ph/pull-rebase-detached later to maint).
184176
185177 * The refs/replace hierarchy was not mentioned in the
186178 repository-layout docs.
187- (merge 11fbe18 po/maint-refs-replace-docs later to maint).
188179
189180 * Various rfc2047 quoting issues around a non-ASCII name on the
190181 From: line in the output from format-patch have been corrected.
191- (merge 25dc8da js/format-2047 later to maint).
192182
193183 * Sometimes curl_multi_timeout() function suggested a wrong timeout
194184 value when there is no file descriptor to wait on and the http
195185 transport ended up sleeping for minutes in select(2) system call.
196186 A workaround has been added for this.
197- (merge 7202b81 sz/maint-curl-multi-timeout later to maint).
198187
199188 * For a fetch refspec (or the result of applying wildcard on one),
200189 we always want the RHS to map to something inside "refs/"
@@ -203,7 +192,6 @@ details).
203192
204193 * "git diff -G<pattern>" did not honor textconv filter when looking
205194 for changes.
206- (merge b1c2f57 jk/maint-diff-grep-textconv later to maint).
207195
208196 * Some HTTP servers ask for auth only during the actual packing phase
209197 (not in ls-remote phase); this is not really a recommended
@@ -213,41 +201,35 @@ details).
213201
214202 * "git p4" used to try expanding malformed "$keyword$" that spans
215203 across multiple lines.
216- (merge 6b2bf41 pw/maint-p4-rcs-expansion-newline later to maint).
217204
218205 * Syntax highlighting in "gitweb" was not quite working.
219- (merge 048b399 rh/maint-gitweb-highlight-ext later to maint).
220206
221207 * RSS feed from "gitweb" had a xss hole in its title output.
222- (merge 0f0ecf6 jk/maint-gitweb-xss later to maint).
223208
224209 * "git config --path $key" segfaulted on "[section] key" (a boolean
225210 "true" spelled without "=", not "[section] key = true").
226- (merge 962c38e cn/config-missing-path later to maint).
227211
228212 * "git checkout -b foo" while on an unborn branch did not say
229213 "Switched to a new branch 'foo'" like other cases.
230- (merge afa8c07 jk/checkout-out-of-unborn later to maint).
214+
215+ * Various codepaths have workaround for a common misconfiguration to
216+ spell "UTF-8" as "utf8", but it was not used uniformly. Most
217+ notably, mailinfo (which is used by "git am") lacked this support.
231218
232219 * We failed to mention a file without any content change but whose
233220 permission bit was modified, or (worse yet) a new file without any
234221 content in the "git diff --stat" output.
235- (merge de9095955 lt/diff-stat-show-0-lines later to maint).
236222
237223 * When "--stat-count" hides a diffstat for binary contents, the total
238224 number of added and removed lines at the bottom was computed
239225 incorrectly.
240- (merge de9095955 lt/diff-stat-show-0-lines later to maint).
241226
242227 * When "--stat-count" hides a diffstat for unmerged paths, the total
243228 number of affected files at the bottom of the "diff --stat" output
244229 was computed incorrectly.
245- (merge de9095955 lt/diff-stat-show-0-lines later to maint).
246230
247231 * "diff --shortstat" miscounted the total number of affected files
248232 when there were unmerged paths.
249- (merge de9095955 lt/diff-stat-show-0-lines later to maint).
250233
251234 * "update-ref -d --deref SYM" to delete a ref through a symbolic ref
252235 that points to it did not remove it correctly.
253- (merge b274a71 jh/update-ref-d-through-symref later to maint).
0 commit comments