Git blame - delta (original) (raw)
- 1. Introduction
- 2. Get started
- 3. Features
- 4. Installation
- 5. Configuration
- 6. Environment variables
- 7. How delta works
- 8. Usage
- 8.1. Choosing colors (styles)
- 8.2. Line numbers
- 8.3. Hyperlinks
- 8.4. Side-by-side view
- 8.5. Grep
- 8.6. "Features": named groups of settings
- 8.7. Custom themes
- 8.8. diff-highlight and diff-so-fancy emulation
- 8.9. --color-moved support
- 8.10. Navigation keybindings for large diffs
- 8.11. Merge conflicts
- 8.12. Git blame
- 8.13. Supported languages and themes
- 9. Tips & tricks
- 9.2. 24 bit color (truecolor)
- 9.3. Mouse scrolling
- 9.4. Save output with colors to HTML/PDF etc
- 9.5. Using Delta on Windows
- 9.6. Using Delta with GNU Screen
- 9.7. Using Delta with Magit
- 9.8. Using Delta with tmux
- 9.9. Using Delta with VSCode
- 9.10. Generating shell completion files
- 10. Comparisons with other tools
- 11. Build delta from source
- 12. Related projects
- 13. Full --help output
- 14. Delta configs used in screenshots
delta
Git blame
Set delta as the pager for blame
in the [pager]
section of your gitconfig: see the example gitconfig. If hyperlinks
is enabled in the [delta]
section then each blame commit will link to the commit on GitHub/GitLab/Bitbucket/etc. See hyperlinks.