Veracity Q&A home login about faq

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

asked Dec 14 '11 at 08:45

khatsalano's gravatar image

khatsalano
16112


No, we don't currently have that. Logging the feature request...

link

answered Dec 14 '11 at 09:32

Paul%20Roub's gravatar image

Paul Roub ♦♦
2.3k81752

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, rm -rf anything except the .sgdrawer and run a vv status - you should get a list of tons of Lost items ;) Some more sophisticated script could merge that list with a vv status output of your real wd, perhaps after replacing the "Lost" status with "Unchanged".

link

answered Aug 06 '12 at 08:40

Arne%20Mertz's gravatar image

Arne Mertz
698172435

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or __italic__
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×7

Asked: Dec 14 '11 at 08:45

Seen: 1,376 times

Last updated: Aug 06 '12 at 08:40

powered by OSQA