aboutsummaryrefslogtreecommitdiff
path: root/Git.hs
Commit message (Expand)AuthorAge
* 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
* go go gadget hlintGravatar Joey Hess2011-09-20
* simplifyGravatar Joey Hess2011-09-07
* code simplification thanks to applicative functorsGravatar Joey Hess2011-08-25
* split groups of related functions out of UtilityGravatar Joey Hess2011-08-22
* make gitDir absoluteGravatar Joey Hess2011-08-19
* add repoIsHttpGravatar Joey Hess2011-08-16
* hlint tweaksGravatar Joey Hess2011-07-15
* allow configStore to be run incrementally to override configsGravatar Joey Hess2011-07-14
* Bugfix: Make add ../ work.Gravatar Joey Hess2011-07-10