mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
spelling: {a,an} archive. Fix #609
This commit is contained in:
parent
df06f9af2e
commit
e31f61ba34
|
|
@ -356,7 +356,7 @@ _git-undo(){
|
|||
|
||||
zstyle ':completion:*:*:git:*' user-commands \
|
||||
alias:'define, search and show aliases' \
|
||||
archive-file:'export the current head of the git repository to a archive' \
|
||||
archive-file:'export the current head of the git repository to an archive' \
|
||||
authors:'generate authors report' \
|
||||
back:'undo and stage latest commits' \
|
||||
bug:'create bug branch' \
|
||||
|
|
|
|||
|
|
@ -1,16 +1,16 @@
|
|||
.\" generated with Ronn/v0.7.3
|
||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||
.
|
||||
.TH "GIT\-ARCHIVE\-FILE" "1" "December 2015" "" ""
|
||||
.TH "GIT\-ARCHIVE\-FILE" "1" "December 2016" "" "Git Extras"
|
||||
.
|
||||
.SH "NAME"
|
||||
\fBgit\-archive\-file\fR \- Export the current HEAD of the git repository to a archive
|
||||
\fBgit\-archive\-file\fR \- Export the current HEAD of the git repository to an 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\.
|
||||
Export the current HEAD of the repository into an archive with an identifiable and unique name\.
|
||||
.
|
||||
.SH "OPTIONS"
|
||||
This command does not take any options\.
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta http-equiv='content-type' value='text/html;charset=utf8'>
|
||||
<meta name='generator' value='Ronn/v0.7.3 (http://github.com/rtomayko/ronn/tree/0.7.3)'>
|
||||
<title>git-archive-file(1) - Export the current HEAD of the git repository to a archive</title>
|
||||
<title>git-archive-file(1) - Export the current HEAD of the git repository to an archive</title>
|
||||
<style type='text/css' media='all'>
|
||||
/* style: man */
|
||||
body#manpage {margin:0}
|
||||
|
|
@ -65,13 +65,13 @@
|
|||
|
||||
<ol class='man-decor man-head man head'>
|
||||
<li class='tl'>git-archive-file(1)</li>
|
||||
<li class='tc'></li>
|
||||
<li class='tc'>Git Extras</li>
|
||||
<li class='tr'>git-archive-file(1)</li>
|
||||
</ol>
|
||||
|
||||
<h2 id="NAME">NAME</h2>
|
||||
<p class="man-name">
|
||||
<code>git-archive-file</code> - <span class="man-whatis">Export the current HEAD of the git repository to a archive</span>
|
||||
<code>git-archive-file</code> - <span class="man-whatis">Export the current HEAD of the git repository to an archive</span>
|
||||
</p>
|
||||
|
||||
<h2 id="SYNOPSIS">SYNOPSIS</h2>
|
||||
|
|
@ -80,7 +80,7 @@
|
|||
|
||||
<h2 id="DESCRIPTION">DESCRIPTION</h2>
|
||||
|
||||
<p>Export the current HEAD of the repository into a archive with a identifiable and unique name.</p>
|
||||
<p>Export the current HEAD of the repository into an archive with an identifiable and unique name.</p>
|
||||
|
||||
<h2 id="OPTIONS">OPTIONS</h2>
|
||||
|
||||
|
|
@ -98,7 +98,7 @@
|
|||
|
||||
<h2 id="AUTHOR">AUTHOR</h2>
|
||||
|
||||
<p>Written by Philipp Klose <<a href="mailto:me@thehippo.de" data-bare-link="true">me@thehippo.de</a>></p>
|
||||
<p>Written by Philipp Klose <<a href="mailto:me@thehippo.de" data-bare-link="true">me@thehippo.de</a>></p>
|
||||
|
||||
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>
|
||||
|
||||
|
|
@ -111,7 +111,7 @@
|
|||
|
||||
<ol class='man-decor man-foot man foot'>
|
||||
<li class='tl'></li>
|
||||
<li class='tc'>December 2015</li>
|
||||
<li class='tc'>December 2016</li>
|
||||
<li class='tr'>git-archive-file(1)</li>
|
||||
</ol>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
git-archive-file(1) -- Export the current HEAD of the git repository to a archive
|
||||
git-archive-file(1) -- Export the current HEAD of the git repository to an archive
|
||||
===============================================
|
||||
|
||||
## SYNOPSIS
|
||||
|
|
@ -7,7 +7,7 @@ git-archive-file(1) -- Export the current HEAD of the git repository to a archiv
|
|||
|
||||
## DESCRIPTION
|
||||
|
||||
Export the current HEAD of the repository into a archive with a identifiable and unique name.
|
||||
Export the current HEAD of the repository into an archive with an identifiable and unique name.
|
||||
|
||||
## OPTIONS
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
.\" generated with Ronn/v0.7.3
|
||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||
.
|
||||
.TH "GIT\-EXTRAS" "1" "December 2015" "" ""
|
||||
.TH "GIT\-EXTRAS" "1" "December 2016" "" "Git Extras"
|
||||
.
|
||||
.SH "NAME"
|
||||
\fBgit\-extras\fR \- Awesome GIT utilities
|
||||
|
|
@ -33,7 +33,7 @@ Self update\.
|
|||
\fBgit\-alias(1)\fR Define, search and show aliases
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
\fBgit\-archive\-file(1)\fR Export the current HEAD of the git repository to a archive
|
||||
\fBgit\-archive\-file(1)\fR Export the current HEAD of the git repository to an archive
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
\fBgit\-authors(1)\fR Generate authors report
|
||||
|
|
@ -138,6 +138,9 @@ Self update\.
|
|||
\fBgit\-psykorebase(1)\fR Rebase a branch with a merge commit
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
\fBgit\-reauthor(1)\fR Rewrite history to change author\'s identity
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
\fBgit\-rebase\-patch(1)\fR Rebases a patch
|
||||
.
|
||||
.IP "\(bu" 4
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@
|
|||
|
||||
<ol class='man-decor man-head man head'>
|
||||
<li class='tl'>git-extras(1)</li>
|
||||
<li class='tc'></li>
|
||||
<li class='tc'>Git Extras</li>
|
||||
<li class='tr'>git-extras(1)</li>
|
||||
</ol>
|
||||
|
||||
|
|
@ -95,7 +95,7 @@
|
|||
|
||||
<ul>
|
||||
<li> <strong><a class="man-ref" href="git-alias.html">git-alias<span class="s">(1)</span></a></strong> Define, search and show aliases</li>
|
||||
<li> <strong><a class="man-ref" href="git-archive-file.html">git-archive-file<span class="s">(1)</span></a></strong> Export the current HEAD of the git repository to a archive</li>
|
||||
<li> <strong><a class="man-ref" href="git-archive-file.html">git-archive-file<span class="s">(1)</span></a></strong> Export the current HEAD of the git repository to an archive</li>
|
||||
<li> <strong><a class="man-ref" href="git-authors.html">git-authors<span class="s">(1)</span></a></strong> Generate authors report</li>
|
||||
<li> <strong><a class="man-ref" href="git-back.html">git-back<span class="s">(1)</span></a></strong> Undo and Stage latest commits</li>
|
||||
<li> <strong><a class="man-ref" href="git-bug.html">git-bug<span class="s">(1)</span></a></strong> Create bug branch</li>
|
||||
|
|
@ -130,6 +130,7 @@
|
|||
<li> <strong><a class="man-ref" href="git-missing.html">git-missing<span class="s">(1)</span></a></strong> Show commits missing from another branch</li>
|
||||
<li> <strong><a class="man-ref" href="git-pr.html">git-pr<span class="s">(1)</span></a></strong> Checks out a pull request locally</li>
|
||||
<li> <strong><a class="man-ref" href="git-psykorebase.html">git-psykorebase<span class="s">(1)</span></a></strong> Rebase a branch with a merge commit</li>
|
||||
<li> <strong><a class="man-ref" href="git-reauthor.html">git-reauthor<span class="s">(1)</span></a></strong> Rewrite history to change author's identity</li>
|
||||
<li> <strong><a class="man-ref" href="git-rebase-patch.html">git-rebase-patch<span class="s">(1)</span></a></strong> Rebases a patch</li>
|
||||
<li> <strong><a class="man-ref" href="git-refactor.html">git-refactor<span class="s">(1)</span></a></strong> Create refactor branch</li>
|
||||
<li> <strong><a class="man-ref" href="git-release.html">git-release<span class="s">(1)</span></a></strong> Commit, tag and push changes to the repository</li>
|
||||
|
|
@ -153,7 +154,7 @@
|
|||
|
||||
<h2 id="AUTHOR">AUTHOR</h2>
|
||||
|
||||
<p>Written by Tj Holowaychuk <<a href="mailto:tj@vision-media.ca" data-bare-link="true">tj@vision-media.ca</a>></p>
|
||||
<p>Written by Tj Holowaychuk <<a href="mailto:tj@vision-media.ca" data-bare-link="true">tj@vision-media.ca</a>></p>
|
||||
|
||||
<h2 id="REPORTING-BUGS">REPORTING BUGS</h2>
|
||||
|
||||
|
|
@ -166,7 +167,7 @@
|
|||
|
||||
<ol class='man-decor man-foot man foot'>
|
||||
<li class='tl'></li>
|
||||
<li class='tc'>December 2015</li>
|
||||
<li class='tc'>December 2016</li>
|
||||
<li class='tr'>git-extras(1)</li>
|
||||
</ol>
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ git-extras(1) -- Awesome GIT utilities
|
|||
## COMMANDS
|
||||
|
||||
- **git-alias(1)** Define, search and show aliases
|
||||
- **git-archive-file(1)** Export the current HEAD of the git repository to a archive
|
||||
- **git-archive-file(1)** Export the current HEAD of the git repository to an archive
|
||||
- **git-authors(1)** Generate authors report
|
||||
- **git-back(1)** Undo and Stage latest commits
|
||||
- **git-bug(1)** Create bug branch
|
||||
|
|
|
|||
Loading…
Reference in a new issue