git-blame: add commit examples (#9380)

pull/1/head
Richard Mörbitz 2022-10-30 05:54:25 +01:00 committed by GitHub
parent 4d84a007d4
commit 33118a53ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -10,3 +10,11 @@
- Print file with author email and commit hash on each line:
`git blame -e {{file}}`
- Print file with author name and commit hash on each line at a specific commit:
`git blame {{commit}} {{path/to/file}}`
- Print file with author name and commit hash on each line before a specific commit:
`git blame {{commit}}~ {{path/to/file}}`