From 110d6b7e0b42903c19de271cf49deb1458ceea5d Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 19 Jul 2018 02:58:23 +0200 Subject: git: enable core.followTags MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- git/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/config b/git/config index 925072f..5dd1097 100644 --- a/git/config +++ b/git/config @@ -131,3 +131,5 @@ smudge = git-lfs smudge -- %f process = git-lfs filter-process required = true +[push] + followTags = true -- cgit v1.2.3-54-g00ecf