TODO: post 1.5.5 snapshot
[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 Issues that are unconcluded, lack enough discussions to proceed, and/or
12 placed on hold during rc freeze.
13
14 * ff=only (Sverre Hvammen Johansen)
15   $gmane/78250
16
17 * more help backends (Christian Couder)
18   $gmane/78150
19
20 * cvsserver updates (Damien Diederen with help by Frank Lichtenheld)
21   $gmane/78188
22
23 * use single database to serve more than one cvsserver instances (Josh Elsasser)
24   $gmane/78366
25
26 * rewriting annotated tags in filter-branch (Brandon Casey)
27   $gmane/78286
28
29 * fsck --lost-found (me)
30   $gmane/78267
31
32 * core.inithook (Dscho)
33   $gmane/78123
34
35 * receive.localBranches = { refuse | allow } (Dscho)
36   $gmane/78065
37
38 * autosetting core.ignorecase (Dmitry Potapov)
39   $gmane/78176
40
41 * mailinfo extention to extract Message-ID and others (Anton Gladkov)
42   $gmane/78006
43
44 * add -p with mode change (Jeff King)
45   $gmane/78340
46
47 * rebase -p
48   $gmane/78074
49
50 * synopsys: use {} instead of () for grouping alternatives (Jari Aalto)
51   $gmane/72243
52
53 * "[alias] st = status" and "cd .git && git st" (Jeff King)
54   $gmane/72327
55
56 * fetch with "refs/*:refs/*" errors out erroneously (Daniel)
57   $gmane/77335
58
59 * D/F conflict to merge a tree with D into a tree with F
60
61 * "git fetch" does not exit with non-zero status when it failed to update
62   some refs due to non-ffness (Daniel)
63   $gmane/77178
64
65 * "git fetch" shows error when dangling symref exists at the remote
66   but does not really error out (Samuel Tardieu)
67   $gmane/76658
68
69 * use "assume unchanged" bit to implement narrow checkout
70   $gmane/77046
71
72 * send-pack vs receive-pack history exchange
73
74 * zlib abstraction (Marco)
75   $gmane/72262
76
77 * git --index-file=<foo> <cmd> (Linus)
78   $gmane/77332
79
80 * git lost-found vs git fsck --lost-found
81   $gmane/78267