@@ -64,10 +64,46 @@ git-split
6464
6565[jc: no response to the initial review comments]
6666
67+ From: Sean <seanlkml@sympatico.ca>
68+ Subject: [RFC PATCH] Add WEBDAV timeout to http-fetch.
69+ Message-ID: <BAYC1-PASMTP11CF83A008B0B3BA5F6B15AE100@CEZ.ICE>
70+
71+ Use CURLOPT_TIMEOUT to recover from stuck read() early.
72+
73+ [jc: the trouble that triggered this patch was WEBDAV on the
74+ server side not responding and the proposed commit log says so,
75+ but it seems that the patch is applicable and useful for other
76+ requests. I suspect ls_remote() call should be removed from
77+ fetch_indices(). ]
78+
79+ From: Luben Tuikov <ltuikov@yahoo.com>
80+ Subject: [PATCH] gitweb: Convert Content-Disposition filenames into qtext
81+ Message-ID: <20061006191801.68649.qmail@web31815.mail.mud.yahoo.com>
82+
83+ Use qtext quoting for Content-Disposition.
84+
85+ [jc: the purpose of the patch was murky -- we wanted to avoid
86+ breaking the parsing of filename="value" by underquoting, but
87+ I think it is also prudent not to throw locally unsafe characters
88+ in the suggested filename to be used, so replacement regexp
89+ would need to be updated from the one proposed in the original
90+ patch.]
91+
92+
93+ From: Linus Torvalds <torvalds@osdl.org>
94+ Subject: Re: git show and gitweb gives different result for kernel
95+ Message-ID: <Pine.LNX.4.64.0610061202060.3952@g5.osdl.org>
96+
97+ Maybe allow gitweb to show diff with any parent and diff --cc,
98+ not just diff with the first parent for a merge.
6799
68100Technical (milder)
69101------------------
70102
103+ * pack-refs --all and make it not pack active branches.
104+
105+ * redo git-annotate as synonym to "git-blame -c".
106+
71107* duplicated refspec given to "fetch-pack a a a" makes it emit
72108 strange error message because it triggers the "match only
73109 once" logic. Maybe strip the dups on the input side
0 commit comments