Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion etc/git-extras-completion.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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' \
Expand Down
6 changes: 3 additions & 3 deletions man/git-archive-file.1
Original file line number Diff line number Diff line change
@@ -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\.
Expand Down
12 changes: 6 additions & 6 deletions man/git-archive-file.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/git-archive-file.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down
7 changes: 5 additions & 2 deletions man/git-extras.1
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
9 changes: 5 additions & 4 deletions man/git-extras.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/git-extras.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down