summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixed markdown formatting in READMEv0.2.1rsiddharth2014-01-041-6/+6
|
* modified the description of the `hook.recipientlist` option in the script.v0.2rsiddharth2014-01-041-1/+1
|
* formatted text in README.rsiddharth2014-01-041-18/+20
|
* changed the To: field in how-it-works.txtrsiddharth2014-01-041-1/+1
|
* updated README.rsiddharth2014-01-031-16/+21
| | | | | | | 1. Moved the License section to the bottom. 2. Under `Configuration` section documented the new feature hooks.recipientlist option.
* 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 .gitignorersiddharth2014-01-031-0/+2
|
* changed the path to gitblag.sh in documentation at README file.rsiddharth2013-10-201-1/+1
|
* added READMEv0.1rsiddharth2013-10-193-0/+249
| | | | | It contains info about gitblag, documentation on how to setup and start using the script.
* added the first version of gitblag.rsiddharth2013-10-192-0/+867
source is at src/