From f9e9753141624d45a4ac6875ac9b8baf92255b65 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 28 Aug 2012 07:29:32 -0400 Subject: [PATCH] Remove obsolete comment --- library/git | 5 ----- 1 file changed, 5 deletions(-) diff --git a/library/git b/library/git index 974a2e42f30..a4cf05ef0b7 100755 --- a/library/git +++ b/library/git @@ -18,11 +18,6 @@ # You should have received a copy of the GNU General Public License # along with Ansible. If not, see . -# I wanted to keep this simple at first, so for now this checks out -# from the given branch of a repo at a particular SHA or -# tag. Latest is not supported, you should not be doing -# that. Contribs welcome! -- MPD - import re import tempfile