From a080e481b5e6fcbc2b645920051cf20fc8cad7a7 Mon Sep 17 00:00:00 2001 From: Gil Date: Sat, 5 May 2018 08:10:51 -0700 Subject: Port FSTDocumentKeySet to C++ DocumentKeySet (#1229) * Define a Comparator for DocumentKey * Automated migration from FSTDocumentKeySet to DocumentKeySet * Manual fixups for DocumentKeySet * Delete FSTDocumentKeySet --- scripts/lint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/lint.sh b/scripts/lint.sh index 9e33c87..d474129 100755 --- a/scripts/lint.sh +++ b/scripts/lint.sh @@ -60,7 +60,7 @@ objc_lint_options=( if [[ $# -gt 0 ]]; then # Interpret any command-line argument as a revision range - command=(git diff --name-only) + command=(git diff --name-only --diff-filter=ACMR) git_options+=("$@") else -- cgit v1.2.3