diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-09-14 17:54:06 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-09-23 10:38:43 +0200 |
commit | 873f6f1334ab06a69e768a8aea0054404237542f (patch) | |
tree | 81d0183061f1dec3c0a0fb276d9c912412c45105 /.dir-locals.el | |
parent | a78dcb3d599cc84b347578940bb0fd44b1ad50b4 (diff) | |
download | guix-873f6f1334ab06a69e768a8aea0054404237542f.tar guix-873f6f1334ab06a69e768a8aea0054404237542f.tar.gz |
git: Add 'commit-difference'.
* guix/git.scm (commit-closure, commit-difference): New procedures.
* guix/tests/git.scm, tests/git.scm: New files.
* Makefile.am (dist_noinst_DATA): Add guix/tests/git.scm.
(SCM_TESTS): Add tests/git.scm.
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 228685a69f..22aac2c402 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -90,6 +90,7 @@ (eval . (put 'eventually 'scheme-indent-function 1)) (eval . (put 'call-with-progress-reporter 'scheme-indent-function 1)) + (eval . (put 'with-temporary-git-repository 'scheme-indent-function 2)) ;; This notably allows '(' in Paredit to not insert a space when the ;; preceding symbol is one of these. |