git-log

how to split the repository history one line for each commit?

how to split the repository history one line for each commit? Question: 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… …

Total answers: 1