aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc/vc-git.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't use color escape sequences in vc-git-expanded-log-entryJan Synacek2021-10-191-1/+1
* Expand the full file nameDmitry Gutov2021-10-111-6/+5
* Fix vc-annotate-show-log-revision-at-lineDmitry Gutov2021-09-231-0/+8
* ; More stylistic docfixes in vc/*.el found by checkdocStefan Kangas2021-09-181-4/+3
* ; More minor docfixes found by checkdocStefan Kangas2021-09-141-1/+1
* Re-fix bug#16897Dmitry Gutov2021-09-121-10/+14
* Have Git backend actions accept nil filenames againDmitry Gutov2021-09-081-5/+6
* Fix recently broken vc-delete-file with GitDmitry Gutov2021-09-031-1/+1
* Move the expansion of abbreviated names to vc-git.elDmitry Gutov2021-08-311-1/+5
* Revert part of 3572613550f5d1d0b3392dbc809b32f3989e2981 (bug#39452)Juri Linkov2021-08-271-1/+1
* Rename arguments for clarityDmitry Gutov2021-08-261-8/+8
* Make sure to remove the remote specification before adding :(literal)Dmitry Gutov2021-08-261-1/+1
* vc-git-region-history: Fix to call 'diff' more correctlyDmitry Gutov2021-08-171-1/+1
* Fix regressions in the last changeDmitry Gutov2021-08-161-1/+1
* Fix vc-git-state for filenames with wildcardsWolfgang Scherer2021-08-151-27/+36
* Revert "Bind the GIT_LITERAL_PATHSPECS environment variable"Dmitry Gutov2021-08-151-2/+0
* 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