Skip to content

Commit

Permalink
Add log line for unsigned commit branch
Browse files Browse the repository at this point in the history
  • Loading branch information
geluk committed Jan 22, 2021
1 parent aa65463 commit 3612a1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pass-winmenu/src/ExternalPrograms/Git/Git.cs
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ private void CommitFile(string filePath)
}
else
{
Log.Send($"Generating unsigned commit for {filePath}");
repo.Commit(message, commitSignature, commitSignature);
}
}
Expand Down

0 comments on commit 3612a1f

Please sign in to comment.