[projects/git-slug: 166/170] adc: quiet fetch in move/copy

glen glen at pld-linux.org
Mon Sep 21 21:52:46 CEST 2015


commit c992048557c07ddba44ca1093483b19e2bf41b67
Author: Kacper Kornet <draenog at pld-linux.org>
Date:   Fri Feb 22 17:28:12 2013 +0000

    adc: quiet fetch in move/copy

 adc/move | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/adc/move b/adc/move
index c1a0bbe..eb8e69d 100755
--- a/adc/move
+++ b/adc/move
@@ -19,7 +19,7 @@ move_to="${2%.git}"
 move_to_full="$GL_REPO_BASE_ABS/packages/${move_to}.git"
 $(dirname $0)/create "$move_to" || die "Error in creating new repo"
 
-git --git-dir="$move_to_full" fetch "$move_from_full" 'refs/*:refs/*'
+git --git-dir="$move_to_full" fetch -q "$move_from_full" 'refs/*:refs/*'
 
 case $PROG in
     copy)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/git-slug.git/commitdiff/4ed64f73960519a2f4fd04c42950b2c96ae795c5



More information about the pld-cvs-commit mailing list