| Commit message (Expand) | Author | Age |
* | converted MetaData, eliminating a global value from Annex state .. beautiful | Joey Hess | 2015-07-12 |
* | better memoize core.sharedrepository handling | Joey Hess | 2015-05-19 |
* | use lock pools throughout git-annex | Joey Hess | 2015-05-19 |
* | Merge branch 'master' into concurrentprogress | Joey Hess | 2015-05-12 |
|\ |
|
| * | refactor | Joey Hess | 2015-04-30 |
* | | get, move, copy, mirror: Concurrent downloads and uploads are now supported! | Joey Hess | 2015-04-10 |
|/ |
|
* | use def | Joey Hess | 2015-04-03 |
* | --auto is no longer a global option; only get, drop, and copy accept it. | Joey Hess | 2015-03-25 |
* | Submodules are now supported by git-annex! | Joey Hess | 2015-03-02 |
* | update my email address and homepage url | Joey Hess | 2015-01-21 |
* | remove ifdef that is always true | Joey Hess | 2015-01-15 |
* | handle sync's use of setCurrentDirectory to work with relative paths | Joey Hess | 2015-01-06 |
* | 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 |
* | Urls can now be claimed by remotes. This will allow creating, for example, a ... | Joey Hess | 2014-12-08 |
* | When accessing a local remote, shut down git-cat-file processes afterwards, t... | Joey Hess | 2014-08-20 |
* | unify exception handling into Utility.Exception | Joey Hess | 2014-08-07 |
* | fix for Windows file timestamp timezone madness | Joey Hess | 2014-06-12 |
* | allow building with old versions of exceptions before MonadMask was split out | Joey Hess | 2014-05-28 |
* | Use exceptions in place of deprecated MonadCatchIO-transformers | Ben Gamari | 2014-05-28 |
* | factor out getRemoteGitConfig | Joey Hess | 2014-05-16 |
* | fix build failure with flags -Webapp -Quvi | Fraser Tweedale | 2014-04-08 |
* | reorg matcher types; no non-type code changes | Joey Hess | 2014-03-29 |
* | add desktop notifications | Joey Hess | 2014-03-22 |
* | clean up cleanup action enumeration | Joey Hess | 2014-03-13 |
* | Fix zombie leak and general inneficiency when copying files to a local git repo. | Joey Hess | 2014-03-06 |
* | pre-commit-annex hook script to automatically extract metadata from lots of t... | Joey Hess | 2014-03-02 |
* | Probe for quvi version at run time. | Joey Hess | 2014-02-28 |
* | metacata command can now operate on many files at once | Joey Hess | 2014-02-13 |
* | use locking on Windows | Joey Hess | 2014-01-28 |
* | add "unused" preferred content expression | Joey Hess | 2014-01-22 |
* | numcopies cleanup, part 2 | Joey Hess | 2014-01-21 |
* | reorganize numcopies code (no behavior changes) | Joey Hess | 2014-01-21 |
* | global numcopies setting | Joey Hess | 2014-01-20 |
* | fix inversion of control in CommandSeek (no behavior changes) | Joey Hess | 2014-01-20 |
* | improve matcher data type to allow matching Keys, instead of just files (no b... | Joey Hess | 2014-01-18 |
* | fix reversion in relative paths to local remotes of direct mode repos | Joey Hess | 2013-11-26 |
* | restart on upgrade now fully working | Joey Hess | 2013-11-22 |
* | fix standalone build of this module | Joey Hess | 2013-11-22 |
* | automatically set and unset core.bare when switching to/from direct mode | Joey Hess | 2013-11-05 |
* | support direct mode repositories with core.bare=true (not yet default) | Joey Hess | 2013-11-05 |
* | cleanup | Joey Hess | 2013-10-18 |
* | Send a git-annex user-agent when downloading urls. | Joey Hess | 2013-09-28 |
* | gitignore support for the assistant and watcher | Joey Hess | 2013-08-02 |
* | Make --numcopies override annex.numcopies set in .gitattributes. | Joey Hess | 2013-07-09 |
* | assistant: Work around git-cat-file's not reloading the index after files are... | Joey Hess | 2013-05-25 |
* | refactor | Joey Hess | 2013-05-24 |
* | Switch to MonadCatchIO-transformers for better handling of state while catchi... | Joey Hess | 2013-05-19 |
* | start one git-cat-file per index file | Joey Hess | 2013-05-15 |
* | turn on PackageImports globally | Joey Hess | 2013-04-13 |