From cbee46ceea9adc180a719fda0d2eceba50de807c Mon Sep 17 00:00:00 2001 From: Philipp Klose Date: Fri, 15 Feb 2013 05:46:21 +0100 Subject: [PATCH] added man pages for git-archive-file --- man/git-archive-file.1 | 37 ++++++++++++ man/git-archive-file.html | 120 ++++++++++++++++++++++++++++++++++++++ man/git-archive-file.md | 37 ++++++++++++ 3 files changed, 194 insertions(+) create mode 100644 man/git-archive-file.1 create mode 100644 man/git-archive-file.html create mode 100644 man/git-archive-file.md diff --git a/man/git-archive-file.1 b/man/git-archive-file.1 new file mode 100644 index 0000000..62de801 --- /dev/null +++ b/man/git-archive-file.1 @@ -0,0 +1,37 @@ +.\" generated with Ronn/v0.7.3 +.\" http://github.com/rtomayko/ronn/tree/0.7.3 +. +.TH "GIT\-ARCHIVE\-FILE" "1" "February 2013" "" "Git Extras" +. +.SH "NAME" +\fBgit\-archive\-file\fR \- Export the current HEAD of the git repository to a archive +. +.SH "SYNOPSIS" +\fBgit\-archive\-file\fR +. +.SH "DESCRIPTION" +Export the current HEAD of the repository into a archive with a identifiable and unique name\. +. +.SH "OPTIONS" +This command does not take any options\. +. +.SH "EXAMPLES" +Archive naming conventions: +. +.P +On any branch: \fBgit\-extras\.1\.7\.0\-110\-gafefba7\.branch\-name\.zip\fR +. +.P +On master branch: \fBgit\-extras\.1\.7\.0\-110\-gafefba7\.zip\fR +. +.P +On a detached HEAD (e\.g\. a tag): \fBgit\-extras\.1\.7\.0\.zip\fR +. +.SH "AUTHOR" +Written by Philipp Klose <\fIme@thehippo\.de\fR> +. +.SH "REPORTING BUGS" +<\fIhttps://github\.com/visionmedia/git\-extras/issues\fR> +. +.SH "SEE ALSO" +<\fIhttps://github\.com/visionmedia/git\-extras\fR> diff --git a/man/git-archive-file.html b/man/git-archive-file.html new file mode 100644 index 0000000..e7f2cf7 --- /dev/null +++ b/man/git-archive-file.html @@ -0,0 +1,120 @@ + + + + + + git-archive-file(1) - Export the current HEAD of the git repository to a archive + + + + +
+ + + +
    +
  1. git-archive-file(1)
  2. +
  3. Git Extras
  4. +
  5. git-archive-file(1)
  6. +
+ +

NAME

+

+ git-archive-file - Export the current HEAD of the git repository to a archive +

+ +

SYNOPSIS

+ +

git-archive-file

+ +

DESCRIPTION

+ +

Export the current HEAD of the repository into a archive with a identifiable and unique name.

+ +

OPTIONS

+ +

This command does not take any options.

+ +

EXAMPLES

+ +

Archive naming conventions:

+ +

On any branch: git-extras.1.7.0-110-gafefba7.branch-name.zip

+ +

On master branch: git-extras.1.7.0-110-gafefba7.zip

+ +

On a detached HEAD (e.g. a tag): git-extras.1.7.0.zip

+ +

AUTHOR

+ +

Written by Philipp Klose <me@thehippo.de>

+ +

REPORTING BUGS

+ +

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

+ +

SEE ALSO

+ +

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

+ + +
    +
  1. +
  2. February 2013
  3. +
  4. git-archive-file(1)
  5. +
+ +
+ + diff --git a/man/git-archive-file.md b/man/git-archive-file.md new file mode 100644 index 0000000..df12b40 --- /dev/null +++ b/man/git-archive-file.md @@ -0,0 +1,37 @@ +git-archive-file(1) -- Export the current HEAD of the git repository to a archive +=============================================== + +## SYNOPSIS + +`git-archive-file` + +## DESCRIPTION + +Export the current HEAD of the repository into a archive with a identifiable and unique name. + +## OPTIONS + +This command does not take any options. + + +## EXAMPLES + +Archive naming conventions: + +On any branch: `git-extras.1.7.0-110-gafefba7.branch-name.zip` + +On master branch: `git-extras.1.7.0-110-gafefba7.zip` + +On a detached HEAD (e.g. a tag): `git-extras.1.7.0.zip` + +## AUTHOR + +Written by Philipp Klose <> + +## REPORTING BUGS + +<> + +## SEE ALSO + +<>