示例#1
0
 /// <summary>Get the message to include in the reflog.</summary>
 /// <remarks>Get the message to include in the reflog.</remarks>
 /// <returns>
 /// message the caller wants to include in the reflog; null if the
 /// rename should not be logged.
 /// </returns>
 public virtual string GetRefLogMessage()
 {
     return(destination.GetRefLogMessage());
 }