X-Git-Url: http://git.tremily.us/?p=git-submod-enhancements.wiki.git;a=blobdiff_plain;f=Home.textile;fp=Home.textile;h=01aaa7af043718801e6273e8ade63dce69a02872;hp=b835171d2976b98a848ac3df98d5012c7a28df05;hb=5c00e652515f959c27cc132a8979a1e421b172b5;hpb=616ac8b6a8f505f251edd6fde57f231c9a70c2a6 diff --git a/Home.textile b/Home.textile index b835171..01aaa7a 100644 --- a/Home.textile +++ b/Home.textile @@ -32,6 +32,7 @@ In the long run, git-submodule.sh should be converted to a rather simple wrapper *Submodule related bugs to fix* * Cherry picking across submodule creation fails even if the cherry pick doesn't touch any file in the submodules path -* @git submodule add@ doesn't record the URL in .git/config when the submodule path doesn't exist. +* @git submodule add@ doesn't record the URL in .git/config when the submodule path doesn't exist +* @git submodule add@ happily stages any unstaged modifications of the .gitmodules file together with the new section while it should error out telling the user to stash them (at least unless it attempts the 3-way merge described in the "Issues still to be tackled" paragraph) *[[Issues already solved and merged into Junio's Repo|history]]*