-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Misspelling in man page about git-archive-file(1) #609
Comments
It appears that there are a lot of that particular spelling. git-extras$ grep -n "to a archive" **/* 2>/dev/null
etc/git-extras-completion.zsh:359: archive-file:'export the current head of the git repository to a archive' \
man/git-archive-file.1:7:\fBgit\-archive\-file\fR \- Export the current HEAD of the git repository to a archive
man/git-archive-file.1:13:Export the current HEAD of the repository into a archive with a identifiable and unique name\.
man/git-archive-file.html:6: <title>git-archive-file(1) - Export the current HEAD of the git repository to a archive</title>
man/git-archive-file.html:74: <code>git-archive-file</code> - <span class="man-whatis">Export the current HEAD of the git repository to a archive</span>
man/git-archive-file.html:83:<p>Export the current HEAD of the repository into a archive with a identifiable and unique name.</p>
man/git-archive-file.md:1:git-archive-file(1) -- Export the current HEAD of the git repository to a archive
man/git-archive-file.md:10:Export the current HEAD of the repository into a archive with a identifiable and unique name.
man/git-extras.1:36:\fBgit\-archive\-file(1)\fR Export the current HEAD of the git repository to a archive
man/git-extras.html:98:<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>
man/git-extras.md:25: - **git-archive-file(1)** Export the current HEAD of the git repository to a archive |
@loovjo @nicolaiskogheim |
Coming up! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When running
git extras --help
, on the line aboutgit-archive-file
, it says...to a archive.
. This should beto an archive
.The text was updated successfully, but these errors were encountered: