summaryrefslogtreecommitdiff
path: root/lisp/vc/vc-git.el
Commit message (Expand)AuthorAgeFilesLines
* Bind the GIT_LITERAL_PATHSPECS environment variableDmitry Gutov2021-07-221-0/+2
* Make vc-git-mode-line-string more robustYan Gajdos2021-07-211-1/+1
* Simplify vc-git-log-switches's usage; change default value to nilDmitry Gutov2021-06-111-6/+6
* New user option for Git log switchesUtkarsh Singh2021-06-091-2/+10
* ; Remove some redundant installation instructionsStefan Kangas2021-04-031-8/+0
* Convert many more links to use HTTPSStefan Kangas2021-03-241-1/+1
* lisp/vc/*.el: Use lexical-bindings in all the filesStefan Monnier2021-02-261-31/+32
* Refine use of vc-dir faces; apply to all backendsProtesilaos Stavrou2021-02-101-2/+3
* Add vc-dir faces; also apply them to vc-gitProtesilaos Stavrou2021-02-081-19/+18
* Also highlight 'conflict' with the warning faceDmitry Gutov2021-01-301-2/+2
* vc-dir-mode-map: Remove the mouse-2 bindingDmitry Gutov2021-01-301-1/+2
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* * lisp/vc/vc-git.el: Update args of backend API calls in the header commentsJuri Linkov2020-12-061-1/+1
* Prefer setq-local in vc/*.elStefan Kangas2020-12-051-9/+9
* vc-git-root: Remove unnecessary cachingDmitry Gutov2020-10-261-2/+1
* Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-051-2/+2
* Don't have vc-git-stash-list bug out on the .git directoryDmitry Gutov2020-09-201-6/+7
* Add a variable to control VC completion over branch namesTom Tromey2020-08-191-3/+15
* Notify the user if we errors when querying for registered git filesEmilio Lopes2020-08-131-1/+1
* * 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
* 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
* 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-151-2/+3
* Add new VC command `repository-url'Tassilo Horn2020-06-141-0/+7
* Implement 'mark-resolved' for the Git backendDmitry Gutov2020-05-231-0/+4
* Merge from origin/emacs-27Glenn Morris2020-01-151-2/+1
|\
| * vc-dir: ensure we don't use a pager with gitRobert Pluim2020-01-131-2/+1
* | Merge from origin/emacs-27Paul Eggert2020-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* | Use regexp type for regexps in defcustom declarationsMattias EngdegÄrd2019-12-261-1/+1
|/
* Make ls-files-unknown only return proper files, not directoriesAndrii Kolomoiets2019-12-171-2/+1
* vc-git-after-dir-status-stage: Avoid erroneous up-to-date statusDmitry Gutov2019-12-171-8/+13
* 'C-1 C-x v L' asks for revision and shows its log entry with diff (bug#38044)Juri Linkov2019-11-281-5/+6
* Support 'vc-region-history' for MercurialEli Zaretskii2019-11-211-3/+3
* VC: ability to skip update buffers promptAndrii Kolomoiets2019-11-141-0/+2
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-111-2/+2
* Rework vc stash bindingsRobert Pluim2019-10-311-17/+40
* Bind vc-git-stash to a keyLars Ingebrigtsen2019-10-301-1/+2
* Show stash counts in button in vc-dirRobert Pluim2019-10-221-16/+37
* Add button to vc-dir to toggle visibility of stash listRobert Pluim2019-10-211-18/+84
* * lisp/vc/vc.el (vc-log-search): Fix docstring (bug#36644).Juri Linkov2019-07-251-0/+10
* * lisp/vc/vc-git.el (vc-git-log-search): Remove shell-quote-argument.Juri Linkov2019-07-191-3/+1
* * lisp/vc/vc.el (vc-log-search): New command (bug#36644).Juri Linkov2019-07-161-2/+18
* * lisp/vc/vc-dir.el (vc-dir-view-file): New command for consistency with diredJuri Linkov2019-07-081-2/+0
* Add imenu support to package-menu-modeAntoine Beaupré2019-06-251-1/+2
* Add doc strings to the -at-point commands in vc-gitLars Ingebrigtsen2019-06-171-0/+4
* ; Revert "Publicize behavior of log-view-diff at beginning/end of active region"Dmitry Gutov2019-06-101-2/+2
* Publicize behavior of log-view-diff at beginning/end of active regionJuri Linkov2019-05-191-2/+2