1
0
Fork 0
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:
Emmanuel Quincerot 2023-01-25 14:37:47 +01:00 committed by GitHub
parent c5a511c7a1
commit 93a74b1393
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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}}`