mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-25 08:12:40 +01:00
No description
875d018360
Summary: See https://discourse.phabricator-community.org/t/arc-not-supporting-git-2-17-1/. When treating it a large file binary, we try to get the "old" and "new" content using `git ls-tree` and `cat-file`. If the file is new or deleted, there is no old file, so we try to work with filename `null`. Under git < 2.17.1, that gets treated as `git ls-tree -- .`, which falls in the next condition under "no such path". In git 2.18, etc, this is an error. Explicitly bail out if there is no filename. Test Plan: Add a new, large (>4Mb) file, arc diff. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D19513 |
||
---|---|---|
bin | ||
externals | ||
resources | ||
scripts | ||
src | ||
.arcconfig | ||
.arclint | ||
.arcunit | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
README.md |
Arcanist is the command-line tool for Phabricator. It allows you to interact with Phabricator installs to send code for review, download patches, transfer files, view status, make API calls, and various other things. You can read more in the User Guide
For more information about Phabricator, see http://phabricator.org/.
LICENSE
Arcanist is released under the Apache 2.0 license except as otherwise noted.