git: ce69d7fccbb3 - main - Remove history.immutable from .arcconfig
Li-Wen Hsu
lwhsu at FreeBSD.org
Mon Apr 12 09:46:25 UTC 2021
The branch main has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ce69d7fccbb36354e892f3046dc58561b20e7719
commit ce69d7fccbb36354e892f3046dc58561b20e7719
Author: Li-Wen Hsu <lwhsu at FreeBSD.org>
AuthorDate: 2021-04-12 09:44:02 +0000
Commit: Li-Wen Hsu <lwhsu at 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/"
}
More information about the dev-commits-ports-all
mailing list