diff options
author | bapt <bapt@FreeBSD.org> | 2014-06-12 05:20:50 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-06-12 05:20:50 +0800 |
commit | 749be4d484a70c27518568103e94ca19b0f788c8 (patch) | |
tree | 957c3e2e2fd41ab9a3735b29749bcd7184cc2557 | |
parent | 32bfe90198bab643b1758eee5170d77f4a2ee5a7 (diff) | |
download | freebsd-ports-gnome-749be4d484a70c27518568103e94ca19b0f788c8.tar.gz freebsd-ports-gnome-749be4d484a70c27518568103e94ca19b0f788c8.tar.zst freebsd-ports-gnome-749be4d484a70c27518568103e94ca19b0f788c8.zip |
Prevent arc from rewritting history when playing with git svn or hg svn
-rw-r--r-- | .arcconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.arcconfig b/.arcconfig index c142b71b0a1e..e1919bc5d293 100644 --- a/.arcconfig +++ b/.arcconfig @@ -1,4 +1,5 @@ { "project.name": "P", - "phabricator.uri" : "https://phabric.freebsd.org/" + "phabricator.uri" : "https://phabric.freebsd.org/", + "history.immutable" : true } |