summaryrefslogtreecommitdiff
path: root/diff-hl-flydiff.el
AgeCommit message (Expand)Author
2026-04-28flydiff: Don't try to update buffers in certain VC statesexternals/diff-hlDmitry Gutov
2025-10-09diff-hl-flydiff-changes-buffer: Update for the change in 0ebb183Dmitry Gutov
2025-04-07Simplify conditions by using a symbolic NEW-REVDmitry Gutov
2025-04-07Support NEW-REV in flydiff mode's advice as wellDmitry Gutov
2023-08-07diff-hl-flydiff-mode: Always cancel the timer if it existsDmitry Gutov
2022-09-21Check if the file is remote before calling `file-exists-p`Matt Beshara
2021-04-05Rename functions for clarityDmitry Gutov
2021-04-05Fix recent perf regression in flydiffDmitry Gutov
2021-03-15Fix a warning, update some docstringsDmitry Gutov
2021-02-23Minor touchesDmitry Gutov
2021-02-23Use lexical-binding in two remaining filesgDmitry Gutov
2021-02-23Drop compatibility with Emacs < 25Dmitry Gutov
2021-02-23New feature: diff-hl-show-hunkÁlvaro González
2020-12-20Merge branch 'externals/diff-hl' of git+ssh://git.sv.gnu.org/srv/git/emacs/elpaDmitry Gutov
2020-11-27; diff-hl: Prefer https in license statementStefan Kangas
2019-12-19diff-hl-flydiff-buffer-with-head: Honor diff-hl-reference-revisionDmitry Gutov
2018-12-18Fix the breakageDmitry Gutov
2018-12-18Update copyrightDmitry Gutov
2018-12-18diff-hl-flydiff: Set tick to nil and use buffer-chars-modified-tickDmitry Gutov
2018-11-24Add some FIXMEs related to #71Dmitry Gutov
2018-02-01Fix #102Dmitry Gutov
2018-01-23Don't call vc-state unless the file existsWilfred Hughes
2017-06-15Clarify diff-hl-flydiff-mode docstringDmitry Gutov
2016-05-13Fix #68Dmitry Gutov
2016-01-06diff-hl-flydiff-update: Check whether diff-hl-mode is enabledDmitry Gutov
2016-01-06Bump copyright yearsDmitry Gutov
2016-01-06Replace diff-hl-flydiff/update with a normal functionDmitry Gutov
2016-01-06Use save-current-bufferDmitry Gutov
2016-01-06Remove diff-hl-flydiff/update-modified-tick adviceDmitry Gutov
2016-01-04diff-hl-flydiff-create-revision: Use condition-caseDmitry Gutov
2015-09-07Make diff-hl-flydiff-delay customizableDmitry Gutov
2015-09-07ReindentDmitry Gutov
2015-09-07One fewer version checkDmitry Gutov
2015-09-07Reduce warnings during byte-compilation; don't error b-c in <24.4Dmitry Gutov
2015-09-05Use --strip-trailing-crDmitry Gutov
2015-09-05Update diff-hl-flydiff/vc-git-mode-line-string as per Emacs masterDmitry Gutov
2015-09-03Simplify diff-hl-flydiff/modified-p advicePythonNut
2015-09-03Stop duplicating code in diff-hl-changesPythonNut
2015-09-03Fix *another* usage of "ignored"PythonNut
2015-09-03Update copyright year(s) for diff-hl-flydiffPythonNut
2015-09-03Ensure working revisions are never stalePythonNut
2015-09-03Fix usage of "ignored"PythonNut
2015-09-02Prefer using /dev/shm for temporary filesPythonNut
2015-09-02No need to remove diff-hl-edit from hooksPythonNut
2015-09-02Require nadvice at toplevelPythonNut
2015-09-02#'diff-hl-flydiff/overlay-modified → #'ignoredPythonNut
2015-09-02Change version predicate for vc-git polyfillingPythonNut
2015-09-01Add commentary to diff-hl-flydiffPythonNut
2015-09-01Add diff-hl-flydiff as a separate filePythonNut