GitSharp.Core.Transport.RemoteRefUpdate.RemoteRefUpdate C# (CSharp) Method

RemoteRefUpdate() public method

public RemoteRefUpdate ( RemoteRefUpdate baseUpdate, ObjectId newExpectedOldObjectId ) : System
baseUpdate RemoteRefUpdate
newExpectedOldObjectId ObjectId
return System
        public RemoteRefUpdate(RemoteRefUpdate baseUpdate, ObjectId newExpectedOldObjectId)
            : this(baseUpdate._localDb, baseUpdate.SourceRef, baseUpdate.RemoteName, baseUpdate.ForceUpdate, (baseUpdate.TrackingRefUpdate == null ? null : baseUpdate.TrackingRefUpdate.LocalName), newExpectedOldObjectId)
        {
        }

Same methods

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