mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 00:42:40 +01:00
No description
8f59aff31a
Summary: the current command to apply a git diff is 'git apply --index', which will fail the whole patch and does not touch the working tree when some of the hunks do not apply. We want to allow the user to patch the ones which apply. Test Plan: run 'arc apply' against a diff whcih partially applies and verify that the hunks which apply are applied, and .rej files are generated for the rest. Reviewed By: simpkins Reviewers: simpkins, epriestley Commenters: ju CC: aran, slawekbiel, simpkins, ju Differential Revision: 235 |
||
---|---|---|
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.