| #
cf145eb2
|
| 23-Aug-2022 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
arcanist: use FreeBSD/git project repository instead of FreeBSD/svn
Current `.arcconfig` specifies explicit mapping to the FreeBSD/SVN project in Phabricator, which is inactive. This mapping only g
arcanist: use FreeBSD/git project repository instead of FreeBSD/svn
Current `.arcconfig` specifies explicit mapping to the FreeBSD/SVN project in Phabricator, which is inactive. This mapping only gets updated to the current "production" (FreeBSD/git) project when the underlying change is committed. Update arcanist configuration to create all new diffs in the FreeBSD/git project.
Reviewed By: dim, emaste Differential Revision: https://reviews.freebsd.org/D36204
show more ...
|
| #
73c14cc7
|
| 13-Apr-2021 |
Alex Richardson <arichardson@FreeBSD.org> |
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 wi
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
show more ...
|
| #
44faff9f
|
| 10-Apr-2021 |
Dimitry Andric <dim@FreeBSD.org> |
Adjust .arcconfig to land onto 'main' by default
Otherwise, commands like "arc land" will default to 'master' instead.
MFC after: immediately
|
| #
1906ce9c
|
| 23-Nov-2020 |
Eitan Adler <eadler@FreeBSD.org> |
arcconfig: add callsign again
Problem
When using git-svn or other non-pure-svn tooling the original subversion URL is not present. This causes arcanist/phabricator to be unable to determine which r
arcconfig: add callsign again
Problem
When using git-svn or other non-pure-svn tooling the original subversion URL is not present. This causes arcanist/phabricator to be unable to determine which repository is being modified.
Solution
Restore callsign to .arcconfig to enable exact repository matching even with git-svn.
Reported By: jhb
show more ...
|
| #
eb11fae6
|
| 28-Jul-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Vendor import of llvm trunk r338150: https://llvm.org/svn/llvm-project/llvm/trunk@338150
|
| #
cf145eb2
|
| 23-Aug-2022 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
arcanist: use FreeBSD/git project repository instead of FreeBSD/svn
Current `.arcconfig` specifies explicit mapping to the FreeBSD/SVN project in Phabricator, which is inactive. This mapping only g
arcanist: use FreeBSD/git project repository instead of FreeBSD/svn
Current `.arcconfig` specifies explicit mapping to the FreeBSD/SVN project in Phabricator, which is inactive. This mapping only gets updated to the current "production" (FreeBSD/git) project when the underlying change is committed. Update arcanist configuration to create all new diffs in the FreeBSD/git project.
Reviewed By: dim, emaste Differential Revision: https://reviews.freebsd.org/D36204
show more ...
|
| #
73c14cc7
|
| 13-Apr-2021 |
Alex Richardson <arichardson@FreeBSD.org> |
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 wi
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
show more ...
|
| #
44faff9f
|
| 10-Apr-2021 |
Dimitry Andric <dim@FreeBSD.org> |
Adjust .arcconfig to land onto 'main' by default
Otherwise, commands like "arc land" will default to 'master' instead.
MFC after: immediately
|
| #
1906ce9c
|
| 23-Nov-2020 |
Eitan Adler <eadler@FreeBSD.org> |
arcconfig: add callsign again
Problem
When using git-svn or other non-pure-svn tooling the original subversion URL is not present. This causes arcanist/phabricator to be unable to determine which r
arcconfig: add callsign again
Problem
When using git-svn or other non-pure-svn tooling the original subversion URL is not present. This causes arcanist/phabricator to be unable to determine which repository is being modified.
Solution
Restore callsign to .arcconfig to enable exact repository matching even with git-svn.
Reported By: jhb
show more ...
|
| #
eb11fae6
|
| 28-Jul-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Vendor import of llvm trunk r338150: https://llvm.org/svn/llvm-project/llvm/trunk@338150
|
| #
eb1ff93d
|
| 18-Dec-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Vendor import of lld trunk r321017: https://llvm.org/svn/llvm-project/lld/trunk@321017
|
| #
0564cdb9
|
| 18-Dec-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Vendor import of libc++ trunk r321017: https://llvm.org/svn/llvm-project/libcxx/trunk@321017
|
| #
cdf4f305
|
| 18-Dec-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Vendor import of compiler-rt trunk r321017: https://llvm.org/svn/llvm-project/compiler-rt/trunk@321017
|
| #
461a67fa
|
| 18-Dec-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Vendor import of clang trunk r321017: https://llvm.org/svn/llvm-project/cfe/trunk@321017
|
| #
b915e9e0
|
| 02-Jan-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Vendor import of llvm trunk r290819: https://llvm.org/svn/llvm-project/llvm/trunk@290819
|
| #
242b2482
|
| 09-Oct-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r306412 through r306905.
|
| #
3102589b
|
| 29-Sep-2016 |
Eitan Adler <eadler@FreeBSD.org> |
callsign isn't required anymore
|
| #
f3fbd1c0
|
| 23-Jul-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Vendor import of lldb release_39 branch r276489: https://llvm.org/svn/llvm-project/lldb/branches/release_39@276489
|
| #
1c986198
|
| 23-Jul-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Vendor import of lld release_39 branch r276489: https://llvm.org/svn/llvm-project/lld/branches/release_39@276489
|
| #
51072bd6
|
| 23-Jul-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Vendor import of libc++ release_39 branch r276489: https://llvm.org/svn/llvm-project/libcxx/branches/release_39@276489
|
| #
6f08730e
|
| 23-Jul-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Vendor import of compiler-rt release_39 branch r276489: https://llvm.org/svn/llvm-project/compiler-rt/branches/release_39@276489
|
| #
2b6b257f
|
| 23-Jul-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Vendor import of clang release_39 branch r276489: https://llvm.org/svn/llvm-project/cfe/branches/release_39@276489
|
| #
01095a5d
|
| 23-Jul-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Vendor import of llvm release_39 branch r276489: https://llvm.org/svn/llvm-project/llvm/branches/release_39@276489
|
| #
0bae19ba
|
| 21-Apr-2016 |
Eitan Adler <eadler@FreeBSD.org> |
Remove project.name which is a product of a bygone era.
|
| #
9e6d3549
|
| 06-Jan-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Vendor import of lldb trunk r256945: https://llvm.org/svn/llvm-project/lldb/trunk@256945
|