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
44name = " gix-commitgraph"
55version = " 0.26.0"
66repository = " 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"
88license = " MIT OR Apache-2.0"
99description = " Read-only access to the git commitgraph file format"
1010authors = [" 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() {
7070}
7171
7272#[ test]
73- fn octupus_merges ( ) {
73+ fn octopus_merges ( ) {
7474 let ( cg, refs) = graph_and_expected (
7575 "octopus_merges.sh" ,
7676 & [
You can’t perform that action at this time.
0 commit comments