| Commit message (Expand) | Author | Age |
* | 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 |
* | reorganize log modules | Joey Hess | 2011-10-15 |
* | rename | Joey Hess | 2011-10-05 |
* | rename | Joey Hess | 2011-10-04 |
* | factor out common imports | Joey Hess | 2011-10-03 |
* | refactor | Joey Hess | 2011-09-23 |
* | remove command type definitions | Joey Hess | 2011-09-15 |
* | clean up params in usage display | Joey Hess | 2011-09-15 |
* | split groups of related functions out of Utility | Joey Hess | 2011-08-22 |
* | unannex: only commit, no -a | Joey Hess | 2011-07-14 |
* | unannex: Clean up use of git commit -a. | Joey Hess | 2011-07-14 |
* | remove unused backend machinery | Joey Hess | 2011-07-05 |
* | unannex: In --fast mode, file content is left in the annex, and a hard link m... | Joey Hess | 2011-07-04 |
* | add web special remote | Joey Hess | 2011-07-01 |
* | renamed GitRepo to Git | Joey Hess | 2011-06-30 |
* | factor out file list stuff from GitRepo | Joey Hess | 2011-06-29 |
* | refactor some boilerplate | Joey Hess | 2011-05-15 |