]> git.ipfire.org Git - thirdparty/git.git/blob - TODO
What's cooking (2024/01 #09)
[thirdparty/git.git] / TODO
1 The GIT To-Do File
2 ==================
3
4 The latest copy of this document is found at
5
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
8
9 ----------------------------------------------------------------
10
11 gmane=http://thread.gmane.org/gmane.comp.version-control.git/
12
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.
16
17 $gmane/173610
18
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.
22
23 $gmane/172516
24
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).
28
29 $gmane/170658
30
31 * synopsys: use {} instead of () for grouping alternatives (Jari Aalto)
32 $gmane/72243
33
34 * "[alias] st = status" and "cd .git && git st" (Jeff King)
35 $gmane/72327