summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* modified the description of the `hook.recipientlist` option in the script.v0.2rsiddharth2014-01-041-1/+1
|
* gitblag barfs out if it has sent the emails.rsiddharth2014-01-031-0/+2
|
* functions are seperated by two blank lines.rsiddharth2014-01-031-0/+6
|
* [new feature]: email ID of subscribers can be listed in a plain text file & ↵rsiddharth2014-01-031-2/+28
| | | | | | | | | | | | | | | | | | gitblag does what it has to do :) How does this work? List the email ID of all the subscribers, an email ID per line, in a text file. Next, go to the remote bare repository & give git the path to this text file: git config --local --add hooks.recipientlist /path/to/recipient-list.txt BANG! From the next time on, whenever a NEW POST is committed & pushed to the bare repository, an email about the blag post is sent to each email ID in the `recipient-list.txt' file.
* added the first version of gitblag.rsiddharth2013-10-191-0/+193
source is at src/