Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert L. Lash, IV <alash3@bloomberg.net>2014-02-09 00:41:35 +0400
committerJunio C Hamano <gitster@pobox.com>2014-02-11 23:03:07 +0400
commita2f69581ffc26fadb27bc29dd03074791a16d61e (patch)
tree35c68e470084e59c02daadfc2072de48061b8fa6 /Documentation/git-remote.txt
parent13f72a1d5faacfdfea43e2fd961cb4009206a605 (diff)
docs/git-remote: capitalize first word of initial blurb
All other man files have capitalized descriptions which immediately follow the command's name. Let's capitalize this one too for consistency. Signed-off-by: Albert L. Lash, IV <alash3@bloomberg.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-remote.txt')
-rw-r--r--Documentation/git-remote.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-remote.txt b/Documentation/git-remote.txt
index 2507c8bd91..cb103c8b6f 100644
--- a/Documentation/git-remote.txt
+++ b/Documentation/git-remote.txt
@@ -3,7 +3,7 @@ git-remote(1)
NAME
----
-git-remote - manage set of tracked repositories
+git-remote - Manage set of tracked repositories
SYNOPSIS