@@ -165,43 +165,5 @@ to them for details).
165165 did not advertise that they are available. fetch-pack has been
166166 fixed not to do so.
167167
168- * The reflog entries left by "git rebase" and "git rebase -i" were
169- inconsistent (the interactive one gave an abbreviated object name).
170- (merge 1af221e mg/rebase-i-onto-reflog-in-full later to maint).
171-
172- * When the user exports a non-default IFS without HT, scripts that
173- rely on being able to parse "ls-files -s | while read a b c..."
174- start to fail. Protect them from such a misconfiguration.
175- (merge 785063e jc/maint-protect-sh-from-ifs later to maint).
176-
177- * "git prune" without "-v" used to warn about leftover temporary
178- files (which is an indication of an earlier aborted operation).
179- (merge 90b29cb bc/prune-info later to maint).
180-
181- * When "git push" triggered the automatic gc on the receiving end, a
182- message from "git prune" that said it was removing cruft leaked to
183- the standard output, breaking the communication protocol.
184- (merge 4b7f2fa bc/receive-pack-stdout-protection later to maint).
185-
186- * "git diff" had a confusion between taking data from a path in the
187- working tree and taking data from an object that happens to have
188- name 0{40} recorded in a tree.
189- (merge c479d14 jk/maint-null-in-trees later to maint).
190-
191168 * The output from "git diff -B" for a file that ends with an
192169 incomplete line did not put "\ No newline..." on a line of its own.
193-
194- * "git send-email" did not unquote encoded words that appear on the
195- header correctly, and lost "_" from strings.
196- (merge b622d4d tr/maint-send-email-2047 later to maint).
197-
198- * When the user gives an argument that can be taken as both a
199- revision name and a pathname without disambiguating with "--", we
200- used to give a help message "Use '--' to separate". The message
201- has been clarified to show where that '--' goes on the command
202- line.
203- (merge 4d4b573 mm/die-with-dashdash-help later to maint).
204-
205- * "gitweb" when used with PATH_INFO failed to notice directories with
206- SP (and other characters that need URL-style quoting) in them.
207- (merge cacfc09 js/gitweb-path-info-unquote later to maint).
0 commit comments