C# Class GitSharp.Core.Transport.RemoteRefUpdate

Exibir arquivo Open project: jagregory/GitSharp Class Usage Examples

Public Methods

Method Description
RemoteRefUpdate ( RemoteRefUpdate baseUpdate, ObjectId newExpectedOldObjectId ) : System
RemoteRefUpdate ( Repository localDb, string srcRef, string remoteName, bool forceUpdate, string localName, ObjectId expectedOldObjectId ) : System
ToString ( ) : string

Protected Methods

Method Description
updateTrackingRef ( RevWalk walk ) : void

Method Details

RemoteRefUpdate() public method

public RemoteRefUpdate ( RemoteRefUpdate baseUpdate, ObjectId newExpectedOldObjectId ) : System
baseUpdate RemoteRefUpdate
newExpectedOldObjectId ObjectId
return System

RemoteRefUpdate() public method

public RemoteRefUpdate ( Repository localDb, string srcRef, string remoteName, bool forceUpdate, string localName, ObjectId expectedOldObjectId ) : System
localDb Repository
srcRef string
remoteName string
forceUpdate bool
localName string
expectedOldObjectId ObjectId
return System

ToString() public method

public ToString ( ) : string
return string

updateTrackingRef() protected method

protected updateTrackingRef ( RevWalk walk ) : void
walk RevWalk
return void