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 8b93f91 commit a8d8149Copy full SHA for a8d8149
src/plumbing/options/mod.rs
@@ -413,7 +413,7 @@ pub mod diff {
413
pub mod log {
414
use gix::bstr::BString;
415
416
- /// Print the history of a given file
+ /// List all commits in a repository, optionally limited to those that change a given path
417
#[derive(Debug, clap::Parser)]
418
pub struct Platform {
419
/// The git path specification to show a log for.
0 commit comments