summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-15 22:45:09 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-16 01:16:03 +0000
commitff7e17f00e19a8940b2a58edc395e24f927a56d2 (patch)
tree5197fc9cad65158ddb74f27ed18f39453087afed
parentedf2e3761f78147bf4fe4fcb0c23f0c3a227d1c8 (diff)
gitattributes: dgit: setup-gitattributes: New action
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rwxr-xr-xdgit5
1 files changed, 5 insertions, 0 deletions
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();