|
Revision tags: release/14.1.0, release/13.3.0, release/14.0.0, release/13.2.0, release/12.4.0 |
|
| #
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 ...
|
|
Revision tags: release/13.1.0, release/12.3.0 |
|
| #
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
|
|
Revision tags: release/13.0.0 |
|
| #
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 ...
|
|
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0 |
|
| #
eb11fae6 |
| 28-Jul-2018 |
Dimitry Andric <dim@FreeBSD.org> |
Vendor import of llvm trunk r338150: https://llvm.org/svn/llvm-project/llvm/trunk@338150
|
|
Revision tags: release/11.2.0 |
|
| #
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
|
|
Revision tags: release/10.4.0, release/11.1.0 |
|
| #
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
|
|
Revision tags: release/11.0.1, release/11.0.0 |
|
| #
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.
|
|
Revision tags: release/10.3.0 |
|
| #
9e6d3549 |
| 06-Jan-2016 |
Dimitry Andric <dim@FreeBSD.org> |
Vendor import of lldb trunk r256945: https://llvm.org/svn/llvm-project/lldb/trunk@256945
|
| #
b5ff185e |
| 12-Sep-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
|
| #
61b9a725 |
| 06-Sep-2015 |
Dimitry Andric <dim@FreeBSD.org> |
Import libc++ 3.7.0 release (r246257).
|
| #
ab875b71 |
| 13-Aug-2015 |
Navdeep Parhar <np@FreeBSD.org> |
Catch up with head, primarily for the 1.14.4.0 firmware.
|
|
Revision tags: release/10.2.0 |
|
| #
4cd9b24e |
| 04-Jul-2015 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r284737 through r285152.
|
| #
4e21b8cf |
| 02-Jul-2015 |
Mathieu Arnold <mat@FreeBSD.org> |
Add repository.callsign, to help arcanist figure out what repo it's doing things on when not using Subversion.
With hat: phabric-admin@ Sponsored by: Absolight
|