diff options
author | Carlos Martín Nieto <cmn@dwim.me> | 2015-06-25 12:48:44 +0200 |
---|---|---|
committer | Carlos Martín Nieto <cmn@dwim.me> | 2015-06-25 12:48:44 +0200 |
commit | c2418f461374a618504c261a4c71cdb01bab9f68 (patch) | |
tree | bd608906dc1244c19de052166ee6931abb2f9c98 /tests/diff/tree.c | |
parent | daacf96d101b9d2100a5028090b5af5249d8893d (diff) | |
download | libgit2-cmn/rename-unspecified.tar.gz |
Rename FALLBACK to UNSPECIFIEDcmn/rename-unspecified
Fallback describes the mechanism, while unspecified explains what the
user is thinking.
Diffstat (limited to 'tests/diff/tree.c')
-rw-r--r-- | tests/diff/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/diff/tree.c b/tests/diff/tree.c index 977e21f5b..2bc9e6a55 100644 --- a/tests/diff/tree.c +++ b/tests/diff/tree.c @@ -89,7 +89,7 @@ void test_diff_tree__0(void) } #define DIFF_OPTS(FLAGS, CTXT) \ - {GIT_DIFF_OPTIONS_VERSION, (FLAGS), GIT_SUBMODULE_IGNORE_FALLBACK, \ + {GIT_DIFF_OPTIONS_VERSION, (FLAGS), GIT_SUBMODULE_IGNORE_UNSPECIFIED, \ {NULL,0}, NULL, NULL, (CTXT), 1} void test_diff_tree__options(void) |