From e52b74b82268e08ebf8da41df57a086e031d5e93 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 26 Sep 2025 04:35:56 +0300 Subject: [PATCH] git-blame: fix filepath (#18196) --- pages/common/git-blame.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/git-blame.md b/pages/common/git-blame.md index 7374eb8bc8..d4ba46e503 100644 --- a/pages/common/git-blame.md +++ b/pages/common/git-blame.md @@ -21,7 +21,7 @@ - Jump to the parent of a specific commit and track a specific text and 10 of its following lines: -`git blame -L '/{{text}}/',+10 {{a82812aa}}^ tldr.py` +`git blame -L '/{{text}}/',+10 {{a82812aa}}^ {{path/to/file}}` - Print author name and commit hash information for a specific line range: