summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-16 01:10:03 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-16 01:14:23 +0000
commitedf2e3761f78147bf4fe4fcb0c23f0c3a227d1c8 (patch)
treec4f6d2fdea45cb6b3c3b2da1d8b5e17d5430160a /dgit
parent8ac258a499a5d034684d47c6144be82b87535c24 (diff)
gitattributes: Suppress transformations in our cloned trees
The user wants a checkout of the actual source tree, so that their checkout and the source package are identical. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit1
1 files changed, 1 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 ($$$) {