Not quite yet, it’s just a way to improve the VSCode extension at the moment.
But this discussion must stay open, since I do want to implement it soon.
Did not help, the same zero output for b
file as untracked.
Untracked files printed only when tracked files modified.
Also remove extra space between U
and b
.
$ echo "a" >> a
$ pijul diff --short
M a
U b
$ pijul diff --untracked
b
update json
output for untracked files too.
Pushed to main. The json output is different, I believe we want two separate commands, since the cost of these two commands could be very different.
Let it be.
Why
--untracked
skiped fileb
?