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/fetch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fetch.c') diff --git a/src/fetch.c b/src/fetch.c index 82d86bbce..4d895752c 100644 --- a/src/fetch.c +++ b/src/fetch.c @@ -60,7 +60,7 @@ static int filter_wants(git_remote *remote, const git_fetch_options *opts) size_t i, heads_len; git_remote_autotag_option_t tagopt = remote->download_tags; - if (opts && opts->download_tags != GIT_REMOTE_DOWNLOAD_TAGS_FALLBACK) + if (opts && opts->download_tags != GIT_REMOTE_DOWNLOAD_TAGS_UNSPECIFIED) tagopt = opts->download_tags; git_vector_clear(&remote->refs); -- cgit v1.2.1