Package: pristine-tar Version: 1.20 When I use pristine-tar in a git submodule that was cloned using git > 1.7.8, pristine-tar cannot determine the vcs of the repo. For example...
$ mkdir test $ cd test $ git init Initialized empty Git repository $ git submodule add g...@github.com:user/project project Cloning into project $ touch project.tar.gz $ cd project $ pristine-tar commit ../project.tar.gz 1.0 pristine-tar: cannot determine type of vcs used for the current directory This is likely due to a change in git's behavior in commit https://github.com/git/git/commit/501770e1bb5d132ae4f79aa96715f07f6b84e1f6 where submodules now have a git file and not a git directory. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org