Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 274 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 274 Bytes

git_diff_lines

Get a list of changed lines in git diff.

It does this by running git diff in the respective directory and parses the output. It converts the output into a list of tuples in the form (filename, line_number) for every line in every file.