1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 15:00:45 -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 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
compare-w.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cvs-status.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
diff-mode.el (diff-hunk-file-names): Don't require a TAB after the file name 2015-04-08 21:47:50 -04:00
diff.el Change diff-switches default to `-u' 2015-04-14 05:06:49 +03:00
ediff-diff.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ediff-help.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ediff-hook.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ediff-init.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ediff-merg.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ediff-mult.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ediff-ptch.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ediff-util.el Fix selective diff browsing in Ediff 2015-05-14 18:24:19 +03:00
ediff-vers.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ediff-wind.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ediff.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
emerge.el * lisp/vc/emerge.el (emerge-make-temp-file): Simplify. 2014-05-14 10:05:16 -07:00
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 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
pcvs-info.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
pcvs-parse.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
pcvs-util.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
pcvs.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
smerge-mode.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
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 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
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 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
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 Fix problems found by vc-tests.el 2015-03-01 17:51:31 +01:00
vc-src.el Fix problems found by vc-tests.el 2015-03-01 17:51:31 +01:00
vc-svn.el Use vc-switches on vc-*-annotate-command 2015-02-26 15:50:41 +01:00
vc.el Improve handling of the first Git revision 2015-05-18 15:50:57 +03:00