summaryrefslogtreecommitdiff
path: root/lisp/vc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix vc-src-dir-status-filesDieter Deyke2017-07-171-1/+1
* More small authors.el updatesGlenn Morris2017-06-061-1/+1
* ; Update some Maintainer: header commentsGlenn Morris2017-06-058-8/+8
* ; Small fixes for some Author: header commentsGlenn Morris2017-06-051-10/+10
* Improve of file-local-name use in vc-git-checkinNikolay Kudryavtsev2017-06-041-2/+3
* Fix concatenation of "^" with diff-file-junk-reTino Calancha2017-05-241-1/+1
* vc-hg.el: Silence byte compiler warningPhilipp Stephani2017-05-231-0/+1
* * lisp/vc/vc-hg.el (compilation-directory): Silence byte-compiler.Stefan Monnier2017-05-231-0/+1
* Fix "g" in hg&git push&pull buffersSam Steingold2017-05-222-2/+18
* Prevent loading vc-bzr writing to ~/.bzr.logGlenn Morris2017-05-201-1/+3
* * lisp/vc/smerge-mode.el (smerge-refine-regions): Work in multi-bufsStefan Monnier2017-05-171-44/+49
* Require cl-lib at runtime in vc-hgGöktuğ Kayaalp2017-05-041-1/+2
* vc-git-state: Return `ignored' as appropriate with newer GitDmitry Gutov2017-05-011-14/+22
* vc-git-state: Bring back CentOS 6 compatibilityDmitry Gutov2017-05-011-1/+20
* Speed up vc-git-status and make it more preciseJonathan Ganc2017-05-011-26/+49
* Fix Git revision navigation in currently removed directoriesDmitry Gutov2017-05-011-3/+2
* * lisp/vc/vc-hg.el (vc-hg-state-fast): Fix compiler warningStefan Monnier2017-04-201-10/+3
* ediff: use user-error rather than debug-ignored-errorsGlenn Morris2017-04-179-104/+54
* Default to PCRE syntax when reading .hgignoreJim Blandy2017-04-101-1/+1
* Remove references to OS/2 in code, doc, and commentsGlenn Morris2017-04-081-10/+8
* Check that file argument is a stringKaushal Modi2017-04-071-7/+16
* Make ediff handle remote and quoted file namesPhilipp Stephani2017-04-041-1/+5
* epatch: Save right backups in Git multipatchesTino Calancha2017-03-212-8/+7
* Merge from origin/emacs-25Paul Eggert2017-03-191-1/+1
|\
| * ; Fix a typo in commentTino Calancha2017-02-101-1/+1
* | Merge from origin/emacs-25Paul Eggert2017-03-191-1/+1
|\ \ | |/
| * ; Fix a typo in ediff-merg.elTino Calancha2017-01-211-1/+1
* | Show ancestor buffer in 3way mergesTino Calancha2017-03-144-67/+186
* | diff-mode: Improve default faces for buffer ancestorTino Calancha2017-03-141-14/+22
* | Replace change-log-date-face -> change-log-dateSam Steingold2017-03-083-3/+3
* | * lisp/vc/add-log.el (change-log-next-buffer): Check if file existsJuri Linkov2017-02-281-8/+10
* | Add more branch support to vc-dirTom Tromey2017-02-252-1/+21
* | Use revision-completion-table in vc-retrieve-tagDmitry Gutov2017-02-221-11/+15
* | vc-log-outgoing fixes for git; add binding to vc-dirTom Tromey2017-02-193-7/+8
* | Remove stale comments from vc-git and vc-hgTom Tromey2017-02-192-5/+2
* | Fix buffers update in vc-retrieve-tagDmitry Gutov2017-02-171-2/+4
* | Make vc-git detect conflict state for vc-dirTom Tromey2017-02-141-69/+110
* | Check if there are hunks before kill or refine a hunkTino Calancha2017-02-021-74/+85
* | Ignore error after kill last file or hunkTino Calancha2017-02-021-2/+3
* | Handle patch terminators produced by git and bzr patch exportDima Kogan2017-01-311-9/+17
* | Fix Bug#25524Tino Calancha2017-01-291-2/+4