From e6416def6b61a00d22973f3b9f0f1f9ed9f8438a Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 10 May 2012 00:39:15 -0400 Subject: [PATCH] update comment about branch support, now that supported --- library/git | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/library/git b/library/git index 26cbbf36ed6..814706f6292 100755 --- a/library/git +++ b/library/git @@ -18,10 +18,9 @@ # along with Ansible. If not, see . # I wanted to keep this simple at first, so for now this checks out -# from the MASTER branch of a repo at a particular SHA or +# from the given branch of a repo at a particular SHA or # tag. Latest is not supported, you should not be doing -# that. Branch checkouts are not supported. Contribs -# welcome! -- MPD +# that. Contribs welcome! -- MPD try: import json