summaryrefslogtreecommitdiff
path: root/lisp/vc
Commit message (Expand)AuthorAgeFilesLines
* Fix bug#19304Dmitry Gutov2014-12-081-2/+4
* vc/vc-arch.el: Moved to obsolete directory...Eric S. Raymond2014-12-082-646/+3
* Fix minor bugs in vc.Michael Albinus2014-12-052-1/+3
* * lisp: Prefer inlinable functions to macros.Stefan Monnier2014-12-051-6/+5
* Compare with the most recently used window by default.Juri Linkov2014-12-051-14/+47
* Fix bug whereby saving files hung in VC hook.Karl Fogel2014-12-031-2/+2
* In vc, abolish the dir-status method.Eric S. Raymond2014-12-0212-89/+65
* Eliminate an unuted function argument.Eric S. Raymond2014-12-028-17/+19
* Another longstanding to-do: bind vc-delete-file.Eric S. Raymond2014-12-022-3/+2
* Clean up a longstanding to-do item.Eric S. Raymond2014-12-024-43/+26
* Remove clear-headers from VC's public method set.Eric S. Raymond2014-12-015-36/+17
* Fix minor bug introduced in 'Terminate vc-disable-async-diff'Eric S. Raymond2014-12-011-1/+1
* 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-018-48/+1
* Terminate vc-disable-async-diff with extreme prejudice.Eric S. Raymond2014-12-0112-49/+53
* * lisp/vc/vc-svn.el: Remove stray comment char introduced earlier today.Glenn Morris2014-12-011-1/+1
* bzr-state randomly/unpredictably fails on non-bzr files.Eric S. Raymond2014-12-011-1/+108
* * lisp/vc: Fix use of find-conflicted-file in Git.Stefan Monnier2014-12-012-2/+3
* * lisp/vc/diff-mode.el (diff-kill-applied-hunks): New command.Stefan Monnier2014-12-012-0/+23
* Test checkin to attempt to tickle a bug reported on the dev list.Eric S. Raymond2014-12-011-1/+1
* Refactor VC merging to fix a layer violation.Eric S. Raymond2014-12-014-30/+88
* Small but crucial change for new VC registration API.Eric S. Raymond2014-12-011-1/+1
* Update some documentation changes and todo items.Eric S. Raymond2014-12-014-9/+34
* Finish vc-stay-local containment.Eric S. Raymond2014-12-012-9/+39
* Confine vc-stay-local to CVS, because it was unusable in SVN.Eric S. Raymond2014-12-013-83/+1
* Remove stay-local support in svn back end, because...Eric S. Raymond2014-12-011-12/+3
* Remove vc-state-heuristic from the set of public methods.Eric S. Raymond2014-12-018-154/+7
* The vc-mistrust-permissions configuration variable is gone.Eric S. Raymond2014-12-015-113/+14
* API simplification: remove vc-workfile-unchanged-p from pubic methods.Eric S. Raymond2014-12-0111-77/+10
* Renove duplicate code.Eric S. Raymond2014-12-011-34/+0
* Argument removal inadvertently omitted from my previous commit.Eric S. Raymond2014-12-011-1/+1
* VC API simplification: remove ability to set initial revision.Eric S. Raymond2014-12-0111-69/+44
* * lisp/vc/vc-filewise.el: Comment fixes.Glenn Morris2014-11-291-2/+2
* * lisp/vc/vc-src.el: Fix copy-pasted :version tags.Glenn Morris2014-11-291-4/+2
* Merge branch 'emacs-24'.Paul Eggert2014-11-284-15/+27
|\
| * Fixes: debbugs:18579Dmitry Gutov2014-11-241-1/+1
| * Fixes: debbugs:18579Dmitry Gutov2014-11-241-1/+1
| * Use "~1" instead of "^" in vc-git.el to specify the parent of a Git commit.Eli Zaretskii2014-11-211-1/+5
| * Use correct encoding to communicate with Git.Eli Zaretskii2014-11-211-10/+14
| * Fix VC documentation related to switching branches.Eli Zaretskii2014-11-191-2/+6
* | Merge branch 'emacs-24'Ted Zlatanov2014-11-261-2/+2
|\ \ | |/
| * Don't assume "bzr log" uses --long format by default.Eli Zaretskii2014-11-171-2/+2
| * Backport: Fixes: debbugs:18940Michael Albinus2014-11-151-8/+16
| * * lisp/vc/vc-hg.el (vc-hg-log-graph): New var.Santiago PayĆ  i Miralta2014-10-201-7/+19
| * * lisp/vc/diff-mode.el (diff-refine-changed): Rename fromJuri Linkov2014-10-202-2/+4
* | Fix for vc-filewise.el unresolved-call glitch.Simon Leinen2014-11-261-1/+1
* | Fix up autoloads in vc-rcs.el and vc-sccs.el.Simon Leinen2014-11-262-2/+6
* | Minor typo fixes in vc-src.el.Eric S. Raymond2014-11-251-2/+2
* | Remove a spurious commaSam Steingold2014-11-241-1/+1
* | * lisp/vc/vc-hooks.el (vc-state-base-face): Don't overrideStefan Monnier2014-11-241-1/+1