terrible_timeout.git  about / heads / tags
an alternative to Timeout.timeout for Ruby
$ git log --pretty=format:'%h %s (%cs)%d'
eb69eb3 terrible_timeout 0.2.0 - raciness bugfix, Ruby 1.9 only! (2011-12-07)
	(HEAD -> master, tag: v0.2.0)
6dfe678 fix potential race condition on initial call (2011-12-07)
eaa3b06 initial (2011-12-07)
	(tag: v0.1.0)

$ git cat-file blob HEAD:README
= terrible_timeout - an alternative to Timeout.timeout

This module still sucks, don't use it without knowing its caveats.  Read
the RDoc, source code and code comments to understand it.  Do not use
this module without reading, reviewing, and understanding it completely.
See TerribleTimeout for more details.

== HACKING

You can get the latest source via git from the following locations:

  git://bogomips.org/terrible_timeout.git

You may browse the code from the web and download the latest snapshot
tarballs here:

* http://bogomips.org/terrible_timeout.git (cgit)

Inline patches (from "git format-patch") to the mailing list are
preferred because they allow code review and comments in the reply to
the patch.

We will adhere to mostly the same conventions for patch submissions as
git itself.  See the Documentation/SubmittingPatches document
distributed with git on on patch submission guidelines to follow.  Just
don't email the git mailing list or maintainer with terrible_timeout
patches.

== Contact

All feedback (bug reports, user/development discussion, patches, pull
requests) go to the mailing list: mailto:terrible.timeout@librelist.org

# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       terrible_timeout 0.2.0 - raciness bugfix, Ruby 1.9 only! (2011-12-07)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
v0.2.0       terrible_timeout 0.2.0 - raciness bugfix, Ruby 1.9 only! (2011-12-07) tar.gz
v0.1.0       terrible_timeout 0.1.0 - initial release (2011-12-07) tar.gz

git clone https://yhbt.net/terrible_timeout.git