summaryrefslogtreecommitdiff
path: root/Git.hs
Commit message (Expand)AuthorAge
* squash compiler warnings on WindowsJoey Hess2013-08-04
* missed some __WINDOWS__ definesJoey Hess2013-08-04
* fix permission damage (thanks, Windows)Joey Hess2013-05-11
* git-annex now builds on Windows (doesn't work)Joey Hess2013-05-11
* fixup #if 0 stubs to use #ifndef mingw32_HOST_OSJoey Hess2013-05-10
* stub out POSIX stuffJoey Hess2013-05-10
* where indentingJoey Hess2012-11-11
* Avoid ugly failure mode when moving content from a local repository that is n...Joey Hess2012-06-26
* Clean up handling of git directory and git worktree.Joey Hess2012-05-18
* removed another 10 lines via ifMJoey Hess2012-03-16
* check hook executabilityJoey Hess2012-03-14
* git-annex-shell: Runs hooks/annex-content after content is received or dropped.Joey Hess2012-03-14
* configure: Check if ssh connection caching is supported by the installed vers...Joey Hess2012-02-25
* Support unescaped repository urls, like git does.Joey Hess2012-01-05
* split out Git/Command.hsJoey Hess2011-12-14
* split more stuff out of Git.hsJoey Hess2011-12-14
* remove dead codeJoey Hess2011-12-13
* split out two more Git modulesJoey Hess2011-12-13
* move commit to Git.BranchJoey Hess2011-12-13
* split out three modules from GitJoey Hess2011-12-13
* split out Git/Ref.hsJoey Hess2011-12-12
* optimize index updatingJoey Hess2011-12-11
* avoid some readJoey Hess2011-12-09
* some work on avoiding partial functionsJoey Hess2011-12-09
* error handling cleanupJoey Hess2011-11-26
* improve type signatures with a Ref newtypeJoey Hess2011-11-16
* further insteadOf fixJoey Hess2011-11-15
* Fix support for insteadOf url remapping. Closes: #644278Joey Hess2011-11-15
* factored out some useful error catching methodsJoey Hess2011-11-10
* reorder repo parameters lastJoey Hess2011-11-08
* reorganize log modulesJoey Hess2011-10-15
* tweakJoey Hess2011-10-15
* A remote can have a annexUrl configured, that is used by git-annex instead of...Joey Hess2011-10-14
* add comment about relative/absolute filenamesJoey Hess2011-10-11
* force files relativeJoey Hess2011-10-11
* fix git 1.7.7 breakageJoey Hess2011-10-11
* Now supports git's insteadOf configuration, to modify the url used to access ...Joey Hess2011-10-09
* factor out common importsJoey Hess2011-10-03
* convert all git read/write functions to use ByteStringsJoey Hess2011-09-29
* use ByteStrings when reading content of filesJoey Hess2011-09-29
* Sped up unused.Joey Hess2011-09-29
* refine new unused codeJoey Hess2011-09-28
* golfJoey Hess2011-09-28
* go go gadget hlintJoey Hess2011-09-20
* simplifyJoey Hess2011-09-07
* code simplification thanks to applicative functorsJoey Hess2011-08-25
* split groups of related functions out of UtilityJoey Hess2011-08-22
* make gitDir absoluteJoey Hess2011-08-19
* add repoIsHttpJoey Hess2011-08-16
* hlint tweaksJoey Hess2011-07-15