Skip to content

Commit 90a4f84

Browse files
committed
Specify that log is about listing commits
1 parent 89c9700 commit 90a4f84

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
@@ -445,7 +445,7 @@ pub mod diff {
445445
pub mod log {
446446
use gix::bstr::BString;
447447

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

0 commit comments

Comments
 (0)