From def22a9cf0e97ece3f40fdfec5f8b2a4da674484 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Wed, 25 Jul 2012 17:18:31 -0400 Subject: [PATCH] Remove branch arg from git docs. The "branch" arg doesn't work, users should use "version" instead for specifying branches. --- rst/modules.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/rst/modules.rst b/rst/modules.rst index ba4059a8581..d796172c30e 100644 --- a/rst/modules.rst +++ b/rst/modules.rst @@ -302,11 +302,7 @@ Deploys software (or files) from git checkouts. *version*: * What version to check out -- either the git SHA, the literal string - ``HEAD``, or a tag name. - -*branch*: - -* (new in 0.4) Which branch name to checkout. Defaults to 'master'. + ``HEAD``, branch name, or a tag name. Example action from Ansible :doc:`playbooks`::