diff --git a/man/git-extras.1 b/man/git-extras.1 index 9405bb6..38db7f3 100644 --- a/man/git-extras.1 +++ b/man/git-extras.1 @@ -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 . diff --git a/man/git-extras.html b/man/git-extras.html index 666bb5e..f4e7f6e 100644 --- a/man/git-extras.html +++ b/man/git-extras.html @@ -79,40 +79,40 @@

COMMANDS

AUTHOR

-

Written by Tj Holowaychuk <tj@vision-media.ca>

+

Written by Tj Holowaychuk <tj@vision-media.ca>

REPORTING BUGS

-

<http://github.com/visionmedia/git-extras/issues>

+

<http://github.com/visionmedia/git-extras/issues>

SEE ALSO

-

<http://github.com/visionmedia/git-extras>

+

<http://github.com/visionmedia/git-extras>

  1. -
  2. June 2012
  3. +
  4. July 2012
  5. git-extras(1)
diff --git a/man/git-extras.md b/man/git-extras.md index f0c60f6..da72783 100644 --- a/man/git-extras.md +++ b/man/git-extras.md @@ -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 diff --git a/man/index.txt b/man/index.txt new file mode 100644 index 0000000..759a3d7 --- /dev/null +++ b/man/index.txt @@ -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 +