summaryrefslogtreecommitdiffstats
path: root/README.org
Commit message (Collapse)AuthorAgeFilesLines
* update README.orgrsiddharth2016-08-011-1/+1
| | | | * README.org: add link to releases.
* cosmetic changes to README.orgv0.1.0rsiddharth2016-07-191-2/+2
|
* update README.orgrsiddharth2016-07-191-1/+1
| | | | - README.org: fix typo.
* file regex can be a rule.rsiddharth2016-07-181-10/+16
| | | | | | | * 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.
* update README.orgrsiddharth2016-07-181-4/+4
| | | | * README.org: fix typo.
* update README.orgrsiddharth2016-07-171-0/+4
| | | | * README.org: add expansion for "git-difme".
* update README.orgrsiddharth2016-07-141-18/+0
| | | | * README.org (installing): remove shell specific instructions.
* finish intial version of git-difme.rsiddharth2016-07-111-0/+8
| | | | * git-difme.scm (main): walks all the repos and does its thing.
* update README.orgrsiddharth2016-07-111-0/+2
| | | | * READEME.org: add link to git repo.
* add section about installing guile.rsiddharth2016-07-111-0/+2
| | | | | | * 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.
* update README.orgrsiddharth2016-07-111-4/+4
| | | | * README.org (config): "git difme" to "git-difme".
* update README.orgrsiddharth2016-07-111-1/+1
| | | | * README.org: change title.
* docs/index.org -> README.orgrsiddharth2016-07-111-0/+87
|
* delete README.org symlink.rsiddharth2016-07-111-1/+0
|
* symlink README.orgrsiddharth2016-07-111-0/+1
|
* rename README.org -> docs/index.orgrsiddharth2016-07-111-87/+0
|
* update README.org.rsiddharth2016-07-111-3/+0
| | | | * README.org: remove blank lines.
* update README.orgrsiddharth2016-07-111-1/+1
| | | | * README.org (config): fix wording.
* update README.orgrsiddharth2016-07-111-1/+2
| | | | | * README.org (git-difme): make clear that git-difme always does `git push` on repo it visits.
* update README.orgrsiddharth2016-07-101-2/+2
| | | | - README.org (config): change wording.
* add rule ".".rsiddharth2016-07-101-3/+3
| | | | | | | | 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 ".".
* 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.
* update README.orgrsiddharth2016-07-091-0/+28
| | | | * README.org (installing): add section.
* update README.orgrsiddharth2016-07-091-0/+4
| | | | * README.org (git difme): add git clone url.
* add COPYINGrsiddharth2016-07-091-0/+3
| | | | | * COPYING: new file. * README.org (license): add section.
* update README.orgrsiddharth2016-07-091-15/+23
| | | | | | | * 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.
* add README.orgrsiddharth2016-07-071-0/+38