Skip to content

Commit

Permalink
Specify that log is about listing commits
Browse files Browse the repository at this point in the history
  • Loading branch information
cruessler committed Nov 3, 2024
1 parent 89c9700 commit 90a4f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plumbing/options/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ pub mod diff {
pub mod log {
use gix::bstr::BString;

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

0 comments on commit 90a4f84

Please sign in to comment.