From 5ec9a8c214159e9dfef0cf44669d563d55e29cd3 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 10 Jul 2016 21:42:42 +0000 Subject: add rule ".". 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 ".". --- examples/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/config') diff --git a/examples/config b/examples/config index b7a2010..db8eba1 100644 --- a/examples/config +++ b/examples/config @@ -6,4 +6,4 @@ (list '("/path/to/git/repo/foo" "M" "D" "?") '("/path/to/git/repo/bar" "M") '("/path/to/git/repo/baz" "M" "?") - '("/path/to/git/repo/frb"))) + '("/path/to/git/repo/frb" "."))) -- cgit v1.2.3