Re: [PATCH 0/7] Submodule improvements

2015-08-17 Thread Stefan Beller
A last minute change in the last patch broke t7400-submodule-basic.sh, test 82 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH 0/7] Submodule improvements

2015-08-17 Thread Stefan Beller
This series is a reroll consisting of hv/submodule-config and sb/submodule-helper and it applies on top of origin/jk/git-path. Our long term goal is to make submodule handling more scalable by parallelizing the submodule code. To write good parallelizable code I'd first want to port it to C, as t