summaryrefslogtreecommitdiff
path: root/Git.hs
Commit message (Collapse)AuthorAge
* add repoIsHttpGravatar Joey Hess2011-08-16
|
* hlint tweaksGravatar Joey Hess2011-07-15
| | | | Did all sources except Remotes/* and Command/*
* allow configStore to be run incrementally to override configsGravatar Joey Hess2011-07-14
|
* Bugfix: Make add ../ work.Gravatar Joey Hess2011-07-10
| | | | | The complication of check-attr returning absolute paths that have to be converted back to relative paths..
* rename GitUnionMerge to Git.UnionMergeGravatar Joey Hess2011-06-30
| | | | Also, moved commit function into Git proper, it's not union merge specific.
* renamed GitRepo to GitGravatar Joey Hess2011-06-30
It was always imported qualified as Git anyway