Git Commit Notifier
Sends email commit messages splitting commits that were pushed in one step.
Email is delivered as text or HTML with changes refined per word. Emails
have a scanable subject containing the first sentence of the commit as well
as the author, project and branch name.
... [More]
It’s also possible to send a mail to a newsgroup using NNTP.
For example:
[rails][branch] Fix Brasilia timezone. [#1180 state:resolved]
A reply-to header is added containing the author of the commit. This makes
follow up really simple. If multiple commits are pushed at once, emails are
numbered in chronological order: [Less]
In Git, everything is possible. But for some common commands I wrote these shortcut scripts. Some of them are like helper expressions to use inside another Git cmd line.
Most of them had to be implemented on the Plumbing level (which means, a little bit of hacking), but provide features useful
... [More] for me such as:
git heads-for-merge -- what does your FETCH_HEAD say about all the heads that have been fetched for merge?
git the-empty-tree -- the ID to use if you need to refer to the empty tree in your (tree-merging) commands
git mread-and-commit -- read in multiple refs, merge the trees, and then make a merge commit, without touching your index or the working dir (useful for managing imported histories)
git merge-without-working -- the same idea -- advance your HEAD by merging
And more... [Less]
Scrapbook is a caching environment for PHP, with adapters for e.g. Memcached, Redis, Couchbase, APC, SQL and additional capabilities (e.g. transactions) built on top.
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy