From: Albert L. Lash, IV Date: Sat, 8 Feb 2014 20:41:35 +0000 (-0500) Subject: docs/git-remote: capitalize first word of initial blurb X-Git-Tag: v2.0.0-rc0~151^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a2f69581ffc26fadb27bc29dd03074791a16d61e;p=thirdparty%2Fgit.git 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 Signed-off-by: Junio C Hamano --- 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