From 0cd5ebedfca7e3a1e8f8de8404f6b672682d3bf9 Mon Sep 17 00:00:00 2001 From: Nimit Kalra Date: Sun, 27 Dec 2015 11:26:38 -0600 Subject: [PATCH] Update all man pages. --- man/git-alias.1 | 2 +- man/git-alias.1.html | 145 ------------------ man/git-alias.html | 10 +- man/git-archive-file.1 | 2 +- man/git-archive-file.html | 4 +- man/git-authors.1 | 19 ++- man/git-authors.html | 9 +- man/git-back.1 | 2 +- man/git-back.html | 4 +- man/git-bug.1 | 2 +- man/git-bug.html | 4 +- man/git-changelog.1 | 2 +- man/git-changelog.html | 6 +- man/git-chore.1 | 2 +- man/git-chore.html | 4 +- man/git-clear.1 | 23 +-- man/git-clear.html | 17 +- man/git-commits-since.1 | 2 +- man/git-commits-since.html | 4 +- man/git-contrib.1 | 2 +- man/git-contrib.html | 6 +- man/git-count.1 | 2 +- man/git-count.html | 4 +- man/git-create-branch.1 | 2 +- man/git-create-branch.html | 4 +- man/git-delete-branch.1 | 2 +- man/git-delete-branch.html | 4 +- man/git-delete-merged-branches.1 | 2 +- man/git-delete-merged-branches.html | 4 +- man/git-delete-submodule.1 | 2 +- man/git-delete-submodule.html | 4 +- man/git-delete-tag.1 | 2 +- man/git-delete-tag.html | 4 +- man/git-delta.1 | 2 +- man/git-delta.html | 4 +- man/git-effort.1 | 2 +- man/git-effort.html | 6 +- man/git-extras.1 | 16 +- man/git-extras.html | 10 +- man/git-extras.md | 6 +- man/git-feature.1 | 2 +- man/git-feature.1.html | 136 ---------------- man/git-feature.html | 26 +++- man/git-fork.1 | 2 +- man/git-fork.html | 12 +- man/git-fresh-branch.1 | 2 +- man/git-fresh-branch.html | 4 +- man/git-gh-pages.1 | 2 +- man/git-gh-pages.html | 4 +- man/git-graft.1 | 2 +- man/git-graft.html | 6 +- man/git-guilt.1 | 2 +- man/git-guilt.html | 6 +- man/git-ignore-io.1 | 2 +- ...it-ignore-io.1.html => git-ignore-io.html} | 4 +- man/git-ignore.1 | 2 +- man/git-ignore.html | 6 +- man/git-info.1 | 2 +- man/git-info.html | 4 +- man/git-line-summary.1 | 2 +- man/git-line-summary.html | 4 +- man/git-local-commits.1 | 2 +- man/git-local-commits.html | 4 +- man/git-lock.1 | 2 +- man/git-lock.html | 4 +- man/git-locked.1 | 2 +- man/git-locked.html | 4 +- man/git-merge-into.1 | 2 +- man/git-merge-into.html | 6 +- man/git-merge-repo.1 | 2 +- man/git-merge-repo.html | 4 +- man/git-missing.1 | 2 +- man/git-missing.html | 4 +- man/git-pr.1 | 2 +- man/git-pr.html | 2 +- man/git-psykorebase.1 | 2 +- man/git-psykorebase.html | 6 +- man/git-rebase-patch.1 | 2 +- man/git-rebase-patch.html | 4 +- man/git-refactor.1 | 2 +- man/git-refactor.html | 4 +- man/git-release.1 | 2 +- man/git-release.html | 6 +- man/git-rename-tag.1 | 2 +- man/git-rename-tag.html | 4 +- man/git-repl.1 | 2 +- man/git-repl.html | 4 +- man/git-reset-file.1 | 2 +- man/git-reset-file.html | 4 +- man/git-root.1 | 2 +- man/git-root.html | 4 +- man/git-scp.1 | 2 +- man/git-scp.html | 4 +- man/git-sed.1 | 2 +- man/git-sed.html | 4 +- man/git-setup.1 | 2 +- man/git-setup.html | 4 +- man/git-show-merged-branches.1 | 2 +- man/git-show-merged-branches.html | 4 +- man/git-show-tree.1 | 2 +- man/git-show-tree.html | 4 +- man/git-show-unmerged-branches.1 | 2 +- man/git-show-unmerged-branches.html | 4 +- man/git-squash.1 | 2 +- man/git-squash.html | 4 +- man/git-summary.1 | 2 +- man/git-summary.html | 6 +- man/git-touch.1 | 2 +- man/git-touch.html | 4 +- man/git-undo.1 | 2 +- man/git-undo.html | 4 +- man/git-unlock.1 | 2 +- man/git-unlock.html | 4 +- man/index.txt | 4 + 114 files changed, 249 insertions(+), 502 deletions(-) delete mode 100644 man/git-alias.1.html delete mode 100644 man/git-feature.1.html rename man/{git-ignore-io.1.html => git-ignore-io.html} (93%) diff --git a/man/git-alias.1 b/man/git-alias.1 index d009922b7..06806b285 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 384b4e927..000000000 --- a/man/git-alias.1.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - git-alias(1) - Define, search and show aliases - - - - -
- - - -
    -
  1. git-alias(1)
  2. -
  3. -
  4. git-alias(1)
  5. -
