Date: Mon, 12 Apr 2021 09:46:25 GMT From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ce69d7fccbb3 - main - Remove history.immutable from .arcconfig Message-ID: <202104120946.13C9kPcA022699@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=ce69d7fccbb36354e892f3046dc58561b20e7719 commit ce69d7fccbb36354e892f3046dc58561b20e7719 Author: Li-Wen Hsu <lwhsu@FreeBSD.org> AuthorDate: 2021-04-12 09:44:02 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2021-04-12 09:44:02 +0000 Remove history.immutable from .arcconfig This is default and the better workflow for git. Sponsored by: The FreeBSD Foundation --- .arcconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.arcconfig b/.arcconfig index 19895cdfd818..2c80d58b7b23 100644 --- a/.arcconfig +++ b/.arcconfig @@ -1,5 +1,4 @@ { "repository.callsign" : "P", - "phabricator.uri" : "https://reviews.freebsd.org/", - "history.immutable" : true + "phabricator.uri" : "https://reviews.freebsd.org/" }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104120946.13C9kPcA022699>