GitSharp.Core.RepositoryConfig.getAuthorName C# (CSharp) Method

getAuthorName() public method

public getAuthorName ( ) : string
return string
        public string getAuthorName()
        {
            return getUserConfig().getAuthorName();
        }