summaryrefslogtreecommitdiff
path: root/Utility/FileMode.hs
Commit message (Expand)AuthorAge
* unify exception handling into Utility.ExceptionGravatar Joey Hess2014-08-07
* relicense general utility library code to BSDGravatar Joey Hess2014-05-10
* windows fix try 2Gravatar Joey Hess2014-04-02
* refactorGravatar Joey Hess2014-03-31
* avoid importing CommonGravatar Joey Hess2014-03-30
* Better workaround for problem umasks when eg, setting up ssh keys.Gravatar Joey Hess2014-03-14
* avoid using openFile when withFile can be usedGravatar Joey Hess2014-02-03
* Revert "don't use writeFileProtected on windows"Gravatar Joey Hess2013-12-06
* don't use writeFileProtected on windowsGravatar Joey Hess2013-12-06
* add allowReadGravatar Joey Hess2013-11-20
* Ensure execute bit is set on directories when core.sharedrepsitory is set.Gravatar Joey Hess2013-11-18
* get rid of __WINDOWS__, use mingw32_HOST_OSGravatar Joey Hess2013-08-02
* fix permission damage (thanks, Windows)Gravatar Joey Hess2013-05-11
* clean up from windows portingGravatar Joey Hess2013-05-11
* git-annex now builds on Windows (doesn't work)Gravatar Joey Hess2013-05-11
* use unix-compat, removed a lot of stubs in Utility.FileModeGravatar Joey Hess2013-05-11
* fixup #if 0 stubs to use #ifndef mingw32_HOST_OSGravatar Joey Hess2013-05-10
* stub out POSIX stuffGravatar Joey Hess2013-05-10
* avoid crashing on Android when file mode of .git/annex/url cannot be setGravatar Joey Hess2013-05-03
* restart UIGravatar Joey Hess2013-01-03
* finished where indentation changesGravatar Joey Hess2012-12-13
* use xmpp::user@host for xmpp remotesGravatar Joey Hess2012-11-09
* move sticky bit code into Utility.FileModeGravatar Joey Hess2012-09-25
* in which I discover voidGravatar Joey Hess2012-04-21
* honor core.sharedRepository when making all the other files in the annexGravatar Joey Hess2012-04-21
* better file mode setting codeGravatar Joey Hess2012-04-21
* Support git's core.sharedRepository configurationGravatar Joey Hess2012-04-21
* avoid chown call if the current file mode is same as newGravatar Joey Hess2012-04-21
* check hook executabilityGravatar Joey Hess2012-03-14
* make unused check branches and tags tooGravatar Joey Hess2011-09-28
* refactorGravatar Joey Hess2011-09-23