1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-25 09:20:59 -08:00
emacs/lisp/vc
Dmitry Gutov 69d24b40d2 Improve handling of the first Git revision
* lisp/vc/log-view.el (log-view-toggle-entry-display): When
there's no next entry, delete until the end of the buffer.
(log-view-end-of-defun-1): Stop at eob.

* lisp/vc/vc-annotate.el
(vc-annotate-show-diff-revision-at-line-internal): Don't give up
when previous-revision is nil.

* lisp/vc/vc-git.el (vc-git-expanded-log-entry): End the arguments
with `--' to avoid ambiguity.
(vc-git-annotate-extract-revision-at-line): Exclude `^' from the
returned revision string.
(vc-git-annotate-time): Expect `^' before the first revision.

* lisp/vc/vc-git.el (vc-git-diff): Diff against an empty tree if
REV1 is nil, and REV2 is not.

* lisp/vc/vc.el: Update the description of the `diff' function.
2015-05-18 15:50:57 +03:00
..
add-log.el
compare-w.el
cvs-status.el
diff-mode.el
diff.el Change diff-switches default to `-u' 2015-04-14 05:06:49 +03:00
ediff-diff.el
ediff-help.el
ediff-hook.el
ediff-init.el
ediff-merg.el
ediff-mult.el
ediff-ptch.el
ediff-util.el Fix selective diff browsing in Ediff 2015-05-14 18:24:19 +03:00
ediff-vers.el
ediff-wind.el
ediff.el
emerge.el
log-edit.el * lisp/vc/log-edit.el: Handle "(tiny change)". (Bug#20324) 2015-05-07 23:03:02 -07:00
log-view.el Improve handling of the first Git revision 2015-05-18 15:50:57 +03:00
pcvs-defs.el
pcvs-info.el
pcvs-parse.el
pcvs-util.el
pcvs.el
smerge-mode.el
vc-annotate.el Improve handling of the first Git revision 2015-05-18 15:50:57 +03:00
vc-bzr.el Add basic VC push support. 2015-05-12 20:42:42 -04:00
vc-cvs.el Function declaration updates prompted by 'make check-declare' 2015-04-30 20:06:15 -04:00
vc-dav.el
vc-dir.el Add basic VC push support. 2015-05-12 20:42:42 -04:00
vc-dispatcher.el Extract ChangeLog entries when committing a directory 2015-04-11 07:09:56 +03:00
vc-filewise.el
vc-git.el Improve handling of the first Git revision 2015-05-18 15:50:57 +03:00
vc-hg.el Add basic VC push support. 2015-05-12 20:42:42 -04:00
vc-hooks.el Add basic VC push support. 2015-05-12 20:42:42 -04:00
vc-mtn.el Function declaration updates prompted by 'make check-declare' 2015-04-30 20:06:15 -04:00
vc-rcs.el Function declaration updates prompted by 'make check-declare' 2015-04-30 20:06:15 -04:00
vc-sccs.el
vc-src.el
vc-svn.el
vc.el Improve handling of the first Git revision 2015-05-18 15:50:57 +03:00