On 27/04/2022 17:24, Grant Edwards wrote:
IOW, I want all the changes made during a single "sync" to go into my
local repo as a single commit regardless of how many commits have been
made to the master repo since my previous "sync". I think git can do
that -- whether the emerge sync settings in /etc/portage/repos.conf/gentoo.conf
allow me to tell emerge to tell git to do that is the question.

I don't know as that will do you any good.

Just use git tags, every time you do a "sync; emerge", just tag the repository with the date. So when you list the tags you'll see all the dates you did an update, and by branching to that tag, you'll be able to go back to that date.

I just use "lvm snapshot" :-)

Cheers,
Wol

Reply via email to