File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ lints.workspace = true
4
4
name = " gix-commitgraph"
5
5
version = " 0.26.0"
6
6
repository = " https://github.com/GitoxideLabs/gitoxide"
7
- documentation = " https://git-scm.com/docs/commit-graph#:~:text=The%20commit-graph%20file%20is%20a%20supplemental%20data%20structure,or%20in%20the%20info%20directory%20of%20an%20alternate. "
7
+ documentation = " https://git-scm.com/docs/commit-graph"
8
8
license = " MIT OR Apache-2.0"
9
9
description = " Read-only access to the git commitgraph file format"
10
10
authors = [" Conor Davis <gitoxide@conor.fastmail.fm>" , " Sebastian Thiel <sebastian.thiel@icloud.com>" ]
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ fn generation_numbers_overflow_is_handled_in_chained_graph() {
70
70
}
71
71
72
72
#[ test]
73
- fn octupus_merges ( ) {
73
+ fn octopus_merges ( ) {
74
74
let ( cg, refs) = graph_and_expected (
75
75
"octopus_merges.sh" ,
76
76
& [
You can’t perform that action at this time.
0 commit comments