We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cf7acd commit fb04e28Copy full SHA for fb04e28
commitizen/git.py
@@ -328,6 +328,4 @@ def _get_log_as_str_list(start: str | None, end: str, args: str) -> list[str]:
328
c = cmd.run(command)
329
if c.return_code != 0:
330
raise GitCommandError(c.err)
331
- if not c.out:
332
- return []
333
return c.out.split(f"{delimiter}\n")
0 commit comments