Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Apr 2021 11:38:42 GMT
From:      Alex Richardson <arichardson@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 73c14cc76b5f - main - Remove history.immutable from .arcconfig
Message-ID:  <202104131138.13DBcgrt085662@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by arichardson:

URL: https://cgit.FreeBSD.org/src/commit/?id=73c14cc76b5f815c6b1bd93089ebafdd9269d343

commit 73c14cc76b5f815c6b1bd93089ebafdd9269d343
Author:     Alex Richardson <arichardson@FreeBSD.org>
AuthorDate: 2021-04-13 11:36:24 +0000
Commit:     Alex Richardson <arichardson@FreeBSD.org>
CommitDate: 2021-04-13 11:36:25 +0000

    Remove history.immutable from .arcconfig
    
    The `history.immutable` setting prevents arcanist from updating
    the commit messages with the Differential URL and therefore
    makes updating patches awkward with a rebase workflow.
    
    In case this new behaviour is not wanted the old one can be restored
    by running `arc set-config --local history.immutable true`.
    
    Test Plan: `arc diff --create HEAD^` adds the metadata now.
    
    Reviewed By:    #phabric-admin, imp, lwhsu
    Differential Revision: https://reviews.freebsd.org/D27971
---
 .arcconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.arcconfig b/.arcconfig
index dec83771f390..f04bd0f39945 100644
--- a/.arcconfig
+++ b/.arcconfig
@@ -1,7 +1,6 @@
 {
 	"repository.callsign" : "S",
 	"phabricator.uri" : "https://reviews.freebsd.org/",
-	"history.immutable" : true,
 	"arc.land.onto.default": "main",
 	"arc.land.onto": ["main"]
 }



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