summaryrefslogtreecommitdiff
path: root/lisp/vc
Commit message (Expand)AuthorAgeFilesLines
* Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-051-2/+2
* Improve support for using vc commands in indirect buffersNathan Moreau2020-10-051-11/+27
* Merge from origin/emacs-27Glenn Morris2020-10-021-2/+1
|\
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-021-2/+1
| * diff-no-select doc string clarificationLars Ingebrigtsen2020-09-121-2/+10
* | Don't have vc-git-stash-list bug out on the .git directoryDmitry Gutov2020-09-201-6/+7
* | Save and restore point in ewoc-invalidateAndrii Kolomoiets2020-09-181-5/+1
* | Remove pointless use of internAndreas Schwab2020-09-171-4/+4
* | Check that the buffer in diff-buffer-with-file is visiting a fileDaniel Martín2020-09-151-0/+2
* | Tweak the `C-x v =' command when done from a diff bufferKevin Ryde2020-09-141-3/+10
* | Make diff--refine-hunk bug out less on broken patchesLars Ingebrigtsen2020-09-131-2/+3
* | Revert "Use format-prompt in read-file-name calls that have a default"Lars Ingebrigtsen2020-09-133-17/+20
* | Mark some diff tests as failing in nonascii directoriesGlenn Morris2020-09-121-1/+5
* | Further diff-no-select doc string clarificationLars Ingebrigtsen2020-09-121-1/+2
* | Improve diff-no-select doc stringLars Ingebrigtsen2020-09-111-4/+7
* | Doc fix for diff-no-selectLars Ingebrigtsen2020-09-101-2/+6
* | Use format-prompt in read-file-name calls that have a defaultLars Ingebrigtsen2020-09-073-20/+17
* | Use format-prompt in read-string calls (that have default values)Lars Ingebrigtsen2020-09-062-3/+7
* | Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-067-85/+69
* | Don't move point in vc-dir on vc-register/vc-checkin (bug#43188)Andrii Kolomoiets2020-09-053-8/+5
* | Highlight error messages from diff in diff-modeLars Ingebrigtsen2020-08-211-0/+7
* | Fix problem with non-ASCII characters in ediff error messagesLars Ingebrigtsen2020-08-201-0/+4
* | Fix compilation warning in vc-cvs from previous changeLars Ingebrigtsen2020-08-201-0/+2
* | Don't message the hunk status when just going to itLars Ingebrigtsen2020-08-201-2/+1
* | Remove the "Summary: " but from cvs checkinsLars Ingebrigtsen2020-08-201-16/+17
* | Add a variable to control VC completion over branch namesTom Tromey2020-08-191-3/+15
* | Remove some compat code from ediffLars Ingebrigtsen2020-08-182-11/+8
* | Remove some compat code from ediff-util.elLars Ingebrigtsen2020-08-181-5/+3
* | Fix visual fringe glitch in diff-modeGregory Heytings2020-08-141-1/+1
* | Remove many items obsolete since Emacs 23.1Stefan Kangas2020-08-143-12/+0
* | Notify the user if we errors when querying for registered git filesEmilio Lopes2020-08-131-1/+1
* | Remove some compat code from ediff-init.elLars Ingebrigtsen2020-08-121-15/+0
* | Use one src status -a call for vc-src-dir-status-filesWolfgang Scherer2020-08-091-22/+45
* | vc-hg: use 'hg summary' to populate vc-dir headersAndrii Kolomoiets2020-08-091-17/+20
* | vc-hg-create-tag: Possibility to create a branchAndrii Kolomoiets2020-08-091-3/+21
* | Declare some ancient compat aliases obsolete (Bug#41328)Stefan Kangas2020-07-311-4/+3
* | * lisp/vc/vc-git.el (vc-git-log-view-mode): Font-lock AuthorDate (bug#40248)Juri Linkov2020-07-291-1/+1
* | * lisp/vc/vc-git.el (vc-git-log-view-mode): Fix commit regexp (bug#40248)Juri Linkov2020-07-241-1/+1
* | Revert feature added in bfd96e995d using project directories in vc (bug#41821)Juri Linkov2020-07-023-10/+3
* | vc-known-roots: Actually updateDmitry Gutov2020-06-261-1/+1
* | M-n in read-directory-name of vc commands gets project dirs (bug#41821)Juri Linkov2020-06-243-3/+10
* | More not-state-changing vc commands can be used from non-file buffersJuri Linkov2020-06-241-3/+1
* | Fix display-buffer-override-next-command to call action only once (bug#39722)Juri Linkov2020-06-221-2/+3
* | Bind default-directory to given DIR.Tassilo Horn2020-06-181-0/+1
* | vc-git-dir-extra-headers: Fix recent breakageDmitry Gutov2020-06-181-2/+2
* | Auto-setup for bug-reference-modeTassilo Horn2020-06-171-3/+7
* | Use vc-git-repository-url in vc-git-dir-extra-headersTassilo Horn2020-06-151-11/+5
* | Add optional remote-name argument to VC repository-url commandTassilo Horn2020-06-155-8/+13
* | Add new VC command `repository-url'Tassilo Horn2020-06-145-1/+35
* | Implement 'mark-resolved' for the Git backendDmitry Gutov2020-05-231-0/+4