|
SVCS - English Documentation
|
Represents a single remote repository configuration. More...
#include <RemoteManager.hxx>
Public Member Functions | |
| Remote (const std::string &name, const std::string &url) | |
| Constructs a Remote struct. | |
Represents a single remote repository configuration.
Stores the name, URL, and fetch specification (refspec) for a configured remote. The fetch spec is automatically generated upon construction.
|
inline |
Constructs a Remote struct.
| name | The shortname for the remote. |
| url | The URL for the remote. |