Handle Git submodules correctly
authorVictor Vasiliev <vasilvv@mit.edu>
Fri, 11 Oct 2013 02:23:15 +0000 (22:23 -0400)
committerJoey Hess <joey@kitenet.net>
Sun, 27 Oct 2013 16:31:24 +0000 (12:31 -0400)
commitaf6e9d027dbcbfbeed145d24ca152a92de2af568
treef1e61382fe372b7533077cbd989768ec2eab58cb
parentb89a403091e50b91d3572534155ecf8395726788
Handle Git submodules correctly

Due to the way submodules are organized in the latest versions of Git,
the working directory in the submodule repository configuration is set
to the relative path of submodule with respect to its physical GIT_DIR
location, instead of default ".". This confuses git-update-index, and
causes `pristine-tar commit' to fail.
pristine-tar