diff-hl
- Description
- Highlight uncommitted changes using VC
- Latest
- diff-hl-1.10.0.tar (.sig), 2024-Aug-03, 170 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.9.2.tar.lz | 2024-Mar-31 | 32.4 KiB |
diff-hl-1.9.1.tar.lz | 2023-Jan-05 | 32.4 KiB |
diff-hl-1.9.0.tar.lz | 2022-Aug-29 | 32.4 KiB |
diff-hl-1.8.8.tar.lz | 2020-Dec-20 | 22.7 KiB |
diff-hl-1.8.7.tar.lz | 2019-Jul-08 | 220 KiB |
diff-hl-1.8.6.tar.lz | 2019-Feb-24 | 220 KiB |
diff-hl-1.8.5.tar.lz | 2018-Dec-09 | 220 KiB |
diff-hl-1.8.4.tar.lz | 2016-Jun-23 | 10.5 KiB |
diff-hl-1.8.3.tar.lz | 2016-Feb-04 | 10.4 KiB |
diff-hl-1.8.2.tar.lz | 2016-Jan-11 | 10.00 KiB |
diff-hl-1.8.1.tar.lz | 2015-Oct-31 | 10.0 KiB |
diff-hl-1.8.0.tar.lz | 2015-Sep-10 | 9.96 KiB |
diff-hl-1.7.0.tar.lz | 2015-Jan-03 | 8.36 KiB |
diff-hl-1.6.0.tar.lz | 2014-Aug-11 | 7.73 KiB |
diff-hl-1.5.3.tar.lz | 2014-Feb-13 | 7.33 KiB |
diff-hl-1.5.2.tar.lz | 2014-Feb-12 | 7.30 KiB |
diff-hl-1.5.1.tar.lz | 2013-Nov-11 | 7.05 KiB |