mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Merge pull request #128 from nickl-/git-extras-html-hyperlinks
help ronn make hyperlinks.
This commit is contained in:
commit
515e94a0cd
|
|
@ -1,7 +1,7 @@
|
|||
.\" generated with Ronn/v0.7.3
|
||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||
.
|
||||
.TH "GIT\-EXTRAS" "1" "June 2012" "" ""
|
||||
.TH "GIT\-EXTRAS" "1" "July 2012" "" ""
|
||||
.
|
||||
.SH "NAME"
|
||||
\fBgit\-extras\fR \- Awesome GIT utilities
|
||||
|
|
@ -12,49 +12,49 @@
|
|||
.SH "COMMANDS"
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
\fBgit\-changelog\fR changelog population
|
||||
\fBgit\-changelog(1)\fR changelog population
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
\fBgit\-commits\-since\fR show commit logs since some date
|
||||
\fBgit\-commits\-since(1)\fR show commit logs since some date
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
\fBgit\-contrib\fR show a user\'s contribution
|
||||
\fBgit\-contrib(1)\fR show a user\'s contribution
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
\fBgit\-count\fR show commit count
|
||||
\fBgit\-count(1)\fR show commit count
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
\fBgit\-effort\fR show effort statistics on file(s)
|
||||
\fBgit\-effort(1)\fR show effort statistics on file(s)
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
\fBgit\-fresh\-branch\fR create fresh branches
|
||||
\fBgit\-fresh\-branch(1)\fR create fresh branches
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
\fBgit\-graft\fR merge and destroy a given branch
|
||||
\fBgit\-graft(1)\fR merge and destroy a given branch
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
\fBgit\-ignore\fR add \.gitignore patterns
|
||||
\fBgit\-ignore(1)\fR add \.gitignore patterns
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
\fBgit\-release\fR commit, tag and push changes to the repository
|
||||
\fBgit\-release(1)\fR commit, tag and push changes to the repository
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
\fBgit\-setup\fR set up a git repository with initial commit
|
||||
\fBgit\-setup(1)\fR set up a git repository with initial commit
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
\fBgit\-repl\fR GIT read\-eval\-print\-loop
|
||||
\fBgit\-repl(1)\fR GIT read\-eval\-print\-loop
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
\fBgit\-summary\fR repository summary & contrib
|
||||
\fBgit\-summary(1)\fR repository summary & contrib
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
\fBgit\-touch\fR touch and add file to the index
|
||||
\fBgit\-touch(1)\fR touch and add file to the index
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
\fBgit\-undo\fR undo one or more of the latest commits
|
||||
\fBgit\-undo(1)\fR undo one or more of the latest commits
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
\fBgit\-info\fR show information about the repository
|
||||
\fBgit\-info(1)\fR show information about the repository
|
||||
.
|
||||
.IP "" 0
|
||||
.
|
||||
|
|
|
|||
|
|
@ -79,40 +79,40 @@
|
|||
<h2 id="COMMANDS">COMMANDS</h2>
|
||||
|
||||
<ul>
|
||||
<li> <code>git-changelog</code> changelog population</li>
|
||||
<li> <code>git-commits-since</code> show commit logs since some date</li>
|
||||
<li> <code>git-contrib</code> show a user's contribution</li>
|
||||
<li> <code>git-count</code> show commit count</li>
|
||||
<li> <code>git-effort</code> show effort statistics on file(s)</li>
|
||||
<li> <code>git-fresh-branch</code> create fresh branches</li>
|
||||
<li> <code>git-graft</code> merge and destroy a given branch</li>
|
||||
<li> <code>git-ignore</code> add .gitignore patterns</li>
|
||||
<li> <code>git-release</code> commit, tag and push changes to the repository</li>
|
||||
<li> <code>git-setup</code> set up a git repository with initial commit</li>
|
||||
<li> <code>git-repl</code> GIT read-eval-print-loop</li>
|
||||
<li> <code>git-summary</code> repository summary & contrib</li>
|
||||
<li> <code>git-touch</code> touch and add file to the index</li>
|
||||
<li> <code>git-undo</code> undo one or more of the latest commits</li>
|
||||
<li> <code>git-info</code> show information about the repository</li>
|
||||
<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 & 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>
|
||||
</ul>
|
||||
|
||||
|
||||
<h2 id="AUTHOR">AUTHOR</h2>
|
||||
|
||||
<p>Written by Tj Holowaychuk <<a data-bare-link="true" href="mailto:tj@vision-media.ca">tj@vision-media.ca</a>></p>
|
||||
<p>Written by Tj Holowaychuk <<a href="mailto:tj@vision-media.ca" data-bare-link="true">tj@vision-media.ca</a>></p>
|
||||
|
||||
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>
|
||||
|
||||
<p><<a data-bare-link="true" href="http://github.com/visionmedia/git-extras/issues">http://github.com/visionmedia/git-extras/issues</a>></p>
|
||||
<p><<a href="http://github.com/visionmedia/git-extras/issues" data-bare-link="true">http://github.com/visionmedia/git-extras/issues</a>></p>
|
||||
|
||||
<h2 id="SEE-ALSO">SEE ALSO</h2>
|
||||
|
||||
<p><<a data-bare-link="true" href="http://github.com/visionmedia/git-extras">http://github.com/visionmedia/git-extras</a>></p>
|
||||
<p><<a href="http://github.com/visionmedia/git-extras" data-bare-link="true">http://github.com/visionmedia/git-extras</a>></p>
|
||||
|
||||
|
||||
<ol class='man-decor man-foot man foot'>
|
||||
<li class='tl'></li>
|
||||
<li class='tc'>June 2012</li>
|
||||
<li class='tc'>July 2012</li>
|
||||
<li class='tr'>git-extras(1)</li>
|
||||
</ol>
|
||||
|
||||
|
|
|
|||
|
|
@ -7,21 +7,21 @@ git-extras(1) -- Awesome GIT utilities
|
|||
|
||||
## COMMANDS
|
||||
|
||||
- `git-changelog` changelog population
|
||||
- `git-commits-since` show commit logs since some date
|
||||
- `git-contrib` show a user's contribution
|
||||
- `git-count` show commit count
|
||||
- `git-effort` show effort statistics on file(s)
|
||||
- `git-fresh-branch` create fresh branches
|
||||
- `git-graft` merge and destroy a given branch
|
||||
- `git-ignore` add .gitignore patterns
|
||||
- `git-release` commit, tag and push changes to the repository
|
||||
- `git-setup` set up a git repository with initial commit
|
||||
- `git-repl` GIT read-eval-print-loop
|
||||
- `git-summary` repository summary & contrib
|
||||
- `git-touch` touch and add file to the index
|
||||
- `git-undo` undo one or more of the latest commits
|
||||
- `git-info` show information about the repository
|
||||
- **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
|
||||
|
||||
## AUTHOR
|
||||
|
||||
|
|
|
|||
17
man/index.txt
Normal file
17
man/index.txt
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# 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
|
||||
|
||||
Loading…
Reference in a new issue