From a63108e7546a6efa8a75a5532e07f97911c061b3 Mon Sep 17 00:00:00 2001 From: kataras Date: Sun, 26 Jul 2020 13:28:27 +0300 Subject: [PATCH] add HISTORY entry for bfg, an amazing tool --- HISTORY.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index f517654a..a29b4eba 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -371,6 +371,10 @@ Other Improvements: ![DBUG routes](https://iris-go.com/images/v12.2.0-dbug2.png?v=0) +- Fix huge repo size of 55.7MB, which slows down the overall Iris installation experience. Now, go-get performs ~3 times faster. I 've managed it using the [bfg-repo-cleaner](https://github.com/rtyley/bfg-repo-cleaner) tool - an alternative to git-filter-branch command. Watch the small gif below to learn how: + +[![](https://media.giphy.com/media/U8560aiWTurW4iAOLn/giphy.gif)](https://media.giphy.com/media/U8560aiWTurW4iAOLn/giphy.gif) + - Fix [#1569#issuecomment-663739177](https://github.com/kataras/iris/issues/1569#issuecomment-663739177). - Fix [#1564](https://github.com/kataras/iris/issues/1564).