Skip to content

Commit

Permalink
bump version -> v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gesquive committed Jun 7, 2017
1 parent 6c9a34d commit be5ad0d
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 15 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down
8 changes: 6 additions & 2 deletions man/git-user_add.1 → man/git-user-add.1
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
.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
.PP
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"
Expand Down
8 changes: 6 additions & 2 deletions man/git-user_del.1 → man/git-user-del.1
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
.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
.PP
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"
Expand Down
8 changes: 6 additions & 2 deletions man/git-user_edit.1 → man/git-user-edit.1
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
.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
.PP
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"
Expand Down
8 changes: 6 additions & 2 deletions man/git-user_list.1 → man/git-user-list.1
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
.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
.PP
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"
Expand Down
7 changes: 5 additions & 2 deletions man/git-user_rm.1 → man/git-user-rm.1
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
.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
.PP
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.
.SH OPTIONS
.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"
Expand Down
7 changes: 5 additions & 2 deletions man/git-user_set.1 → man/git-user-set.1
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
.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
.PP
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.
.SH OPTIONS
.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"
Expand Down
7 changes: 5 additions & 2 deletions man/git-user.1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.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
.PP
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
Expand All @@ -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
Expand Down

0 comments on commit be5ad0d

Please sign in to comment.