summaryrefslogtreecommitdiff
path: root/lisp/vc/vc-git.el
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Implement vc-mtn-find-ignore-file, fix some doc stringsStephen Leake2016-01-291-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Work around the asynchronous-empty-diff problemDmitry Gutov2015-11-221-2/+2
* When VC detects a conflict, specify which fileKarl Fogel2015-11-091-1/+1
* ; Revert "Don't declare vc-exec-after anymore"Dmitry Gutov2015-10-281-0/+2
* Call vc-dir-defresh after stash operationsDmitry Gutov2015-10-201-2/+6
* Don't declare vc-exec-after anymoreDmitry Gutov2015-10-201-2/+0
* * lisp/vc/vc-git.el (vc-git-region-history): Handle local changesStefan Monnier2015-10-021-0/+28
* Resurrect the ability to specify a revision in vc-next-actionEli Zaretskii2015-09-191-1/+1
* vc-git-mode-line-string: Explicitly re-apply the faceDmitry Gutov2015-09-031-1/+3
* Make vc-git-working-revision always return the commit hashDmitry Gutov2015-09-011-13/+17
* Address some compilation warnings.Glenn Morris2015-06-161-2/+2
* Improve handling of the first Git revisionDmitry Gutov2015-05-181-7/+12
* Display shorter dates in Git annotate outputDmitry Gutov2015-05-171-3/+5
* Use `unless' to have one fewer `not'Dmitry Gutov2015-05-161-8/+6