Update/improve sy-git-log, sy-git-blame.
authorSteve Youngs <steve@sxemacs.org>
Thu, 19 Oct 2017 11:46:55 +0000 (21:46 +1000)
committerSteve Youngs <steve@sxemacs.org>
Thu, 19 Oct 2017 11:46:55 +0000 (21:46 +1000)
commit0f3e24d07111f13b970c1ce1729ff67c9f55bc14
treee6d19ba270eae91447d8d3ff3c46174409b58e58
parent066a4ec71b00765ef01edb66eb8f618e863c12d9
Update/improve sy-git-log, sy-git-blame.

With this change, viewing the log looks much nicer with a little
font-locking.  You can also pass on custom git log options via a 2nd
prefix arg.

* sy-git.el (sy-git-log): Allow setting custom git log options via
a 2nd prefix arg. Add some font-locking. Don't use electric-help.
(sy-git-log-font-lock-keywords): New.
(sy-git-blame): Don't use electric-help, shrink the window if the
buffer is smaller.

Signed-off-by: Steve Youngs <steve@sxemacs.org>
sy-git.el