Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 May 2022 08:07:08 +0900
From:      Tatsuki Makino <tatsuki_makino@hotmail.com>
To:        Kurt Jaeger <pi@freebsd.org>, freebsd-ports <freebsd-ports@freebsd.org>
Subject:   Re: On what days are the git servers available to obtain the ports tree?
Message-ID:  <PSAPR03MB563921F113CCDCB5A1123662FAC19@PSAPR03MB5639.apcprd03.prod.outlook.com>
In-Reply-To: <YnAb8onJW58W/W2G@fc.opsec.eu>
References:  <a258fb0624f53ae9234b192bdd717a02@bsdforge.com> <YnAb8onJW58W/W2G@fc.opsec.eu>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello.

I'm a maintainer too :)
Probably, git is difficult for maintainers to keep the following conditions.

# git status --show-stash --
On branch main
Your branch is up to date with 'origin/main'.

nothing to commit, working tree clean

To clean it up without cloning, we will have to make full use of the following commands, which are listed here.

# git stash push --all -- :/
# git stash pop
# git pull --autostash --rebase --prune --
# git reset --soft origin --
# git checkout HEAD -- :/
# git restore --source=HEAD --staged -- :/
# git clean -d --force -X -- :/

I will not give an explanation of what each is :)
:/ is not an emoticon :)

It is my opinion that if we can maintain a non-clone, it will be less likely to be a 504.

Regards.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?PSAPR03MB563921F113CCDCB5A1123662FAC19>