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