aboutsummaryrefslogtreecommitdiff
path: root/Utility/FileMode.hs
Commit message (Expand)AuthorAge
* use unix-compat 0.5 on windowsGravatar Joey Hess2017-11-14
* Revert "use unix-compat 0.5 on windows"Gravatar Joey Hess2017-11-09
* use unix-compat 0.5 on windowsGravatar Joey Hess2017-11-09
* multicast: New command, uses uftp to multicast annexed files, for eg a classr...Gravatar Joey Hess2017-03-30
* Work around sqlite's incorrect handling of umask when creating databases.Gravatar Joey Hess2017-02-13
* clean build warning on windowsGravatar Joey Hess2015-12-28
* bring back some deleted functions that git-repair usesGravatar Joey Hess2015-12-15
* generalize to MonadIOGravatar Joey Hess2015-11-12
* fix export list to work on windowsGravatar Joey Hess2015-10-12
* export FileMode typeGravatar Joey Hess2015-10-08
* honor core.sharedRepository settings in lockContentGravatar Joey Hess2015-05-19
* revert reversion merged from propellorGravatar Joey Hess2015-04-29
* avoid dupicate bracket import errrorGravatar Joey Hess2015-04-29
* merge generalization of writeFileProtected from propellorGravatar Joey Hess2015-04-28
* removed all uses of undefined from code baseGravatar Joey Hess2015-04-19
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* 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