[libmoosex-has-sugar-perl] 07/120: Prepopulate message

Intrigeri intrigeri at moszumanska.debian.org
Wed Aug 27 21:35:05 UTC 2014


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to annotated tag 0.05070422-source
in repository libmoosex-has-sugar-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/libmoosex-has-sugar-perl.git



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