This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit 6a1809b814a53a7c6a9a0f9f31c2a119e8175eab Author: David Capello <[email protected]> Date: Fri Nov 7 19:10:32 2014 -0300 Minor fix in CONTRIBUTING.md to clone aseprite repo & submodules --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a22767d..63f9a8c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,7 +57,7 @@ https://github.com/aseprite/aseprite You can clone it locally using the following command (read-only URL): - git clone git://github.com/aseprite/aseprite.git + git clone --recursive https://github.com/aseprite/aseprite.git On Windows you can use programs like [msysgit](http://msysgit.github.io/) to clone the repository. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

