git: 44faff9f4a0f - main - Adjust .arcconfig to land onto 'main' by default
Dimitry Andric
dim at FreeBSD.org
Sat Apr 10 11:53:42 UTC 2021
The branch main has been updated by dim:
URL: https://cgit.FreeBSD.org/src/commit/?id=44faff9f4a0f25588df8b217e7c94af8bd84d113
commit 44faff9f4a0f25588df8b217e7c94af8bd84d113
Author: Dimitry Andric <dim at FreeBSD.org>
AuthorDate: 2021-04-10 11:51:16 +0000
Commit: Dimitry Andric <dim at FreeBSD.org>
CommitDate: 2021-04-10 11:51:16 +0000
Adjust .arcconfig to land onto 'main' by default
Otherwise, commands like "arc land" will default to 'master' instead.
MFC after: immediately
---
.arcconfig | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.arcconfig b/.arcconfig
index 4ecf2640194e..dec83771f390 100644
--- a/.arcconfig
+++ b/.arcconfig
@@ -1,5 +1,7 @@
{
"repository.callsign" : "S",
"phabricator.uri" : "https://reviews.freebsd.org/",
- "history.immutable" : true
+ "history.immutable" : true,
+ "arc.land.onto.default": "main",
+ "arc.land.onto": ["main"]
}
More information about the dev-commits-src-main
mailing list