| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
* Makefile: add blank lines.
|
|
|
|
| |
* example/config (difme-repos): add docstring.
|
|
|
|
| |
* git-difme.scm (utils section): add guix repo url.
|
|
|
|
|
| |
* git-scm (build-stage-regex, work-difme): new functions.
(difme): new function; incomplete.
|
|
|
|
| |
* git-difme.scm (main): add docstring.
|
|
|
|
|
| |
* git-difme.scm (stage-files, difme-status, difme-stage, difme-commit,
difme-push): new functions.
|
|
|
|
|
| |
* git-difme.scm (load-config, get-config-path, get-difme-repos): new
functions.
|
|
|
|
|
|
| |
* git-difme.scm (with-directory-excursion): new macro. verbatim
from (guix build utils). thank you ludovic courtès.
(difme-exec): new function.
|
|
|
|
| |
* Makefile: add blank lines.
|
|
|
|
|
|
|
|
|
|
|
|
| |
`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.
|
| |
|
| |
|
| |
|
|
|