sublime-text-git icon indicating copy to clipboard operation
sublime-text-git copied to clipboard

Add option to show untracked files on the diff output

Open firefueled opened this issue 6 years ago • 0 comments

This stages the untracked files using the intent-to-add flag, -N. Essentially, a 0-byte version of the files is staged, allowing the full file to be show as a difference. This operation is reversed as soon as the diff output is generated by reseting the files back to their untracked status.

This closes #554

firefueled avatar Jul 18 '18 16:07 firefueled