From ff7e17f00e19a8940b2a58edc395e24f927a56d2 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 15 Jan 2017 22:45:09 +0000 Subject: gitattributes: dgit: setup-gitattributes: New action Signed-off-by: Ian Jackson --- dgit | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dgit') diff --git a/dgit b/dgit index db8d1f7..be11a49 100755 --- a/dgit +++ b/dgit @@ -6307,6 +6307,11 @@ sub cmd_setup_useremail { setup_useremail(1); } +sub cmd_setup_gitattributes { + badusage "no arguments allowed to dgit setup-useremail" if @ARGV; + setup_gitattrs(1); +} + sub cmd_setup_new_tree { badusage "no arguments allowed to dgit setup-tree" if @ARGV; setup_new_tree(); -- cgit v1.2.3