aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2021-04-12 09:44:02 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2021-04-12 09:44:02 +0000
commitce69d7fccbb36354e892f3046dc58561b20e7719 (patch)
tree451c36a2773963c1a9d59fc1f8f16f1ea9ff91a0
parent8913d7b3024e6a53530e109142aba535567d09f6 (diff)
downloadports-ce69d7fccbb36354e892f3046dc58561b20e7719.tar.gz
ports-ce69d7fccbb36354e892f3046dc58561b20e7719.zip
Remove history.immutable from .arcconfig
This is default and the better workflow for git. Sponsored by: The FreeBSD Foundation
-rw-r--r--.arcconfig3
1 files changed, 1 insertions, 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/"
}