Skip to content

Commit ec29487

Browse files
committed
Fix invocation of name_commit()
1 parent d543bb5 commit ec29487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/git-when-merged

+1-1
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ def main(args):
590590
first = True
591591
try:
592592
for sha1 in find_merge(commit, branch):
593-
name = name_commit(sha1)
593+
name = name_commit(sha1, options)
594594

595595
if first:
596596
format = first_format

0 commit comments

Comments
 (0)