update_tips


Description:

public bool update_tips (RemoteCallbacks callbacks, bool update_fetch_head, RemoteDownloadTagsType tags_type, string? message) throws Error

Update tips to the new state.

Parameters:

this

a Remote.

callbacks

a RemoteCallbacks.

update_fetch_head

whether to write to FETCH_HEAD. true to behave like git.

tags_type

what the behaviour for downloading tags is for this fetch. This is ignored for push. This must be the same value passed to download.

message

reflog_message The message to insert into the reflogs. If null and fetching, the default is "fetch <name>", where <name> is the name of the remote (or its url, for in-memory remotes). This parameter is ignored when pushing.

Returns:

true if successful, false otherwise.