tails-format-modified-files: Also consider uncommitted changes
Using `git diff "${REF_TO_COMPARE}"..` compared the reference to HEAD. To compare it to the current worktree instead, we can just use `git diff "${REF_TO_COMPARE}"`.
Loading
Please register or sign in to comment