aboutsummaryrefslogtreecommitdiff
path: root/Init.hs
Commit message (Expand)AuthorAge
* Automatically fix up bad bare repositories created by versions 5.20131118 thr...Gravatar Joey Hess2013-12-02
* init: Fix a bug that caused git annex init, when run in a bare repository, to...Gravatar Joey Hess2013-11-30
* Ensure that core.sharedrepository is honored when creating the .git/annex dir...Gravatar Joey Hess2013-11-18
* work around lack of receive.denyCurrentBranch in direct modeGravatar Joey Hess2013-11-05
* v5 for direct mode, with automatic upgradeGravatar Joey Hess2013-11-05
* refactored hook setupGravatar Joey Hess2013-11-05
* missed some __WINDOWS__ definesGravatar Joey Hess2013-08-04
* detect system with no dot in FQDN, where git commit will fail, and workaroundGravatar Joey Hess2013-07-05
* avoid setting annex.direct in bare repo (no behavior change, just less ugly)Gravatar Joey Hess2013-06-10
* Supports indirect mode on encfs in paranoia mode, and other filesystems that ...Gravatar Joey Hess2013-06-10
* fixGravatar Joey Hess2013-05-17
* don't warn about existence of pre-commit hook if it already has the right con...Gravatar Joey Hess2013-05-17
* fix the day's Windows permissions damageGravatar Joey Hess2013-05-14
* disable core.symlinks before enabling direct modeGravatar Joey Hess2013-05-14
* Merge branch 'windows' of git://git-annex.branchable.com into windowsGravatar Joey Hess2013-05-13
|\
* | disable core.symlinks explicitly on crippled filesystemGravatar Joey Hess2013-05-13
| * rename moduleGravatar Joey Hess2013-05-12
|/
* fix permission damage (thanks, Windows)Gravatar Joey Hess2013-05-11
* git-annex now builds on Windows (doesn't work)Gravatar Joey Hess2013-05-11
* fix use of wrong shebang when android is installing git-annex-shell wrapper o...Gravatar Joey Hess2013-05-06
* catch exception when making fifo failsGravatar Joey Hess2013-04-04
* init: Probe whether the filesystem supports fifos, and if not, disable ssh co...Gravatar Joey Hess2013-04-04
* hlintGravatar Joey Hess2013-04-03
* annex.version is now set to 4 for direct mode repositoriesGravatar Joey Hess2013-02-26
* only create inode sentinal file when initializing a new repoGravatar Joey Hess2013-02-20
* avoid writing pre-commit hook if we cannot make it executableGravatar Joey Hess2013-02-18
* switch to direct mode when auto-enablingGravatar Joey Hess2013-02-15
* don't allow setting indirect mode on a crippled filesystemGravatar Joey Hess2013-02-15
* crippled filesystem support, probing and initial supportGravatar Joey Hess2013-02-14
* deal with Android's nonstandard shell locationGravatar Joey Hess2013-02-13
* whitespace fixesGravatar Joey Hess2012-12-13
* indentation foo, and a new coding style page. no code changesGravatar Joey Hess2012-10-28
* Use USER and HOME environment when set, and only fall back to getpwent, which...Gravatar Joey Hess2012-10-25
* uninit: Unset annex.version. Closes: #689852Gravatar Joey Hess2012-10-07
* adding removable drive repos now basically worksGravatar Joey Hess2012-08-05
* Merge branch 'master' into assistantGravatar Joey Hess2012-08-03
|\
| * init: If no description is provided for a new repository, one will automatica...Gravatar Joey Hess2012-08-03
* | when run in uninitialized git repo, do firstrunGravatar Joey Hess2012-07-31
|/
* Clean up handling of git directory and git worktree.Gravatar Joey Hess2012-05-18
* uninit: Clear annex.uuid from .git/config. Closes: #670639Gravatar Joey Hess2012-04-27
* removed another 10 lines via ifMGravatar Joey Hess2012-03-16
* added ifM and nuked 11 lines of codeGravatar Joey Hess2012-03-14
* hlintGravatar Joey Hess2012-02-16
* split out Git/Ref.hsGravatar Joey Hess2011-12-12
* reorder repo parameters lastGravatar Joey Hess2011-11-08
* refactorGravatar Joey Hess2011-11-07
* Record uuid when auto-initializing a remote so it shows in status.Gravatar Joey Hess2011-11-02
* cleanupGravatar Joey Hess2011-10-31
* broke up UtilityGravatar Joey Hess2011-10-16
* break out non-log stuff to separate moduleGravatar Joey Hess2011-10-15