github / libprojfs

Linux projected filesystem library
GNU Lesser General Public License v2.1
92 stars 14 forks source link

Use `.vfsforgit*` instead of `.gvfs*` directories for GVFS provider. #62

Closed chrisd8088 closed 5 years ago

chrisd8088 commented 5 years ago

In order to avoid conflicts with GNOME VFS (GVfs) and pre-existing .gvfs directories on Linux systems -- not to mention user confusion -- we need the GVFS provider to create and use .vfsforgit* hidden directories instead of its current .gvfs* ones. This could be exclusive to the Linux client, though.