mirror of
https://github.com/outbackdingo/ghorg.git
synced 2026-01-27 10:19:03 +00:00
Update CHANGELOG.md (#198)
This commit is contained in:
@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||
- Dockerfile
|
||||
- Ability to set GHORG_IGNORE_PATH; thanks @jeffreylo
|
||||
- Ability to set configuration file as `ghorg.yaml` at root of repo; thanks @jeffreylo
|
||||
- GHORG_QUIET mode; thanks @jeffreylo
|
||||
### Changed
|
||||
### Deprecated
|
||||
### Removed
|
||||
|
||||
@@ -129,6 +129,10 @@ func cloneFunc(cmd *cobra.Command, argz []string) {
|
||||
os.Setenv("GHORG_SKIP_FORKS", "true")
|
||||
}
|
||||
|
||||
if cmd.Flags().Changed("quiet") {
|
||||
os.Setenv("GHORG_QUIET", "true")
|
||||
}
|
||||
|
||||
if cmd.Flags().Changed("preserve-dir") {
|
||||
os.Setenv("GHORG_PRESERVE_DIRECTORY_STRUCTURE", "true")
|
||||
}
|
||||
|
||||
@@ -11,6 +11,6 @@ var versionCmd = &cobra.Command{
|
||||
Short: "Print the version number of Ghorg",
|
||||
Long: `All software has versions. This is Ghorg's`,
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
fmt.Println("v1.7.13")
|
||||
fmt.Println("v1.7.12")
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user