summaryrefslogtreecommitdiff
path: root/.arcconfig
Commit message (Collapse)AuthorAgeFilesLines
* Add modern arc config for default "onto" branchGeoffrey Martin-Noble2021-02-221-1/+2
| | | | | | | | | | | The config option for this changed in https://secure.phabricator.com/D21313 (or when that was rolled out). I'm leaving the old config option, which may be in use by people with older versions of arc. Reviewed By: mehdi_amini Differential Revision: https://reviews.llvm.org/D97215
* Set the target branch for `arc land` to mainMehdi Amini2020-12-071-1/+2
|
* [arcconfig] Default base to previous revisionShoaib Meenai2020-02-241-1/+2
| | | | | | | | | | | | When you run `arc diff`, arc defaults to uploading all the changes you have against the upstream branch into a single patch. This is almost never what you want for stacked commits (patch series); you only want to submit the changes done by the current patch. It's also come up as a point of confusion in the Phabricator vs. GitHub PRs discussion, for example. Configure arc to only upload your current patch by default, which I think is a much more suitable default for LLVM developers. Differential Revision: https://reviews.llvm.org/D74990
* Include phabricator.uri in .arcconfigPetr Hosek2020-01-231-0/+1
| | | | | | | conduit_uri was renamed to phabricator.uri and git-phab fails to load .arcconfig without this field. Differential Revision: https://reviews.llvm.org/D72960
* Update monorepo .arcconfig with new project callsign.Ben Hamilton2019-01-311-0/+1
| | | | llvm-svn: 352757
* Add an .arcconfig for the top of the git monorepo.James Y Knight2019-01-111-0/+3
llvm-svn: 350932