Updated Home (textile)
authorJens Lehmann <Jens.Lehmann@web.de>
Mon, 3 Jun 2013 21:26:16 +0000 (14:26 -0700)
committerJens Lehmann <Jens.Lehmann@web.de>
Mon, 3 Jun 2013 21:26:16 +0000 (14:26 -0700)
Home.textile

index b835171d2976b98a848ac3df98d5012c7a28df05..01aaa7af043718801e6273e8ade63dce69a02872 100644 (file)
@@ -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]]*