Submodule-modes: Distinguish between update modes and update targets
[git-submod-enhancements.wiki.git] / history.textile
index f487d6dd2cfca530f0ac49495ed61446eed6e3ec..47ad89ea870a2d7dfcfca7605b482d061561fa9e 100644 (file)
@@ -1,5 +1,12 @@
 *Issues already solved and merged into Junio's Repo:*
 
+* Since git 1.8.5:
+** Teach @git mv@ to not only move the gitlink and the work tree but also update core.worktree and the gitfile
+* 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: