aboutsummaryrefslogtreecommitdiff
path: root/GitRepo.hs
Commit message (Expand)AuthorAge
* Closer emulation of git's behavior when told to use "foo/.git" as a git repos...Gravatar Joey Hess2011-05-22
* more standard names for whenM and unlessM operatorsGravatar Joey Hess2011-05-17
* add whenM and unlessMGravatar Joey Hess2011-05-17
* more pointless monadic golfingGravatar Joey Hess2011-05-16
* Maybe reduction pass 2Gravatar Joey Hess2011-05-15
* simplified a bunch of Maybe handlingGravatar Joey Hess2011-05-15
* Work around a bug in Network.URI's handling of bracketed ipv6 addresses.Gravatar Joey Hess2011-05-06
* Avoid pipeline stall when running git annex drop or fsck on a lot of files.Gravatar Joey Hess2011-04-27
* Avoid using absolute paths when staging location log, as that can confuse git...Gravatar Joey Hess2011-04-25
* fix relativeGravatar Joey Hess2011-04-25
* store annex.uuid in bup reposGravatar Joey Hess2011-04-09
* some reorg and further remote generalizationGravatar Joey Hess2011-03-27
* tweakGravatar Joey Hess2011-03-22
* Fix space leak in fsck and drop commands.Gravatar Joey Hess2011-03-22
* Fix support for remotes with '.' in their names.Gravatar Joey Hess2011-03-18
* improve GitRepos functions for pulling apart URL to repoGravatar Joey Hess2011-03-05
* remove debugging printfGravatar Joey Hess2011-03-03
* support git funky remote syntaxesGravatar Joey Hess2011-03-03
* remove unused codeGravatar Joey Hess2011-03-03
* avoid failing if a local repo is not currently availableGravatar Joey Hess2011-03-03
* some initial support for local bare reposGravatar Joey Hess2011-03-03
* renameGravatar Joey Hess2011-02-28
* use ShellParam typeGravatar Joey Hess2011-02-28
* Fix test suite to reap zombies.Gravatar Joey Hess2011-02-13
* fix absrepo data lossGravatar Joey Hess2011-02-04
* map improvementsGravatar Joey Hess2011-02-03
* more accessor functions and better bad url handlingGravatar Joey Hess2011-02-03
* add check for unclean treeGravatar Joey Hess2011-02-01
* idiomGravatar Joey Hess2011-01-27
* add checks that location log files are committedGravatar Joey Hess2011-01-11
* use concatGravatar Joey Hess2011-01-09
* support ssh urls containing "~", and relative user:pathGravatar Joey Hess2010-12-31
* use git-annex-shell configlistGravatar Joey Hess2010-12-31
* Support scp-style urls for remotes (host:path).Gravatar Joey Hess2010-12-28
* Avoid multiple calls to git ls-files when passed eg, "*".Gravatar Joey Hess2010-12-23
* Support remotes using git+ssh and ssh+git as protocol. Closes: #607056Gravatar Joey Hess2010-12-14
* Support remotes using git+ssh:// as protocol. Closes: #607056Gravatar Joey Hess2010-12-14
* Bugfix: Always correctly handle gitattributes when in a subdirectory of the r...Gravatar Joey Hess2010-11-28
* hlint tweaksGravatar Joey Hess2010-11-22
* got rid of several more calls to git when finding unlocked filesGravatar Joey Hess2010-11-11
* add typeChangedFilesGravatar Joey Hess2010-11-10
* hlinted a few filesGravatar Joey Hess2010-11-06
* add a stupid test harnessGravatar Joey Hess2010-11-02
* clean upGravatar Joey Hess2010-11-02
* clean upGravatar Joey Hess2010-11-02
* blew several hours on getting the decodeGitFile 100% right with quickcheckGravatar Joey Hess2010-11-02
* reorgGravatar Joey Hess2010-11-02
* deal with git's insane octal filename encodingGravatar Joey Hess2010-11-02
* updatGravatar Joey Hess2010-11-01
* fix checkAttr to not deadlock and not need strictnessGravatar Joey Hess2010-11-01