Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] PATCH: git-r3.eclass submodule no-checkout fix
Date: Fri, 26 Jun 2015 20:42:34
Message-Id: 20150626224207.3bbc527e@pomiot
1 Hello,
2
3 Here's a quick patch to git-r3.eclass for review. It fixes handling of
4 repositories where submodules were partially removed -- they're still
5 listed in .gitmodules but the path was 'git rm'-ed. In this case,
6 vanilla git ignores the submodule, and the patch causes the eclass to
7 do that too.
8
9 Relevant bug: https://bugs.gentoo.org/show_bug.cgi?id=551100
10
11 Patch attached.
12
13 --
14 Best regards,
15 Michał Górny
16 <http://dev.gentoo.org/~mgorny/>

Attachments

File name MIME type
git-r3-submodule-r1.patch text/plain

Replies

Subject Author
Re: [gentoo-dev] PATCH: git-r3.eclass submodule no-checkout fix "Michał Górny" <mgorny@g.o>