aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix doc strings of 'vc-version-diff' and 'vc-version-ediff'Eli Zaretskii2019-04-061-3/+14
* Fix failures of vc-find-revision with non-ASCII file namesEli Zaretskii2019-02-081-2/+5
* Update copyright year to 2019Paul Eggert2019-01-0140-40/+40
* Improve documentation of Ediff wordwise commandsEli Zaretskii2018-11-271-3/+6
* Remove extra process call from vc-git-find-file-hookDmitry Gutov2018-06-281-7/+1
* ; Update some commentaryDmitry Gutov2018-06-281-7/+3
* Speed up vc-git-dir-status-filesDmitry Gutov2018-06-281-1/+1
* Keep vc-print-log from putting point at buffer end (Bug#31764)Noam Postavsky2018-06-141-2/+3
* Finish the Bug#11728 work: hg & gitSam Steingold2018-06-122-23/+30
* Fix Bug#11728: show files updated by gitSam Steingold2018-06-121-4/+6
* ; Use GNU not Gnu in docsGlenn Morris2018-03-232-2/+2
* * lisp/vc/vc-dir.el (vc-dir-unmark): Fix documentation.Charles A. Roelli2018-03-121-1/+1
* * lisp/vc/add-log.el (add-change-log-entry): Replace obsolete alias.Glenn Morris2018-03-011-1/+1
* lisp/vc/: documentation fixesCharles A. Roelli2018-02-172-2/+5
* ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-161-1/+1
* ; * lisp/vc/vc-git.el (vc-git--program-version): Fix last change.Eli Zaretskii2018-02-161-1/+1
* Fix 'vc-git--program-version'Eli Zaretskii2018-02-161-2/+5
* * lisp/vc/vc.el (vc-deduce-backend): Use ignore-errors.Andreas Schwab2018-02-131-3/+1
* Don't signal error in vc-deduce-backendAndreas Schwab2018-02-131-1/+3
* * lisp/vc/vc-git.el (vc-git-print-log): Restrict file scope to a single fileJuri Linkov2018-02-041-3/+5
* ; * lisp/vc/vc.el: Comment fixes.Glenn Morris2018-01-161-15/+15
* Fix failures in smerge-mode on MS-WindowsEli Zaretskii2018-01-051-2/+4
* * lisp/vc/vc.el (vc-region-history): log-view-vc-fileset holds a list!Stefan Monnier2018-01-031-1/+1
* Update copyright year to 2018Paul Eggert2018-01-0140-40/+40
* * lisp/vc/smerge-mode.el (smerge-refine): Respect font-lock-mode.Glenn Morris2017-12-151-3/+3
* * lisp/vc/smerge-mode.el (smerge-refine): Replace obsolete alias.Glenn Morris2017-12-151-2/+2
* Small fixes prompted by make check-declareGlenn Morris2017-12-141-6/+3
* Fix some custom groupsGlenn Morris2017-12-142-7/+2
* Fixes for defcustoms, prompted by cus-test-optsGlenn Morris2017-12-132-5/+3
* Shell-quote wildcards when invoking 'vc-git-grep'Robert Pluim2017-11-281-1/+3
* maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-254-4/+4
* Document how to enter whitespace when using grep-read-filesRobert Pluim2017-11-171-1/+3
* Ediff: add some missing documentationPhilipp Stephani2017-11-051-25/+100
* Fix typos in ediff-wind.elEli Zaretskii2017-11-031-5/+5
* ; Doc fixesCharles A. Roelli2017-10-311-0/+1
* Avoid fullscreen ediff control frames by default (Bug#29026)Martin Rudalics2017-10-311-0/+2
* Implement vc-default-dir-extra-headers for vc-rcsİ. Göktuğ Kayaalp2017-10-171-0/+2
* ; Typo fixes, mostly repeated wordsPaul Eggert2017-10-091-1/+1
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-10-014-4/+4
* Bind vc-region-historyKaushal Modi2017-09-301-1/+1
* Avoid assertions in vc-hg.el on MS-WindowsAndy Moreton2017-09-301-4/+8
* Fix log-view-diff-common when point is after last entryTom Tromey2017-09-181-4/+10
* Allow smerge-keep-current to work for empty hunksTom Tromey2017-09-161-1/+1
* Call vc-setup-buffer in vc-git-log-{in,out}goingTom Tromey2017-09-161-0/+2
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-1340-42/+42
* Call vc-resynch-buffer in vc-git-resolve-when-doneDmitry Gutov2017-09-131-4/+5
* Support SVN files with svn:externals propertyAlfred M. Szmidt2017-09-081-2/+1
* List locally removed files in vc-dir with SVN back-endAlfred M. Szmidt2017-09-081-0/+1
* Fix 'diff-goto-source' when buffer is narrowed (Bug#21262)Charles A. Roelli2017-08-271-45/+47
* * lisp/vc/smerge-mode.el: Avoid N² blow up in degenerate casesStefan Monnier2017-07-271-17/+49