Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork939
Commit4f1110b
committed
fix(tree): show that fixing Tree.cache is not possible
The problem is that a per-tree modification API cannot work properly, as the sorting is basedon full paths of all entries within the repository. This feat can only be achieved by the index,which to my knowledge already does it correctly.The only fix is to remove the misleading API entirely, which will happen in the next commit.Related to#3691 parent0de827a commit4f1110b
2 files changed
+64
-43
lines changedLines changed: 29 additions & 23 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
| 38 | + | |
39 | 39 |
| |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 | 40 |
| |
45 |
| - | |
46 |
| - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
47 | 44 |
| |
48 |
| - | |
49 |
| - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
50 | 48 |
| |
51 |
| - | |
52 |
| - | |
| 49 | + | |
| 50 | + | |
53 | 51 |
| |
54 |
| - | |
55 |
| - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
56 | 55 |
| |
57 |
| - | |
58 |
| - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
59 | 64 |
| |
60 |
| - | |
61 |
| - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
62 | 69 |
| |
63 |
| - | |
64 |
| - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
65 | 74 |
| |
66 | 75 |
| |
67 | 76 |
| |
| |||
90 | 99 |
| |
91 | 100 |
| |
92 | 101 |
| |
93 |
| - | |
94 |
| - | |
95 |
| - | |
96 |
| - | |
| 102 | + | |
97 | 103 |
| |
98 | 104 |
| |
99 | 105 |
| |
|
Lines changed: 35 additions & 20 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
80 |
| - | |
81 |
| - | |
82 |
| - | |
83 |
| - | |
84 |
| - | |
85 |
| - | |
86 |
| - | |
87 |
| - | |
88 |
| - | |
89 |
| - | |
90 |
| - | |
91 |
| - | |
92 |
| - | |
93 |
| - | |
94 |
| - | |
95 |
| - | |
96 |
| - | |
97 | 80 |
| |
98 | 81 |
| |
99 | 82 |
| |
100 | 83 |
| |
101 |
| - | |
102 |
| - | |
103 |
| - | |
104 | 84 |
| |
105 | 85 |
| |
106 | 86 |
| |
| |||
114 | 94 |
| |
115 | 95 |
| |
116 | 96 |
| |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
117 | 132 |
| |
118 | 133 |
| |
119 | 134 |
| |
|
0 commit comments
Comments
(0)