I'm trying to have the history of a repository, but the result is returned to me on a single line of text.
The command I'm using:
cmd = f'git log --all --grep="fixed bug"'
The result I would like to have:
commit 337f4f4e798ea675cd57348212857ce051e857ffAuthor: Vinod...
commit 0b5a4823a963bd898b3979de8cce67513a1f83e5Author: Lofdw Kuma...