Documentation rebuild: git-extras.* updates

Re-orders git-clear/git-clear-soft and git-lock/git-locked due to
differences between the sorting by make and shell.
This commit is contained in:
Paul Wise 2018-05-09 11:05:39 +08:00
parent ba6d991851
commit 8b58e570cb
No known key found for this signature in database
GPG key ID: 3116BA5E9FFA69A3
3 changed files with 8 additions and 8 deletions

View file

@ -54,10 +54,10 @@ Self update\.
\fBgit\-chore(1)\fR Create chore branch
.
.IP "\(bu" 4
\fBgit\-clear(1)\fR Rigorously clean up a repository
\fBgit\-clear\-soft(1)\fR Soft clean up a repository
.
.IP "\(bu" 4
\fBgit\-clear\-soft(1)\fR Soft clean up a repository
\fBgit\-clear(1)\fR Rigorously clean up a repository
.
.IP "\(bu" 4
\fBgit\-commits\-since(1)\fR Show commit logs since some date
@ -126,10 +126,10 @@ Self update\.
\fBgit\-local\-commits(1)\fR List local commits
.
.IP "\(bu" 4
\fBgit\-locked(1)\fR ls files that have been locked
\fBgit\-lock(1)\fR Lock a file excluded from version control
.
.IP "\(bu" 4
\fBgit\-lock(1)\fR Lock a file excluded from version control
\fBgit\-locked(1)\fR ls files that have been locked
.
.IP "\(bu" 4
\fBgit\-merge\-into(1)\fR Merge one branch into another

View file

@ -102,8 +102,8 @@
<li> <strong><a class="man-ref" href="git-bulk.html">git-bulk<span class="s">(1)</span></a></strong> Run git commands on multiple repositories</li>
<li> <strong><a class="man-ref" href="git-changelog.html">git-changelog<span class="s">(1)</span></a></strong> Generate a changelog report</li>
<li> <strong><a class="man-ref" href="git-chore.html">git-chore<span class="s">(1)</span></a></strong> Create chore branch</li>
<li> <strong><a class="man-ref" href="git-clear.html">git-clear<span class="s">(1)</span></a></strong> Rigorously clean up a repository</li>
<li> <strong><a class="man-ref" href="git-clear-soft.html">git-clear-soft<span class="s">(1)</span></a></strong> Soft clean up a repository</li>
<li> <strong><a class="man-ref" href="git-clear.html">git-clear<span class="s">(1)</span></a></strong> Rigorously clean up a repository</li>
<li> <strong><a class="man-ref" href="git-commits-since.html">git-commits-since<span class="s">(1)</span></a></strong> Show commit logs since some date</li>
<li> <strong><a class="man-ref" href="git-contrib.html">git-contrib<span class="s">(1)</span></a></strong> Show user's contributions</li>
<li> <strong><a class="man-ref" href="git-count.html">git-count<span class="s">(1)</span></a></strong> Show commit count</li>
@ -126,8 +126,8 @@
<li> <strong><a class="man-ref" href="git-info.html">git-info<span class="s">(1)</span></a></strong> Returns information on current repository</li>
<li> <strong><a class="man-ref" href="git-line-summary.html">git-line-summary<span class="s">(1)</span></a></strong> Show repository summary by line</li>
<li> <strong><a class="man-ref" href="git-local-commits.html">git-local-commits<span class="s">(1)</span></a></strong> List local commits</li>
<li> <strong><a class="man-ref" href="git-locked.html">git-locked<span class="s">(1)</span></a></strong> ls files that have been locked</li>
<li> <strong><a class="man-ref" href="git-lock.html">git-lock<span class="s">(1)</span></a></strong> Lock a file excluded from version control</li>
<li> <strong><a class="man-ref" href="git-locked.html">git-locked<span class="s">(1)</span></a></strong> ls files that have been locked</li>
<li> <strong><a class="man-ref" href="git-merge-into.html">git-merge-into<span class="s">(1)</span></a></strong> Merge one branch into another</li>
<li> <strong><a class="man-ref" href="git-merge-repo.html">git-merge-repo<span class="s">(1)</span></a></strong> Merge two repo histories</li>
<li> <strong><a class="man-ref" href="git-missing.html">git-missing<span class="s">(1)</span></a></strong> Show commits missing from another branch</li>

View file

@ -29,8 +29,8 @@ git-extras(1) -- Awesome GIT utilities
- **git-bulk(1)** Run git commands on multiple repositories
- **git-changelog(1)** Generate a changelog report
- **git-chore(1)** Create chore branch
- **git-clear(1)** Rigorously clean up a repository
- **git-clear-soft(1)** Soft clean up a repository
- **git-clear(1)** Rigorously clean up a repository
- **git-commits-since(1)** Show commit logs since some date
- **git-contrib(1)** Show user's contributions
- **git-count(1)** Show commit count
@ -53,8 +53,8 @@ git-extras(1) -- Awesome GIT utilities
- **git-info(1)** Returns information on current repository
- **git-line-summary(1)** Show repository summary by line
- **git-local-commits(1)** List local commits
- **git-locked(1)** ls files that have been locked
- **git-lock(1)** Lock a file excluded from version control
- **git-locked(1)** ls files that have been locked
- **git-merge-into(1)** Merge one branch into another
- **git-merge-repo(1)** Merge two repo histories
- **git-missing(1)** Show commits missing from another branch