aboutsummaryrefslogtreecommitdiff
path: root/Git/Construct.hs
Commit message (Expand)AuthorAge
* Improve startup time for commands that do not operate on remotesGravatar Joey Hess2018-01-09
* adeiu, MissingHGravatar Joey Hess2017-05-16
* Some optimisations to string splitting code.Gravatar Joey Hess2017-01-31
* avoid withWorkTreeRelated affecting annex symlink calculationGravatar Joey Hess2016-04-08
* Catch up with current git behavior when both repo and repo.git exist; it seem...Gravatar Joey Hess2015-10-26
* avoid unncessary IOGravatar Joey Hess2015-02-12
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* convert parentDir to be based on takeDirectory, but fixed for trailing /Gravatar Joey Hess2015-01-09
* revert parentDir changeGravatar Joey Hess2015-01-09
* Merge branch 'master' into relativepathsGravatar Joey Hess2015-01-06
|\
| * made parentDir return a Maybe FilePath; removed most uses of itGravatar Joey Hess2015-01-06
* | git repo path may be relative, so don't assume absolute any moreGravatar Joey Hess2015-01-06
|/
* Windows: Fix handling of absolute unix-style git repository paths.Gravatar Joey Hess2014-02-08
* pass -c option on to all git commands runGravatar Joey Hess2013-11-05
* map: Work when there are gcrypt remotes.Gravatar Joey Hess2013-11-04
* fix windows buildGravatar Joey Hess2013-10-02
* prep for enabling remotre gcrypt repos in webappGravatar Joey Hess2013-09-26
* Unescape characters in 'file://...' URIs.Gravatar guilhem2013-08-22
* get rid of __WINDOWS__, use mingw32_HOST_OSGravatar Joey Hess2013-08-02
* fix windows buildGravatar Joey Hess2013-05-21
* fix warningGravatar Joey Hess2013-05-20
* fix the day's Windows permissions damageGravatar Joey Hess2013-05-14
* fill in a few windows stubsGravatar Joey Hess2013-05-14
* typoGravatar Joey Hess2013-05-14
* more leaning toothpick fixesGravatar Joey Hess2013-05-14
* Merge branch 'master' into windowsGravatar Joey Hess2013-05-14
|\
| * detect local urls on DOSGravatar Joey Hess2013-05-14
* | fix permission damage (thanks, Windows)Gravatar Joey Hess2013-05-11
* | git-annex now builds on Windows (doesn't work)Gravatar Joey Hess2013-05-11
* | fixup #if 0 stubs to use #ifndef mingw32_HOST_OSGravatar Joey Hess2013-05-10
* | stub out POSIX stuffGravatar Joey Hess2013-05-10
|/
* expose Control.Monad.joinGravatar Joey Hess2013-04-22
* webapp: DTRT when told to create a git repo that already exists.Gravatar Joey Hess2013-03-12
* Additional GIT_DIR support bugfixes. May actually work now.Gravatar Joey Hess2013-02-23
* whitespace fixesGravatar Joey Hess2012-12-13
* finished where indentation changesGravatar Joey Hess2012-12-13
* 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