summaryrefslogtreecommitdiff
path: root/GitRepo.hs
Commit message (Expand)AuthorAge
...
* bugfix: really run GitQueue against specified repo, not necessarily pwdGravatar Joey Hess2010-10-31
* Fixed memory leak; git-annex no longer reads the whole file list from git bef...Gravatar Joey Hess2010-10-30
* use -z with git-ls-files, to support files with odd charsGravatar Joey Hess2010-10-29
* factor out stagedFilesGravatar Joey Hess2010-10-29
* convert safeSystem to boolSystemGravatar Joey Hess2010-10-29
* Fix support for file:// remotes.Gravatar Joey Hess2010-10-28
* took Josh's asvice and unified the Repo data types & used pattern matching moreGravatar Joey Hess2010-10-28
* tweakGravatar Joey Hess2010-10-28
* got rid of almost all 'return ()'Gravatar Joey Hess2010-10-28
* tweaksGravatar Joey Hess2010-10-28
* copyright statements0.02Gravatar Joey Hess2010-10-27
* some work on the sha1 backend; still incompleteGravatar Joey Hess2010-10-27
* add dropkey subcommand and --quietGravatar Joey Hess2010-10-25
* support checking network remotes when droppingGravatar Joey Hess2010-10-22
* fix remote vs remote wording confusionGravatar Joey Hess2010-10-22
* support ssh repo in workTreeGravatar Joey Hess2010-10-22
* support reading config over sshGravatar Joey Hess2010-10-22
* use safesystemGravatar Joey Hess2010-10-19
* tweaksGravatar Joey Hess2010-10-16
* bugfixGravatar Joey Hess2010-10-16
* add inGit/notInGitGravatar Joey Hess2010-10-16
* convert GitRepo to qualified importGravatar Joey Hess2010-10-14
* implemented remotes config cachingGravatar Joey Hess2010-10-13
* almost able to get files from remotes now!Gravatar Joey Hess2010-10-13
* move some stuff out of IOGravatar Joey Hess2010-10-13
* cost orderingGravatar Joey Hess2010-10-13
* add remoteNameGravatar Joey Hess2010-10-13
* relative symlink to annexed fileGravatar Joey Hess2010-10-13
* bugfixesGravatar Joey Hess2010-10-12
* oops, wrong systemGravatar Joey Hess2010-10-12
* correctnessGravatar Joey Hess2010-10-12
* add uuidGravatar Joey Hess2010-10-12
* new git config read methodGravatar Joey Hess2010-10-12
* revert bad changeGravatar Joey Hess2010-10-12
* typoGravatar Joey Hess2010-10-12
* better git repo querying and bare repo detectionGravatar Joey Hess2010-10-12
* tweakGravatar Joey Hess2010-10-12
* tweakGravatar Joey Hess2010-10-12
* updateGravatar Joey Hess2010-10-12
* remotes lookupGravatar Joey Hess2010-10-12
* faddleGravatar Joey Hess2010-10-12
* fiddleGravatar Joey Hess2010-10-11
* minorGravatar Joey Hess2010-10-11
* moved config reading into GitRepoGravatar Joey Hess2010-10-11
* simpler exception handlingGravatar Joey Hess2010-10-11
* explicit exportsGravatar Joey Hess2010-10-11
* split up TypesGravatar Joey Hess2010-10-11
* add git config lookups for annex.name, annex.backends, etcGravatar Joey Hess2010-10-11
* cache whether a repo is bareGravatar Joey Hess2010-10-10
* updateGravatar Joey Hess2010-10-10