mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-02-04 10:58:25 +01:00
f9f2092246
Summary: These are documented as being identical, but `git diff a b` works if `a` is a tree (for example, `4b825d...`, the empty tree hash), but `git diff a..b` does not. Particularly, with the `a..b` form, `arc diff --base arc:empty` does not work. With the `a b` form, it does. Test Plan: Ran `arc diff --base arc:empty` in a repository and got a diff. Reviewers: btrahan, talshiri Reviewed By: talshiri Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D9898 |
||
---|---|---|
.. | ||
__tests__ | ||
ArcanistGitAPI.php | ||
ArcanistMercurialAPI.php | ||
ArcanistRepositoryAPI.php | ||
ArcanistSubversionAPI.php |