| Commit message (Expand) | Author | Age |
* | remove 163 lines of code without changing anything except imports | Joey Hess | 2016-01-20 |
* | annex.thin | Joey Hess | 2015-12-27 |
* | avoid pre-commit check having to do with v5 unlocked files when in v6 mode | Joey Hess | 2015-12-15 |
* | rename stuff for v5 unlocked files to indicate it's old | Joey Hess | 2015-12-15 |
* | avoid pre-commit hook messing up new-style unlocked files in v6 repo | Joey Hess | 2015-12-09 |
* | convert all commands to work with optparse-applicative | Joey Hess | 2015-07-08 |
* | started converting to use optparse-applicative | Joey Hess | 2015-07-08 |
* | update my email address and homepage url | Joey Hess | 2015-01-21 |
* | pre-commit: Block partial commit of unlocked annexed file, since that left a ... | Joey Hess | 2014-11-10 |
* | doh't use "def" for command definitions, it conflicts with Data.Default.def | Joey Hess | 2014-10-14 |
* | hlint | Joey Hess | 2014-10-09 |
* | reorganize and refactor lock code | Joey Hess | 2014-08-20 |
* | Ensure that all lock fds are close-on-exec, fixing various problems with them... | Joey Hess | 2014-08-20 |
* | unify exception handling into Utility.Exception | Joey Hess | 2014-08-07 |
* | unannex, uninit: Avoid committing after every file is unannexed, for massive ... | Joey Hess | 2014-03-21 |
* | pre-commit-annex hook script to automatically extract metadata from lots of t... | Joey Hess | 2014-03-02 |
* | factor out new module | Joey Hess | 2014-02-22 |
* | pre-commit: Update metadata when committing changes to annexed files within a... | Joey Hess | 2014-02-19 |
* | avoid using function named that conflicts with name used in newer version of ... | Joey Hess | 2014-01-29 |
* | fix inversion of control in CommandSeek (no behavior changes) | Joey Hess | 2014-01-20 |
* | Avoid using git commit in direct mode, since in some situations it will read ... | Joey Hess | 2013-12-01 |
* | update for DiffTree change | Joey Hess | 2013-10-17 |
* | hlint | Joey Hess | 2013-09-25 |
* | more completely solve catKey memory leak | Joey Hess | 2013-09-19 |
* | sync, pre-commit, indirect: Avoid unnecessarily catting non-symlink files fro... | Joey Hess | 2013-09-19 |
* | Speed up the 'unused' command. | guilhem | 2013-08-25 |
* | add section metadata to all commands | Joey Hess | 2013-03-24 |
* | pre-commit: Update direct mode mappings. | Joey Hess | 2013-02-06 |
* | avoid running pre-commit hook in direct mode | Joey Hess | 2013-01-17 |
* | optimize pre-commit in direct mode | Joey Hess | 2013-01-06 |
* | avoid pre-commit in direct mode | Joey Hess | 2013-01-05 |
* | added ifM and nuked 11 lines of code | Joey Hess | 2012-03-14 |
* | rework git check-attr interface | Joey Hess | 2012-02-13 |
* | better limiting of start actions to only run whenAnnexed | Joey Hess | 2011-11-10 |
* | clean up check selection code | Joey Hess | 2011-10-29 |
* | 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 |
* | tweak | Joey Hess | 2011-09-15 |
* | remove command type definitions | Joey Hess | 2011-09-15 |
* | clean up params in usage display | Joey Hess | 2011-09-15 |
* | remove unnecessary imports | Joey Hess | 2011-06-01 |
* | Somewhat sped up `git commit` of modifications to unlocked files. | Joey Hess | 2011-05-31 |
* | refactor some boilerplate | Joey Hess | 2011-05-15 |
* | Periodically flush git command queue, to avoid boating memory usage too much. | Joey Hess | 2011-04-07 |
* | avoid version check before running version and upgrade commands | Joey Hess | 2011-03-19 |
* | symlink touching fun | Joey Hess | 2011-03-14 |
* | Rethink filename encoding handling for display. Since filename encoding may o...0.23 | Joey Hess | 2011-03-12 |
* | use ShellParam type | Joey Hess | 2011-02-28 |
* | update unicode FilePath handling | Joey Hess | 2011-02-11 |
* | Fixed missing import of Messages module | Michael Kenney | 2011-02-10 |