Add 'hunk' to the glossary

pull/638/head
Wilfred Hughes 2024-02-06 09:01:25 +07:00
parent 77c641748f
commit 6cc1a5f3e3
1 changed files with 4 additions and 0 deletions

@ -9,6 +9,10 @@ and a close delimiter, such as `[` and `]`. Delimiters may not be
punctuation (e.g. `begin` and `end`) and may be empty strings (e.g. infix
syntax converted to difftastic's syntax tree).
**Hunk**: A group of lines displayed together in the diff
output. Increasing the number of context lines increases the size of
the hunk.
**LHS**: Left-hand side. Difftastic compares two items, and LHS refers
to the first item. See also 'RHS'.