@@ -6,44 +6,57 @@ The GIT To-Do File
66 http://kernel.org/git/?p=git/git.git;a=blob;hb=todo;f=TODO
77
88
9- What to expect from now on
10- ==========================
9+ Recent issues
10+ -------------
1111
12- This is written in a form of to-do list for me, so if I say
13- "accept patch", it means I do not currently plan to do that
14- myself. People interested in seeing it materialize please take
15- a hint. Also whatever I marked "Perhaps" do not have to happen
16- if ever -- only if somebody cares enough and submits a clean
17- patch, perhaps ;-).
12+ Franck Bui-Huu <vagabon.xyz@gmail.com>
13+ Message-ID: <450EABD0.1040102@innova-card.com>
1814
15+ Repeated requests against git-daemon makes it stuck
1916
20- Design issues
21- -------------
17+ [jc: does not reproduce easily for me; has anybody seen it?]
2218
23- * tree entries in index? -- sorry, stalled
19+ From: Shawn Pearce <spearce@spearce.org>
20+ Message-ID: <20060926215745.GC8177@spearce.org>
2421
25- * "intent to add" index entries? -- together with the above
26- needs rethinking.
22+ git-mirror (reverse of git-push --all).
2723
28- * Plug-in file-level merges. On the other hand, we may not even
29- need this; just tell people to run "xxdiff -U" on the working
30- tree files (or kompare).
24+ [jc: any progress?]
3125
26+ From: Junio C Hamano <junkio@cox.net>
27+ Message-ID: <7v7izrzpk2.fsf@assigned-by-dhcp.cox.net>
3228
33- Technical (heavier)
34- -------------------
29+ Deal with rfc2822-invalid author mail address in send-email.
30+
31+ [jc: forgot to apply?]
32+
33+
34+ From: Nicolas Pitre <nico@cam.org>
35+ Subject: [PATCH 8/6] let the GIT native protocol use offsets to delta base when
36+
37+ [jc: applied all but I suspect git-push side hasn't been converted?]
38+
39+ From: Shawn Pearce <spearce@spearce.org>
40+ Message-ID: <20060930045037.GB18479@spearce.org>
41+
42+ "git ref-log" command to interact with ref-log?
43+
44+ [jc: not much interest?]
45+
46+ From: Stefan Richter <stefanr@s5r6.in-berlin.de>
47+ Message-ID: <4523EC14.6070806@s5r6.in-berlin.de>
3548
36- * Libification. There are many places "run once" mentality is
37- ingrained in the management of basic data structures, which
38- need to be fixed. [Matthias Urlichs was already working on
39- this: <pan.2005.10.03.20.48.52.132570@smurf.noris.de>, but I
40- do not know what happened to his efforts]
49+ AsciiDoc 8 does not grok documents written for AsciiDoc 7 out of
50+ the box.
4151
42- * Lazy clones that can be controlled by the user, ranging from
43- totally on-demand a la CVS/SVN to "cache down to this old
44- commit so that I can make full use of git on at least recent
45- history". This need a lot of work in making tools to exit
46- gracefully when they hit unavailable objects while offline.
52+ [jc: status?]
53+
54+ From: Josh Triplett <josh@freedesktop.org>
55+ Message-ID: <451A30E4.50801@freedesktop.org>
56+
57+ git-split
58+
59+ [jc: no response to the initial review comments]
4760
4861
4962Technical (milder)
@@ -63,33 +76,18 @@ Technical (milder)
6376 the history, not just published refs. (Erik W. Biederman
6477 <m164jc9ekx.fsf@ebiederm.dsl.xmission.com>)
6578
66- * git-daemon side support for virtual hosting. Client side
67- is ready in 1.4.0 (Jon Loeliger <1149610100.23938.75.camel@cashmere.sps.mot.com>).
68-
69- * Subprojects. Try "gitlink" -- sorry, stalled.
70-
7179* daemon --strict-symlink.
7280
73- * daemon --base-path does not apply automatically to whitelist
74- somehow feels wrong. If somebody cares enough, accept
75- patches.
76-
77- * Perhaps detect cloning request in upload-pack and cache the
78- result for next cloning request until any of our refs change.
79-
8081* Maybe grok PGP signed text/plain in applymbox as well.
8182
82-
8383Technical (trivial)
8484-------------------
8585
86+ * Mbx (not mbox) support for git-mailsplit.
87+
8688* log-tree.c: pad sequence numbers with leading 0 if a series is
8789 larger than 9, around ll.133?
8890
89- * git-cherry-pick should check if the original commit message is
90- just a single liner, in which case it should add a LF before
91- appending "cherry-picked from..." message.
92-
9391* git-clone fail .git/refs/foo (Yann Dirson <ydirson@altern.org>)
9492 <20060610225040.GA7766@nowhere.earth>
9593
@@ -100,10 +98,6 @@ Technical (trivial)
10098
10199* test scripts for the relative directory path stuff.
102100
103- * In a freshly created empty repository, `git fetch foo:bar`
104- works OK, but `git checkout bar` afterwards does not (missing
105- `.git/HEAD`).
106-
107101
108102Local Variables:
109103mode: text
0 commit comments