File tree
289 files changed
+1694
-1641
lines changed- gitoxide-core/src
- commitgraph
- corpus
- index
- pack
- repository
- attributes
- index
- gix
- src
- clone
- fetch
- config
- cache
- snapshot
- object
- tree
- open
- reference
- remote
- connection/fetch
- update_refs
- repository
- revision
- submodule
- tests
- clone
- remote
- repository
- revision/spec/from_bytes
- util
- gix-actor
- src
- signature
- tests/signature
- gix-attributes
- src/search
- tests/search
- gix-commitgraph
- src
- file
- tests
- gix-config
- fuzz/fuzz_targets
- src
- file
- access
- init
- mutable
- section
- parse
- nom
- tests
- file
- init
- mutable
- parse
- gix-credentials/src
- helper
- program
- gix-date
- src/time
- tests/time
- gix-diff/tests
- tree
- gix-discover
- src
- upwards
- tests
- is_git
- upwards
- gix-features
- src
- tests
- gix-filter
- examples
- src
- driver
- process
- eol
- pipeline
- tests
- driver
- eol
- pipeline
- gix-fs
- src
- dir
- tests
- dir
- stack
- gix-glob
- src
- search
- tests
- pattern
- search
- wildmatch
- gix-hash
- src
- tests/prefix
- gix-ignore
- src
- tests/search
- gix-index/src/file
- gix-lock/src
- gix-negotiate
- src
- tests
- baseline
- gix-object
- src
- commit
- object
- tag
- tree
- tests
- gix-odb
- src
- alternate
- store_impls
- dynamic
- loose
- tests/odb
- alternate
- find
- header
- regression
- sink
- store
- gix-pack
- src
- bundle
- write
- cache/delta
- traverse
- data
- entry
- file
- decode
- input
- output
- count
- objects
- entry
- index
- traverse
- write
- multi_index
- tests/pack
- data
- output
- multi_index
- gix-path
- src
- tests
- convert
- realpath
- gix-pathspec
- src
- search
- tests
- search
- gix-protocol/src
- fetch
- gix-ref
- src
- store
- file
- log
- loose
- reflog/create_or_update
- transaction
- general
- packed
- transaction
- tests
- file
- store
- transaction
- prepare_and_commit/create_or_update
- namespace
- packed
- transaction
- gix-refspec/src
- gix-revision
- src
- tests/describe
- gix-revwalk/src/graph
- gix-sec
- src
- tests/identity
- gix-status/tests/status
- gix-submodule/src
- gix-tempfile/src
- gix-transport/src/client/blocking_io/http/curl
- gix-traverse/tests
- tree
- gix-url
- src
- tests/access
- gix-worktree
- src/stack
- state
- tests/worktree
- stack
- gix-worktree-state
- src/checkout
- tests/state
- gix-worktree-stream/src/from_tree
- 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.
289 files changed
+1694
-1641
lines changedDiff for: Cargo.lock
+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Diff for: gitoxide-core/src/commitgraph/verify.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
| 42 | + | |
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
|
Diff for: gitoxide-core/src/corpus/run.rs
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
1 | 2 |
| |
2 | 3 |
| |
3 | 4 |
| |
| |||
141 | 142 |
| |
142 | 143 |
| |
143 | 144 |
| |
144 |
| - | |
| 145 | + | |
145 | 146 |
| |
146 | 147 |
| |
147 | 148 |
| |
|
Diff for: gitoxide-core/src/index/checkout.rs
+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
107 |
| - | |
108 |
| - | |
| 107 | + | |
| 108 | + | |
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
| |||
116 | 116 |
| |
117 | 117 |
| |
118 | 118 |
| |
119 |
| - | |
120 |
| - | |
| 119 | + | |
| 120 | + | |
121 | 121 |
| |
122 | 122 |
| |
123 | 123 |
| |
|
Diff for: gitoxide-core/src/organize.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
95 |
| - | |
96 |
| - | |
| 95 | + | |
| 96 | + | |
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
|
Diff for: gitoxide-core/src/pack/create.rs
+10-11
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
| 115 | + | |
| 116 | + | |
115 | 117 |
| |
116 | 118 |
| |
117 | 119 |
| |
118 | 120 |
| |
119 |
| - | |
120 |
| - | |
121 |
| - | |
122 |
| - | |
| 121 | + | |
123 | 122 |
| |
124 | 123 |
| |
125 | 124 |
| |
| |||
141 | 140 |
| |
142 | 141 |
| |
143 | 142 |
| |
144 |
| - | |
| 143 | + | |
145 | 144 |
| |
146 | 145 |
| |
147 | 146 |
| |
| |||
157 | 156 |
| |
158 | 157 |
| |
159 | 158 |
| |
160 |
| - | |
| 159 | + | |
161 | 160 |
| |
162 | 161 |
| |
163 | 162 |
| |
| |||
207 | 206 |
| |
208 | 207 |
| |
209 | 208 |
| |
210 |
| - | |
| 209 | + | |
211 | 210 |
| |
212 | 211 |
| |
213 | 212 |
| |
| |||
217 | 216 |
| |
218 | 217 |
| |
219 | 218 |
| |
220 |
| - | |
221 |
| - | |
222 |
| - | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
223 | 222 |
| |
224 | 223 |
| |
225 | 224 |
| |
| |||
236 | 235 |
| |
237 | 236 |
| |
238 | 237 |
| |
239 |
| - | |
| 238 | + | |
240 | 239 |
| |
241 | 240 |
| |
242 | 241 |
| |
|
Diff for: gitoxide-core/src/pack/explode.rs
+17-14
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
97 | 97 |
| |
98 | 98 |
| |
99 | 99 |
| |
100 |
| - | |
101 |
| - | |
102 |
| - | |
| 100 | + | |
103 | 101 |
| |
104 |
| - | |
105 |
| - | |
| 102 | + | |
| 103 | + | |
106 | 104 |
| |
107 | 105 |
| |
108 | 106 |
| |
109 |
| - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
110 | 113 |
| |
111 |
| - | |
112 |
| - | |
| 114 | + | |
| 115 | + | |
113 | 116 |
| |
114 | 117 |
| |
115 | 118 |
| |
| |||
137 | 140 |
| |
138 | 141 |
| |
139 | 142 |
| |
140 |
| - | |
| 143 | + | |
141 | 144 |
| |
142 | 145 |
| |
143 | 146 |
| |
| |||
178 | 181 |
| |
179 | 182 |
| |
180 | 183 |
| |
181 |
| - | |
| 184 | + | |
182 | 185 |
| |
183 | 186 |
| |
184 | 187 |
| |
185 |
| - | |
| 188 | + | |
186 | 189 |
| |
187 | 190 |
| |
188 | 191 |
| |
| |||
193 | 196 |
| |
194 | 197 |
| |
195 | 198 |
| |
196 |
| - | |
| 199 | + | |
197 | 200 |
| |
198 | 201 |
| |
199 | 202 |
| |
| |||
213 | 216 |
| |
214 | 217 |
| |
215 | 218 |
| |
216 |
| - | |
| 219 | + | |
217 | 220 |
| |
218 | 221 |
| |
219 | 222 |
| |
220 | 223 |
| |
221 | 224 |
| |
222 |
| - | |
| 225 | + | |
223 | 226 |
| |
224 | 227 |
| |
225 | 228 |
| |
|
Diff for: gitoxide-core/src/pack/index.rs
+6-10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
73 |
| - | |
| 73 | + | |
74 | 74 |
| |
75 | 75 |
| |
76 |
| - | |
| 76 | + | |
77 | 77 |
| |
78 |
| - | |
79 |
| - | |
80 |
| - | |
81 |
| - | |
82 |
| - | |
| 78 | + | |
83 | 79 |
| |
84 | 80 |
| |
85 | 81 |
| |
| |||
94 | 90 |
| |
95 | 91 |
| |
96 | 92 |
| |
97 |
| - | |
| 93 | + | |
98 | 94 |
| |
99 | 95 |
| |
100 |
| - | |
| 96 | + | |
101 | 97 |
| |
102 | 98 |
| |
103 | 99 |
| |
| |||
107 | 103 |
| |
108 | 104 |
| |
109 | 105 |
| |
110 |
| - | |
| 106 | + | |
111 | 107 |
| |
112 | 108 |
| |
113 | 109 |
| |
|
Diff for: gitoxide-core/src/pack/multi_index.rs
+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
|
Diff for: gitoxide-core/src/pack/receive.rs
+14-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
133 |
| - | |
| 133 | + | |
134 | 134 |
| |
135 | 135 |
| |
136 | 136 |
| |
| |||
156 | 156 |
| |
157 | 157 |
| |
158 | 158 |
| |
159 |
| - | |
| 159 | + | |
160 | 160 |
| |
161 | 161 |
| |
162 | 162 |
| |
| |||
212 | 212 |
| |
213 | 213 |
| |
214 | 214 |
| |
215 |
| - | |
| 215 | + | |
216 | 216 |
| |
217 | 217 |
| |
218 | 218 |
| |
| |||
367 | 367 |
| |
368 | 368 |
| |
369 | 369 |
| |
370 |
| - | |
371 |
| - | |
| 370 | + | |
| 371 | + | |
372 | 372 |
| |
373 | 373 |
| |
374 | 374 |
| |
| |||
377 | 377 |
| |
378 | 378 |
| |
379 | 379 |
| |
380 |
| - | |
381 |
| - | |
382 |
| - | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
383 | 389 |
| |
384 | 390 |
| |
385 | 391 |
| |
|
0 commit comments