From 5b75561f05800768b8bead5676eba3e2b2d76c59 Mon Sep 17 00:00:00 2001 From: Vincent Lepot Date: Tue, 7 Jul 2015 10:47:22 +0200 Subject: [PATCH] Add the option to the documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab90fd9..5db8fff 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ rsync_checkout_tag | `false` | Is the ``:branch`` symbol containing a branch or rsync_copy | `rsync --archive --acls --xattrs` | The command used to copy from remote cache to remote release rsync_target_dir | `.` | The local directory within ``:rsync_stage`` to clone to & deploy (useful if you want to keep cache of several branches/tags for instance) enable_git_submodules | `false` | Should we fetch submodules as well? +reset_git_submodules_before_update | `false` | Do a reset hard on submodules (in case you do modifications on working copies)? License