79250454

Date: 2024-12-04 09:04:02
Score: 1.5
Natty:
Report link

try using --pretty option for formatting and to add new line you have to use %n . your command should look something like this :

git log --oneline --pretty=format:"%h %s%n"

in above code: %h is to show hash commit , %s is to show commit message and %n is new line.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Arf_code