| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
- README.org: fix typo.
|
|
|
|
|
|
|
| |
* git-difme (build-stage-regex): remove function.
(difme-stage-commit?): new function.
(difme): use `difme-stage-commit?`
* README.org: add info about file regex as a rule.
|
|
|
|
| |
* README.org: fix typo.
|
|
|
|
| |
* README.org: add expansion for "git-difme".
|
|
|
|
| |
* README.org (installing): remove shell specific instructions.
|
|
|
|
| |
* git-difme.scm (main): walks all the repos and does its thing.
|
|
|
|
| |
* READEME.org: add link to git repo.
|
|
|
|
|
|
| |
* README.org (the script): state guile is a per-requisite.
* docs/install-guile.org: new file.
* docs/Makefile (install_guile_dir, install_guile_out): new targets.
|
|
|
|
| |
* README.org (config): "git difme" to "git-difme".
|
|
|
|
| |
* README.org: change title.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
* README.org: remove blank lines.
|
|
|
|
| |
* README.org (config): fix wording.
|
|
|
|
|
| |
* README.org (git-difme): make clear that git-difme always does `git
push` on repo it visits.
|
|
|
|
| |
- README.org (config): change wording.
|
|
|
|
|
|
|
|
| |
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 ".".
|
|
|
|
|
|
|
|
|
|
|
|
| |
`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.
|
|
|
|
| |
* README.org (installing): add section.
|
|
|
|
| |
* README.org (git difme): add git clone url.
|
|
|
|
|
| |
* COPYING: new file.
* README.org (license): add section.
|
|
|
|
|
|
|
| |
* README.org (rules): modify file types list, change untracked file
symbol to `?`.
(config): change structure of `difm-repos`; it is a function and the
elements inside the lists are strings.
|
|
|