Mention repo.or.cz in TODO
[git] / TODO
1 The GIT To-Do File
2 ==================
3
4 The latest copy of this document is found at 
5
6     http://kernel.org/git/?p=git/git.git;a=blob;hb=todo;f=TODO
7     http://repo.or.cz/w/alt-git.git?a=blob;hb=todo;f=TODO
8
9 ----------------------------------------------------------------
10
11 Recent issues
12 -------------
13
14 * Use blame machinery to track a single file (not path) in finer
15   grained way.
16
17 From: Linus Torvalds <torvalds@linux-foundation.org>
18 Message-ID: <alpine.LFD.0.98.0704201554550.9964@woody.linux-foundation.org>
19
20 [jc: I have a fixed-up one parked in 'pu' and also outlined what
21 other things I think are needed in my response:
22
23     Message-ID: <7vwt06wqv8.fsf@assigned-by-dhcp.cox.net>
24 ]
25
26 * Use git.git as the first public guinea pig of subproject
27
28 From: Junio C Hamano <junkio@cox.net>
29 Message-ID: <7vmz13z4au.fsf@assigned-by-dhcp.cox.net>
30
31 Use git.git as the first public guinea pig of subproject stuff,
32 by dropping git-gui/ directory first and then binding git-gui.git 
33 as a subproject there.  This needs to wait at least until v1.5.2
34 ships and gets installed at kernel.org and repo.or.cz
35
36 * Decide what to do with 'filter' and 'ident' attribute patches.
37
38 From: Linus Torvalds <torvalds@linux-foundation.org>
39 Message-ID: <alpine.LFD.0.98.0704212243080.9964@woody.linux-foundation.org>
40
41 If we were to include it, we would need to make it clear that
42 this is a long piece of rope and you can strangle yourself with
43 it unless you are careful, and clarify what is and isn't
44 considered to be "careful".  I have parked updates in 'pu', but
45 I do not know they are clear enough.
46
47 * TODO list management
48
49 From: Daniel Barkalow <barkalow@iabervon.org>
50 Message-ID: <Pine.LNX.4.64.0704241312210.28708@iabervon.org>
51
52 Maybe abandon this and have something similar on the main
53 branch, starting full at the beginning of the cycle and ending
54 empty (or full of "not in next release" entries) at the release?
55
56 * git-daemon bug?
57
58 From: Franck Bui-Huu <vagabon.xyz@gmail.com>
59 Message-ID: <450EABD0.1040102@innova-card.com>
60
61 Repeated requests against git-daemon makes it stuck under --syslog
62
63 [jc: does not reproduce easily for me; has anybody seen it?]
64
65 * git-mirror (reverse of git-push --all).
66
67 From: Shawn Pearce <spearce@spearce.org>
68 Message-ID: <20060926215745.GC8177@spearce.org>
69
70 [jc: may want the finished version for inclusion]
71
72 * AsciiDoc 8 would break our documentation.
73
74 From: Stefan Richter <stefanr@s5r6.in-berlin.de>
75 Message-ID: <4523EC14.6070806@s5r6.in-berlin.de>
76
77 AsciiDoc 8 does not grok documents written for AsciiDoc 7 out of
78 the box.
79
80 [jc: limbo?]
81
82 * Gitweb diff on merge commits
83
84 From: Linus Torvalds <torvalds@osdl.org>
85 Subject: Re: git show and gitweb gives different result for kernel
86 Message-ID: <Pine.LNX.4.64.0610061202060.3952@g5.osdl.org>
87
88 Maybe allow gitweb to show diff with any parent and diff --cc,
89 not just diff with the first parent for a merge.
90
91 [jc: Jakub is interested in it]
92
93 Technical (milder)
94 ------------------
95
96 * upload-pack support for start fetching from any valid point on
97   the history, not just published refs. (Erik W. Biederman
98   <m164jc9ekx.fsf@ebiederm.dsl.xmission.com>)
99
100 * daemon --strict-symlink.
101
102 * Maybe grok PGP signed text/plain in applymbox as well.
103
104 Technical (trivial)
105 -------------------
106
107 * Mbx (not mbox) support for git-mailsplit.
108
109 * git-clone fail .git/refs/foo (Yann Dirson <ydirson@altern.org>)
110   <20060610225040.GA7766@nowhere.earth>
111
112 * git-proxy should be spawned with sh -c 'command' $1 $2.
113
114 [jc: should it?]
115
116 * Maybe a true git-proxy command that reads the first request
117   pkt-line, and redirects the request to its real destination.
118
119 * test scripts for the relative directory path stuff.
120
121 \f
122 Local Variables:
123 mode: text
124 End: