git-blame: fix filepath (#18196)

This commit is contained in:
Managor
2025-09-26 04:35:56 +03:00
committed by GitHub
parent cab3c860a4
commit e52b74b822
+1 -1
View File
@@ -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: