The complete index of all available documents.

This commit is contained in:
nickl- 2012-07-21 23:22:32 +02:00
parent 7007b6e6e5
commit b7fe4c123a
4 changed files with 199 additions and 62 deletions

View file

@ -9,52 +9,115 @@
.SH "SYNOPSIS"
\fBgit\-extras\fR [\-v,\-\-version] [\-h,\-\-help] [update]
.
.SH "OPTIONS"
\-v, \-\-version
.
.P
Show git\-extras version number\.
.
.P
\-h, \-\-help
.
.P
Show this help\. This option can also be used for any of the extras commands\.
.
.P
update
.
.P
Self update\.
.
.SH "COMMANDS"
.
.IP "\(bu" 4
\fBgit\-changelog(1)\fR changelog population
\fBgit\-alias(1)\fR Define, search and show aliases
.
.IP "\(bu" 4
\fBgit\-commits\-since(1)\fR show commit logs since some date
\fBgit\-back(1)\fR Undo and Stage latest commits
.
.IP "\(bu" 4
\fBgit\-contrib(1)\fR show a user\'s contribution
\fBgit\-bug(1)\fR Create bug branch
.
.IP "\(bu" 4
\fBgit\-count(1)\fR show commit count
\fBgit\-changelog(1)\fR Generate the changelog report
.
.IP "\(bu" 4
\fBgit\-effort(1)\fR show effort statistics on file(s)
\fBgit\-commits\-since(1)\fR Show commit logs since some date
.
.IP "\(bu" 4
\fBgit\-fresh\-branch(1)\fR create fresh branches
\fBgit\-contrib(1)\fR Show user\'s contributions
.
.IP "\(bu" 4
\fBgit\-graft(1)\fR merge and destroy a given branch
\fBgit\-count(1)\fR Show commit count
.
.IP "\(bu" 4
\fBgit\-ignore(1)\fR add \.gitignore patterns
\fBgit\-create\-branch(1)\fR Create branches
.
.IP "\(bu" 4
\fBgit\-release(1)\fR commit, tag and push changes to the repository
\fBgit\-delete\-branch(1)\fR Delete branches
.
.IP "\(bu" 4
\fBgit\-setup(1)\fR set up a git repository with initial commit
\fBgit\-delete\-merged\-branches(1)\fR Delete merged branches
.
.IP "\(bu" 4
\fBgit\-repl(1)\fR GIT read\-eval\-print\-loop
\fBgit\-delete\-submodule(1)\fR Delete submodules
.
.IP "\(bu" 4
\fBgit\-summary(1)\fR repository summary & contrib
\fBgit\-delete\-tag(1)\fR Delete tags
.
.IP "\(bu" 4
\fBgit\-touch(1)\fR touch and add file to the index
\fBgit\-effort(1)\fR Show effort statistics on file(s)
.
.IP "\(bu" 4
\fBgit\-undo(1)\fR undo one or more of the latest commits
\fBgit\-feature(1)\fR Create feature branch
.
.IP "\(bu" 4
\fBgit\-info(1)\fR show information about the repository
\fBgit\-fresh\-branch(1)\fR Create fresh branches
.
.IP "\(bu" 4
\fBgit\-gh\-pages(1)\fR Create the GitHub Pages branch
.
.IP "\(bu" 4
\fBgit\-graft(1)\fR Merge and destroy a given branch
.
.IP "\(bu" 4
\fBgit\-ignore(1)\fR Add \.gitignore patterns
.
.IP "\(bu" 4
\fBgit\-info(1)\fR Returns information on current repository
.
.IP "\(bu" 4
\fBgit\-local\-commits(1)\fR List local commits
.
.IP "\(bu" 4
\fBgit\-refactor(1)\fR Create refactor branch
.
.IP "\(bu" 4
\fBgit\-release(1)\fR Commit, tag and push changes to the repository
.
.IP "\(bu" 4
\fBgit\-rename\-tag(1)\fR Rename a tag
.
.IP "\(bu" 4
\fBgit\-repl(1)\fR git read\-eval\-print\-loop
.
.IP "\(bu" 4
\fBgit\-setup(1)\fR Set up a git repository
.
.IP "\(bu" 4
\fBgit\-show\-tree(1)\fR show branch tree of commit history
.
.IP "\(bu" 4
\fBgit\-squash(1)\fR Import changes form a branch
.
.IP "\(bu" 4
\fBgit\-summary(1)\fR Show repository summary
.
.IP "\(bu" 4
\fBgit\-touch(1)\fR Touch and add file to the index
.
.IP "\(bu" 4
\fBgit\-undo(1)\fR Remove latest commits
.
.IP "" 0
.

View file

@ -55,6 +55,7 @@
<div class='man-navigation' style='display:none'>
<a href="#NAME">NAME</a>
<a href="#SYNOPSIS">SYNOPSIS</a>
<a href="#OPTIONS">OPTIONS</a>
<a href="#COMMANDS">COMMANDS</a>
<a href="#AUTHOR">AUTHOR</a>
<a href="#REPORTING-BUGS">REPORTING BUGS</a>
@ -76,30 +77,59 @@
<p><code>git-extras</code> [-v,--version] [-h,--help] [update]</p>
<h2 id="OPTIONS">OPTIONS</h2>
<p> -v, --version</p>
<p> Show git-extras version number.</p>
<p> -h, --help</p>
<p> Show this help. This option can also be used for any of the extras commands.</p>
<p> update</p>
<p> Self update.</p>
<h2 id="COMMANDS">COMMANDS</h2>
<ul>
<li> <strong><a class="man-ref" href="git-changelog.html">git-changelog<span class="s">(1)</span></a></strong> changelog population</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 a user's contribution</li>
<li> <strong><a class="man-ref" href="git-count.html">git-count<span class="s">(1)</span></a></strong> show commit count</li>
<li> <strong><a class="man-ref" href="git-effort.html">git-effort<span class="s">(1)</span></a></strong> show effort statistics on file(s)</li>
<li> <strong><a class="man-ref" href="git-fresh-branch.html">git-fresh-branch<span class="s">(1)</span></a></strong> create fresh branches</li>
<li> <strong><a class="man-ref" href="git-graft.html">git-graft<span class="s">(1)</span></a></strong> merge and destroy a given branch</li>
<li> <strong><a class="man-ref" href="git-ignore.html">git-ignore<span class="s">(1)</span></a></strong> add .gitignore patterns</li>
<li> <strong><a class="man-ref" href="git-release.html">git-release<span class="s">(1)</span></a></strong> commit, tag and push changes to the repository</li>
<li> <strong><a class="man-ref" href="git-setup.html">git-setup<span class="s">(1)</span></a></strong> set up a git repository with initial commit</li>
<li> <strong><a class="man-ref" href="git-repl.html">git-repl<span class="s">(1)</span></a></strong> GIT read-eval-print-loop</li>
<li> <strong><a class="man-ref" href="git-summary.html">git-summary<span class="s">(1)</span></a></strong> repository summary &amp; contrib</li>
<li> <strong><a class="man-ref" href="git-touch.html">git-touch<span class="s">(1)</span></a></strong> touch and add file to the index</li>
<li> <strong><a class="man-ref" href="git-undo.html">git-undo<span class="s">(1)</span></a></strong> undo one or more of the latest commits</li>
<li> <strong><a class="man-ref" href="git-info.html">git-info<span class="s">(1)</span></a></strong> show information about the repository</li>
<li> <strong><a class="man-ref" href="git-alias.html">git-alias<span class="s">(1)</span></a></strong> Define, search and show aliases</li>
<li> <strong><a class="man-ref" href="git-back.html">git-back<span class="s">(1)</span></a></strong> Undo and Stage latest commits</li>
<li> <strong><a class="man-ref" href="git-bug.html">git-bug<span class="s">(1)</span></a></strong> Create bug branch</li>
<li> <strong><a class="man-ref" href="git-changelog.html">git-changelog<span class="s">(1)</span></a></strong> Generate the changelog report</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>
<li> <strong><a class="man-ref" href="git-create-branch.html">git-create-branch<span class="s">(1)</span></a></strong> Create branches</li>
<li> <strong><a class="man-ref" href="git-delete-branch.html">git-delete-branch<span class="s">(1)</span></a></strong> Delete branches</li>
<li> <strong><a class="man-ref" href="git-delete-merged-branches.html">git-delete-merged-branches<span class="s">(1)</span></a></strong> Delete merged branches</li>
<li> <strong><a class="man-ref" href="git-delete-submodule.html">git-delete-submodule<span class="s">(1)</span></a></strong> Delete submodules</li>
<li> <strong><a class="man-ref" href="git-delete-tag.html">git-delete-tag<span class="s">(1)</span></a></strong> Delete tags</li>
<li> <strong><a class="man-ref" href="git-effort.html">git-effort<span class="s">(1)</span></a></strong> Show effort statistics on file(s)</li>
<li> <strong><a class="man-ref" href="git-feature.html">git-feature<span class="s">(1)</span></a></strong> Create feature branch</li>
<li> <strong><a class="man-ref" href="git-fresh-branch.html">git-fresh-branch<span class="s">(1)</span></a></strong> Create fresh branches</li>
<li> <strong><a class="man-ref" href="git-gh-pages.html">git-gh-pages<span class="s">(1)</span></a></strong> Create the GitHub Pages branch</li>
<li> <strong><a class="man-ref" href="git-graft.html">git-graft<span class="s">(1)</span></a></strong> Merge and destroy a given branch</li>
<li> <strong><a class="man-ref" href="git-ignore.html">git-ignore<span class="s">(1)</span></a></strong> Add .gitignore patterns</li>
<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-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-refactor.html">git-refactor<span class="s">(1)</span></a></strong> Create refactor branch</li>
<li> <strong><a class="man-ref" href="git-release.html">git-release<span class="s">(1)</span></a></strong> Commit, tag and push changes to the repository</li>
<li> <strong><a class="man-ref" href="git-rename-tag.html">git-rename-tag<span class="s">(1)</span></a></strong> Rename a tag</li>
<li> <strong><a class="man-ref" href="git-repl.html">git-repl<span class="s">(1)</span></a></strong> git read-eval-print-loop</li>
<li> <strong><a class="man-ref" href="git-setup.html">git-setup<span class="s">(1)</span></a></strong> Set up a git repository</li>
<li> <strong><a class="man-ref" href="git-show-tree.html">git-show-tree<span class="s">(1)</span></a></strong> show branch tree of commit history</li>
<li> <strong><a class="man-ref" href="git-squash.html">git-squash<span class="s">(1)</span></a></strong> Import changes form a branch</li>
<li> <strong><a class="man-ref" href="git-summary.html">git-summary<span class="s">(1)</span></a></strong> Show repository summary</li>
<li> <strong><a class="man-ref" href="git-touch.html">git-touch<span class="s">(1)</span></a></strong> Touch and add file to the index</li>
<li> <strong><a class="man-ref" href="git-undo.html">git-undo<span class="s">(1)</span></a></strong> Remove latest commits</li>
</ul>
<h2 id="AUTHOR">AUTHOR</h2>
<p>Written by Tj Holowaychuk &lt;<a href="&#x6d;&#x61;&#105;&#108;&#116;&#111;&#x3a;&#116;&#x6a;&#x40;&#118;&#x69;&#x73;&#105;&#111;&#x6e;&#45;&#x6d;&#101;&#100;&#x69;&#97;&#46;&#x63;&#97;" data-bare-link="true">&#x74;&#x6a;&#64;&#x76;&#105;&#115;&#105;&#x6f;&#110;&#45;&#109;&#101;&#x64;&#105;&#97;&#46;&#99;&#x61;</a>&gt;</p>
<p>Written by Tj Holowaychuk &lt;<a href="&#109;&#97;&#105;&#x6c;&#x74;&#111;&#x3a;&#116;&#x6a;&#x40;&#118;&#105;&#x73;&#105;&#111;&#x6e;&#x2d;&#x6d;&#101;&#100;&#x69;&#97;&#46;&#99;&#x61;" data-bare-link="true">&#116;&#106;&#64;&#x76;&#105;&#115;&#105;&#111;&#x6e;&#x2d;&#109;&#x65;&#100;&#105;&#x61;&#x2e;&#99;&#x61;</a>&gt;</p>
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>

View file

@ -5,23 +5,52 @@ git-extras(1) -- Awesome GIT utilities
`git-extras` [-v,--version] [-h,--help] [update]
## OPTIONS
-v, --version
Show git-extras version number.
-h, --help
Show this help. This option can also be used for any of the extras commands.
update
Self update.
## COMMANDS
- **git-changelog(1)** changelog population
- **git-commits-since(1)** show commit logs since some date
- **git-contrib(1)** show a user's contribution
- **git-count(1)** show commit count
- **git-effort(1)** show effort statistics on file(s)
- **git-fresh-branch(1)** create fresh branches
- **git-graft(1)** merge and destroy a given branch
- **git-ignore(1)** add .gitignore patterns
- **git-release(1)** commit, tag and push changes to the repository
- **git-setup(1)** set up a git repository with initial commit
- **git-repl(1)** GIT read-eval-print-loop
- **git-summary(1)** repository summary & contrib
- **git-touch(1)** touch and add file to the index
- **git-undo(1)** undo one or more of the latest commits
- **git-info(1)** show information about the repository
- **git-alias(1)** Define, search and show aliases
- **git-back(1)** Undo and Stage latest commits
- **git-bug(1)** Create bug branch
- **git-changelog(1)** Generate the changelog report
- **git-commits-since(1)** Show commit logs since some date
- **git-contrib(1)** Show user's contributions
- **git-count(1)** Show commit count
- **git-create-branch(1)** Create branches
- **git-delete-branch(1)** Delete branches
- **git-delete-merged-branches(1)** Delete merged branches
- **git-delete-submodule(1)** Delete submodules
- **git-delete-tag(1)** Delete tags
- **git-effort(1)** Show effort statistics on file(s)
- **git-feature(1)** Create feature branch
- **git-fresh-branch(1)** Create fresh branches
- **git-gh-pages(1)** Create the GitHub Pages branch
- **git-graft(1)** Merge and destroy a given branch
- **git-ignore(1)** Add .gitignore patterns
- **git-info(1)** Returns information on current repository
- **git-local-commits(1)** List local commits
- **git-refactor(1)** Create refactor branch
- **git-release(1)** Commit, tag and push changes to the repository
- **git-rename-tag(1)** Rename a tag
- **git-repl(1)** git read-eval-print-loop
- **git-setup(1)** Set up a git repository
- **git-show-tree(1)** show branch tree of commit history
- **git-squash(1)** Import changes form a branch
- **git-summary(1)** Show repository summary
- **git-touch(1)** Touch and add file to the index
- **git-undo(1)** Remove latest commits
## AUTHOR

View file

@ -1,17 +1,32 @@
# manuals
git-changelog(1) git-changelog
git-commits-since(1) git-commits-since
git-contrib(1) git-contrib
git-count(1) git-count
git-effort(1) git-effort
git-fresh-branch(1) git-fresh-branch
git-graft(1) git-graft
git-ignore(1) git-ignore
git-release(1) git-release
git-setup(1) git-setup
git-repl(1) git-repl
git-summary(1) git-summary
git-touch(1) git-touch
git-undo(1) git-undo
git-info(1) git-info
git-alias(1) git-alias
git-back(1) git-back
git-bug(1) git-bug
git-changelog(1) git-changelog
git-commits-since(1) git-commits-since
git-contrib(1) git-contrib
git-count(1) git-count
git-create-branch(1) git-create-branch
git-delete-branch(1) git-delete-branch
git-delete-merged-branches(1) git-delete-merged-branches
git-delete-submodule(1) git-delete-submodule
git-delete-tag(1) git-delete-tag
git-effort(1) git-effort
git-extras(1) git-extras
git-feature(1) git-feature
git-fresh-branch(1) git-fresh-branch
git-gh-pages(1) git-gh-pages
git-graft(1) git-graft
git-ignore(1) git-ignore
git-info(1) git-info
git-local-commits(1) git-local-commits
git-refactor(1) git-refactor
git-release(1) git-release
git-rename-tag(1) git-rename-tag
git-repl(1) git-repl
git-setup(1) git-setup
git-show-tree(1) git-show-tree
git-squash(1) git-squash
git-summary(1) git-summary
git-touch(1) git-touch
git-undo(1) git-undo