chiark / gitweb /
directory refactoring: dgit clone: call record_maintree
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 2 Aug 2017 18:25:34 +0000 (19:25 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 3 Aug 2017 08:57:52 +0000 (09:57 +0100)
commitb5c3e33d87675507eff29ba1d5e1c4998b15f3fd
tree0c1db9d049f78a1b506d2c88966b99ffef5a5ce9
parentde8600f92c856f9a9925ed4754ab136c53827389
directory refactoring: dgit clone: call record_maintree

We are making up our own tree, here.  We will need to call
record_maintree in case we need to use information which it obtains.
Currently, we don't.

But git worktrees are complicated: we are going to have to depend on
the new $maindir_git* variables, in setup_new_tree.

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