aboutsummaryrefslogtreecommitdiff
path: root/Annex/Init.hs
Commit message (Expand)AuthorAge
* inheritable annex.securehashesonlyGravatar Joey Hess2017-02-27
* post-recive hook to make updateInstead work in direct mode and adjusted branchesGravatar Joey Hess2017-02-17
* correct spelling mistakesGravatar Edward Betts2017-02-12
* Avoid backtraces on expected failures when built with ghc 8; only use backtra...Gravatar Joey Hess2016-11-15
* refactorGravatar Joey Hess2016-10-17
* When auto-upgrading a v3 remote, avoid upgrading to version 6, instead keep i...Gravatar Joey Hess2016-10-05
* fix build on windowsGravatar Joey Hess2016-06-13
* also avoid crashing in most circumstances if unable to determine the usernameGravatar Joey Hess2016-06-08
* refactor isBareRepoGravatar Joey Hess2016-06-02
* better avoid switching to direct mode in clone of adjusted branch repoGravatar Joey Hess2016-06-02
* avoid switching to direct mode in clone of adjusted branch repoGravatar Joey Hess2016-06-02
* Automatically enable v6 mode when initializing in a clone from a repo that ha...Gravatar Joey Hess2016-06-02
* improve commentGravatar Joey Hess2016-05-10
* fix build warning on windowsGravatar Joey Hess2016-05-05
* deal with cloning a repo that has an ajdusted branch checked outGravatar Joey Hess2016-04-04
* init: Automatically enter the adjusted unlocked branch when in a v6 repo on a...Gravatar Joey Hess2016-03-29
* fix windows buildGravatar Joey Hess2016-02-16
* fix numerous problem with test suite on crippled filesystems etcGravatar Joey Hess2016-02-16
* When initializing a v6 repo on a crippled filesystem, don't force it into dir...Gravatar Joey Hess2016-02-15
* remove 163 lines of code without changing anything except importsGravatar Joey Hess2016-01-20
* scan for unlocked files on init/upgrade of v6 repoGravatar Joey Hess2016-01-01
* Use git-annex init --version=6 to get v6 for nowGravatar Joey Hess2015-12-15
* move InodeSentinal from direct mode code to its own moduleGravatar Joey Hess2015-12-09
* refactor and improve pointer file handling codeGravatar Joey Hess2015-12-09
* auto-configure filter.annex.smudge and clean on initGravatar Joey Hess2015-12-04
* init: Automatically enable annex.pidlock when necessary.Gravatar Joey Hess2015-11-13
* use action, not sideActionGravatar Joey Hess2015-10-11
* init: Fix reversion in detection of repo made with git clone --sharedGravatar Joey Hess2015-09-09
* Fix reversion in init when ran as root, introduced in version 5.20150731.Gravatar Joey Hess2015-08-19
* importfeed --relaxed: Avoid hitting the urls of items in the feed.Gravatar Joey Hess2015-08-19
* init: Detect when the filesystem is crippled such that it ignores attempts to...Gravatar Joey Hess2015-07-30
* Make repo init more robust.Gravatar Joey Hess2015-04-20
* init: Improve fifo test to detect NFS systems that support fifos but not well...Gravatar Joey Hess2015-04-03
* Repository tuning parameters can now be passed when initializing a repository...Gravatar Joey Hess2015-01-27
* Fix default repository description created by git annex init, which got broke...Gravatar Joey Hess2015-01-22
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* fixed all remaining build warnings on WindowsGravatar Joey Hess2014-12-29
* no longer used importsGravatar Joey Hess2014-11-06
* Remove fixup code for bad bare repositories created by versions 5.20131118 th...Gravatar Joey Hess2014-11-04
* New annex.hardlink setting. Closes: #758593Gravatar Joey Hess2014-09-05
* reinit: New command that can initialize a new reposotory using the configurat...Gravatar Joey Hess2014-04-15
* add missing Network.URI Ord instance for Debian stableGravatar Joey Hess2014-04-14
* Fix direct mode getKeysPresent false positive & also sped up direct mode unus...Gravatar Joey Hess2014-03-07
* Put non-object tmp files in .git/annex/misctmp, leaving .git/annex/tmp for on...Gravatar Joey Hess2014-02-26
* random hlint (to give the autobuilder something new to build)Gravatar Joey Hess2014-02-11
* reorgGravatar Joey Hess2014-01-26