git-annotate: add -L example (#9808)

This commit is contained in:
Emmanuel Quincerot
2023-01-25 14:37:47 +01:00
committed by GitHub
parent c5a511c7a1
commit 93a74b1393

View File

@@ -12,3 +12,7 @@
- Print a file with the author email and commit hash prepended to each line:
`git annotate -e {{path/to/file}}`
- Print only rows that match a regular expression:
`git annotate -L :{{regexp}} {{path/to/file}}`