git-annex/Upgrade
Joey Hess b7c8bf5274
Preserve execute bits of unlocked files in v6 mode.
When annex.thin is set, adding an object will add the execute bits to the
work tree file, and this does mean that the annex object file ends up
executable.

This doesn't add any complexity that wasn't already present, because git
annex add of an executable file has always ingested it so that the annex
object ends up executable.

But, since an annex object file can be executable or not, when populating
an unlocked file from one, the executable bit is always added or removed
to match the mode of the pointer file.
2016-04-14 14:47:08 -04:00
..
V0.hs remove 163 lines of code without changing anything except imports 2016-01-20 16:36:33 -04:00
V1.hs Windows: Fix v6 unlocked files to actually work. 2016-02-15 16:12:18 -04:00
V2.hs remove 163 lines of code without changing anything except imports 2016-01-20 16:36:33 -04:00
V3.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
V4.hs remove 163 lines of code without changing anything except imports 2016-01-20 16:36:33 -04:00
V5.hs Preserve execute bits of unlocked files in v6 mode. 2016-04-14 14:47:08 -04:00