Mantis - Resin
Viewing Issue Advanced Details
2885 trivial always 08-01-08 12:36 09-04-08 14:03
iRideSnow  
ferg  
normal  
closed 3.2.0  
fixed  
none    
none 3.2.1  
0002885: 3.2.0 Pro Creates .git Directory
When 3.2.0 Pro is started, it creates a .git in the resin.home folder.

I guess that means you guys are using Git for source control?

Here's the directory listing:

/resin/.git/branches
/resin/.git/objects
/resin/.git/refs
/resin/.git/tmp
/resin/.git/HEAD


I don't know if this is limited to the Pro version or not.

Notes
(0003385)
ferg   
09-04-08 13:59   
That's actually normal because it's used for Resin's deployment capabilities. However, we should only create those directories if the deployment is being used.
(0003386)
ferg   
09-04-08 14:03   
Change behavior to create .git only if the deploy is actually used.