diff options
Diffstat (limited to 'src/clone.c')
| -rw-r--r-- | src/clone.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/clone.c b/src/clone.c index 333bf2148..4b72b833c 100644 --- a/src/clone.c +++ b/src/clone.c @@ -417,6 +417,7 @@ static void normalize_options(git_clone_options *dst, const git_clone_options *s /* Provide defaults for null pointers */ if (!dst->remote_name) dst->remote_name = "origin"; + if (!dst->remote_autotag) dst->remote_autotag = GIT_REMOTE_DOWNLOAD_TAGS_ALL; } int git_clone( |
