aboutsummaryrefslogtreecommitdiff
path: root/Git.hs
Commit message (Expand)AuthorAge
* Propigate GIT_DIR and GIT_WORK_TREE environment to external special remotes.Gravatar Joey Hess2016-05-06
* init: Configure .git/info/attributes to use git-annex as a smudge filter.Gravatar Joey Hess2015-12-04
* removed all uses of undefined from code baseGravatar Joey Hess2015-04-19
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* Switch to using relative paths to the git repository.Gravatar Joey Hess2015-01-06
* try to avoid Windows MAX_PATH limit, by using \\?\ prefix on git repo pathGravatar Joey Hess2015-01-06
* remove Read instance for RefGravatar Joey Hess2014-02-19
* squash compiler warnings on WindowsGravatar Joey Hess2013-08-04
* missed some __WINDOWS__ definesGravatar Joey Hess2013-08-04
* 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
* where indentingGravatar Joey Hess2012-11-11
* Avoid ugly failure mode when moving content from a local repository that is n...Gravatar Joey Hess2012-06-26
* Clean up handling of git directory and git worktree.Gravatar Joey Hess2012-05-18
* removed another 10 lines via ifMGravatar Joey Hess2012-03-16
* check hook executabilityGravatar Joey Hess2012-03-14
* git-annex-shell: Runs hooks/annex-content after content is received or dropped.Gravatar Joey Hess2012-03-14
* configure: Check if ssh connection caching is supported by the installed vers...Gravatar Joey Hess2012-02-25
* Support unescaped repository urls, like git does.Gravatar Joey Hess2012-01-05
* split out Git/Command.hsGravatar Joey Hess2011-12-14
* split more stuff out of Git.hsGravatar Joey Hess2011-12-14
* remove dead codeGravatar Joey Hess2011-12-13
* split out two more Git modulesGravatar Joey Hess2011-12-13
* move commit to Git.BranchGravatar Joey Hess2011-12-13
* split out three modules from GitGravatar Joey Hess2011-12-13
* split out Git/Ref.hsGravatar Joey Hess2011-12-12
* optimize index updatingGravatar Joey Hess2011-12-11
* avoid some readGravatar Joey Hess2011-12-09
* some work on avoiding partial functionsGravatar Joey Hess2011-12-09
* error handling cleanupGravatar Joey Hess2011-11-26
* improve type signatures with a Ref newtypeGravatar Joey Hess2011-11-16
* further insteadOf fixGravatar Joey Hess2011-11-15
* Fix support for insteadOf url remapping. Closes: #644278Gravatar Joey Hess2011-11-15
* factored out some useful error catching methodsGravatar Joey Hess2011-11-10
* reorder repo parameters lastGravatar Joey Hess2011-11-08
* reorganize log modulesGravatar Joey Hess2011-10-15
* tweakGravatar Joey Hess2011-10-15
* A remote can have a annexUrl configured, that is used by git-annex instead of...Gravatar Joey Hess2011-10-14
* add comment about relative/absolute filenamesGravatar Joey Hess2011-10-11
* force files relativeGravatar Joey Hess2011-10-11
* fix git 1.7.7 breakageGravatar Joey Hess2011-10-11
* Now supports git's insteadOf configuration, to modify the url used to access ...Gravatar Joey Hess2011-10-09
* factor out common importsGravatar Joey Hess2011-10-03
* convert all git read/write functions to use ByteStringsGravatar Joey Hess2011-09-29
* use ByteStrings when reading content of filesGravatar Joey Hess2011-09-29
* Sped up unused.Gravatar Joey Hess2011-09-29
* refine new unused codeGravatar Joey Hess2011-09-28
* golfGravatar Joey Hess2011-09-28