chickadee » git » diff-hunk-header

diff-hunkrecord
diff-hunk? objprocedure
diff-hunk-header diffprocedure
diff-hunk-old-lines diffprocedure
diff-hunk-old-start diffprocedure
diff-hunk-new-lines diffprocedure
diff-hunk-new-start diffprocedure

A diff-hunk represents a group of changes in a diff, with some surrounding context. Each has a header describing the change, line counts and start offsets for the old and new versions of the hunk, and a list of diff-lines representing each added or deleted range of bytes in the group of changes.