|
From: | Shigio YAMAGUCHI |
Subject: | Re: Added support for file list in single file update |
Date: | Fri, 27 Jun 2014 09:13:45 +0900 |
Not in user visible out but 'yes' internally. When you give '+', gtags
assumes the file exists on disk without calling stat().
Without the '+', the stat() is called
- If the file does not exist (ENOENT or ESTALE), it is treated as deleted
- If exists, its time stamp is compared (default behavior without my change)
[Prev in Thread] | Current Thread | [Next in Thread] |