aboutsummaryrefslogtreecommitdiff
path: root/GitRepo.hs
Commit message (Expand)AuthorAge
* renamed GitRepo to GitGravatar Joey Hess2011-06-30
* factor out file list stuff from GitRepoGravatar Joey Hess2011-06-29
* Merge branch 'master' into v3Gravatar Joey Hess2011-06-29
|\
| * --force will cause add, etc, to operate on ignored files.Gravatar Joey Hess2011-06-29
* | bugfix: restore index file env varGravatar Joey Hess2011-06-22
* | add runBoolGravatar Joey Hess2011-06-22
* | Branch module completeGravatar Joey Hess2011-06-21
* | refactorGravatar Joey Hess2011-06-21
|/
* sped up git-union-mergeGravatar Joey Hess2011-06-20
* add git-union-mergeGravatar Joey Hess2011-06-20
* 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