TODO update as of 1.5.4.5/1.5.5-rc2
Junio C Hamano committed
Mar 27, 2008 at 21:06 UTC
2bfbc39b51803acf128421e1d56599ab2915a6a8
1 file changed
+56
-9
TODO
+56
-9
@@ -8,14 +8,41 @@ The latest copy of this document is found at
8
9
----------------------------------------------------------------
10
11
-Issues that are unconcluded and/or lack enough discussions to proceed.
11
+Issues that are unconcluded, lack enough discussions to proceed, and/or
12
+placed on hold during rc freeze.
13
13
-* zlib abstraction (Marco)
14
- $gmane/72262
14
+* ff=only (Sverre Hvammen Johansen)
15
+ $gmane/78250
16
+
17
+* more help backends (Christian Couder)
18
+ $gmane/78150
19
+
20
+* cvsserver updates (Damien Diederen with help by Frank Lichtenheld)
21
+ $gmane/78188
22
+
23
+* rewriting annotated tags in filter-branch (Brandon Casey)
24
+ $gmane/78286
25
+
26
+* fsck --lost-found (me)
27
+ $gmane/78267
28
16
-* revision.c::limit_list() breakage (Jeff King)
17
- $gmane/72324
18
- t/t6009
29
+* core.inithook (Dscho)
30
+ $gmane/78123
31
+
32
+* receive.localBranches = { refuse | allow } (Dscho)
33
+ $gmane/78065
34
+
35
+* autosetting core.ignorecase (Dmitry Potapov)
36
+ $gmane/78176
37
+
38
+* mailinfo extention to extract Message-ID and others (Anton Gladkov)
39
+ $gmane/78006
40
+
41
+* add -p with mode change (Jeff King)
42
+ $gmane/78340
43
+
44
+* rebase -p
45
+ $gmane/78074
46
47
* synopsys: use {} instead of () for grouping alternatives (Jari Aalto)
48
$gmane/72243
@@ -23,9 +50,29 @@ Issues that are unconcluded and/or lack enough discussions to proceed.
50
* "[alias] st = status" and "cd .git && git st" (Jeff King)
51
$gmane/72327
52
53
+* fetch with "refs/*:refs/*" errors out erroneously (Daniel)
54
+ $gmane/77335
55
+
56
+* D/F conflict to merge a tree with D into a tree with F
57
+
58
+* "git fetch" does not exit with non-zero status when it failed to update
59
+ some refs due to non-ffness (Daniel)
60
+ $gmane/77178
61
+
62
+* "git fetch" shows error when dangling symref exists at the remote
63
+ but does not really error out (Samuel Tardieu)
64
+ $gmane/76658
65
+
66
+* use "assume unchanged" bit to implement narrow checkout
67
+ $gmane/77046
68
+
69
+* send-pack vs receive-pack history exchange
70
+
71
+* zlib abstraction (Marco)
72
+ $gmane/72262
73
+
74
* git --index-file=<foo> <cmd> (Linus)
75
$gmane/77332
76
29
-* fetch with "refs/*:refs/*" errors out erroneously
30
- $gmane/77335
31
-
77
+* git lost-found vs git fsck --lost-found
78
+ $gmane/78267