File tree Expand file tree Collapse file tree 7 files changed +23
-19
lines changed
Expand file tree Collapse file tree 7 files changed +23
-19
lines changed Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ _git-undo(){
356356
357357zstyle ' :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' \
Original file line number Diff line number Diff line change 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- \fB git \- archive \- file \fR \- Export the current HEAD of the git repository to a archive
7+ \fB git \- archive \- file \fR \- Export the current HEAD of the git repository to an archive
88.
99.SH "SYNOPSIS"
1010\fB git \- 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"
1616This command does not take any options\.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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\fB git \- extras \fR \- Awesome GIT utilities
@@ -33,7 +33,7 @@ Self update\.
3333\fB git \- alias(1) \fR Define, search and show aliases
3434.
3535.IP " \(bu " 4
36- \fB git \- archive \- file(1) \fR Export the current HEAD of the git repository to a archive
36+ \fB git \- archive \- file(1) \fR Export the current HEAD of the git repository to an archive
3737.
3838.IP " \(bu " 4
3939\fB git \- authors(1) \fR Generate authors report
@@ -138,6 +138,9 @@ Self update\.
138138\fB git \- psykorebase(1) \fR Rebase a branch with a merge commit
139139.
140140.IP " \(bu " 4
141+ \fB git \- reauthor(1) \fR Rewrite history to change author\' s identity
142+ .
143+ .IP " \(bu " 4
141144\fB git \- rebase \- patch(1) \fR Rebases a patch
142145.
143146.IP " \(bu " 4
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments