Updated history (textile)
authorJens Lehmann <Jens.Lehmann@web.de>
Wed, 18 Sep 2013 19:35:58 +0000 (12:35 -0700)
committerJens Lehmann <Jens.Lehmann@web.de>
Wed, 18 Sep 2013 19:35:58 +0000 (12:35 -0700)
history.textile

index f487d6dd2cfca530f0ac49495ed61446eed6e3ec..e77622e9950a22bf945c69b2d17b60946d83a7ea 100644 (file)
@@ -1,5 +1,10 @@
 *Issues already solved and merged into Junio's Repo:*
 
+* Since git 1.8.4:
+** Most subcommands of @git submodule@ now work from subdirectories of the work tree too
+** The user can specify a custom command in the @submodule.<name>.update@ setting by prepending a '!'
+* Since git 1.8.3:
+** @git submodule deinit@ allows to get rid of submodules when the user doesn't need them to be populated anymore
 * 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@
 * Since git 1.8.1: