From ce69d7fccbb36354e892f3046dc58561b20e7719 Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Mon, 12 Apr 2021 17:44:02 +0800 Subject: [PATCH] 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/" }