Adam Simpkins kirjoitti:
The --graph option causes a text-based representation of the history
graph to be printed on the left-hand side of the output.
The '--graph' seems to work nicely with every '--pretty=' option
except 'email'.
$ git log --graph --pretty=email
|
M From 77ad7a49d3cc946487ca759e5361effbcfb03be5 [...]
From: Junio C Hamano <redacted>
|\ Date: Fri, 4 Apr 2008 22:38:32 -0700
| | Subject: [PATCH] Merge git://repo.or.cz/git-gui
| |
| | * git://repo.or.cz/git-gui:
| | git-gui: use +/- instead of ]/[ to show [...]
| | git-gui: Update french translation
| | git-gui: Switch keybindings for [ and ] to [...]
The 'From:' field is always at the column 1.