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