git-annotate: use short mnemonics (#11986)

This commit is contained in:
Reinhart Previano Koentjoro
2024-01-03 20:17:51 +07:00
committed by GitHub
parent a7dd2c8930
commit 17687e028e
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
`git annotate {{path/to/file}}`
- Print a file with the author email and commit hash prepended to each line:
- Print a file with the author [e]mail and commit hash prepended to each line:
`git annotate -e {{path/to/file}}`