From 415bbc7c44e268be98a6f610c65257a75df3bae3 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 22 Feb 2019 11:14:11 +0100 Subject: [PATCH] Update to 4.5.1.0 And switch to git lfs --- .gitattributes | 1 + .tito/tito.props | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f087b42 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.tar.gz filter=lfs diff=lfs merge=lfs -text diff --git a/.tito/tito.props b/.tito/tito.props index 25f32cd..b5d6b74 100644 --- a/.tito/tito.props +++ b/.tito/tito.props @@ -1,5 +1,5 @@ [buildconfig] -builder = tito.builder.GitAnnexBuilder +builder = tito.builder.GitLfsBuilder tagger = tito.tagger.ReleaseTagger changelog_do_not_remove_cherrypick = 0 changelog_format = %s (%ae)