From c2418f461374a618504c261a4c71cdb01bab9f68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn=20Nieto?= Date: Thu, 25 Jun 2015 12:48:44 +0200 Subject: Rename FALLBACK to UNSPECIFIED Fallback describes the mechanism, while unspecified explains what the user is thinking. --- src/diff_file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/diff_file.c') diff --git a/src/diff_file.c b/src/diff_file.c index 28edcd4c1..c60362865 100644 --- a/src/diff_file.c +++ b/src/diff_file.c @@ -186,7 +186,7 @@ static int diff_file_content_commit_to_str( return error; } - if ((error = git_submodule_status(&sm_status, fc->repo, fc->file->path, GIT_SUBMODULE_IGNORE_FALLBACK)) < 0) { + if ((error = git_submodule_status(&sm_status, fc->repo, fc->file->path, GIT_SUBMODULE_IGNORE_UNSPECIFIED)) < 0) { git_submodule_free(sm); return error; } -- cgit v1.2.1