aboutsummaryrefslogtreecommitdiffstats
path: root/gitto/config.scm
Commit message (Collapse)AuthorAgeFilesLines
* Add simple hook managementGravatar Tom Willemse2013-05-251-0/+12
| | | | | | | | | | | | | Introduces a new user configuration variable `hook-alist', which specifies which hooks to link to which executables, for example: ,---- | (set! hook-alist '(("commit-msg" . "/path/to/my/commit/msg/hook"))) `---- With this setting the command `config hooks' will install `/path/to/my/commit/msg/hook' to the `commit-msg' hook of each repository not in the `config-exclusion-list' setting.
* Change nameGravatar Tom Willemse2013-05-201-1/+1
|
* Add config management commandsGravatar Tom Willemse2013-05-171-0/+86
These commands parse the git configuration file and, merge settings defined in the rc.scm and print out the resulting configuration.