From be5ad0d55c64a3bfb61e0f9d8dca25705f2ca728 Mon Sep 17 00:00:00 2001 From: Gus Esquivel Date: Wed, 7 Jun 2017 08:48:30 -0500 Subject: [PATCH] bump version -> v2.0.5 --- main.go | 2 +- man/{git-user_add.1 => git-user-add.1} | 8 ++++++-- man/{git-user_del.1 => git-user-del.1} | 8 ++++++-- man/{git-user_edit.1 => git-user-edit.1} | 8 ++++++-- man/{git-user_list.1 => git-user-list.1} | 8 ++++++-- man/{git-user_rm.1 => git-user-rm.1} | 7 +++++-- man/{git-user_set.1 => git-user-set.1} | 7 +++++-- man/git-user.1 | 7 +++++-- 8 files changed, 40 insertions(+), 15 deletions(-) rename man/{git-user_add.1 => git-user-add.1} (73%) rename man/{git-user_del.1 => git-user-del.1} (74%) rename man/{git-user_edit.1 => git-user-edit.1} (72%) rename man/{git-user_list.1 => git-user-list.1} (76%) rename man/{git-user_rm.1 => git-user-rm.1} (81%) rename man/{git-user_set.1 => git-user-set.1} (79%) diff --git a/main.go b/main.go index 6da82ff..fefcc65 100644 --- a/main.go +++ b/main.go @@ -3,7 +3,7 @@ package main import "fmt" import "github.com/gesquive/git-user/cmd" -var version = "v2.0.4" +var version = "v2.0.5" var dirty = "" func main() { diff --git a/man/git-user_add.1 b/man/git-user-add.1 similarity index 73% rename from man/git-user_add.1 rename to man/git-user-add.1 index d758a9c..28de019 100644 --- a/man/git-user_add.1 +++ b/man/git-user-add.1 @@ -1,4 +1,4 @@ -.TH "GIT-USER" "1" "Oct 2016" "git-user v2.0.4" "Git Manual" +.TH "GIT-USER" "1" "Jun 2017" "git-user v2.0.5" "Git Manual" .nh .ad l .SH NAME @@ -6,10 +6,14 @@ git\-user\-add \- Add a new profile .SH SYNOPSIS .PP -\fBgit\-user add\fP [OPTIONS] +\fBgit\-user add PROFILE\_NAME USER\_NAME EMAIL [flags]\fP .SH DESCRIPTION .PP Adds a new user profile that can be used in projects to your config. +.SH OPTIONS +.PP +\fB\-h\fP, \fB\-\-help\fP[=false] + help for add .SH OPTIONS INHERITED FROM PARENT COMMANDS .PP \fB\-c\fP, \fB\-\-config\fP="\~/.git\-profiles" diff --git a/man/git-user_del.1 b/man/git-user-del.1 similarity index 74% rename from man/git-user_del.1 rename to man/git-user-del.1 index 11a98df..fc0ff13 100644 --- a/man/git-user_del.1 +++ b/man/git-user-del.1 @@ -1,4 +1,4 @@ -.TH "GIT-USER" "1" "Oct 2016" "git-user v2.0.4" "Git Manual" +.TH "GIT-USER" "1" "Jun 2017" "git-user v2.0.5" "Git Manual" .nh .ad l .SH NAME @@ -6,10 +6,14 @@ git\-user\-del \- Delete a profile .SH SYNOPSIS .PP -\fBgit\-user del\fP [OPTIONS] +\fBgit\-user del PROFILE\_NAME [flags]\fP .SH DESCRIPTION .PP Delete a user profile from your config. +.SH OPTIONS +.PP +\fB\-h\fP, \fB\-\-help\fP[=false] + help for del .SH OPTIONS INHERITED FROM PARENT COMMANDS .PP \fB\-c\fP, \fB\-\-config\fP="\~/.git\-profiles" diff --git a/man/git-user_edit.1 b/man/git-user-edit.1 similarity index 72% rename from man/git-user_edit.1 rename to man/git-user-edit.1 index c9b09a6..8ad2e65 100644 --- a/man/git-user_edit.1 +++ b/man/git-user-edit.1 @@ -1,4 +1,4 @@ -.TH "GIT-USER" "1" "Oct 2016" "git-user v2.0.4" "Git Manual" +.TH "GIT-USER" "1" "Jun 2017" "git-user v2.0.5" "Git Manual" .nh .ad l .SH NAME @@ -6,10 +6,14 @@ git\-user\-edit \- Edit a profile .SH SYNOPSIS .PP -\fBgit\-user edit\fP [OPTIONS] +\fBgit\-user edit PROFILE\_NAME USER\_NAME EMAIL [flags]\fP .SH DESCRIPTION .PP Edit a user profile name or email address in your config. +.SH OPTIONS +.PP +\fB\-h\fP, \fB\-\-help\fP[=false] + help for edit .SH OPTIONS INHERITED FROM PARENT COMMANDS .PP \fB\-c\fP, \fB\-\-config\fP="\~/.git\-profiles" diff --git a/man/git-user_list.1 b/man/git-user-list.1 similarity index 76% rename from man/git-user_list.1 rename to man/git-user-list.1 index effed69..36f40a1 100644 --- a/man/git-user_list.1 +++ b/man/git-user-list.1 @@ -1,4 +1,4 @@ -.TH "GIT-USER" "1" "Oct 2016" "git-user v2.0.4" "Git Manual" +.TH "GIT-USER" "1" "Jun 2017" "git-user v2.0.5" "Git Manual" .nh .ad l .SH NAME @@ -6,10 +6,14 @@ git\-user\-list \- List all saved profiles .SH SYNOPSIS .PP -\fBgit\-user list\fP [OPTIONS] +\fBgit\-user list [flags]\fP .SH DESCRIPTION .PP List all of the saved user profiles found in your config. +.SH OPTIONS +.PP +\fB\-h\fP, \fB\-\-help\fP[=false] + help for list .SH OPTIONS INHERITED FROM PARENT COMMANDS .PP \fB\-c\fP, \fB\-\-config\fP="\~/.git\-profiles" diff --git a/man/git-user_rm.1 b/man/git-user-rm.1 similarity index 81% rename from man/git-user_rm.1 rename to man/git-user-rm.1 index 02c387f..28d991a 100644 --- a/man/git-user_rm.1 +++ b/man/git-user-rm.1 @@ -1,4 +1,4 @@ -.TH "GIT-USER" "1" "Oct 2016" "git-user v2.0.4" "Git Manual" +.TH "GIT-USER" "1" "Jun 2017" "git-user v2.0.5" "Git Manual" .nh .ad l .SH NAME @@ -6,7 +6,7 @@ git\-user\-rm \- Remove a profile from the current project .SH SYNOPSIS .PP -\fBgit\-user rm\fP [OPTIONS] +\fBgit\-user rm [flags]\fP .SH DESCRIPTION .PP Remove a user profile from the default profile for a project. @@ -14,6 +14,9 @@ Remove a user profile from the default profile for a project. .PP \fB\-G\fP, \fB\-\-global\fP[=false] Remove the profile from the global config +.PP +\fB\-h\fP, \fB\-\-help\fP[=false] + help for rm .SH OPTIONS INHERITED FROM PARENT COMMANDS .PP \fB\-c\fP, \fB\-\-config\fP="\~/.git\-profiles" diff --git a/man/git-user_set.1 b/man/git-user-set.1 similarity index 79% rename from man/git-user_set.1 rename to man/git-user-set.1 index 5726d82..fa8051a 100644 --- a/man/git-user_set.1 +++ b/man/git-user-set.1 @@ -1,4 +1,4 @@ -.TH "GIT-USER" "1" "Oct 2016" "git-user v2.0.4" "Git Manual" +.TH "GIT-USER" "1" "Jun 2017" "git-user v2.0.5" "Git Manual" .nh .ad l .SH NAME @@ -6,7 +6,7 @@ git\-user\-set \- Set the profile for the current project .SH SYNOPSIS .PP -\fBgit\-user set\fP [OPTIONS] +\fBgit\-user set PROFILE\_NAME [flags]\fP .SH DESCRIPTION .PP Set the default user profile for the current project. @@ -14,6 +14,9 @@ Set the default user profile for the current project. .PP \fB\-G\fP, \fB\-\-global\fP[=false] Apply the profile to the global config +.PP +\fB\-h\fP, \fB\-\-help\fP[=false] + help for set .SH OPTIONS INHERITED FROM PARENT COMMANDS .PP \fB\-c\fP, \fB\-\-config\fP="\~/.git\-profiles" diff --git a/man/git-user.1 b/man/git-user.1 index 8dc777e..eb6d7a9 100644 --- a/man/git-user.1 +++ b/man/git-user.1 @@ -1,4 +1,4 @@ -.TH "GIT-USER" "1" "Oct 2016" "git-user v2.0.4" "Git Manual" +.TH "GIT-USER" "1" "Jun 2017" "git-user v2.0.5" "Git Manual" .nh .ad l .SH NAME @@ -6,7 +6,7 @@ git\-user \- Allows you to save multiple user profiles and set them as git project defaults .SH SYNOPSIS .PP -\fBgit\-user\fP [OPTIONS] +\fBgit\-user [flags]\fP .SH DESCRIPTION .PP git\-user lets you quickly switch between multiple git user profiles @@ -18,6 +18,9 @@ git\-user lets you quickly switch between multiple git user profiles \fB\-g\fP, \fB\-\-git\-path\fP="git" The git executable to use .PP +\fB\-h\fP, \fB\-\-help\fP[=false] + help for git\-user +.PP \fB\-p\fP, \fB\-\-path\fP="." The project to get/set the user .PP