From: jlehmann Date: Mon, 1 Apr 2013 17:27:11 +0000 (-0700) Subject: Updated Home (textile) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b0c7a5ca7941eedc074609e9ba8b3d501bf840b8;p=git-submod-enhancements.wiki.git Updated Home (textile) --- diff --git a/Home.textile b/Home.textile index f756be7..6910e6a 100644 --- a/Home.textile +++ b/Home.textile @@ -54,4 +54,6 @@ As Dscho put it, submodules are the "neglected ugly duckling" of git. Time to ch ** @git push@ learned the --recurse-submodules=on-demand option * Since git 1.8.1: ** @git rm@ removes submodules from index and work tree (unless they contain a .git directory) -** @git submodule add@ learned the @--name@ option so the user can choose the name for a submodule (e.g. when its name clashes with that of a submodule which was present at the same path earlier in history but was removed). \ No newline at end of file +** @git submodule add@ learned the @--name@ option so the user can choose the name for a submodule (e.g. when its name clashes with that of a submodule which was present at the same path earlier in history but was removed). +* Since git 1.8.2: +** Tracked floating submodules are supported in core git through the new @--remote@ option for @git submodule update@ and the new @--branch@ option for @git submodule add@ \ No newline at end of file