Oshuma / git-trip
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (4)
- Wiki (1)
- Graphs
-
Branch:
master
Dale Campbell (author)
Mon Jul 21 02:37:08 -0700 2008
commit d57aa8b46ca226bdf42c8bcd910e8744c3704f5f
tree ebcd00c51d4a882a42a783d2f8707bd4f32cc05e
parent a99a50af71c39131a65b8080c875089dfcc46a53
tree ebcd00c51d4a882a42a783d2f8707bd4f32cc05e
parent a99a50af71c39131a65b8080c875089dfcc46a53
git-trip /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Jul 05 08:05:29 -0700 2008 | |
| |
History.txt | Wed Jul 09 13:45:36 -0700 2008 | |
| |
Manifest.txt | Wed Jul 09 13:43:07 -0700 2008 | |
| |
README.txt | Wed Jul 09 13:54:38 -0700 2008 | |
| |
Rakefile | Sat Jul 12 10:31:49 -0700 2008 | |
| |
bin/ | Mon Jul 21 02:37:08 -0700 2008 | |
| |
bugs/ | Thu Jul 10 23:37:21 -0700 2008 | |
| |
doc/ | Fri Jul 11 03:41:38 -0700 2008 | |
| |
git-trip.gemspec | Wed Jul 09 13:45:36 -0700 2008 | |
| |
lib/ | Thu Jul 10 23:35:34 -0700 2008 | |
| |
spec/ | Thu Jul 10 23:35:34 -0700 2008 | |
| |
tasks/ | Thu Jul 10 23:47:27 -0700 2008 |
README.txt
= GitTrip Author:: Dale Campbell <dale@save-state.net> Code:: http://github.com/Oshuma/git-trip/ Site:: http://git-trip.rubyforge.org/ === DESCRIPTION: Visualize git commit SHAs. It's nerd acid! === SYNOPSIS: GitTrip is a unique, completely useless, way of visualizing git commit SHA strings. Since a single SHA is 40 characters (0-9a-f), you can (for example) derive 6 RGB colors from each git object. (40/6 == 6 with 4 characters left over) With these 6 colors comes a wide range of possibilities. GitTrip::Painter will support multiple 'rendering modes' which will determine what the resulting commit image will look like. If you find bugs, or have suggestions, post them on the RubyForge tracker and forums, respectively. Tracker:: http://rubyforge.org/tracker/?group_id=6594 Forums:: http://rubyforge.org/forum/?group_id=6594 === REQUIREMENTS: * RMagick - http://rmagick.rubyforge.org/ * Grit - http://grit.rubyforge.org/ * JSON - http://json.rubyforge.org/ * mime-types - http://mime-types.rubyforge.org/ * open4 - http://raa.ruby-lang.org/project/open4/ === INSTALL: # From RubyForge: $ gem install git-trip # From Github: $ gem sources -a http://gems.github.com/ # (You only need to do this once.) $ gem install Oshuma-git-trip === USAGE: See doc/USAGE.txt. === LICENSE: DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004 http://sam.zoy.org/wtfpl/ Copyright (C) 2008 Dale Campbell <dale@save-state.net> Everyone is permitted to copy and distribute verbatim or modified copies of this license document, and changing it is allowed as long as the name is changed. DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. You just DO WHAT THE FUCK YOU WANT TO.

