Try
hist = log --pretty="tformat:\"%h %ad | %s%d [%an]\"" --graph --date=short
format places newlines between commits, tformat places newlines after each commit, thus also after the last one.
See git-log(1) for details.
Try
hist = log --pretty="tformat:\"%h %ad | %s%d [%an]\"" --graph --date=short
format places newlines between commits, tformat places newlines after each commit, thus also after the last one.
See git-log(1) for details.