From 233ab648fb383d08aecc28458e486733189e63a3 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 15 Jun 2012 17:50:01 -0500 Subject: [PATCH] Unify git submodule comments Signed-off-by: Jack Nagel --- Formula/git-flow.rb | 2 +- Formula/multimarkdown.rb | 3 ++- Formula/wp-cli.rb | 2 ++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Formula/git-flow.rb b/Formula/git-flow.rb index a5e0dfeaec1..604b2794430 100644 --- a/Formula/git-flow.rb +++ b/Formula/git-flow.rb @@ -11,7 +11,7 @@ end class GitFlow < Formula homepage 'https://github.com/nvie/gitflow' - # Use the tag instead of the tarball to get the submodule + # Use the tag instead of the tarball to get submodules url 'https://github.com/nvie/gitflow.git', :tag => '0.4.1' version '0.4.1' diff --git a/Formula/multimarkdown.rb b/Formula/multimarkdown.rb index 734e60654a9..906ab8d1f5d 100644 --- a/Formula/multimarkdown.rb +++ b/Formula/multimarkdown.rb @@ -1,8 +1,9 @@ require 'formula' -# url uses git tag to download submodules. class Multimarkdown < Formula homepage 'http://fletcherpenney.net/multimarkdown/' + + # Use the tag instead of the tarball to get submodules url 'https://github.com/fletcher/peg-multimarkdown.git', :tag => '3.6' version '3.6' diff --git a/Formula/wp-cli.rb b/Formula/wp-cli.rb index 06a86febaec..a211fd74ce5 100644 --- a/Formula/wp-cli.rb +++ b/Formula/wp-cli.rb @@ -2,6 +2,8 @@ require 'formula' class WpCli < Formula homepage 'https://github.com/andreascreten/wp-cli/' + + # Use the tag instead of the tarball to get submodules url 'https://github.com/andreascreten/wp-cli.git', :tag => 'v0.4.0' version '0.4.0'