Merge branch 'sb/submodule-embed-gitdir' into next
authorJunio C Hamano <gitster@pobox.com>
Wed, 21 Dec 2016 22:39:24 +0000 (14:39 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Dec 2016 22:39:24 +0000 (14:39 -0800)
commite6cdbcf013a7977ad1e23715c57a408e2b5b216f
tree589f8fbe8586f5e6a4dc822570a83e167fb7f9ef
parent1e8e9946053a6720e3385854b29073d914fe1db7
parentf6f858614003a3da794385cefdbddf00b85f7501
Merge branch 'sb/submodule-embed-gitdir' into next

A new submodule helper "git submodule embedgitdirs" to make it
easier to move embedded .git/ directory for submodules in a
superproject to .git/modules/ (and point the latter with the former
that is turned into a "gitdir:" file) has been added.

* sb/submodule-embed-gitdir:
  submodule: add absorb-git-dir function
  move connect_work_tree_and_git_dir to dir.h
  worktree: check if a submodule uses worktrees
  test-lib-functions.sh: teach test_commit -C <dir>
  submodule helper: support super prefix
  submodule: use absolute path for computing relative path connecting
builtin/submodule--helper.c
git-submodule.sh
git.c
submodule.c
submodule.h
t/test-lib-functions.sh