aboutsummaryrefslogtreecommitdiff
path: root/.arcconfig
Commit message (Collapse)AuthorAgeFilesLines
* 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