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.
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.
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).
31 * synopsys: use {} instead of () for grouping alternatives (Jari Aalto)
34 * "[alias] st = status" and "cd .git && git st" (Jeff King)