mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-21 22:32:41 +01:00
No description
5b6fbf70e0
Summary: Adds "--no-textconv" to all 'git diff' commands so we don't invoke textconv. See T178 for discussion. Test Plan: Added something like this to .gitattributes: *.txt diff=uppercase And then this to .git/config: [diff "uppercase"] textconv = /path/to/uppercase ...where "uppercase" is a script which takes a file and emits an uppercase version of it. Then I added a "wisdom.txt" text file: The cow goes "moo". The duck goes "quack". Without this patch, the file appears in uppercase in Differential, i.e. textconv runs. With this patch, it appears as the original text. Reviewed By: tuomaspelkonen Reviewers: tuomaspelkonen, jungejason, aran CC: elgenie, aran, tuomaspelkonen Differential Revision: 372 |
||
---|---|---|
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.