diff-hl 
- Description
- Highlight uncommitted changes using VC
- Latest
- diff-hl-1.10.0.0.20251112.13553.tar (.sig), 2025-Nov-12, 200 KiB
- Maintainer
- Dmitry Gutov <dmitry@gutov.dev>
- Website
- https://github.com/dgutov/diff-hl
- Browse ELPA's repository
- CGit or Gitweb
- Badge
To install this package from Emacs, use package-install or list-packages.
Full description
`diff-hl-mode' highlights uncommitted changes on the side of the window (using the fringe, by default), allows you to jump between the hunks and revert them selectively. Provided commands: `diff-hl-diff-goto-hunk' C-x v = `diff-hl-revert-hunk' C-x v n `diff-hl-previous-hunk' C-x v [ `diff-hl-next-hunk' C-x v ] `diff-hl-show-hunk' C-x v * `diff-hl-stage-current-hunk' C-x v S `diff-hl-set-reference-rev' `diff-hl-reset-reference-rev' `diff-hl-unstage-file' The mode takes advantage of `smartrep' if it is installed. Alternatively, it integrates with `repeat-mode' (Emacs 28+). Add either of the following to your init file. To use it in all buffers: (global-diff-hl-mode) Only in `prog-mode' buffers, with `vc-dir' integration: (add-hook 'prog-mode-hook 'turn-on-diff-hl-mode) (add-hook 'vc-dir-mode-hook 'turn-on-diff-hl-mode)
Old versions
| diff-hl-1.10.0.0.20251111.35652.tar.lz | 2025-Nov-11 | 38.4 KiB |
| diff-hl-1.10.0.0.20251110.145710.tar.lz | 2025-Nov-10 | 38.3 KiB |
| diff-hl-1.10.0.0.20251109.235020.tar.lz | 2025-Nov-10 | 38.3 KiB |
| diff-hl-1.10.0.0.20251030.13524.tar.lz | 2025-Oct-30 | 38.0 KiB |
| diff-hl-1.10.0.0.20250927.752.tar.lz | 2025-Sep-27 | 37.0 KiB |
| diff-hl-1.10.0.0.20250430.122207.tar.lz | 2025-Apr-30 | 34.1 KiB |
| diff-hl-1.10.0.0.20241205.233841.tar.lz | 2024-Dec-06 | 33.6 KiB |
| diff-hl-1.10.0.0.20240802.231611.tar.lz | 2024-Aug-03 | 33.5 KiB |
| diff-hl-1.9.2.0.20240719.105145.tar.lz | 2024-Jul-19 | 33.5 KiB |
| diff-hl-1.8.8.0.20220816.191522.tar.lz | 2022-Aug-16 | 32.3 KiB |