diff --git a/man/git-alias.1 b/man/git-alias.1
index d009922..06806b2 100644
--- a/man/git-alias.1
+++ b/man/git-alias.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "GIT\-ALIAS" "1" "August 2015" "" ""
+.TH "GIT\-ALIAS" "1" "December 2015" "" ""
.
.SH "NAME"
\fBgit\-alias\fR \- Define, search and show aliases
diff --git a/man/git-alias.1.html b/man/git-alias.1.html
deleted file mode 100644
index 384b4e9..0000000
--- a/man/git-alias.1.html
+++ /dev/null
@@ -1,145 +0,0 @@
-
-
-
-
-
- git-alias(1) - Define, search and show aliases
-
-
-
-
-
-
-
-
-
- - git-alias(1)
-
- - git-alias(1)
-
-
-
NAME
-
- git-alias - Define, search and show aliases
-
-
-
SYNOPSIS
-
-
git-alias
-git-alias <search-pattern>
-git-alias <alias-name> <command>
-
-
DESCRIPTION
-
-
List all aliases, show one alias, or set one (global) alias.
-
-
OPTIONS
-
-
<search-pattern>
-
-
The pattern used to search aliases.
-
-
<alias-name>
-
-
The name of the alias to create.
-
-
<command>
-
-
The command for which you are creating an alias.
-
-
EXAMPLES
-
-
Defining a new alias:
-
-
$ git alias last "cat-file commit HEAD"
-
-
-
Providing only one argument, git-alias searchs for aliases matching the given value:
-
-
$ git alias ^la
-last = cat-file commit HEAD
-
-
-
git-alias will show all aliases if no argument is given:
-
-
$ git alias
-s = status
-amend = commit --amend
-rank = shortlog -sn --no-merges
-whatis = show -s --pretty='tformat:%h (%s, %ad)' --date=short
-whois = !sh -c 'git log -i -1 --pretty="format:%an <%ae>
-
-
-
AUTHOR
-
-
Written by Jonhnny Weslley <jw@jonhnnyweslley.net>
-
-
REPORTING BUGS
-
-
<https://github.com/tj/git-extras/issues>
-
-
SEE ALSO
-
-
<https://github.com/tj/git-extras>
-
-
-
-
-
-
-
diff --git a/man/git-alias.html b/man/git-alias.html
index e657837..e00864a 100644
--- a/man/git-alias.html
+++ b/man/git-alias.html
@@ -65,7 +65,7 @@
- git-alias(1)
- - Git Extras
+
- git-alias(1)
@@ -77,7 +77,7 @@
SYNOPSIS
git-alias
-git-alias <search-term>
+git-alias <search-pattern>
git-alias <alias-name> <command>
DESCRIPTION
@@ -86,7 +86,7 @@
OPTIONS
- <search-term>
+ <search-pattern>
The pattern used to search aliases.
@@ -123,7 +123,7 @@ whois = !sh -c 'git log -i -1 --pretty="format:%an <%ae>
AUTHOR
-Written by Jonhnny Weslley <jw@jonhnnyweslley.net>
+Written by Jonhnny Weslley <jw@jonhnnyweslley.net>
REPORTING BUGS
@@ -136,7 +136,7 @@ whois = !sh -c 'git log -i -1 --pretty="format:%an <%ae>
diff --git a/man/git-archive-file.1 b/man/git-archive-file.1
index bf84acb..4846577 100644
--- a/man/git-archive-file.1
+++ b/man/git-archive-file.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "GIT\-ARCHIVE\-FILE" "1" "April 2015" "" ""
+.TH "GIT\-ARCHIVE\-FILE" "1" "December 2015" "" ""
.
.SH "NAME"
\fBgit\-archive\-file\fR \- Export the current HEAD of the git repository to a archive
diff --git a/man/git-archive-file.html b/man/git-archive-file.html
index b55728b..bcd98a4 100644
--- a/man/git-archive-file.html
+++ b/man/git-archive-file.html
@@ -98,7 +98,7 @@
AUTHOR
-Written by Philipp Klose <me@thehippo.de>
+Written by Philipp Klose <me@thehippo.de>
REPORTING BUGS
@@ -111,7 +111,7 @@
diff --git a/man/git-authors.1 b/man/git-authors.1
index 15f1d1e..391b772 100644
--- a/man/git-authors.1
+++ b/man/git-authors.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "GIT\-AUTHORS" "1" "April 2015" "" ""
+.TH "GIT\-AUTHORS" "1" "December 2015" "" ""
.
.SH "NAME"
\fBgit\-authors\fR \- Generate authors report
@@ -35,8 +35,21 @@ Listing authors:
.IP
$ git authors \-\-list
.
-.IP
-\fBTJ Holowaychuk Tj Holowaychuk hemanth\.hm Jonhnny Weslley nickl\- Leila Muhtasib \fR
+.IP "" 4
+.
+.nf
+
+TJ Holowaychuk
+Tj Holowaychuk
+hemanth\.hm
+Jonhnny Weslley
+nickl\-
+Leila Muhtasib
+.
+.fi
+.
+.IP "" 0
+
.
.SH "AUTHOR"
Written by Titus Wormer <\fItituswormer@gmail\.com\fR>
diff --git a/man/git-authors.html b/man/git-authors.html
index de18ecf..d67bf7f 100644
--- a/man/git-authors.html
+++ b/man/git-authors.html
@@ -101,20 +101,19 @@
$ git authors --list
-
-TJ Holowaychuk <tj@vision-media.ca>
+TJ Holowaychuk <tj@vision-media.ca>
Tj Holowaychuk <tj@vision-media.ca>
hemanth.hm <hemanth.hm@gmail.com>
Jonhnny Weslley <jw@jonhnnyweslley.net>
nickl- <github@jigsoft.co.za>
Leila Muhtasib <muhtasib@gmail.com>
-
+
AUTHOR
-Written by Titus Wormer <tituswormer@gmail.com>
+Written by Titus Wormer <tituswormer@gmail.com>
REPORTING BUGS
@@ -127,7 +126,7 @@ Leila Muhtasib <muhtasib@gmail.com>
diff --git a/man/git-back.1 b/man/git-back.1
index b06cc94..b88a83d 100644
--- a/man/git-back.1
+++ b/man/git-back.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "GIT\-BACK" "1" "April 2015" "" ""
+.TH "GIT\-BACK" "1" "December 2015" "" ""
.
.SH "NAME"
\fBgit\-back\fR \- Undo and Stage latest commits
diff --git a/man/git-back.html b/man/git-back.html
index abe392c..8ff46e6 100644
--- a/man/git-back.html
+++ b/man/git-back.html
@@ -102,7 +102,7 @@
AUTHOR
-Written by Kenneth Reitz <me@kennethreitz.com>
+Written by Kenneth Reitz <me@kennethreitz.com>
REPORTING BUGS
@@ -115,7 +115,7 @@
diff --git a/man/git-bug.1 b/man/git-bug.1
index 51606f8..bf3670a 100644
--- a/man/git-bug.1
+++ b/man/git-bug.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "GIT\-BUG" "1" "April 2015" "" ""
+.TH "GIT\-BUG" "1" "December 2015" "" ""
.
.SH "NAME"
\fBgit\-bug\fR \- Create bug branch
diff --git a/man/git-bug.html b/man/git-bug.html
index 2c5fb6f..b7c0917 100644
--- a/man/git-bug.html
+++ b/man/git-bug.html
@@ -104,7 +104,7 @@ $ git bug finish bug-123456
AUTHOR
-Written by Jesús Espino <jespinog@gmail.com>
+Written by Jesús Espino <jespinog@gmail.com>
REPORTING BUGS
@@ -117,7 +117,7 @@ $ git bug finish bug-123456
diff --git a/man/git-changelog.1 b/man/git-changelog.1
index 023ad32..e14c537 100644
--- a/man/git-changelog.1
+++ b/man/git-changelog.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "GIT\-CHANGELOG" "1" "October 2015" "" "Git Extras"
+.TH "GIT\-CHANGELOG" "1" "December 2015" "" ""
.
.SH "NAME"
\fBgit\-changelog\fR \- Generate a changelog report
diff --git a/man/git-changelog.html b/man/git-changelog.html
index ef6bc11..dca780d 100644
--- a/man/git-changelog.html
+++ b/man/git-changelog.html
@@ -65,7 +65,7 @@
- git-changelog(1)
- - Git Extras
+
- git-changelog(1)
@@ -163,7 +163,7 @@
AUTHOR
-Written by Mark Eissler <mark@mixtur.com>
+Written by Mark Eissler <mark@mixtur.com>
REPORTING BUGS
@@ -176,7 +176,7 @@
diff --git a/man/git-chore.1 b/man/git-chore.1
index 783a78c..d557f46 100644
--- a/man/git-chore.1
+++ b/man/git-chore.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "GIT\-CHORE" "1" "April 2015" "" ""
+.TH "GIT\-CHORE" "1" "December 2015" "" ""
.
.SH "NAME"
\fBgit\-chore\fR \- Create chore branch
diff --git a/man/git-chore.html b/man/git-chore.html
index bce7447..cbe6b07 100644
--- a/man/git-chore.html
+++ b/man/git-chore.html
@@ -104,7 +104,7 @@ $ git chore finish chore-123456
AUTHOR
-Written by Chris Hall <christopher.k.hall@gmail.com> from bug/feature/refactor comamnds originally written by Jesús Espino <jespinog@gmail.com>
+Written by Chris Hall <christopher.k.hall@gmail.com> from bug/feature/refactor comamnds originally written by Jesús Espino <jespinog@gmail.com>
REPORTING BUGS
@@ -117,7 +117,7 @@ $ git chore finish chore-123456
diff --git a/man/git-clear.1 b/man/git-clear.1
index 44f961a..15a5bb1 100644
--- a/man/git-clear.1
+++ b/man/git-clear.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "GIT\-CLEAR" "1" "August 2015" "" ""
+.TH "GIT\-CLEAR" "1" "December 2015" "" ""
.
.SH "NAME"
\fBgit\-clear\fR \- Rigorously clean up a repository
@@ -10,9 +10,7 @@
\fBgit\-clear\fR
.
.SH "DESCRIPTION"
-Clears the repository to a state that it looks as if it was freshly cloned
-with the current HEAD. Basically it is a git-reset --hard together with
-deletion of all untracked files that reside inside the working directory.
+Clears the repository to a state that it looks as if it was freshly cloned with the current HEAD\. Basically it is a git\-reset \-\-hard together with deletion of all untracked files that reside inside the working directory\.
.
.SH "EXAMPLES"
Clears the repo\.
@@ -21,27 +19,14 @@ Clears the repo\.
.
.nf
-$ git clear
-.
-.fi
-.
-.IP "" 0
-.
-.P
-Remove the latest 3 commits:
-.
-.IP "" 4
-.
-.nf
-
-$ git back 3
+$ git clear
.
.fi
.
.IP "" 0
.
.SH "AUTHOR"
-Written by Daniel Brendle <\fIgrindhold@gmx\.net\fR>
+Written by Daniel \'grindhold\' Brendle <\fIgrindhold@gmx\.net\fR>
.
.SH "REPORTING BUGS"
<\fIhttps://github\.com/tj/git\-extras/issues\fR>
diff --git a/man/git-clear.html b/man/git-clear.html
index fd7c6b8..4002b54 100644
--- a/man/git-clear.html
+++ b/man/git-clear.html
@@ -3,7 +3,7 @@
- git-clear(1) - Undo and Stage latest commits
+ git-clear(1) - Rigorously clean up a repository
-
-
-
-
-
-
-
-
- - git-feature(1)
-
- - git-feature(1)
-
-
-
NAME
-
- git-feature - Create/Merge feature branch
-
-
-
SYNOPSIS
-
-
git-feature [-a|--alias branch_prefix] [finish] <name>
-
-
DESCRIPTION
-
-
Create/Merge the given feature branch
-
-
OPTIONS
-
-
<-a|--alias branch_prefix>
-
-
use branch_prefix instead of feature
-
-
<finish>
-
-
Merge and delete the feature branch.
-
-
<name>
-
-
The name of the feature branch.
-
-
EXAMPLES
-
-
$ git feature dependencies
-...
-$ (feature/dependencies) git commit -m "Some changes"
-...
-$ (feature/dependencies) git checkout master
-$ git feature finish dependencies
-
-$ git alias features "feature -a features"
-$ git features dependencies
-$ (features/dependencies) ...
-$ (features/dependencies) git checkout master
-$ git features finish dependencies
-
-
-
AUTHOR
-
-
Written by Jesús Espino <jespinog@gmail.com>
-
-
REPORTING BUGS
-
-
<https://github.com/tj/git-extras/issues>
-
-
SEE ALSO
-
-
<https://github.com/tj/git-extras>
-
-
-
-
-
-
-