summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-16 01:05:37 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-16 01:14:20 +0000
commit8ac258a499a5d034684d47c6144be82b87535c24 (patch)
tree4802681d86e793217392f74242839d38dff24834 /dgit
parenta4e7ac2715ea7077ccedb190a783c64c06a9c539 (diff)
gitattributes: Suppress transformations in ud
We want all of our own manipulations to be unaffected by gitattributes transformations, so that the imported git *trees* are identical to the source packages. (Ie, if transformations are in effect, the *checkout* of such a tree might not be identical to the source package.) 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 ede7010..0df3f75 100755
--- a/dgit
+++ b/dgit
@@ -1698,6 +1698,7 @@ sub mktree_in_ud_here () {
runcmd qw(git config gc.auto 0);
rmtree('.git/objects');
symlink '../../../../objects','.git/objects' or die $!;
+ setup_gitattrs();
}
sub git_write_tree () {