add_remote_fetch


Description:

public void add_remote_fetch (Remote remote, string refspec) throws Error

Adds a fetch refspec to the remote's configuration.

Adds refspec to the fetch list in the configuration. No loaded remote instances will be affected.

Parameters:

this

a Repository.

remote

a Remote.

refspec

the fetch refspec.