I need to have format like:
git log --decorate --graph --oneline --date-order
but I need it also:
In non-ancient versions of git you can configure git log to enable decorations thusly:
git log
git config --global log.decorate full