tgstation-server
4.3.2
The /tg/station 13 server suite
Main Page
Features
API
Architecture
Packages
Classes
Files
File List
src
Tgstation.Server.Host
Components
Repository
ILibGit2Commands.cs
Go to the documentation of this file.
1
using
LibGit2Sharp
;
2
using
System
.Collections.Generic;
3
4
namespace
Tgstation
.
Server
.Host.Components.
Repository
5
{
9
interface
ILibGit2Commands
10
{
19
void
Fetch(
LibGit2Sharp
.IRepository repository, IEnumerable<string> refSpecs, Remote remote, FetchOptions fetchOptions,
string
logMessage);
20
27
void
Checkout(
LibGit2Sharp
.IRepository repository, CheckoutOptions checkoutOptions,
string
commitish);
28
}
29
}
Tgstation.Server.Api.Models.IrcPasswordType.Server
Use server authentication
Tgstation.Server.Host.Components.Repository.ILibGit2Commands
For low level interactions with a LibGit2Sharp.IRepository.
Definition:
ILibGit2Commands.cs:9
System
LibGit2Sharp
Tgstation.Server.Api.Rights.RightsType.Repository
RepositoryRights
Tgstation
Generated by
1.8.11