whitespace only

This commit is contained in:
nickl- 2012-07-21 23:05:17 +02:00
parent e47d8d1a17
commit 2aeb45a160
3 changed files with 30 additions and 23 deletions

View file

@ -12,20 +12,22 @@
.SH "DESCRIPTION"
Shows the following information about a repository:
.
.br
1\. Remote Url(s)
.IP "1." 4
Remote Url(s)
.
.br
2\. Remote Branches
.IP "2." 4
Remote Branches
.
.br
3\. Local Branches
.IP "3." 4
Local Branches
.
.br
4\. Most recent commit
.IP "4." 4
Most recent commit
.
.br
5\. Configuration Info
.IP "5." 4
Configuration Info
.
.IP "" 0
.
.SH "OPTIONS"
N/A

View file

@ -80,12 +80,16 @@
<h2 id="DESCRIPTION">DESCRIPTION</h2>
<p>Shows the following information about a repository:<br />
1. Remote Url(s)<br />
2. Remote Branches<br />
3. Local Branches<br />
4. Most recent commit<br />
5. Configuration Info</p>
<p>Shows the following information about a repository:</p>
<ol>
<li>Remote Url(s)</li>
<li>Remote Branches</li>
<li>Local Branches</li>
<li>Most recent commit</li>
<li>Configuration Info</li>
</ol>
<h2 id="OPTIONS">OPTIONS</h2>
@ -141,7 +145,7 @@ branch.master.merge=refs/heads/master
<h2 id="AUTHOR">AUTHOR</h2>
<p>Written by Leila Muhtasib &lt;<a href="&#x6d;&#x61;&#x69;&#x6c;&#116;&#x6f;&#x3a;&#109;&#x75;&#104;&#116;&#97;&#x73;&#105;&#98;&#64;&#x67;&#x6d;&#x61;&#105;&#108;&#46;&#99;&#111;&#x6d;" data-bare-link="true">&#109;&#117;&#104;&#116;&#97;&#x73;&#x69;&#x62;&#x40;&#x67;&#x6d;&#97;&#105;&#x6c;&#x2e;&#99;&#x6f;&#x6d;</a>&gt;</p>
<p>Written by Leila Muhtasib &lt;<a href="&#109;&#x61;&#105;&#108;&#116;&#111;&#58;&#109;&#x75;&#x68;&#116;&#97;&#x73;&#105;&#98;&#x40;&#103;&#109;&#97;&#x69;&#108;&#46;&#x63;&#111;&#109;" data-bare-link="true">&#109;&#x75;&#104;&#x74;&#97;&#x73;&#x69;&#x62;&#64;&#x67;&#109;&#97;&#x69;&#108;&#x2e;&#99;&#111;&#x6d;</a>&gt;</p>
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>

View file

@ -7,12 +7,13 @@ git-info(1) -- Returns information on current repository
## DESCRIPTION
Shows the following information about a repository:
1. Remote Url(s)
2. Remote Branches
3. Local Branches
4. Most recent commit
5. Configuration Info
Shows the following information about a repository:
1. Remote Url(s)
2. Remote Branches
3. Local Branches
4. Most recent commit
5. Configuration Info
## OPTIONS