Minor fixes to WC and WI script
[git/spearce.git] / TODO
blob8a323b33e909bba8e47ddb74f518d7e50b9cd6e1
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
7     http://repo.or.cz/w/alt-git.git?a=blob;hb=todo;f=TODO
9 ----------------------------------------------------------------
11 * Make attributes apply to trees, not just working tree.
13 * "git checkout treeish -- path" from a treeish that does not contain
14   path when the index does.  It should error out but it doesn't.
16   #git, http://colabti.org/irclogger/irclogger_log/git?date=2008-08-03#l1318
18 * Safer handling of grafts (Linus, me)
19   $gmane/37744/focus=37866.  Partially in 'pu' but stalled due to breakage in
20   "shallow clone".
22 * Prepare cvsimport for fixed cvsps (David Mansfield)
24 Message-Id: <1207100091.10532.64.camel@gandalf.cobite.com>
26 * Unify post-receive and nonexistent post-fetch (Pascal Obry)
28   $gmane/91150/focus=91173
30 * receive.localBranches = { refuse | allow } (Dscho)
31   $gmane/78065
33 * autosetting core.ignorecase (Dmitry Potapov)
34   $gmane/78176
36 * synopsys: use {} instead of () for grouping alternatives (Jari Aalto)
37   $gmane/72243
39 * "[alias] st = status" and "cd .git && git st" (Jeff King)
40   $gmane/72327
42 * use "assume unchanged" bit to implement narrow checkout
43   $gmane/77046
45 * send-pack vs receive-pack history exchange (me)
47 * zlib abstraction (Marco)
48   $gmane/72262
50 * git --index-file=<foo> <cmd> (Linus)
51   $gmane/77332
53 * git lost-found vs git fsck --lost-found
54   $gmane/78267