This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit 736df91f8c32292c88941e3013c34f08cf12fb1e Author: David Capello <[email protected]> Date: Mon Apr 18 15:23:46 2016 -0300 Ignore freetype2 and zlib dirty changes These submodules will be dirty after a compilation phase because there are files that are renamed by cmake. --- .gitmodules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitmodules b/.gitmodules index 443862a..630ab02 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,9 +19,11 @@ [submodule "third_party/freetype2"] path = third_party/freetype2 url = https://github.com/aseprite/freetype2.git + ignore = dirty [submodule "third_party/zlib"] path = third_party/zlib url = https://github.com/aseprite/zlib.git + ignore = dirty [submodule "third_party/libpng"] path = third_party/libpng url = https://github.com/aseprite/libpng.git -- 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

