git-annotate: add -L example (#9808)
This commit is contained in:

committed by
GitHub

parent
c5a511c7a1
commit
93a74b1393
@@ -12,3 +12,7 @@
|
|||||||
- Print a file with the author email and commit hash prepended to each line:
|
- Print a file with the author email and commit hash prepended to each line:
|
||||||
|
|
||||||
`git annotate -e {{path/to/file}}`
|
`git annotate -e {{path/to/file}}`
|
||||||
|
|
||||||
|
- Print only rows that match a regular expression:
|
||||||
|
|
||||||
|
`git annotate -L :{{regexp}} {{path/to/file}}`
|
||||||
|
Reference in New Issue
Block a user