summaryrefslogtreecommitdiff
path: root/Git/Construct.hs
Commit message (Expand)AuthorAge
* don't treat foo::bar as a ssh urlGravatar Joey Hess2012-11-09
* Use USER and HOME environment when set, and only fall back to getpwent, which...Gravatar Joey Hess2012-10-25
* ensure that gitdir is absoluteGravatar Joey Hess2012-10-16
* flip catchDefaultIOGravatar Joey Hess2012-09-17
* Support repositories created with --separate-git-dir. Closes: #684405Gravatar Joey Hess2012-09-15
* thread safe git-annex index file useGravatar Joey Hess2012-08-24
* Add support for core.worktree, and fix support for GIT_WORK_TREE and GIT_DIR.Gravatar Joey Hess2012-05-18
* Clean up handling of git directory and git worktree.Gravatar Joey Hess2012-05-18
* noopGravatar Joey Hess2012-04-21
* removed another 10 lines via ifMGravatar Joey Hess2012-03-16
* export fromPathGravatar Joey Hess2012-01-25
* avoid unnecessary stats when traversing to parentGravatar Joey Hess2012-01-14
* optimize away 3 statsGravatar Joey Hess2012-01-14
* tweakGravatar Joey Hess2012-01-13
* support relative GIT_DIRGravatar Joey Hess2012-01-13
* git-annex, git-union-merge: Support GIT_DIR and GIT_WORK_TREE.Gravatar Joey Hess2012-01-13
* Support unescaped repository urls, like git does.Gravatar Joey Hess2012-01-05
* fixed behavior when multiple insteadOf configs are provided for the same url ...Gravatar Joey Hess2011-12-30
* split more stuff out of Git.hsGravatar Joey Hess2011-12-14
* split out three modules from GitGravatar Joey Hess2011-12-13