diff --git a/.gitignore b/.gitignore index 919d506..8b13789 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -man/*.html -man/*.gz + diff --git a/man/git-changelog.html b/man/git-changelog.html new file mode 100644 index 0000000..a8c1624 --- /dev/null +++ b/man/git-changelog.html @@ -0,0 +1,138 @@ + + + + + + git-changelog(1) - Generate the changelog report + + + + +
+ + + +
    +
  1. git-changelog(1)
  2. +
  3. Git Extras
  4. +
  5. git-changelog(1)
  6. +
+ +

NAME

+

+ git-changelog - Generate the changelog report +

+ +

SYNOPSIS

+ +

git-changelog [--list]

+ +

DESCRIPTION

+ +

Populates the file named matching change|history -i with the commits since the previous tag or since the project began when no tags are present. Opens the changelog in $EDITOR when set.

+ +

OPTIONS

+ +

--list

+ +

Show commit logs from the current version.

+ +

EXAMPLES

+ + + + +

AUTHOR

+ +

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

+ +

REPORTING BUGS

+ +

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

+ +

SEE ALSO

+ +

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

+ + +
    +
  1. +
  2. October 2010
  3. +
  4. git-changelog(1)
  5. +
+ +
+ + diff --git a/man/git-commits-since.html b/man/git-commits-since.html new file mode 100644 index 0000000..4698cf3 --- /dev/null +++ b/man/git-commits-since.html @@ -0,0 +1,114 @@ + + + + + + git-commits-since(1) - Show commit logs since some date + + + + +
+ + + +
    +
  1. git-commits-since(1)
  2. +
  3. Git Extras
  4. +
  5. git-commits-since(1)
  6. +
+ +

NAME

+

+ git-commits-since - Show commit logs since some date +

+ +

SYNOPSIS

+ +

git-commits-since [<date>]

+ +

DESCRIPTION

+ +

List of commits since the given date.

+ +

OPTIONS

+ +

<date>

+ +

Show commits more recent than date. By default, the command shows the commit logs since "last week".

+ +

EXAMPLES

+ +

AUTHOR

+ +

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

+ +

REPORTING BUGS

+ +

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

+ +

SEE ALSO

+ +

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

+ + +
    +
  1. +
  2. October 2010
  3. +
  4. git-commits-since(1)
  5. +
+ +
+ + diff --git a/man/git-contrib.html b/man/git-contrib.html new file mode 100644 index 0000000..1717c8b --- /dev/null +++ b/man/git-contrib.html @@ -0,0 +1,124 @@ + + + + + + git-contrib(1) - Show user's contributions + + + + +
+ + + +
    +
  1. git-contrib(1)
  2. +
  3. Git Extras
  4. +
  5. git-contrib(1)
  6. +
+ +

NAME

+

+ git-contrib - Show user's contributions +

+ +

SYNOPSIS

+ +

git-contrib <username>

+ +

DESCRIPTION

+ +

Output a user's contributions to a project, based on the author name.

+ +

OPTIONS

+ +

<username>

+ +

The name of the user who owns the contributions.

+ +

EXAMPLES

+ +
$ git contrib visionmedia
+visionmedia (18):
+  Export STATUS_CODES
+  Replaced several Array.prototype.slice.call() calls with Array.prototype.unshift.call()
+  Moved help msg to node-repl
+  Added multiple arg support for sys.puts(), print(), etc.
+  Fix stack output on socket error
+  ...
+
+ +

AUTHOR

+ +

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

+ +

REPORTING BUGS

+ +

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

+ +

SEE ALSO

+ +

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

+ + +
    +
  1. +
  2. October 2010
  3. +
  4. git-contrib(1)
  5. +
+ +
+ + diff --git a/man/git-count.html b/man/git-count.html new file mode 100644 index 0000000..c0262a2 --- /dev/null +++ b/man/git-count.html @@ -0,0 +1,147 @@ + + + + + + git-count(1) - Show commit count + + + + +
+ + + +
    +
  1. git-count(1)
  2. +
  3. Git Extras
  4. +
  5. git-count(1)
  6. +
+ +

NAME

+

+ git-count - Show commit count +

+ +

SYNOPSIS

+ +

git-count [--all]

+ +

DESCRIPTION

+ +

Show commit count.

+ +

OPTIONS

+ +

--all

+ +

Show commit count details.

+ +

EXAMPLES

+ +

Output commit total:

+ +
$ git count
+
+total 1844
+
+ +

Output verbose commit count details:

+ +
$ git count --all
+
+  visionmedia (1285)
+  Tj Holowaychuk (430)
+  Aaron Heckmann (48)
+  csausdev (34)
+  ciaranj (26)
+  Guillermo Rauch (6)
+  Brian McKinney (2)
+  Nick Poulden (2)
+  Benny Wong (2)
+  Justin Lilly (1)
+  isaacs (1)
+  Adam Sanderson (1)
+  Viktor Kelemen (1)
+  Gregory Ritter (1)
+  Greg Ritter (1)
+  ewoudj (1)
+  James Herdman (1)
+  Matt Colyer (1)
+
+  total 1844
+
+ +

AUTHOR

+ +

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

+ +

REPORTING BUGS

+ +

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

+ +

SEE ALSO

+ +

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

+ + +
    +
  1. +
  2. October 2010
  3. +
  4. git-count(1)
  5. +
+ +
+ + diff --git a/man/git-delete-branch.html b/man/git-delete-branch.html new file mode 100644 index 0000000..1987149 --- /dev/null +++ b/man/git-delete-branch.html @@ -0,0 +1,117 @@ + + + + + + git-delete-branch(1) - Delete branches + + + + +
+ + + +
    +
  1. git-delete-branch(1)
  2. +
  3. Git Extras
  4. +
  5. git-delete-branch(1)
  6. +
+ +

NAME

+

+ git-delete-branch - Delete branches +

+ +

SYNOPSIS

+ +

git-delete-branch <branchname>

+ +

DESCRIPTION

+ +

Deletes local and remote branch named <branchname>.

+ +

OPTIONS

+ +

<branchname>

+ +

The name of the branch to delete.

+ +

EXAMPLES

+ +
$ git delete-branch integration
+
+ +

AUTHOR

+ +

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

+ +

REPORTING BUGS

+ +

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

+ +

SEE ALSO

+ +

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

+ + +
    +
  1. +
  2. October 2010
  3. +
  4. git-delete-branch(1)
  5. +
+ +
+ + diff --git a/man/git-delete-submodule.html b/man/git-delete-submodule.html new file mode 100644 index 0000000..8957761 --- /dev/null +++ b/man/git-delete-submodule.html @@ -0,0 +1,115 @@ + + + + + + git-delete-submodule(1) - Delete submodules + + + + +
+ + + +
    +
  1. git-delete-submodule(1)
  2. +
  3. Git Extras
  4. +
  5. git-delete-submodule(1)
  6. +
+ +

NAME

+

+ git-delete-submodule - Delete submodules +

+ +

SYNOPSIS

+ +

git-delete-submodule <path>

+ +

DESCRIPTION

+ +

OPTIONS

+ +

<path>

+ +

The path of the submodule to delete.

+ +

EXAMPLES

+ +
$ git delete-submodule lib/foo
+
+ +

AUTHOR

+ +

Written by Jonhnny Weslley <jw@jonhnnyweslley.net>

+ +

REPORTING BUGS

+ +

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

+ +

SEE ALSO

+ +

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

+ + +
    +
  1. +
  2. October 2010
  3. +
  4. git-delete-submodule(1)
  5. +
+ +
+ + diff --git a/man/git-delete-tag.html b/man/git-delete-tag.html new file mode 100644 index 0000000..ef3b397 --- /dev/null +++ b/man/git-delete-tag.html @@ -0,0 +1,117 @@ + + + + + + git-delete-tag(1) - Delete tags + + + + +
+ + + +
    +
  1. git-delete-tag(1)
  2. +
  3. Git Extras
  4. +
  5. git-delete-tag(1)
  6. +
+ +

NAME

+

+ git-delete-tag - Delete tags +

+ +

SYNOPSIS

+ +

git-delete-tag <tagname>

+ +

DESCRIPTION

+ +

Deletes local and remote tag named <tagname>.

+ +

OPTIONS

+ +

<tagname>

+ +

The name of the branch to delete.

+ +

EXAMPLES

+ +
$ git delete-tag 0.0.1
+
+ +

AUTHOR

+ +

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

+ +

REPORTING BUGS

+ +

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

+ +

SEE ALSO

+ +

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

+ + +
    +
  1. +
  2. October 2010
  3. +
  4. git-delete-tag(1)
  5. +
+ +
+ + diff --git a/man/git-fresh-branch.html b/man/git-fresh-branch.html new file mode 100644 index 0000000..87e8fed --- /dev/null +++ b/man/git-fresh-branch.html @@ -0,0 +1,117 @@ + + + + + + git-fresh-branch(1) - Create fresh branches + + + + +
+ + + +
    +
  1. git-fresh-branch(1)
  2. +
  3. Git Extras
  4. +
  5. git-fresh-branch(1)
  6. +
+ +

NAME

+

+ git-fresh-branch - Create fresh branches +

+ +

SYNOPSIS

+ +

git-fresh-branch <branchname>

+ +

DESCRIPTION

+ +

Creates empty local branch named <branchname>.

+ +

OPTIONS

+ +

<branchname>

+ +

The name of the branch to delete.

+ +

EXAMPLES

+ +
$ git fresh-branch docs
+
+ +

AUTHOR

+ +

Written by Kenneth Reitz <me@kennethreitz.com>

+ +

REPORTING BUGS

+ +

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

+ +

SEE ALSO

+ +

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

+ + +
    +
  1. +
  2. October 2010
  3. +
  4. git-fresh-branch(1)
  5. +
+ +
+ + diff --git a/man/git-graft.html b/man/git-graft.html new file mode 100644 index 0000000..83bb660 --- /dev/null +++ b/man/git-graft.html @@ -0,0 +1,118 @@ + + + + + + git-graft(1) - Merge commits together + + + + +
+ + + +
    +
  1. git-graft(1)
  2. +
  3. Git Extras
  4. +
  5. git-graft(1)
  6. +
+ +

NAME

+

+ git-graft - Merge commits together +

+ +

SYNOPSIS

+ +

git-graft <src-branch> [<dest-branch>]

+ +

DESCRIPTION

+ +

Merge commits from <src-branch> into <dest-branch> which defaults to <master>.

+ +

OPTIONS

+ +

<src-branch>

+ +

<dest-branch>

+ +

EXAMPLES

+ +
$ git graft new_feature dev
+$ git graft new_feature
+
+ +

AUTHOR

+ +

Written by Kenneth Reitz <me@kennethreitz.com>

+ +

REPORTING BUGS

+ +

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

+ +

SEE ALSO

+ +

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

+ + +
    +
  1. +
  2. October 2010
  3. +
  4. git-graft(1)
  5. +
+ +
+ + diff --git a/man/git-ignore.html b/man/git-ignore.html new file mode 100644 index 0000000..93c12fe --- /dev/null +++ b/man/git-ignore.html @@ -0,0 +1,126 @@ + + + + + + git-ignore(1) - Ignore untracked files + + + + +
+ + + +
    +
  1. git-ignore(1)
  2. +
  3. Git Extras
  4. +
  5. git-ignore(1)
  6. +
+ +

NAME

+

+ git-ignore - Ignore untracked files +

+ +

SYNOPSIS

+ +

git-ignore [<pattern>...]

+ +

DESCRIPTION

+ +

Adds the given _pattern_s to a gitignore file.

+ +

OPTIONS

+ +

EXAMPLES

+ +

To lazy to open up .gitignore? me too! simply pass some patterns:

+ +
$ git ignore build "*.o" "*.log"
+... added 'build'
+  ... added '*.o'
+... added '*.log'
+
+ +

Running git-ignore without a pattern will display the current patterns:

+ +
$ git ignore
+build
+*.o
+*.log 
+
+ +

AUTHOR

+ +

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

+ +

REPORTING BUGS

+ +

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

+ +

SEE ALSO

+ +

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

+ + +
    +
  1. +
  2. October 2010
  3. +
  4. git-ignore(1)
  5. +
+ +
+ + diff --git a/man/git-release.html b/man/git-release.html new file mode 100644 index 0000000..2cec612 --- /dev/null +++ b/man/git-release.html @@ -0,0 +1,117 @@ + + + + + + git-release(1) - Commit, tag and push changes to the repository + + + + +
+ + + +
    +
  1. git-release(1)
  2. +
  3. Git Extras
  4. +
  5. git-release(1)
  6. +
+ +

NAME

+

+ git-release - Commit, tag and push changes to the repository +

+ +

SYNOPSIS

+ +

git-release <tagname>

+ +

DESCRIPTION

+ +

Commits changes with message "Release <tagname>", tags with the given <tagname> and pushes the branch / tags.

+ +

OPTIONS

+ +

<tagname>

+ +

EXAMPLES

+ +

Release commit with the given <tagname>.

+ +
$ git release 0.1.0
+
+ +

AUTHOR

+ +

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

+ +

REPORTING BUGS

+ +

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

+ +

SEE ALSO

+ +

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

+ + +
    +
  1. +
  2. October 2010
  3. +
  4. git-release(1)
  5. +
+ +
+ + diff --git a/man/git-repl.html b/man/git-repl.html new file mode 100644 index 0000000..c489b58 --- /dev/null +++ b/man/git-repl.html @@ -0,0 +1,126 @@ + + + + + + git-repl(1) - git read-eval-print-loop + + + + +
+ + + +
    +
  1. git-repl(1)
  2. +
  3. Git Extras
  4. +
  5. git-repl(1)
  6. +
+ +

NAME

+

+ git-repl - git read-eval-print-loop +

+ +

SYNOPSIS

+ +

git-repl

+ +

DESCRIPTION

+ +

OPTIONS

+ +

GIT read-eval-print-loop:

+ +
$ git repl
+
+git> ls-files
+History.md
+Makefile
+Readme.md
+bin/git-changelog
+bin/git-count
+bin/git-delete-branch
+bin/git-delete-tag
+bin/git-ignore
+bin/git-release
+
+git> quit
+
+ +

EXAMPLES

+ +

AUTHOR

+ +

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

+ +

REPORTING BUGS

+ +

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

+ +

SEE ALSO

+ +

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

+ + +
    +
  1. +
  2. October 2010
  3. +
  4. git-repl(1)
  5. +
+ +
+ + diff --git a/man/git-setup.html b/man/git-setup.html new file mode 100644 index 0000000..37d67de --- /dev/null +++ b/man/git-setup.html @@ -0,0 +1,117 @@ + + + + + + git-setup(1) - Set up a git repository + + + + +
+ + + +
    +
  1. git-setup(1)
  2. +
  3. Git Extras
  4. +
  5. git-setup(1)
  6. +
+ +

NAME

+

+ git-setup - Set up a git repository +

+ +

SYNOPSIS

+ +

git-setup [<directory>]

+ +

DESCRIPTION

+ +

Set up a git repository if one doesn't exist, add all files and make an initial commit.

+ +

OPTIONS

+ +

<directory>

+ +

The name of a new directory to setup. By default, the current working directory.

+ +

EXAMPLES

+ +
$ git setup path/to/repository
+
+ +

AUTHOR

+ +

Written by Aggelos Orfanakos <agorf@agorf.gr>

+ +

REPORTING BUGS

+ +

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

+ +

SEE ALSO

+ +

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

+ + +
    +
  1. +
  2. October 2010
  3. +
  4. git-setup(1)
  5. +
+ +
+ + diff --git a/man/git-summary.html b/man/git-summary.html new file mode 100644 index 0000000..166513e --- /dev/null +++ b/man/git-summary.html @@ -0,0 +1,148 @@ + + + + + + git-summary(1) - Show repository summary + + + + +
+ + + +
    +
  1. git-summary(1)
  2. +
  3. Git Extras
  4. +
  5. git-summary(1)
  6. +
+ +

NAME

+

+ git-summary - Show repository summary +

+ +

SYNOPSIS

+ +

git-summary [<commitish>]

+ +

DESCRIPTION

+ +

Shows a summary of the repository.

+ +

OPTIONS

+ +

<commitish>

+ +

Summarize only the range of commits included in the <commitish>.

+ +

EXAMPLES

+ +

Outputs a repo summary:

+ +
$ git summary
+
+project: express
+commits: 1893
+files  : 111
+authors:
+ 1285 visionmedia
+  478 Tj Holowaychuk
+   48 Aaron Heckmann
+   34 csausdev
+   26 ciaranj
+    6 Guillermo Rauch
+    3 Nick Poulden
+    2 Brian McKinney
+    2 Benny Wong
+    1 Justin Lilly
+    1 James Herdman
+    1 Adam Sanderson
+    1 Viktor Kelemen
+    1 Gregory Ritter
+    1 Greg Ritter
+    1 ewoudj
+    1 isaacs
+    1 Matt Colyer
+
+ +

This command can also take a commitish, and will print a summary for the range + of commits included in the commitish:

+ +
$ git summary v42..
+
+ +

AUTHOR

+ +

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

+ +

REPORTING BUGS

+ +

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

+ +

SEE ALSO

+ +

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

+ + +
    +
  1. +
  2. October 2010
  3. +
  4. git-summary(1)
  5. +
+ +
+ + diff --git a/man/git-touch.html b/man/git-touch.html new file mode 100644 index 0000000..137fdb5 --- /dev/null +++ b/man/git-touch.html @@ -0,0 +1,116 @@ + + + + + + git-touch(1) - Touch and add file to the index + + + + +
+ + + +
    +
  1. git-touch(1)
  2. +
  3. Git Extras
  4. +
  5. git-touch(1)
  6. +
+ +

NAME

+

+ git-touch - Touch and add file to the index +

+ +

SYNOPSIS

+ +

git-touch <filename>

+ +

DESCRIPTION

+ +

Call touch on the given file and add it to the current index. Used one-step creating new files.

+ +

OPTIONS

+ +

<filename>

+ +

File to be touched.

+ +

EXAMPLES

+ +

$ git touch Makefile

+ +

AUTHOR

+ +

Written by Alex McHale <alexmchale@gmail.com>

+ +

REPORTING BUGS

+ +

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

+ +

SEE ALSO

+ +

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

+ + +
    +
  1. +
  2. October 2010
  3. +
  4. git-touch(1)
  5. +
+ +
+ + diff --git a/man/git-undo.html b/man/git-undo.html new file mode 100644 index 0000000..0c8635e --- /dev/null +++ b/man/git-undo.html @@ -0,0 +1,124 @@ + + + + + + git-undo(1) - Remove latest commits + + + + +
+ + + +
    +
  1. git-undo(1)
  2. +
  3. Git Extras
  4. +
  5. git-undo(1)
  6. +
+ +

NAME

+

+ git-undo - Remove latest commits +

+ +

SYNOPSIS

+ +

git-undo [<commitcount>]

+ +

DESCRIPTION

+ +

Removes the latest commits.

+ +

OPTIONS

+ +

<commitcount>

+ +

Number of commits to remove. Defaults to 1, thus remove the latest commit.

+ +

EXAMPLES

+ +

Removes the latest commit.

+ +
$ git undo
+
+ +

Remove the latest 3 commits:

+ +
$ git undo 3
+
+ +

AUTHOR

+ +

Written by Kenneth Reitz <me@kennethreitz.com>

+ +

REPORTING BUGS

+ +

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

+ +

SEE ALSO

+ +

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

+ + +
    +
  1. +
  2. October 2010
  3. +
  4. git-undo(1)
  5. +
+ +
+ + diff --git a/man/git-update-extras.html b/man/git-update-extras.html new file mode 100644 index 0000000..0405535 --- /dev/null +++ b/man/git-update-extras.html @@ -0,0 +1,104 @@ + + + + + + git-update-extras(1) - Updates git extras + + + + +
+ + + +
    +
  1. git-update-extras(1)
  2. +
  3. Git Extras
  4. +
  5. git-update-extras(1)
  6. +
+ +

NAME

+

+ git-update-extras - Updates git extras +

+ +

SYNOPSIS

+ +

git-update-extras

+ +

DESCRIPTION

+ +

Updates git extras. Clones the repo to /tmp/git-extras, make installs, then cds back to the origin directory.

+ +

AUTHOR

+ +

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

+ +

REPORTING BUGS

+ +

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

+ +

SEE ALSO

+ +

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

+ + +
    +
  1. +
  2. October 2010
  3. +
  4. git-update-extras(1)
  5. +
+ +
+ +