Spring housecleaning
Junio C Hamano committed
Apr 8, 2011 at 22:22 UTC
3398d8c8df4103c0733bc323a62a576d190e2da4
1 file changed
+4
-27
TODO
+4
-27
@@ -8,37 +8,14 @@ The latest copy of this document is found at
8
9
----------------------------------------------------------------
10
11
-* Haiku port
11
+* "git status" on intent-to-add index entries (say "I" in the first
12
+ column instead of "A" for short status, add "(needs 'git add')" at the
13
+ end of "new file: $path " in long status).
14
13
- Andreas Färber ($gmane/92582)
14
-
15
-* ksh "trap foo EXIT" triggers on function return, loses exit status
16
-
17
- Brandon Casey ($gmane/92873)
18
-
19
-* document webdav debugging tip with davfs2
20
-
21
- Giovanni Funchal ($gmane/92745)
22
-
23
-* Make attributes apply to trees, not just working tree.
24
-
25
-* "git checkout treeish -- path" from a treeish that does not contain
26
- path when the index does. It should error out but it doesn't.
27
-
28
- #git, http://colabti.org/irclogger/irclogger_log/git?date=2008-08-03#l1318
29
-
30
-* Safer handling of grafts (Linus, me)
31
- $gmane/37744/focus=37866. Partially in 'pu' but stalled due to breakage in
32
- "shallow clone".
15
+ $gmane/170658
16
17
* synopsys: use {} instead of () for grouping alternatives (Jari Aalto)
18
$gmane/72243
19
20
* "[alias] st = status" and "cd .git && git st" (Jeff King)
21
$gmane/72327
39
-
40
-* zlib abstraction (Marco)
41
- $gmane/72262
42
-
43
-* git --index-file=<foo> <cmd> (Linus)
44
- $gmane/77332