]> git.eshelyaron.com Git - emacs.git/commit
Publicize behavior of log-view-diff at beginning/end of active region
authorJuri Linkov <juri@linkov.net>
Sun, 19 May 2019 20:11:27 +0000 (23:11 +0300)
committerJuri Linkov <juri@linkov.net>
Sun, 19 May 2019 20:11:27 +0000 (23:11 +0300)
commit82db17d0d1231c4aa26e837f37428c44a67663ea
tree086396528dfd2f83657992ddf1bb88e3789f0909
parent1b2b136a17d222892af9c25559e1b4c41de7831c
Publicize behavior of log-view-diff at beginning/end of active region

* lisp/vc/log-view.el (log-view-diff, log-view-diff-changeset):
* doc/emacs/maintaining.texi (VC Change Log): Document behavior of
log-view-diff at the beginning and the end of the log buffer
when the region is active.  (Bug#35624)

* lisp/vc/vc-git.el (vc-git-print-log): Insert newline at the
beginning to enable the feature of diffing with the working revision.
doc/emacs/maintaining.texi
lisp/vc/log-view.el
lisp/vc/vc-git.el