Module gdiff

Module gdiff 

Source
Expand description

Git diff line selection. Exposes a dictionary with a get_hunks function that fetches git diff output, extracts paths and line numbers of changed hunks, and presents a selection UI to jump to specific diff locations in buffers.

Functionsยง

dict
[Dictionary] of git diff helpers.
get_hunks ๐Ÿ”’
Opens the selected git diff file and line number.