mirror of
https://github.com/grdl/git-get.git
synced 2026-02-09 11:29:19 +00:00
Add output flag and simple tree option
This commit is contained in:
@@ -18,6 +18,14 @@ const (
|
||||
DefDefaultHost = "github.com"
|
||||
KeyPrivateKey = "privateKey"
|
||||
DefPrivateKey = "id_rsa"
|
||||
KeyOutput = "out"
|
||||
DefOutput = OutFlat
|
||||
)
|
||||
|
||||
const (
|
||||
OutFlat = "flat"
|
||||
OutSmart = "smart"
|
||||
OutSimple = "simple"
|
||||
)
|
||||
|
||||
// gitconfig provides methods for looking up configiration values inside .gitconfig file
|
||||
|
||||
Reference in New Issue
Block a user