*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: