From cbd79aab103620f6a57b0eb267eb86e8c4579b09 Mon Sep 17 00:00:00 2001 From: Dominik Psenner Date: Thu, 3 Aug 2017 18:43:45 +0200 Subject: [PATCH] Added chag config to specify the default behavior of chag when creating tags --- .chag.config | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .chag.config diff --git a/.chag.config b/.chag.config new file mode 100644 index 0000000..c938391 --- /dev/null +++ b/.chag.config @@ -0,0 +1,2 @@ +addv=yes +sign=yes