From 17687e028ecafcc02a4324ecb28d6f9c52a651db Mon Sep 17 00:00:00 2001 From: Reinhart Previano Koentjoro Date: Wed, 3 Jan 2024 20:17:51 +0700 Subject: [PATCH] git-annotate: use short mnemonics (#11986) --- pages.tr/common/git-annotate.md | 2 +- pages/common/git-annotate.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages.tr/common/git-annotate.md b/pages.tr/common/git-annotate.md index f078a49a1..ff14bdd31 100644 --- a/pages.tr/common/git-annotate.md +++ b/pages.tr/common/git-annotate.md @@ -9,6 +9,6 @@ `git annotate {{örnek/dosya}}` -- Bir dosyayı, her satırında son commit değeri ve yazarının e-postası bulunacak şekilde göster: +- Bir dosyayı, her satırında son commit değeri ve yazarının [e]-postası bulunacak şekilde göster: `git annotate -e {{örnek/dosya}}` diff --git a/pages/common/git-annotate.md b/pages/common/git-annotate.md index 16c02acdf..d3f03fa1d 100644 --- a/pages/common/git-annotate.md +++ b/pages/common/git-annotate.md @@ -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}}`