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 89c9700 commit 90a4f84Copy full SHA for 90a4f84
src/plumbing/options/mod.rs
@@ -445,7 +445,7 @@ pub mod diff {
445
pub mod log {
446
use gix::bstr::BString;
447
448
- /// Print the history of a given file
+ /// List all commits in a repository, optionally limited to those that change a given path
449
#[derive(Debug, clap::Parser)]
450
pub struct Platform {
451
/// The git path specification to show a log for.
0 commit comments