[libdist-zilla-role-bootstrap-perl] 05/19: Prepopulate message

Axel Beckert abe at deuxchevaux.org
Sat Aug 8 11:58:23 UTC 2015


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 <kentfredric at gmail.com>
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



More information about the Pkg-perl-cvs-commits mailing list