CARVIEW |
-
The Git TextMate BundleForked from timcharper/git-tmbundle Wed Aug 13 14:13:46 -0700 2008
-
Generate random collages for your desktop using rmagickUpdated Sat Feb 14 15:00:43 -0800 2009
-
Vim version of the awesome RubyAMP.tmbundle by Tim C HarperUpdated Fri May 08 08:37:46 -0700 2009
-
TextMate bundle - Amplified Mate ProductivityForked from timcharper/rubyamp Tue May 20 11:14:36 -0700 2008
-
Attempting to simplify the distribution of standard dotfiles across multiple machines while still...Forked from bmabey/vixploder Thu Feb 26 21:00:59 -0800 2009
Public Activity

-
Joe Tanner committed 5725ed21:
Merge commit 'origin/master' into lmp
-
timcharper committed dae89c16:
automatically remove the --drb flag when trying to use the debugger
-
Joe Tanner committed 8d194add:
Merge branch 'lmp' of git://github.com/timcharper/rubyamp into lmp
-
timcharper committed ea9b592b:
Merge branch 'master' into lmp
-
timcharper committed 1d7f6af9:
swap around anything
-
Joe Tanner committed 4aa3fbb4:
Merge branch 'lmp' of git://github.com/timcharper/rubyamp into lmp
-
timcharper committed 4718479d:
Merge branch 'master' into lmp
-
timcharper committed 819fd8ab:
updated link
-
Joe Tanner committed f17915a0:
Merge branch 'lmp' of git://github.com/timcharper/rubyamp into lmp
-
timcharper committed 8a53fe92:
Merge branch 'master' into lmp
-
timcharper committed 71e26a7a:
added annotate with line numbers command
-
timcharper committed beb223dd:
Swap arguments
-
Joe Tanner committed 7e708c15:
Merge branch 'lmp' of git://github.com/timcharper/rubyamp into lmp
-
timcharper committed 9f82f6ca:
Merge branch 'master' into lmp
-
timcharper committed 28598199:
default to use the current context as contexts.first - this way you at least get something after running Debugger.start_remote
-
timcharper committed e03cb5a3:
Added swap arguments around command command (ctrl-,) (works in arrays too)
-
Joe Tanner committed db5d1851:
Merge branch 'lmp' of git://github.com/timcharper/rubyamp into lmp
-
timcharper committed 738b5bff:
Merge branch 'master' into lmp
Ruby 1.9 ported to run directly on top of Mac OS X core technologies. Trunk mirror.
A RubyCocoa Gmail Notifier for Mac OS X
Webrat - Ruby Acceptance Testing for Web applications
A tool to simplify working with remote branches

-
Joe Tanner committed 8e981299:
Added commands for copying inspections to the clipboard and to quit the debugger
Like a modern code version of the mythical beast with 100 serpent heads, Typhoeus runs HTTP requests in parallel while cleanly encapsulating handling logic.

-
Joe Tanner committed 2b984dfc:
exit the spec window when finished debugging

-
Joe Tanner committed ce74e3fa:
changed breakpoint shortcut to leader bb

-
Joe Tanner committed c6eac019:
changed inspect as string shortcut to D-I

-
Joe Tanner committed d871bf74:
Merge branch 'master' of git@github.com:jtanner/git-tmbundle
-
Joe Tanner committed 378904ce:
more commands to ignore or not print the result
-
Joe Tanner committed e8dd6cea:
I don't want to see the output of some commands
-
Joe Tanner committed b2182f1d:
added another command to ignore
-
Joe Tanner committed e114462d:
will verbosely print all commands (except ls-files) if the TextMate variable GIT_BUNDLE_VERBOSE_COMMANDS is set to: true

-
Joe Tanner committed 4ea2c36d:
I don't want to see the output of some commands
-
Joe Tanner committed 96d1d242:
Merge branch 'master' of git://gitorious.org/git-tmbundle/mainline
-
timcharper committed 9707d5d9:
FIX: properly recognize the new output of "git branch -d" in git 1.6.1
-
Joe Tanner committed 32c2f8d3:
Merge branch 'master' of git://gitorious.org/git-tmbundle/mainline
-
timcharper committed 48a7ef38:
Updated CHANGELOG
-
timcharper committed ad7bed49:
Merge commit 'sorbits/master' into next
-
sorbits committed 8a512166:
Add support for git config files.
-
timcharper committed 69557aa1:
Bug fix: "Initialize Repository" was initializing the repo in the project's parent directory
-
timcharper committed 951ca461:
Merge branch 'master' of git://github.com/loe/git-tmbundle into next
-
timcharper committed 51ef40e3:
Merge branch 'master' into next
-
loe committed dbacd9d5:
Fix breaking when the message doesn't have a new line in it.
-
timcharper committed a965ac02:
<script type='text/javascript'>
-
timcharper committed 1e01244b:
Mutex stuff is no longer used
-
timcharper committed fa14e05f:
fixed bug where merge commit message was being truncated to one line
4ea2c36d2e80576992d370da4f5698bd37d4eda7
I don't want to see the output of some commands
96d1d242300e41479440a72ee2da31e21662e8d1
Merge branch 'master' of git://gitorious.org/git-tmbundle/mainline
32c2f8d377314fa6f2f63b03f8295256206e6160
Merge branch 'master' of git://gitorious.org/git-tmbundle/mainline
eddcecea865fbb67544b6059fa4f8ca7519b0727
Using Rmagick as the default since Cocoa is still beta
d22fc8f942afcf9672e84b259e0274780887c677
using 'transparent' instead of 'none' to work with the cocoa processor
5fdf6c9b1e371bd6c3c564dbfdb4c362ccf83c89
Cocoa processor now supports all colors from https://www.w3.org/TR/SVG/types.html#ColorKeywords
2dfffe2f9040cc01d62452b00dae96fa43d617ca
Got polaroid captions working on the cocoa processor
8b12d86a5b99ceaff7c2161e0e329cfe22bb8993
Finally got rotation implemented in the polaroid method
ba2c351a62316e63b822b3e2632f992eb28a8002
Merge commit 'origin/master' into core_image
3255f9fc3e9071c41096ba41676abd24c86b822b
Adding CocoaProcessor (still needs polaroid and caption support).