Skip to content
Commit 0be69c6c authored by segfault's avatar segfault
Browse files

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}"`.
parent 94901e2c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment