Meta/V: separate branch and describe output with a HT
[git/spearce.git] / TODO
blobccab43208cb224fc58b2ecdc509bfd2673516727
1 The GIT To-Do File
2 ==================
4   The latest copy of this document is found at 
6     http://kernel.org/git/?p=git/git.git;a=blob;hb=todo;f=TODO
9 Recent issues
10 -------------
12 Maybe abandon this and have something similar on the main
13 branch, starting full at the beginning of the cycle and ending
14 empty (or full of "not in next release" entries) at the release?
16 From: Franck Bui-Huu <vagabon.xyz@gmail.com>
17 Message-ID: <450EABD0.1040102@innova-card.com>
19 Repeated requests against git-daemon makes it stuck under --syslog
21 [jc: does not reproduce easily for me; has anybody seen it?]
23 From: Shawn Pearce <spearce@spearce.org>
24 Message-ID: <20060926215745.GC8177@spearce.org>
26 git-mirror (reverse of git-push --all).
28 [jc: may want the finished version for inclusion]
30 From: Stefan Richter <stefanr@s5r6.in-berlin.de>
31 Message-ID: <4523EC14.6070806@s5r6.in-berlin.de>
33 AsciiDoc 8 does not grok documents written for AsciiDoc 7 out of
34 the box.
36 [jc: limbo?]
38 From: Linus Torvalds <torvalds@osdl.org>
39 Subject: Re: git show and gitweb gives different result for kernel
40 Message-ID: <Pine.LNX.4.64.0610061202060.3952@g5.osdl.org>
42 Maybe allow gitweb to show diff with any parent and diff --cc,
43 not just diff with the first parent for a merge.
45 [jc: Jakub is interested in it]
47 Technical (milder)
48 ------------------
50 * upload-pack support for start fetching from any valid point on
51   the history, not just published refs. (Erik W. Biederman
52   <m164jc9ekx.fsf@ebiederm.dsl.xmission.com>)
54 * daemon --strict-symlink.
56 * Maybe grok PGP signed text/plain in applymbox as well.
58 Technical (trivial)
59 -------------------
61 * Mbx (not mbox) support for git-mailsplit.
63 * git-clone fail .git/refs/foo (Yann Dirson <ydirson@altern.org>)
64   <20060610225040.GA7766@nowhere.earth>
66 * git-proxy should be spawned with sh -c 'command' $1 $2.
68 [jc: should it?]
70 * Maybe a true git-proxy command that reads the first request
71   pkt-line, and redirects the request to its real destination.
73 * test scripts for the relative directory path stuff.
76 Local Variables:
77 mode: text
78 End: