mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-21 22:32:41 +01:00
No description
88c4e69802
Summary: executes the calls to git in parallel to improve startup performance of arc lint and possibly other commands Gets about a 2~3x speedup when repo is in buffer cache, with 4 cores. Test Plan: arc linted a repo with unstaged, untracked, staged, and committed changes, see that the same files were linted. Reviewed By: jungejason Reviewers: jungejason, epriestley Commenters: epriestley CC: aran, jungejason, epriestley Differential Revision: 594 |
||
---|---|---|
bin | ||
externals | ||
resources | ||
scripts | ||
src | ||
.arcconfig | ||
.divinerconfig | ||
.gitignore | ||
LICENSE | ||
README |
PROJECT STATUS: CAVEAT EMPTOR This is an unstable preview release. I'm open sourcing some of Facebook's internal tools, but they'll be unstable for at least a couple months. -epriestley WHAT IS ARCANIST? Arcanist is the CLI for Facebook's code review tool, Differential. Since Differential isn't released yet, it may not be terribly useful on its own.