This commit is contained in:
Ben Norquist 2019-04-30 18:01:55 -07:00
parent fa92aa223f
commit b135ab67ac
3 changed files with 5 additions and 5 deletions

View file

@ -168,9 +168,9 @@ _meta = (
),
(
'sign-commit', (
('name', 'identity'),
('name', 'Signs commit after all hooks pass'),
('verbose', True),
('entry', _entry('identity')),
('entry', _entry('sign_commit')),
),
),
)