Gentoo Archives: gentoo-dev

From: Mike Gilbert <floppym@g.o>
To: Gentoo Dev <gentoo-dev@l.g.o>
Subject: [gentoo-dev] New portage git sync behavior
Date: Wed, 21 Sep 2016 03:02:41
Message-Id: CAJ0EP426qaw36dhW2BBjFQbYwKUaacz2W+jhAhuXbOKPBOA9og@mail.gmail.com
1 Portage 2.3.1 changes the default behavior for git repositories to
2 sync with a depth of 1. If you are using a development tree with
3 emerge --sync, you may want to override this in repos.conf by setting
4 sync-depth = 0.
5
6 If you have accidentally converted your development tree into a
7 shallow repository, you can undo the damage by running git fetch
8 --unshallow.

Replies

Subject Author
Re: [gentoo-dev] New portage git sync behavior konsolebox <konsolebox@×××××.com>
Re: [gentoo-dev] New portage git sync behavior Zac Medico <zmedico@g.o>