Skip to content

RFC: annotate: limit output to range of lines

Inspired by the -L flag for git blame: limit the output of the annotate command to the given range of lines.

It re-uses the logic for the -L flag to log and in the current implementation only works for a single file, but it should be possible to extend to multiple -L flags to list multiple files at once.

Merge request reports