From b0c7a5ca7941eedc074609e9ba8b3d501bf840b8 Mon Sep 17 00:00:00 2001 From: jlehmann Date: Mon, 1 Apr 2013 10:27:11 -0700 Subject: [PATCH] Updated Home (textile) --- Home.textile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.26.2