From 96094332ef534cc35310bab3d50b48d8b67d0828 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Tue, 6 Jun 2023 16:57:14 +1000 Subject: [PATCH] remove spurious -q --- git-cvs2git.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/git-cvs2git.sh b/git-cvs2git.sh index 0a6ee5a..3f98b67 100755 --- a/git-cvs2git.sh +++ b/git-cvs2git.sh @@ -498,9 +498,9 @@ else # Third party package # copy over the archive file and make sure the extension is tracked by git-lfs if [ $DEBUG ] ; then echo "************Found 3rd party package $NAME" ; fi - git lfs install $QUIET - git lfs track "*.$EXT" $QUIET - git add .gitattributes $QUIET + git lfs install + git lfs track "*.$EXT" + git add .gitattributes #git config lfs.http://gitea.bjsystems.co.uk/SMEContribs/bugzilla.git/info/lfs.locksverify true if [[ -f $CVSFiles/$1/$BASEORCONTRIB/$ARCHIVEFILE ]] ; then if [ $DEBUG ] ; then echo "************Copying archivefile $CVSFiles/$1/$BASEORCONTRIB/$ARCHIVEFILE" ; fi