diff --git a/man/git-extras.1 b/man/git-extras.1 index b7d145a..0aa2426 100644 --- a/man/git-extras.1 +++ b/man/git-extras.1 @@ -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 diff --git a/man/git-extras.html b/man/git-extras.html index 9d1b4c3..8be89cf 100644 --- a/man/git-extras.html +++ b/man/git-extras.html @@ -102,8 +102,8 @@
  • 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
  • @@ -126,8 +126,8 @@
  • 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
  • diff --git a/man/git-extras.md b/man/git-extras.md index 42818b6..3698039 100644 --- a/man/git-extras.md +++ b/man/git-extras.md @@ -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