On 04/04/13 00:31, Pavel Sanda wrote:
>> tommaso@mobiletom:~/lyx-trunk-ws/lyx/development/autotests$ git status
>> hello-world-in.txt
>> # On branch master
>> nothing to commit (working directory clean)
>> tommaso@mobiletom:~/lyx-trunk-ws/lyx/development/autotests$ git status
>> non-existent.txt
>> # On branch master
>> nothing to commit (working directory clean)
>
> You forgot --porcelain there.
> Can you repost the results?
> You should get "?? nonxistentfile" for the second case.
Sure, but result is exactly the same (from a different folder):
tommaso@mobiletom:~/lyx-trunk-ws/lyx$ git status --porcelain COPYING
tommaso@mobiletom:~/lyx-trunk-ws/lyx$ git status --porcelain
COPYING-nonexistent
Thx,
T.