summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdgit1
-rw-r--r--dgit.76
2 files changed, 7 insertions, 0 deletions
diff --git a/dgit b/dgit
index 0df3f75..db8d1f7 100755
--- a/dgit
+++ b/dgit
@@ -3367,6 +3367,7 @@ END
sub setup_new_tree () {
setup_mergechangelogs();
setup_useremail();
+ setup_gitattrs();
}
sub multisuite_suite_child ($$$) {
diff --git a/dgit.7 b/dgit.7
index c3e5818..acc7cc1 100644
--- a/dgit.7
+++ b/dgit.7
@@ -221,6 +221,12 @@ they can cause trouble,
because the working tree files can differ from
the git revision history
(and therefore from the source packages).
+
+So dgit clone
+and dgit setup-new-tree
+disable transforming gitattributes
+by default,
+by creating a .git/info/attributes.
.SH PACKAGE SOURCE FORMATS
If you are not the maintainer, you do not need to worry about the
source format of the package. You can just make changes as you like