summaryrefslogtreecommitdiff
path: root/lisp/vc/vc-git.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Doc fix for vc-gitGlenn Morris2016-12-071-0/+2
* Unset GIT_DIR when calling Git commandsDmitry Gutov2016-06-221-1/+3
* 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
* (vc-git-mode-line-string): Don't use `replace-regexp-in-string'Dmitry Gutov2016-04-231-1/+1
* Improve handling of non-ASCII characters in Git log messagesEli Zaretskii2016-04-101-15/+51
* Improve vc-diff with Git backendEli Zaretskii2016-04-021-3/+6
* 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
* Remove redundant :group declarations from vc-git.elDmitry Gutov2015-05-161-9/+4
* Add new option vc-git-resolve-conflictsDmitry Gutov2015-05-161-7/+25
* Add basic VC push support.Glenn Morris2015-05-121-8/+20
* Function declaration updates prompted by 'make check-declare'Glenn Morris2015-04-301-1/+1
* Add or reset based on the presence of MERGE_HEADDmitry Gutov2015-04-221-21/+22
* Call `smerge-start-session' even when dealing with a stash conflictDmitry Gutov2015-04-191-15/+20
* Abort when looking at stashed changesDmitry Gutov2015-04-191-1/+3
* Use vc-switches on vc-*-annotate-commandOscar Fuentes2015-02-261-1/+13
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Merge from origin/emacs-24Fabián Ezequiel Gallina2014-12-271-4/+3
|\
| * Fix vc-git-dir-status-files WRT up-to-date vs editedDmitry Gutov2014-12-151-4/+3
* | Move VC diff ASYNC argument to the fifth positionDmitry Gutov2014-12-141-2/+2
* | latest-on-branch-p is no longer a public methodEric S. Raymond2014-12-111-1/+0
* | Remove VC rollback method.Eric S. Raymond2014-12-111-1/+0
* | In vc, abolish the dir-status method.Eric S. Raymond2014-12-021-7/+2
* | Eliminate an unuted function argument.Eric S. Raymond2014-12-021-2/+2
* | Remove clear-headers from VC's public method set.Eric S. Raymond2014-12-011-1/+0
* | Update the git backend's header comment.Eric S. Raymond2014-12-011-2/+4
* | Remove could-register from the set of public VC backend methods,Eric S. Raymond2014-12-011-1/+0
* | Terminate vc-disable-async-diff with extreme prejudice.Eric S. Raymond2014-12-011-2/+4
* | * lisp/vc: Fix use of find-conflicted-file in Git.Stefan Monnier2014-12-011-1/+1
* | Update some documentation changes and todo items.Eric S. Raymond2014-12-011-2/+0
* | Remove vc-state-heuristic from the set of public methods.Eric S. Raymond2014-12-011-1/+0
* | API simplification: remove vc-workfile-unchanged-p from pubic methods.Eric S. Raymond2014-12-011-4/+0
* | VC API simplification: remove ability to set initial revision.Eric S. Raymond2014-12-011-1/+1
* | Merge branch 'emacs-24'.Paul Eggert2014-11-281-11/+19
|\|
| * Use "~1" instead of "^" in vc-git.el to specify the parent of a Git commit.Eli Zaretskii2014-11-211-1/+5