File tree
209 files changed
+6204
-2817
lines changed- gitoxide-core/src
- hours
- query/engine
- repository
- revision
- gix
- src
- config/snapshot
- ext
- object
- tree
- diff
- reference
- remote
- connection
- fetch
- repository
- revision
- spec
- parse/delegate
- status
- submodule
- worktree
- tests
- gix
- clone
- commit
- config
- diff
- head
- id
- init
- object
- tree
- reference
- remote
- repository
- config
- config_snapshot
- revision
- spec
- from_bytes
- status
- submodule
- util
- object/tree
- gix-actor/src
- signature
- gix-attributes/src
- gix-commitgraph/src/file
- gix-config/src/file
- access
- mutable
- section
- gix-config-value/src
- gix-diff
- src
- rewrites
- tree
- tree_with_rewrites
- tests
- diff
- blob
- rewrites
- fixtures
- generated-archives
- rewrites
- gix-dir/tests/walk_utils
- gix-features/src
- parallel
- gix-filter/src
- driver/process
- pipeline
- gix-fs/src/dir
- gix-hash/src
- gix-ignore/src
- gix-index/src/access
- gix-merge/src/blob/platform
- gix-negotiate/tests/baseline
- gix-object/src
- commit
- message
- object
- tag
- tree
- gix-odb/src/store_impls/dynamic
- gix-pack/src
- data
- input
- output/count/objects
- index/traverse
- gix-packetline/src
- line
- read/sidebands
- gix-packetline-blocking/src
- line
- read/sidebands
- gix-prompt
- src
- tests
- gix-protocol/src
- handshake/refs
- gix-ref/src
- store
- file
- log
- transaction
- packed
- gix-refspec/src/match_group
- gix-revision/src
- spec/parse
- gix-revwalk/src/graph
- gix-status/src
- index_as_worktree
- index_as_worktree_with_renames
- gix-transport/src/client
- async_io
- blocking_io
- gix-utils/src
- gix-worktree/src/stack
- gix-worktree-state/src/checkout
- gix-worktree-stream/src
- tests/tools/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
209 files changed
+6204
-2817
lines changedDiff for: Cargo.lock
+47-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Diff for: Cargo.toml
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
194 | 194 |
| |
195 | 195 |
| |
196 | 196 |
| |
197 |
| - | |
198 | 197 |
| |
| 198 | + | |
| 199 | + | |
199 | 200 |
| |
200 | 201 |
| |
201 | 202 |
| |
|
Diff for: crate-status.md
+18-10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
304 | 304 |
| |
305 | 305 |
| |
306 | 306 |
| |
307 |
| - | |
308 |
| - | |
309 |
| - | |
310 |
| - | |
311 |
| - | |
312 |
| - | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
313 | 317 |
| |
314 |
| - | |
315 |
| - | |
| 318 | + | |
| 319 | + | |
316 | 320 |
| |
317 |
| - | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
318 | 325 |
| |
319 | 326 |
| |
320 | 327 |
| |
| |||
332 | 339 |
| |
333 | 340 |
| |
334 | 341 |
| |
335 |
| - | |
| 342 | + | |
336 | 343 |
| |
337 | 344 |
| |
338 | 345 |
| |
339 | 346 |
| |
340 | 347 |
| |
| 348 | + | |
341 | 349 |
| |
342 | 350 |
| |
343 | 351 |
| |
|
Diff for: gitoxide-core/src/hours/core.rs
+8-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
128 |
| - | |
129 |
| - | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
130 | 131 |
| |
131 |
| - | |
| 132 | + | |
132 | 133 |
| |
133 |
| - | |
| 134 | + | |
134 | 135 |
| |
135 | 136 |
| |
136 | 137 |
| |
137 |
| - | |
| 138 | + | |
138 | 139 |
| |
139 | 140 |
| |
140 | 141 |
| |
141 | 142 |
| |
142 | 143 |
| |
143 |
| - | |
| 144 | + | |
144 | 145 |
| |
145 | 146 |
| |
146 | 147 |
| |
| |||
151 | 152 |
| |
152 | 153 |
| |
153 | 154 |
| |
| 155 | + | |
154 | 156 |
| |
155 | 157 |
| |
156 | 158 |
| |
|
Diff for: gitoxide-core/src/hours/util.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
18 |
| - | |
| 17 | + | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
|
+26-18
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
207 | 207 |
| |
208 | 208 |
| |
209 | 209 |
| |
210 |
| - | |
211 |
| - | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
212 | 213 |
| |
213 |
| - | |
| 214 | + | |
214 | 215 |
| |
215 |
| - | |
216 |
| - | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
217 | 223 |
| |
218 |
| - | |
| 224 | + | |
219 | 225 |
| |
220 | 226 |
| |
221 | 227 |
| |
222 | 228 |
| |
223 | 229 |
| |
224 | 230 |
| |
225 | 231 |
| |
| 232 | + | |
226 | 233 |
| |
227 | 234 |
| |
228 | 235 |
| |
229 |
| - | |
| 236 | + | |
230 | 237 |
| |
231 | 238 |
| |
232 |
| - | |
233 |
| - | |
234 |
| - | |
235 |
| - | |
236 |
| - | |
237 |
| - | |
| 239 | + | |
238 | 240 |
| |
239 | 241 |
| |
240 | 242 |
| |
| |||
266 | 268 |
| |
267 | 269 |
| |
268 | 270 |
| |
269 |
| - | |
| 271 | + | |
270 | 272 |
| |
271 | 273 |
| |
272 | 274 |
| |
| |||
281 | 283 |
| |
282 | 284 |
| |
283 | 285 |
| |
284 |
| - | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
285 | 292 |
| |
286 |
| - | |
| 293 | + | |
287 | 294 |
| |
288 | 295 |
| |
289 | 296 |
| |
290 | 297 |
| |
291 | 298 |
| |
292 | 299 |
| |
| 300 | + | |
293 | 301 |
| |
294 | 302 |
| |
295 | 303 |
| |
296 |
| - | |
| 304 | + | |
297 | 305 |
| |
298 | 306 |
| |
299 | 307 |
| |
| |||
369 | 377 |
| |
370 | 378 |
| |
371 | 379 |
| |
372 |
| - | |
| 380 | + | |
373 | 381 |
| |
374 | 382 |
| |
375 | 383 |
| |
|
+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 |
| - | |
| 58 | + | |
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
| |||
121 | 121 |
| |
122 | 122 |
| |
123 | 123 |
| |
124 |
| - | |
| 124 | + | |
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
| |||
194 | 194 |
| |
195 | 195 |
| |
196 | 196 |
| |
197 |
| - | |
| 197 | + | |
198 | 198 |
| |
199 | 199 |
| |
200 | 200 |
| |
| |||
215 | 215 |
| |
216 | 216 |
| |
217 | 217 |
| |
218 |
| - | |
| 218 | + | |
219 | 219 |
| |
220 | 220 |
| |
221 | 221 |
| |
|
Diff for: gitoxide-core/src/repository/tree.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 |
| - | |
| 68 | + | |
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
|
Diff for: gix-actor/src/identity.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 |
| - | |
| 43 | + | |
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
|
Diff for: gix-actor/src/signature/mod.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
107 |
| - | |
| 107 | + | |
108 | 108 |
| |
109 | 109 |
| |
110 | 110 |
| |
|
Diff for: gix-attributes/src/name.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
Diff for: gix-attributes/src/state.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
99 |
| - | |
| 99 | + | |
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
|
0 commit comments