aboutsummaryrefslogtreecommitdiff
path: root/.arcconfig
Commit message (Collapse)AuthorAgeFilesLines
* arcanist: use FreeBSD/git project repository instead of FreeBSD/svnAlexander V. Chernikov2022-08-231-1/+1
| | | | | | | | | | | | 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
* Remove history.immutable from .arcconfigAlex Richardson2021-04-131-1/+0
| | | | | | | | | | | | | | 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
* Adjust .arcconfig to land onto 'main' by defaultDimitry Andric2021-04-101-1/+3
| | | | | | Otherwise, commands like "arc land" will default to 'master' instead. MFC after: immediately
* arcconfig: add callsign againEitan Adler2020-11-231-0/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=367945
* callsign isn't required anymoreEitan Adler2016-09-291-1/+0
| | | | Notes: svn path=/head/; revision=306435
* Remove project.name which is a product of a bygone era.Eitan Adler2016-04-211-1/+0
| | | | Notes: svn path=/head/; revision=298387
* Add repository.callsign, to help arcanist figure out what repo it'sMathieu Arnold2015-07-021-0/+1
| | | | | | | | | | doing things on when not using Subversion. With hat: phabric-admin@ Sponsored by: Absolight Notes: svn path=/head/; revision=285064
* Phabricator: enable "history.immutable":Eitan Adler2015-04-301-1/+2
| | | | | | | | | | | With certain arc workflows leaving history.immutable as false results in using the upstream template instead of our usual commit template. Since the git workflow issues alluded to in my prior commit message can be worked around, set history.immutable once again. Notes: svn path=/head/; revision=282261
* phabricator related changes:Eitan Adler2015-04-201-2/+1
| | | | | | | | | | | | | | | | | | | - don't lint either contrib or crypto: these are both externally written directories - add additional linters for spelling (check common typos like teh -> the) - chmod linter checks for executible bit on bad files - merge-conflict checks for merge conflict tokens then may have been resolved incorrectly - filename checks for back characters in filenames - json for json syntax correctness - remove history.immutable: it is meaningless on subversion, and causes workflow problems when trying to use git. It it set to 'true' by default with hg Notes: svn path=/head/; revision=281789
* Update the URL to the phabricator instance.Glen Barber2014-08-141-1/+1
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=269985
* Prevent arc commands from overwriting historyBaptiste Daroussin2014-06-061-1/+2
| | | | Notes: svn path=/head/; revision=267148
* Add the missing comaBaptiste Daroussin2014-05-151-1/+1
| | | | Notes: svn path=/head/; revision=266121
* Add project name to the arc config it is still required when arcanist is ↵Baptiste Daroussin2014-05-151-0/+1
| | | | | | | used with SVN Notes: svn path=/head/; revision=266120
* arcconfig: add oneEitan Adler2014-05-101-0/+3
Add a .arcconfig to allow arc to work in its usual way. Notes: svn path=/head/; revision=265842