Skip to content

Commit a8d8149

Browse files
committed
Specify that log is about listing commits
1 parent 8b93f91 commit a8d8149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plumbing/options/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ pub mod diff {
413413
pub mod log {
414414
use gix::bstr::BString;
415415

416-
/// Print the history of a given file
416+
/// List all commits in a repository, optionally limited to those that change a given path
417417
#[derive(Debug, clap::Parser)]
418418
pub struct Platform {
419419
/// The git path specification to show a log for.

0 commit comments

Comments
 (0)