summaryrefslogtreecommitdiff
path: root/lisp/vc/vc-git.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* 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
* Finish the Bug#11728 work: hg & gitSam Steingold2018-06-121-7/+6
* Fix Bug#11728: show files updated by gitSam Steingold2018-06-121-4/+6
* ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-161-1/+1
* ; * lisp/vc/vc-git.el (vc-git--program-version): Fix last change.Eli Zaretskii2018-02-161-1/+1
* Fix 'vc-git--program-version'Eli Zaretskii2018-02-161-2/+5
* * lisp/vc/vc-git.el (vc-git-print-log): Restrict file scope to a single fileJuri Linkov2018-02-041-3/+5
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Shell-quote wildcards when invoking 'vc-git-grep'Robert Pluim2017-11-281-1/+3
* maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-251-1/+1
* Document how to enter whitespace when using grep-read-filesRobert Pluim2017-11-171-1/+3
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-10-011-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-131-2/+2
* Call vc-resynch-buffer in vc-git-resolve-when-doneDmitry Gutov2017-09-131-4/+5
* Improve of file-local-name use in vc-git-checkinNikolay Kudryavtsev2017-06-041-2/+3
* Fix "g" in hg&git push&pull buffersSam Steingold2017-05-221-1/+9
* 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
* vc-log-outgoing fixes for git; add binding to vc-dirTom Tromey2017-02-191-3/+3
* Remove stale comments from vc-git and vc-hgTom Tromey2017-02-191-3/+1
* Make vc-git detect conflict state for vc-dirTom Tromey2017-02-141-69/+110
* Remove leftover references to log-view-message-faceDmitry Gutov2017-01-141-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Merge from origin/emacs-25Paul Eggert2017-01-011-0/+2
|\ \ | |/
| * Doc fix for vc-gitGlenn Morris2016-12-071-0/+2
* | Make "g" in vc push/pull buffers re-push/pullGlenn Morris2016-12-061-1/+6
* | Add file-local-nameMichael Albinus2016-11-201-6/+3
* | add `vc-git-print-log-follow' and use it in `vc-git-print-log'Sam Steingold2016-11-141-1/+12
* | vc-git-print-log: pass "--follow" to "log" to handle renamed filesSam Steingold2016-11-141-1/+1
* | Add `make-nearby-temp-file' and `temporary-file-directory'Michael Albinus2016-08-071-1/+6
* | Merge from origin/emacs-25Paul Eggert2016-06-261-1/+3
|\ \ | |/
| * Unset GIT_DIR when calling Git commandsDmitry Gutov2016-06-221-1/+3
* | ASCII-fy coding-system-for-read used for Git commandsDmitry Gutov2016-06-191-0/+9
* | Merge from origin/emacs-25Paul Eggert2016-05-011-1/+1
|\ \ | |/
| * Improve last change to vc-git-mode-line-stringLeo Liu2016-04-271-1/+1
| * Fix revision calculation in vc-git-mode-line-stringLeo Liu2016-04-271-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-04-241-1/+1
|\ \ | |/
| * (vc-git-mode-line-string): Don't use `replace-regexp-in-string'Dmitry Gutov2016-04-231-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-04-111-15/+51
|\ \ | |/
| * Improve handling of non-ASCII characters in Git log messagesEli Zaretskii2016-04-101-15/+51
* | Merge from origin/emacs-25Paul Eggert2016-04-031-3/+6
|\ \ | |/
| * Improve vc-diff with Git backendEli Zaretskii2016-04-021-3/+6
* | Strip out some leading whitespace when looking at logsDima Kogan2016-02-281-1/+3
|/