What's cooking (2014/06 #06)
[git.git] / TODO
blob1366509c9e25796f334dfaf0241f59c645b21114
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 * Audit use of symbolic-ref without -m in our scripts and for each
20   case decide if leaving a reflog entry for the HEAD is desirable.
21   If so, add them.
23   $gmane/172516
25 * "git status" on intent-to-add index entries (say "I" in the first
26   column instead of "A" for short status, add "(needs 'git add')" at the
27   end of "new file: $path " in long status).
29   $gmane/170658
31 * synopsys: use {} instead of () for grouping alternatives (Jari Aalto)
32   $gmane/72243
34 * "[alias] st = status" and "cd .git && git st" (Jeff King)
35   $gmane/72327