summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* modify difme-commit.rsiddharth2016-07-101-2/+2
| | | | * git-difme (difme-commit): modify `msg`; "files" to file(s).
* update Makefile.rsiddharth2016-07-101-0/+3
| | | | * Makefile: add blank lines.
* update examples/config.rsiddharth2016-07-101-0/+1
| | | | * example/config (difme-repos): add docstring.
* update comment in utils section.rsiddharth2016-07-101-0/+1
| | | | * git-difme.scm (utils section): add guix repo url.
* add difme worker functions.rsiddharth2016-07-101-0/+21
| | | | | * git-scm (build-stage-regex, work-difme): new functions. (difme): new function; incomplete.
* update main function.rsiddharth2016-07-101-0/+1
| | | | * git-difme.scm (main): add docstring.
* add functions that provides a git interface.rsiddharth2016-07-101-0/+64
| | | | | * git-difme.scm (stage-files, difme-status, difme-stage, difme-commit, difme-push): new functions.
* add configuration functions.rsiddharth2016-07-101-0/+23
| | | | | * git-difme.scm (load-config, get-config-path, get-difme-repos): new functions.
* add utility functions.rsiddharth2016-07-101-1/+29
| | | | | | * git-difme.scm (with-directory-excursion): new macro. verbatim from (guix build utils). thank you ludovic courtès. (difme-exec): new function.
* update Makefilersiddharth2016-07-101-0/+2
| | | | * Makefile: add blank lines.
* add `make config` mechanism.rsiddharth2016-07-093-0/+28
| | | | | | | | | | | | `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-092-0/+677
| | | | | * 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 Makefilersiddharth2016-07-071-0/+26
|
* add git-difme.scmrsiddharth2016-07-071-0/+7
|
* add .gitignorersiddharth2016-07-071-0/+1
|
* add README.orgrsiddharth2016-07-071-0/+38