aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-05-25 20:49:55 +0200
committerGravatar Tom Willemse2013-05-25 20:49:55 +0200
commit6c05056f84c0ca6fc79fdb2a375b425bc53944c2 (patch)
treedf8950e14bda3a2bbeb7e5be8144e9553e17aa5d /INSTALL
parent439a262ec4f9f9a3dd73a69d17f3ef3765036dec (diff)
downloadgitto-6c05056f84c0ca6fc79fdb2a375b425bc53944c2.tar.gz
gitto-6c05056f84c0ca6fc79fdb2a375b425bc53944c2.zip
Allow multiple values for config settings
Setting a list as a value for `global-config' will instruct gitto to place that setting in the config more than once. For example: ,---- | (set! global-config | '(("remote \"origin\"" | ("url" . "git@somehost.com:~a.git") | ("pushurl" "git@somehost.com:~a.git" | "git@someotherhost.com:user/~a.git")))) `---- Will produce output similar to: ,---- | [remote "origin"] | url = git@somehost.com:repo-name.git | pushurl = git@somehost.com:repo-name.git | pushurl = git@someotherhost.com:user/repo-name.git `---- The ordering may vary depending on what was already found in the `origin' remote's settings. gitto doesn't know or care which settings can and cannot appear more than once in a configuration, it is up to the user to provide valid values.
Diffstat (limited to 'INSTALL')
0 files changed, 0 insertions, 0 deletions