mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
ConversationRepository: always prevent redirects
GitLab: #1008 Change-Id: I04128942baebdbe0956904b508485c1625ba32e3
This commit is contained in:
@ -3008,6 +3008,7 @@ ConversationRepository::fetch(const std::string& remoteDeviceId)
|
||||
git_remote* remote_ptr = nullptr;
|
||||
git_fetch_options fetch_opts;
|
||||
git_fetch_options_init(&fetch_opts, GIT_FETCH_OPTIONS_VERSION);
|
||||
fetch_opts.follow_redirects = GIT_REMOTE_REDIRECT_NONE;
|
||||
|
||||
LogOptions options;
|
||||
options.nbOfCommits = 1;
|
||||
|
Reference in New Issue
Block a user