summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* add rule ".".rsiddharth2016-07-101-1/+1
| | | | | | | | if a repo has a rule set to ".", then all files will be staged and committed. * README.org (rules): add new rule ".". (config): update example config to illustrate the "." rule. * git-difme.scm (build-stage-regex): accommodate new rule ".".
* update examples/config.rsiddharth2016-07-101-0/+1
| | | | * example/config (difme-repos): add docstring.
* add `make config` mechanism.rsiddharth2016-07-091-0/+8
`make config` will now install a sample configuration file at `~/.config/git-difme/config`. * Makefile (config, $(config_dir), $(config_file)): new targets. * README.org (the config file): add sub section under `installing` section. * examples/config: add file; sample user config file.