| Commit message (Expand) | Author | Age |
* | update my email address and homepage url | Joey Hess | 2015-01-21 |
* | Switch to using relative paths to the git repository. | Joey Hess | 2015-01-06 |
* | try to avoid Windows MAX_PATH limit, by using \\?\ prefix on git repo path | Joey Hess | 2015-01-06 |
* | remove Read instance for Ref | Joey Hess | 2014-02-19 |
* | squash compiler warnings on Windows | Joey Hess | 2013-08-04 |
* | missed some __WINDOWS__ defines | Joey Hess | 2013-08-04 |
* | fix permission damage (thanks, Windows) | Joey Hess | 2013-05-11 |
* | git-annex now builds on Windows (doesn't work) | Joey Hess | 2013-05-11 |
* | fixup #if 0 stubs to use #ifndef mingw32_HOST_OS | Joey Hess | 2013-05-10 |
* | stub out POSIX stuff | Joey Hess | 2013-05-10 |
* | where indenting | Joey Hess | 2012-11-11 |
* | Avoid ugly failure mode when moving content from a local repository that is n... | Joey Hess | 2012-06-26 |
* | Clean up handling of git directory and git worktree. | Joey Hess | 2012-05-18 |
* | removed another 10 lines via ifM | Joey Hess | 2012-03-16 |
* | check hook executability | Joey Hess | 2012-03-14 |
* | git-annex-shell: Runs hooks/annex-content after content is received or dropped. | Joey Hess | 2012-03-14 |
* | configure: Check if ssh connection caching is supported by the installed vers... | Joey Hess | 2012-02-25 |
* | Support unescaped repository urls, like git does. | Joey Hess | 2012-01-05 |
* | split out Git/Command.hs | Joey Hess | 2011-12-14 |
* | split more stuff out of Git.hs | Joey Hess | 2011-12-14 |
* | remove dead code | Joey Hess | 2011-12-13 |
* | split out two more Git modules | Joey Hess | 2011-12-13 |
* | move commit to Git.Branch | Joey Hess | 2011-12-13 |
* | split out three modules from Git | Joey Hess | 2011-12-13 |
* | split out Git/Ref.hs | Joey Hess | 2011-12-12 |
* | optimize index updating | Joey Hess | 2011-12-11 |
* | avoid some read | Joey Hess | 2011-12-09 |
* | some work on avoiding partial functions | Joey Hess | 2011-12-09 |
* | error handling cleanup | Joey Hess | 2011-11-26 |
* | improve type signatures with a Ref newtype | Joey Hess | 2011-11-16 |
* | further insteadOf fix | Joey Hess | 2011-11-15 |
* | Fix support for insteadOf url remapping. Closes: #644278 | Joey Hess | 2011-11-15 |
* | factored out some useful error catching methods | Joey Hess | 2011-11-10 |
* | reorder repo parameters last | Joey Hess | 2011-11-08 |
* | reorganize log modules | Joey Hess | 2011-10-15 |
* | tweak | Joey Hess | 2011-10-15 |
* | A remote can have a annexUrl configured, that is used by git-annex instead of... | Joey Hess | 2011-10-14 |
* | add comment about relative/absolute filenames | Joey Hess | 2011-10-11 |
* | force files relative | Joey Hess | 2011-10-11 |
* | fix git 1.7.7 breakage | Joey Hess | 2011-10-11 |
* | Now supports git's insteadOf configuration, to modify the url used to access ... | Joey Hess | 2011-10-09 |
* | factor out common imports | Joey Hess | 2011-10-03 |
* | convert all git read/write functions to use ByteStrings | Joey Hess | 2011-09-29 |
* | use ByteStrings when reading content of files | Joey Hess | 2011-09-29 |
* | Sped up unused. | Joey Hess | 2011-09-29 |
* | refine new unused code | Joey Hess | 2011-09-28 |
* | golf | Joey Hess | 2011-09-28 |
* | go go gadget hlint | Joey Hess | 2011-09-20 |
* | simplify | Joey Hess | 2011-09-07 |
* | code simplification thanks to applicative functors | Joey Hess | 2011-08-25 |