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 * The "combined" diff always assumes it deals with text files. Teach it
20 to punt on binary and also use the textconv.
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.
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).
36 * synopsys: use {} instead of () for grouping alternatives (Jari Aalto)
39 * "[alias] st = status" and "cd .git && git st" (Jeff King)