From 01c696c908378e0943f1183ecc854378e24b2497 Mon Sep 17 00:00:00 2001 From: Anton Wuerfel <anton.wuerfel@fau.de> Date: Thu, 17 Mar 2016 17:31:42 +0100 Subject: [PATCH] Documentation: Whitespace fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit contains just a tiny whitespace fix in the git-tag documentation. Signed-off-by: Anton Würfel <anton.wuerfel@fau.de> Signed-off-by: Phillip Raffeck <phillip.raffeck@fau.de> --- Documentation/git-tag.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt index 940676ea92..b49725b555 100644 --- a/Documentation/git-tag.txt +++ b/Documentation/git-tag.txt @@ -39,7 +39,7 @@ created (i.e. a lightweight tag). A GnuPG signed tag object will be created when `-s` or `-u <keyid>` is used. When `-u <keyid>` is not used, the committer identity for the current user is used to find the -GnuPG key for signing. The configuration variable `gpg.program` +GnuPG key for signing. The configuration variable `gpg.program` is used to specify custom GnuPG binary. A tag containing a time-stamp according to RFC3161 will be created when `-t` is -- GitLab