mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-30 23:35:23 +02:00
git-annotate: add -L example (#9808)
This commit is contained in:
parent
c5a511c7a1
commit
93a74b1393
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue