Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2015-06-25 13:48:44 +0300
committerCarlos Martín Nieto <cmn@dwim.me>2015-06-25 13:48:44 +0300
commitc2418f461374a618504c261a4c71cdb01bab9f68 (patch)
treebd608906dc1244c19de052166ee6931abb2f9c98 /examples
parentdaacf96d101b9d2100a5028090b5af5249d8893d (diff)
Rename FALLBACK to UNSPECIFIED
Fallback describes the mechanism, while unspecified explains what the user is thinking.
Diffstat (limited to 'examples')
-rw-r--r--examples/status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/status.c b/examples/status.c
index 8e242dd39..49f006dcc 100644
--- a/examples/status.c
+++ b/examples/status.c
@@ -387,7 +387,7 @@ static void print_short(git_repository *repo, git_status_list *status)
unsigned int smstatus = 0;
if (!git_submodule_status(&smstatus, repo, s->index_to_workdir->new_file.path,
- GIT_SUBMODULE_IGNORE_FALLBACK)) {
+ GIT_SUBMODULE_IGNORE_UNSPECIFIED)) {
if (smstatus & GIT_SUBMODULE_STATUS_WD_MODIFIED)
extra = " (new commits)";
else if (smstatus & GIT_SUBMODULE_STATUS_WD_INDEX_MODIFIED)