diff options
| author | Alex Richardson <arichardson@FreeBSD.org> | 2021-04-13 11:36:24 +0000 |
|---|---|---|
| committer | Alex Richardson <arichardson@FreeBSD.org> | 2021-04-13 11:36:25 +0000 |
| commit | 73c14cc76b5f815c6b1bd93089ebafdd9269d343 (patch) | |
| tree | 6109ad18b9c4c935e997cb6956489bda498791e3 | |
| parent | 2aa21096c7349390f22aa5d06b373a575baed1b4 (diff) | |
| download | src-73c14cc76b5f815c6b1bd93089ebafdd9269d343.tar.gz src-73c14cc76b5f815c6b1bd93089ebafdd9269d343.zip | |
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
| -rw-r--r-- | .arcconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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"] } |
