about summary refs log tree commit homepage
path: root/public-inbox-init
DateCommit message (Collapse)
2015-11-20various internal documentation updates
Hopefully this gives new hackers a better overview of how the components relate to each other.
2015-09-06public-inbox-init: use absolute path
We actually have no business expanding (e.g. translating ~ to $HOME) paths from the command-line argument, the shell does that. However, we need to make the path absolute instead.
2015-09-06update copyright headers and email addresses
In the future, it should be possible to use this: git ls-files | UPDATE_COPYRIGHT_HOLDER='all contributors' \ UPDATE_COPYRIGHT_USE_INTERVALS=2 \ xargs /path/to/gnulib/build-aux/update-copyright
2015-08-29public-inbox-init: make executable
Mainly for consistency and documentation purposes, as "make install" automatically sets the executable bit
2014-10-04public-inbox-init: fix multi-address setup
We must support multi-address mailing lists, so we do not clobber existing addresses. However, we need to ensure idempotency and ensure existing addresses are not reset. Furthermore, we were not parsing the existing config correctly due to a leaking $/.
2014-09-22public-inbox-init: manages the config files
This hopefully allows easier setup.