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.
1 parent f59a794 commit 9c3e288Copy full SHA for 9c3e288
gix-traverse/src/commit/mod.rs
@@ -86,7 +86,7 @@ impl Either<'_, '_> {
86
}
87
88
89
- /// Get a commit’s `commit_time` by either getting it from a [`gix_commitgraph::Graph`], if
+ /// Get a committer timestamp by either getting it from a [`gix_commitgraph::Graph`], if
90
/// present, or a [`gix_object::CommitRefIter`] otherwise.
91
pub fn commit_time(self) -> Result<gix_date::SecondsSinceUnixEpoch, gix_object::decode::Error> {
92
match self {
0 commit comments