From: SourceForge.net <no...@so...> - 2012-03-01 20:13:27
|
Bugs item #3480712, was opened at 2012-01-27 18:28 Message generated for change (Comment added) made by bakaproject You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1475673&aid=3480712&group_id=353214 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jehan Bing (nahor) Assigned to: Nobody/Anonymous (nobody) Summary: Use gitmodule config settings Initial Comment: Can gitslave use gitmodule settings instead of its own? For instance, .gitslave has the same content as .gitmodules, just in a different format. This would allow different developers to use submodule or gitslave at their convenience. ---------------------------------------------------------------------- >Comment By: Baka Project (bakaproject) Date: 2012-03-01 12:13 Message: This is more complicated than it first appears because in fact the two formats are different. At a minimum .gitslave supports flag arguments. However, that isn't to say the idea is bad since if you are not using flags it may be close enough. At a minimum an import tool could be used, and the current format probably has some quoting problem if someone were to include a directory name/url with a " or line feed or similar nasty character. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1475673&aid=3480712&group_id=353214 |