mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
whitespace only
This commit is contained in:
parent
e47d8d1a17
commit
2aeb45a160
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 <<a href="mailto:muhtasib@gmail.com" data-bare-link="true">muhtasib@gmail.com</a>></p>
|
||||
<p>Written by Leila Muhtasib <<a href="mailto:muhtasib@gmail.com" data-bare-link="true">muhtasib@gmail.com</a>></p>
|
||||
|
||||
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue