File tree
398 files changed
+4727
-628
lines changed- .github/workflows
- gitoxide-core/src/repository
- attributes
- index
- gix-actor/src
- signature
- gix-attributes/src
- search
- gix-bitmap/src
- gix-chunk/src
- file
- gix-command/src
- gix-commitgraph
- src
- file
- tests
- gix-config
- benches
- src
- file
- access
- includes
- init
- parse
- section
- tests
- file
- access
- raw
- impls
- init/from_paths/includes/conditional
- mutable
- parse
- gix-config-value
- src
- tests/value
- gix-credentials
- examples
- src
- helper
- program
- protocol
- context
- tests/helper
- gix-date/src
- time
- gix-diff
- src
- blob
- rewrites
- tree
- tests
- fixtures/generated-archives
- rewrites
- gix-dir
- src
- walk
- tests
- fixtures
- walk
- gix-discover
- src
- tests/path
- gix-features/src
- parallel
- zlib
- stream
- gix-filter/src
- driver
- process
- eol
- pipeline
- worktree
- gix-fs/src
- dir
- gix-glob/src
- search
- gix-hash
- src
- tests/prefix
- gix-hashtable/src
- gix-ignore/src
- gix-index/src
- access
- decode
- entry
- extension
- tree
- file
- gix-lock/src
- gix-macros/src
- gix-mailmap/src
- gix-object/src
- commit
- message
- object
- tag
- tree
- gix-odb/src
- alternate
- store_impls
- dynamic
- loose
- gix-pack
- src
- bundle
- cache
- delta
- data
- file
- decode
- input
- output
- count
- entry
- index
- traverse
- write
- multi_index
- tests/pack/data
- gix-packetline/src
- gix-path/src
- gix-pathspec/src
- gix-prompt/src
- gix-protocol
- src
- fetch
- handshake
- refs
- tests/fetch
- gix-quote/src
- gix-ref
- src
- store
- file
- log
- loose
- reference
- reflog/create_or_update
- transaction
- general/handle
- packed
- tests
- file
- store
- transaction
- prepare_and_commit
- create_or_update
- fullname
- packed
- reference
- transaction
- gix-refspec
- src
- match_group
- tests/impls
- gix-revision/src
- spec
- parse
- gix-revwalk/src
- graph
- gix-sec/src
- gix-status
- src
- index_as_worktree
- index_as_worktree_with_renames
- tests
- fixtures
- generated-archives
- status
- gix-submodule/src
- gix-tempfile/src
- gix-trace/src
- gix-transport/src
- client
- async_io
- blocking_io
- http
- reqwest
- ssh
- git
- gix-traverse/src
- tree
- gix-url/src
- gix-utils
- src
- tests/backoff
- gix-validate/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
398 files changed
+4727
-628
lines changedDiff for: .github/workflows/ci.yml
+17-17
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
55 |
| - | |
56 |
| - | |
57 |
| - | |
58 |
| - | |
59 |
| - | |
60 |
| - | |
61 |
| - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
| |||
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
166 |
| - | |
| 166 | + | |
167 | 167 |
| |
168 | 168 |
| |
169 | 169 |
| |
| |||
189 | 189 |
| |
190 | 190 |
| |
191 | 191 |
| |
192 |
| - | |
193 |
| - | |
194 |
| - | |
195 |
| - | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
196 | 196 |
| |
197 | 197 |
| |
198 | 198 |
| |
|
Diff for: Cargo.lock
+11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Diff for: crate-status.md
+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
552 | 552 |
| |
553 | 553 |
| |
554 | 554 |
| |
555 |
| - | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
556 | 558 |
| |
557 | 559 |
| |
558 |
| - | |
559 |
| - | |
560 |
| - | |
| 560 | + | |
561 | 561 |
| |
562 | 562 |
| |
563 | 563 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
Diff for: gitoxide-core/src/repository/commit.rs
+3-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
| 55 | + | |
55 | 56 |
| |
56 | 57 |
| |
57 | 58 |
| |
| |||
80 | 81 |
| |
81 | 82 |
| |
82 | 83 |
| |
83 |
| - | |
| 84 | + | |
84 | 85 |
| |
85 | 86 |
| |
86 | 87 |
| |
| |||
97 | 98 |
| |
98 | 99 |
| |
99 | 100 |
| |
| 101 | + | |
100 | 102 |
| |
101 | 103 |
|
-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 | 1 |
| |
4 | 2 |
| |
5 | 3 |
| |
|
Diff for: gitoxide-core/src/repository/dirty.rs
+32
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + |
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
|
Diff for: gitoxide-core/src/repository/mod.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
|
0 commit comments