I expect you've figured out what this patch series is about by now.
In this version, I've applied Junio's suggestions from the last
version, and also the stuff from the FIXUP commit he made after my
stuff in the branch he merged into 'pu'.
Samuel Bronson (3):
diff: Tests for "git diff -O"
diff: Let "git diff -O" read orderfile from any file, fail properly
diff: Add diff.orderfile configuration variable
Documentation/diff-config.txt | 5 ++
Documentation/diff-options.txt | 3 ++
diff.c | 5 ++
diffcore-order.c | 23 ++++-----
t/t4056-diff-order.sh | 106 +++++++++++++++++++++++++++++++++++++++++
5 files changed, 127 insertions(+), 15 deletions(-)
create mode 100755 t/t4056-diff-order.sh
--
1.8.4.3