diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2015-06-25 18:55:48 -0400 |
|---|---|---|
| committer | Edward Thomson <ethomson@edwardthomson.com> | 2015-06-25 18:55:48 -0400 |
| commit | c0280bdd1542640a83d732d7c50c30dddf4dc8df (patch) | |
| tree | 477cb103b69c39837068e54553306dd26f62ef62 /include/git2/diff.h | |
| parent | 552249f941a4364f27e0092649af9ec09d9fa770 (diff) | |
| parent | c2418f461374a618504c261a4c71cdb01bab9f68 (diff) | |
| download | libgit2-c0280bdd1542640a83d732d7c50c30dddf4dc8df.tar.gz | |
Merge pull request #3255 from libgit2/cmn/rename-unspecified
Rename FALLBACK to UNSPECIFIED
Diffstat (limited to 'include/git2/diff.h')
| -rw-r--r-- | include/git2/diff.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/diff.h b/include/git2/diff.h index 90e2e1b22..b3ab5397e 100644 --- a/include/git2/diff.h +++ b/include/git2/diff.h @@ -399,7 +399,7 @@ typedef struct { * `git_diff_options_init` programmatic initialization. */ #define GIT_DIFF_OPTIONS_INIT \ - {GIT_DIFF_OPTIONS_VERSION, 0, GIT_SUBMODULE_IGNORE_FALLBACK, {NULL,0}, NULL, NULL, 3} + {GIT_DIFF_OPTIONS_VERSION, 0, GIT_SUBMODULE_IGNORE_UNSPECIFIED, {NULL,0}, NULL, NULL, 3} /** * Initializes a `git_diff_options` with default values. Equivalent to |
