You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pass a signature to LibGit2Sharp Commits. Closes#722
Related to libgit2/libgit2sharp#1163
Without a signature param, Commit throws an exception if no username is found, but BuildSignature returns "unknown" if no username is found. Fixes the crash by passing BuildSignature's results to each commit action.
0 commit comments