summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: update guileHEADmastersiddharth ravikumar2024-01-201-1/+1
| | | | Support guile 3.0
* COPYING -> LICENSEv0.2.0rsiddharth2018-11-121-0/+0
|
* docs/Makefile: Put it under CC0.rsiddharth2018-11-121-2/+2
|
* docs/Makefile: generate html from markdown.rsiddharth2018-11-121-7/+7
|
* docs/Makefile: Remove blank lines.rsiddharth2018-11-121-2/+0
|
* Add docs/bin/markdown.rsiddharth2018-11-121-0/+1475
|
* Remove docs/index.org.rsiddharth2018-11-121-1/+0
|
* docs/install-guile.org -> docs/install-guile.mdrsiddharth2018-11-122-27/+27
|
* docs/assets/includes -> docs/htmlrsiddharth2018-11-122-0/+0
|
* Makefile: Put it under CC0.rsiddharth2018-11-121-2/+2
|
* README.org -> READrsiddharth2018-11-122-91/+88
|
* Makefile: Remove blank lines.rsiddharth2018-11-121-5/+0
|
* Makefile: Update guile.rsiddharth2018-11-121-1/+2
|
* Makefile: Update bin variable.rsiddharth2018-10-141-1/+1
| | | | Change to standard location.
* Makefile: Update guile variable.rsiddharth2018-10-141-1/+1
| | | | Search for guile and guile2.
* Makefile: Update $(git-difme).rsiddharth2018-10-141-7/+6
| | | | Don't use GNUMakefile $@, $< idioms.
* docs/assets/includes/header.html: Update styling.rsiddharth2017-06-291-1/+3
|
* git-difme.scm: Update `difme-stage`.rsiddharth2017-03-141-1/+1
| | | | * git-difme.scm (difme-stage): Update function.
* update Makefilersiddharth2016-08-011-1/+1
| | | | * Makefile (push-docs): don't delete `releases`.
* 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-182-19/+32
| | | | | | | * 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.
* cosmetic changes to `difme` function.rsiddharth2016-07-181-2/+2
| | | | * git-difme.scm (difme): change local variable name in proces function.
* update README.orgrsiddharth2016-07-171-0/+4
| | | | * README.org: add expansion for "git-difme".
* update Makefile.rsiddharth2016-07-141-0/+1
| | | | * Makefile ($(git_difme)): insert repo info to target file.
* update README.orgrsiddharth2016-07-141-18/+0
| | | | * README.org (installing): remove shell specific instructions.
* finish intial version of git-difme.rsiddharth2016-07-112-1/+9
| | | | * git-difme.scm (main): walks all the repos and does its thing.
* fix script generation.rsiddharth2016-07-111-1/+3
| | | | | * Makefile ($(git_difme)): generate the script magic line using three echos.
* de-modulized git-difme.rsiddharth2016-07-111-4/+3
| | | | * git-difme.scm: not a module anymore.
* update README.orgrsiddharth2016-07-111-0/+2
| | | | * READEME.org: add link to git repo.
* modify docs/install-guile.orgrsiddharth2016-07-111-0/+2
| | | | * docs/install-guile.org: link to parent.
* add section about installing guile.rsiddharth2016-07-113-1/+41
| | | | | | * 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".
* add stuff to generate docs.rsiddharth2016-07-115-2/+61
| | | | | | | | * .gitignore: ignore docs/_build directory. * Makefile (docs, push-docs, docs-clean): new targets. * docs/Makefile: new file * docs/assets/includes/header.html: new file. * docs/assets/includes/footer.html: new file.
* update README.orgrsiddharth2016-07-111-1/+1
| | | | * README.org: change title.
* add docs/index.orgrsiddharth2016-07-111-0/+1
| | | | it is a symlink to README.org
* docs/index.org -> README.orgrsiddharth2016-07-111-0/+0
|
* delete README.org symlink.rsiddharth2016-07-111-1/+0
|
* symlink README.orgrsiddharth2016-07-111-0/+1
|
* rename README.org -> docs/index.orgrsiddharth2016-07-111-0/+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 `difme` function.rsiddharth2016-07-101-8/+21
| | | | * git-difme.scm (difme): flesh out function; does what it says it'll do.
* update README.orgrsiddharth2016-07-101-2/+2
| | | | - README.org (config): change wording.
* add rule ".".rsiddharth2016-07-103-5/+6
| | | | | | | | 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 `get-difme-repos` function.rsiddharth2016-07-101-1/+4
| | | | | * git-difme.scm (get-difme-repos): trim the strings of each of the repo-info list that is returned by `difme-repos` function.
* add `difme-stage-commit` function.rsiddharth2016-07-101-1/+6
| | | | * git-difme.scm (difme-stage-commit): new function.