|
Hi, Is there a way to get a list of all the tracked files like "git ls-files"? Even better is there a "vv status" option that would include all the tracked files that are unmodified? Thanks, Alain |
|
No, we don't currently have that. Logging the feature request... 1
Hi Paul, Thanks. Is there a way I can do it with vscript and get something like this? [ {"Name":"file.txt","Status":"Modified"}, {"Name":"file2.txt","Status":"Unmodified"}, {"Name":"junk.txt","Status":"Found"}, ] Regards, Alain
(Dec 14 '11 at 09:54)
khatsalano
Not at the moment, no.
(Dec 14 '11 at 09:57)
Paul Roub ♦♦
Ok. Thanks
(Dec 14 '11 at 10:01)
khatsalano
I am looking for this feature, too.
(Aug 06 '12 at 07:28)
hyagni
|
|
An awkward way to brute-force this, if you really need it: create another working copy, |