| Commit message (Expand) | Author | Age |
* | correct spelling mistakes | Edward Betts | 2017-02-12 |
* | Avoid backtraces on expected failures when built with ghc 8; only use backtra... | Joey Hess | 2016-11-15 |
* | hard links on windows | Joey Hess | 2016-04-08 |
* | refactor | Joey Hess | 2016-03-09 |
* | remove 163 lines of code without changing anything except imports | Joey Hess | 2016-01-20 |
* | use TopFilePath for associated files | Joey Hess | 2016-01-05 |
* | remove (v6) associated file in unannex | Joey Hess | 2015-12-21 |
* | in v6 mode, unannex does not interact badly with pre-commit hook | Joey Hess | 2015-12-15 |
* | finished converting all the main options | Joey Hess | 2015-07-10 |
* | convert all commands to work with optparse-applicative | Joey Hess | 2015-07-08 |
* | started converting to use optparse-applicative | Joey Hess | 2015-07-08 |
* | remove Params constructor from Utility.SafeCommand | Joey Hess | 2015-06-01 |
* | unannex: Refuse to unannex when repo is too new to have a HEAD | Joey Hess | 2015-02-25 |
* | The file matching options are now only accepted by commands that can actually... | Joey Hess | 2015-02-06 |
* | update my email address and homepage url | Joey Hess | 2015-01-21 |
* | doh't use "def" for command definitions, it conflicts with Data.Default.def | Joey Hess | 2014-10-14 |
* | Do not preserve permissions and acls when copying files from one local git re... | Joey Hess | 2014-08-26 |
* | support commit.gpgsign | Joey Hess | 2014-07-04 |
* | replace (Key, Backend) with Key | Joey Hess | 2014-04-17 |
* | found a way to make uninit always fast | Joey Hess | 2014-04-15 |
* | unannex, uninit: Avoid committing after every file is unannexed, for massive ... | Joey Hess | 2014-03-21 |
* | fix inversion of control in CommandSeek (no behavior changes) | Joey Hess | 2014-01-20 |
* | unannex: New, much slower, but more safe behavior | Joey Hess | 2013-10-28 |
* | hlint | Joey Hess | 2013-09-25 |
* | get rid of __WINDOWS__, use mingw32_HOST_OS | Joey Hess | 2013-08-02 |
* | Support unannex and uninit in direct mode. | Joey Hess | 2013-07-22 |
* | fix permission damage (thanks, Windows) | Joey Hess | 2013-05-11 |
* | git-annex now builds on Windows (doesn't work) | Joey Hess | 2013-05-11 |
* | Use lower case hash directories for storing files on crippled filesystems, sa... | Joey Hess | 2013-04-04 |
* | add section metadata to all commands | Joey Hess | 2013-03-24 |
* | git subcommand cleanup | Joey Hess | 2013-03-03 |
* | uninit, unannex --fast: If hard link creation fails, fall back to slow mode. | Joey Hess | 2013-02-06 |
* | block all commands that don't work in direct mode | Joey Hess | 2012-12-29 |
* | remove showOutput; git is run in quiet mode | Joey Hess | 2012-11-15 |
* | fix last zombies in the assistant | Joey Hess | 2012-10-04 |
* | Support git's core.sharedRepository configuration | Joey Hess | 2012-04-21 |
* | added ifM and nuked 11 lines of code | Joey Hess | 2012-03-14 |
* | type alias cleanup | Joey Hess | 2011-12-31 |
* | improve output | Joey Hess | 2011-12-22 |
* | split out Git/Command.hs | Joey Hess | 2011-12-14 |
* | cleanup | Joey Hess | 2011-12-09 |
* | unannex improvements | Joey Hess | 2011-12-09 |
* | factor out a stopUnless | Joey Hess | 2011-12-09 |
* | add support for using hashDirLower in addition to hashDirMixed | Joey Hess | 2011-11-28 |
* | better limiting of start actions to only run whenAnnexed | Joey Hess | 2011-11-10 |
* | reorder repo parameters last | Joey Hess | 2011-11-08 |
* | clean up check selection code | Joey Hess | 2011-10-29 |
* | cleanup | Joey Hess | 2011-10-27 |
* | Fail if --from or --to is passed to commands that do not support them. | Joey Hess | 2011-10-27 |
* | refactored and generalized pre-command sanity checking | Joey Hess | 2011-10-27 |