- -

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>

- - -
    -
  1. -
  2. August 2015
  3. -
  4. git-alias(1)
  5. -
- -
- - diff --git a/man/git-alias.html b/man/git-alias.html index e65783707..e00864a24 100644 --- a/man/git-alias.html +++ b/man/git-alias.html @@ -65,7 +65,7 @@
  1. git-alias(1)
  2. -
  3. Git Extras
  4. +
  5. git-alias(1)
@@ -77,7 +77,7 @@

NAME

SYNOPSIS

git-alias
-git-alias <search-term>
+git-alias <search-pattern>
git-alias <alias-name> <command>

DESCRIPTION

@@ -86,7 +86,7 @@

DESCRIPTION

OPTIONS

-

<search-term>

+

<search-pattern>

The pattern used to search aliases.

@@ -123,7 +123,7 @@

EXAMPLES

AUTHOR

-

Written by Jonhnny Weslley <jw@jonhnnyweslley.net>

+

Written by Jonhnny Weslley <jw@jonhnnyweslley.net>

REPORTING BUGS

@@ -136,7 +136,7 @@

SEE ALSO

  1. -
  2. August 2015
  3. +
  4. December 2015
  5. git-alias(1)
diff --git a/man/git-archive-file.1 b/man/git-archive-file.1 index bf84acba0..484657713 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 b55728b8a..bcd98a468 100644 --- a/man/git-archive-file.html +++ b/man/git-archive-file.html @@ -98,7 +98,7 @@

EXAMPLES

AUTHOR

-

Written by Philipp Klose <me@thehippo.de>

+

Written by Philipp Klose <me@thehippo.de>

REPORTING BUGS

@@ -111,7 +111,7 @@

SEE ALSO

  1. -
  2. April 2015
  3. +
  4. December 2015
  5. git-archive-file(1)
diff --git a/man/git-authors.1 b/man/git-authors.1 index 15f1d1e58..391b77218 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 de18ecf44..d67bf7f4a 100644 --- a/man/git-authors.html +++ b/man/git-authors.html @@ -101,20 +101,19 @@

EXAMPLES

$ 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 @@

SEE ALSO

  1. -
  2. April 2015
  3. +
  4. December 2015
  5. git-authors(1)
diff --git a/man/git-back.1 b/man/git-back.1 index b06cc94ac..b88a83d30 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 abe392c09..8ff46e64f 100644 --- a/man/git-back.html +++ b/man/git-back.html @@ -102,7 +102,7 @@

EXAMPLES

AUTHOR

-

Written by Kenneth Reitz <me@kennethreitz.com>

+

Written by Kenneth Reitz <me@kennethreitz.com>

REPORTING BUGS

@@ -115,7 +115,7 @@

SEE ALSO

  1. -
  2. April 2015
  3. +
  4. December 2015
  5. git-back(1)
diff --git a/man/git-bug.1 b/man/git-bug.1 index 51606f8bf..bf3670a4c 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 2c5fb6fb6..b7c091790 100644 --- a/man/git-bug.html +++ b/man/git-bug.html @@ -104,7 +104,7 @@

EXAMPLES

AUTHOR

-

Written by Jesús Espino <jespinog@gmail.com>

+

Written by Jesús Espino <jespinog@gmail.com>

REPORTING BUGS

@@ -117,7 +117,7 @@

SEE ALSO

  1. -
  2. April 2015
  3. +
  4. December 2015
  5. git-bug(1)
diff --git a/man/git-changelog.1 b/man/git-changelog.1 index 023ad322c..e14c53790 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 ef6bc11e2..dca780d6a 100644 --- a/man/git-changelog.html +++ b/man/git-changelog.html @@ -65,7 +65,7 @@
  1. git-changelog(1)
  2. -
  3. Git Extras
  4. +
  5. git-changelog(1)
@@ -163,7 +163,7 @@

EXAMPLES

AUTHOR

-

Written by Mark Eissler <mark@mixtur.com>

+

Written by Mark Eissler <mark@mixtur.com>

REPORTING BUGS

@@ -176,7 +176,7 @@

SEE ALSO

  1. -
  2. October 2015
  3. +
  4. December 2015
  5. git-changelog(1)
diff --git a/man/git-chore.1 b/man/git-chore.1 index 783a78cc5..d557f465b 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 bce74474f..cbe6b0777 100644 --- a/man/git-chore.html +++ b/man/git-chore.html @@ -104,7 +104,7 @@

EXAMPLES

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 @@

SEE ALSO

  1. -
  2. April 2015
  3. +
  4. December 2015
  5. git-chore(1)
diff --git a/man/git-clear.1 b/man/git-clear.1 index 44f961ace..15a5bb1c6 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 fd7c6b831..4002b5492 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 - - - -
- - - -
    -
  1. git-feature(1)
  2. -
  3. -
  4. git-feature(1)
  5. -
- -

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>

- - -
    -
  1. -
  2. September 2015
  3. -
  4. git-feature(1)
  5. -
- -
- - diff --git a/man/git-feature.html b/man/git-feature.html index 58a748a9c..0374e9e6e 100644 --- a/man/git-feature.html +++ b/man/git-feature.html @@ -3,7 +3,7 @@ - git-feature(1) - Create feature branch + git-feature(1) - Create/Merge feature branch