]> git.eshelyaron.com Git - emacs.git/commit
Strip out some leading whitespace when looking at logs
authorDima Kogan <dima@secretsauce.net>
Sun, 28 Feb 2016 04:48:45 +0000 (15:18 +1030)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 28 Feb 2016 04:48:45 +0000 (15:18 +1030)
commite8146d49b04232348edb7b4fff339c89de4e8a76
tree127858b756549ff2bcd695700ae1c7a6d7a8c1b3
parentf4b057c67f74e0a7a2c4ff03c19c8236989465d0
Strip out some leading whitespace when looking at logs

* lisp/vc/vc-git.el (vc-git-expanded-log-entry): When looking
at expanded git logs with `vc-print-root-log' (C-x v L, then
<enter> by default), Emacs was stripping out all leading
whitespace from git logs.  I now strip exactly 2 leading
spaces, which retains the indentation in the logs (bug#18110).
lisp/vc/vc-git.el