git-annex/Annex
Joey Hess b47c9fd587 honor core.sharedRepository settings in lockContent
The content file may not be owned by the user running git-annex, in which
case, setting the owner write bit was not enough to let lockContent
act on the file. However, with some core.sharedRepository configs, the file
should be writable by the user's group. So, the thing to do is to call
thawContent on it.
2015-05-19 14:53:19 -04:00
..
Branch update my email address and homepage url 2015-01-21 12:50:09 -04:00
Content a few hlints 2015-04-11 00:10:34 -04:00
MetaData update my email address and homepage url 2015-01-21 12:50:09 -04:00
View update my email address and homepage url 2015-01-21 12:50:09 -04:00
AutoMerge.hs a few hlints 2015-04-11 00:10:34 -04:00
Branch.hs followup to bug I cannot reproduce, and analysis based presumptive fix 2015-04-09 14:03:44 -04:00
BranchState.hs simplify and make more atomic 2015-04-10 15:16:17 -04:00
CatFile.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
CheckAttr.hs refactor 2015-04-10 17:53:58 -04:00
CheckIgnore.hs refactor 2015-04-10 17:53:58 -04:00
Concurrent.hs refactor 2015-04-10 17:53:58 -04:00
Content.hs honor core.sharedRepository settings in lockContent 2015-05-19 14:53:19 -04:00
Difference.hs a few hlints 2015-04-11 00:10:34 -04:00
Direct.hs Submodules are now supported by git-annex! 2015-03-02 16:43:44 -04:00
DirHashes.hs a few hlints 2015-04-11 00:10:34 -04:00
Drop.hs Merge branch 'master' into concurrentprogress 2015-05-12 13:23:22 -04:00
Environment.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
FileMatcher.hs a few hlints 2015-04-11 00:10:34 -04:00
Fixup.hs avoid using --literal-pathspecs with git older than 1.8.1 which added it 2015-04-06 13:46:11 -04:00
Hook.hs Added a post-update-annex hook, which is run after the git-annex branch is updated. Needed for git update-server-info. 2015-03-20 14:52:58 -04:00
Index.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Init.hs Make repo init more robust. 2015-04-20 14:01:41 -04:00
Journal.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Link.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
LockFile.hs use lock pools throughout git-annex 2015-05-19 14:09:52 -04:00
MakeRepo.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
MetaData.hs a few hlints 2015-04-11 00:10:34 -04:00
Notification.hs a few hlints 2015-04-11 00:10:34 -04:00
NumCopies.hs move nubbing into function whose algo needs a nubbed list 2015-04-30 14:11:59 -04:00
Path.hs Fix bug introduced in the last release that broke git-annex sync when git-annex was installed from the standalone tarball. 2015-03-27 12:55:18 -04:00
Perms.hs rename traverse to walk since Data.Traversable is imported by default in ghc 7.10 2015-05-10 16:43:09 -04:00
Queue.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Quvi.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
ReplaceFile.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Ssh.hs use lock pools throughout git-annex 2015-05-19 14:09:52 -04:00
TaggedPush.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Transfer.hs use lock pools throughout git-annex 2015-05-19 14:09:52 -04:00
Url.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
UUID.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
VariantFile.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Version.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
View.hs a few hlints 2015-04-11 00:10:34 -04:00
Wanted.hs import Data.Default in Common 2015-01-28 16:11:28 -04:00