This is an automated email from the git hooks/post-receive script. abe pushed a commit to annotated tag 0.2.1-source in repository libdist-zilla-role-bootstrap-perl.
commit 7eed2d5304f4047244f09aba2c288e6c0e4bf38f Author: Kent Fredric <[email protected]> Date: Tue Sep 10 13:30:54 2013 +1200 Prepopulate message --- sync_tree.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync_tree.pl b/sync_tree.pl index e9b2476..0c63bc9 100644 --- a/sync_tree.pl +++ b/sync_tree.pl @@ -19,6 +19,6 @@ if ( not -d -e $root->child($prefix) ) { git_subtree('add','--prefix=' . $prefix , $travis, 'master' ); } else { - git_subtree('pull','--prefix=' . $prefix , $travis, 'master' ); + git_subtree('pull','-m', 'Synchronise git subtree maint', '--prefix=' . $prefix , $travis, 'master' ); } -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-role-bootstrap-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
