chiark / gitweb /
dgit: simplify gitattrs setup in mktree_in_ud_here
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 10 Jul 2017 10:19:27 +0000 (11:19 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 18 Jul 2017 21:08:43 +0000 (22:08 +0100)
commitc697bd52ce3b595cc38bc8385e8a457082c20b8c
tree8d54fe8865476f49898f973ec4ea8119b84146ec
parent6fab00d6201f741f87cc89a0a24443db584c4162
dgit: simplify gitattrs setup in mktree_in_ud_here

We are going to want to break the meat of mktree_in_ud here out into
Dgit.pm.  Dgit.pm doesn't have access_cfg, is_gitattrs_setup, and so
on.

On the other hand, we don't need any of that here: this is a fresh
tree of our own (so there is no existing .git/info/attributes to
combine with our new settings), and we ignore the config already.

So overall, little functional change: the .git/info/attributes in our
private working areas are now slightly simpler: they don't indirect
via git-defuse-attrs.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
dgit