Jack Nagel 016a508c7a versions: determine version from a Formula instance
Rather than regex the output of `git show <rev>:<path>`, we write the
output of `git cat-file blog <rev>:<path>` to a temporary file, and then
operate on it just as we would a normal formula.

I haven't observed any speed difference. `git cat-file blob` is faster
than `git show`, but the "slow part" is still the git-rev-list
invocation. But really it's pretty fast overall.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-06 14:51:15 -06:00
..
2011-03-19 11:06:51 -07:00
2011-12-28 19:54:59 -06:00
2011-12-31 21:22:22 -06:00
2012-01-02 14:58:15 -08:00
2011-03-12 11:55:07 -08:00
2011-12-28 19:55:02 -06:00
2011-08-24 22:30:43 +01:00
2011-12-18 16:24:56 -08:00
2011-08-24 22:30:43 +01:00
2011-03-12 19:36:37 -08:00
2011-08-28 11:40:03 +01:00
2011-03-12 11:55:08 -08:00
2011-03-12 11:55:10 -08:00
2011-09-20 02:30:31 +01:00