summaryrefslogtreecommitdiff
path: root/Messages.hs
Commit message (Expand)AuthorAge
* Merge branch 'master' into concurrentprogressJoey Hess2015-05-12
|\
| * Improve behavior when a git-annex command is told to operate on a file that d...Joey Hess2015-04-30
* | reuse stringsJoey Hess2015-04-14
* | use built-in progress meters for git when in parallel modeJoey Hess2015-04-10
|/
* well along the way to fully quiet --quietJoey Hess2015-04-04
* WIP on making --quiet silence progress, and infra for concurrent progress barsJoey Hess2015-04-03
* rename showProgress -> showProgressDotsJoey Hess2015-04-03
* update my email address and homepage urlJoey Hess2015-01-21
* lower case for consistencyJoey Hess2015-01-10
* fix build warningJoey Hess2014-12-29
* Promote file not found warning message to an error.Joey Hess2014-09-11
* unify exception handling into Utility.ExceptionJoey Hess2014-08-07
* refactorJoey Hess2014-01-26
* annex.debug can now be set to enable debug logging by default. The webapp's d...Joey Hess2013-06-17
* show one alert when bulk adding filesJoey Hess2013-04-24
* expose Control.Monad.joinJoey Hess2013-04-22
* hlintJoey Hess2013-04-03
* webapp: Progess bar fixes for many types of special remotes.Joey Hess2013-03-28
* print a warning message when garbage is received from configlistJoey Hess2013-03-04
* log alerts in notice mode, which is enabled by defaultJoey Hess2013-01-15
* Display a warning when a non-existing file or directory is specified.Joey Hess2012-11-25
* avoid displaying meter before data is receivedJoey Hess2012-11-25
* S3: upload progress displayJoey Hess2012-11-18
* refactorJoey Hess2012-11-18
* more indentation. must stop.Joey Hess2012-10-28
* indentation foo, and a new coding style page. no code changesJoey Hess2012-10-28
* upload progress tracking for the directory special remoteJoey Hess2012-09-21
* unify typesJoey Hess2012-09-21
* hlintJoey Hess2012-06-12
* suppress "(Recording state in git)" message when committing change to remote ...Joey Hess2012-05-20
* display "Recording state in git..." when staging the journalJoey Hess2012-04-27
* noopJoey Hess2012-04-21
* make meter slightly widerJoey Hess2012-03-04
* Add progress bar display to the directory special remote.Joey Hess2012-03-04
* hlintJoey Hess2012-02-16
* wordingJoey Hess2012-02-04
* support all filename encodings with ghc 7.4Joey Hess2012-02-03
* add a check for not utf-8 consoleJoey Hess2012-02-03
* attempt at a quick, utf-8 only fix to the ghc 7.4 problemJoey Hess2012-02-01
* find --jsonJoey Hess2011-12-23
* Flush json output, avoiding a buffering problem that could result in doubled ...Joey Hess2011-11-25
* status --json now shows most thingsJoey Hess2011-11-20
* better status outputJoey Hess2011-11-15
* status --json --fast for escJoey Hess2011-11-14
* minor syntax changesJoey Hess2011-10-11
* factor out common importsJoey Hess2011-10-03
* more newline fixesJoey Hess2011-09-09
* Improve display of newlines around error and warning messages.Joey Hess2011-09-06
* avoid showing json lists of remotes when not in json modeJoey Hess2011-09-02
* basic json supportJoey Hess2011-09-01