Tags: jlucktay/stack
Tags
refactor(git): transition from external command to library (#104) * refactor(git): switch CurrentBranch over from calling 'git' command to using 'go-git' package * build(makefile): add 'go fmt -s' * refactor(git): transition two more funcs from external command to library * refactor(misc): goimports and notes * refactor(config): don't panic if there are no config files present * fix(git): return empty string branch name if no repo found
Fix completion command config load (#93) * docs(goreleaser): remove redundant note about Bash completions * fix(config): don't continue (attempting to) load config if we're not running as a proper user * refactor(config): send errors to stderr instead of stdout
Add shell completion command (#92) * feat(cmd/completion): start adding 'completion' command to generate shell completion * feat(cmd/completion): finish fleshing out shell completion subcommand * docs(cmd/completion): indent long description for readability * ci(goreleaser): wire up Bash completion in Homebrew formula * refactor(cmd/completion): rewire error handling
PreviousNext