summaryrefslogtreecommitdiff
path: root/lisp/vc/vc-git.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add standard unmatchable regexpMattias Engdegård2019-05-151-1/+1
* Support amending the last commit using VC-HgDmitry Gutov2019-04-211-18/+7
* * lisp/vc/vc.el (vc-diff-mergebase, vc-log-mergebase): New commands.Juri Linkov2019-03-251-4/+16
* Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-211-2/+2
* Fix regexp typo in vc-git--program-versionPaul Eggert2019-03-161-1/+1
* Fix some ineffective backslashes in string literalsMattias Engdegård2019-03-161-1/+1
* Avoid some double-rounding of Lisp timestampsPaul Eggert2019-02-221-4/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Support git commit --no-verifyMatthias Meulien2018-12-111-0/+7
* | * lisp/vc/vc-git.el (vc-git-stash): Call vc-dir-marked-files onlyJuri Linkov2018-12-041-1/+5
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-16/+16
* | Finish fix for Bug#21559Michael Albinus2018-09-291-2/+9
* | lisp/vc/vc-git.el (vc-git-stash): Respect vc-dir marked filesSam Steingold2018-09-281-1/+1
* | * lisp/vc/vc-git.el (vc-git-grep): Set dir to default-directoryJuri Linkov2018-09-131-2/+3
* | Add variable vc-git-grep-templateFederico Tedin2018-09-041-1/+9
* | Audit use of lsh and fix glitchesPaul Eggert2018-08-211-2/+2
* | Merge from origin/emacs-26Glenn Morris2018-07-021-13/+3
|\ \ | |/
| * 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