Meta/pushall: show where we are pushing
[alt-git.git] / TODO
blob1271bbbfb4f6d01dc1bdbb6c1a729b4ed4c754dd
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 gmane=http://thread.gmane.org/gmane.comp.version-control.git/
13 * Teach pack protocol to transfer estimated pack size and history
14   depth to allow receiving end make more intelligent decision between
15   unpack-objects and index-pack.
17   $gmane/173610
19 * The "combined" diff always assumes it deals with text files. Teach it
20   to punt on binary and also use the textconv.
22   $gname/171613
24 * Audit use of symbolic-ref without -m in our scripts and for each
25   case decide if leaving a reflog entry for the HEAD is desirable.
26   If so, add them.
28   $gmane/172516
30 * "git status" on intent-to-add index entries (say "I" in the first
31   column instead of "A" for short status, add "(needs 'git add')" at the
32   end of "new file: $path " in long status).
34   $gmane/170658
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