Skip to content

Commit 2e8b368

Browse files
authored
Merge pull request #610 from nicolaiskogheim/fix-spelling
spelling: {a,an} archive
2 parents df06f9a + e31f61b commit 2e8b368

File tree

7 files changed

+23
-19
lines changed

7 files changed

+23
-19
lines changed

etc/git-extras-completion.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ _git-undo(){
356356

357357
zstyle ':completion:*:*:git:*' user-commands \
358358
alias:'define, search and show aliases' \
359-
archive-file:'export the current head of the git repository to a archive' \
359+
archive-file:'export the current head of the git repository to an archive' \
360360
authors:'generate authors report' \
361361
back:'undo and stage latest commits' \
362362
bug:'create bug branch' \

man/git-archive-file.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
.\" generated with Ronn/v0.7.3
22
.\" http://github.com/rtomayko/ronn/tree/0.7.3
33
.
4-
.TH "GIT\-ARCHIVE\-FILE" "1" "December 2015" "" ""
4+
.TH "GIT\-ARCHIVE\-FILE" "1" "December 2016" "" "Git Extras"
55
.
66
.SH "NAME"
7-
\fBgit\-archive\-file\fR \- Export the current HEAD of the git repository to a archive
7+
\fBgit\-archive\-file\fR \- Export the current HEAD of the git repository to an archive
88
.
99
.SH "SYNOPSIS"
1010
\fBgit\-archive\-file\fR
1111
.
1212
.SH "DESCRIPTION"
13-
Export the current HEAD of the repository into a archive with a identifiable and unique name\.
13+
Export the current HEAD of the repository into an archive with an identifiable and unique name\.
1414
.
1515
.SH "OPTIONS"
1616
This command does not take any options\.

man/git-archive-file.html

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/git-archive-file.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
git-archive-file(1) -- Export the current HEAD of the git repository to a archive
1+
git-archive-file(1) -- Export the current HEAD of the git repository to an archive
22
===============================================
33

44
## SYNOPSIS
@@ -7,7 +7,7 @@ git-archive-file(1) -- Export the current HEAD of the git repository to a archiv
77

88
## DESCRIPTION
99

10-
Export the current HEAD of the repository into a archive with a identifiable and unique name.
10+
Export the current HEAD of the repository into an archive with an identifiable and unique name.
1111

1212
## OPTIONS
1313

man/git-extras.1

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" generated with Ronn/v0.7.3
22
.\" http://github.com/rtomayko/ronn/tree/0.7.3
33
.
4-
.TH "GIT\-EXTRAS" "1" "December 2015" "" ""
4+
.TH "GIT\-EXTRAS" "1" "December 2016" "" "Git Extras"
55
.
66
.SH "NAME"
77
\fBgit\-extras\fR \- Awesome GIT utilities
@@ -33,7 +33,7 @@ Self update\.
3333
\fBgit\-alias(1)\fR Define, search and show aliases
3434
.
3535
.IP "\(bu" 4
36-
\fBgit\-archive\-file(1)\fR Export the current HEAD of the git repository to a archive
36+
\fBgit\-archive\-file(1)\fR Export the current HEAD of the git repository to an archive
3737
.
3838
.IP "\(bu" 4
3939
\fBgit\-authors(1)\fR Generate authors report
@@ -138,6 +138,9 @@ Self update\.
138138
\fBgit\-psykorebase(1)\fR Rebase a branch with a merge commit
139139
.
140140
.IP "\(bu" 4
141+
\fBgit\-reauthor(1)\fR Rewrite history to change author\'s identity
142+
.
143+
.IP "\(bu" 4
141144
\fBgit\-rebase\-patch(1)\fR Rebases a patch
142145
.
143146
.IP "\(bu" 4

man/git-extras.html

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/git-extras.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ git-extras(1) -- Awesome GIT utilities
2222
## COMMANDS
2323

2424
- **git-alias(1)** Define, search and show aliases
25-
- **git-archive-file(1)** Export the current HEAD of the git repository to a archive
25+
- **git-archive-file(1)** Export the current HEAD of the git repository to an archive
2626
- **git-authors(1)** Generate authors report
2727
- **git-back(1)** Undo and Stage latest commits
2828
- **git-bug(1)** Create bug branch

0 commit comments

Comments
 (0)