We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
th
git rev parse -e
.
1 parent c270f78 commit 429682dCopy full SHA for 429682d
gitoxide-core/src/repository/revision/explain.rs
@@ -129,8 +129,8 @@ impl<'a> delegate::Navigate for Explain<'a> {
129
self.out,
130
"{}",
131
match kind {
132
- Traversal::NthAncestor(no) => format!("Traverse to the {no}th ancestor of revision named '{name}'"),
133
- Traversal::NthParent(no) => format!("Select the {no}th parent of revision named '{name}'"),
+ Traversal::NthAncestor(no) => format!("Traverse to the {no}. ancestor of revision named '{name}'"),
+ Traversal::NthParent(no) => format!("Select the {no}. parent of revision named '{name}'"),
134
}
135
)
136
.ok()
0 commit comments