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