mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-25 08:12:40 +01:00
No description
cc1ff38843
Summary: Ref T13432. Git has a "diff.suppressBlankEmpty" config option which makes it emit nonstandard diffs with trimmed trailing whitespace on unchanged blank lines. Currently, we don't parse these diffs correctly. Even if we do in the future, emitting a more standard diff is desirable. Explicitly disable this option when executing "git diff" so we build more standard diffs. Test Plan: - Configured this option. - Modified a file with a blank line in it without changing the blank line, got this goofy display diff: {F6985234} - Applied patch, rediffed the same change, saw "-c diff.suppressBlankEmpty" in "--trace" output and got this sensible diff: {F6985235} Maniphest Tasks: T13432 Differential Revision: https://secure.phabricator.com/D20877 |
||
---|---|---|
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.