* initial JSON output support (WIP)

This commit is contained in:
Dirk-Jan C. Binnema
2011-01-05 23:22:41 +02:00
parent 4409b565dc
commit 3ab2cd11a9
4 changed files with 60 additions and 36 deletions

6
TODO
View File

@ -9,16 +9,16 @@
- [ ] completion for zsh
- [ ] don't make test mail files executable
** release 0.9.2 [20%]
** release 0.9.2 [30%]
- [ ] xml,json,sexp output
- [ ] check all strings are really UTF8
- [ ] fix size value
- [ ] separate exit code for 'not found' vs other errors
- [X] separate exit code for 'not found' vs other errors
- [ ] fix build for Solaris
- [X] clearer errors when /home/user does not exist
- [X] fix -pedantic build
- [ ] make commit batch size configure param
- [X] make commit batch size configurable param
- [ ] better 'usage' info
- [ ] add version info to output of configure, mu.log
- [ ] make 'make check' more useful for others