Skip to content

Commit

Permalink
Use friendly name
Browse files Browse the repository at this point in the history
  • Loading branch information
haacked committed Jan 16, 2018
1 parent 5b6e654 commit 24ac395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SeeGitApp/Extensions/LibGit2Extensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public static BranchReference ToBranchReference(this LibGit2Sharp.Branch branch)
{
return new BranchReference
{
Name = branch.CanonicalName,
Name = branch.FriendlyName,
IsRemote = branch.IsRemote,
IsHead = branch.IsCurrentRepositoryHead
};
Expand Down

0 comments on commit 24ac395

Please sign in to comment.