Updated Home (textile)
authorjlehmann <Jens.Lehmann@web.de>
Mon, 1 Apr 2013 17:27:11 +0000 (10:27 -0700)
committerjlehmann <Jens.Lehmann@web.de>
Mon, 1 Apr 2013 17:27:11 +0000 (10:27 -0700)
Home.textile

index f756be7209aa5e09818646e7157590120466fa91..6910e6ae126fee3e9380cd827ef39109279b3088 100644 (file)
@@ -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