public
Description: The Git TextMate Bundle
Homepage: http://tim.theenchanter.com/
Clone URL: git://github.com/timcharper/git-tmbundle.git
timcharper (author)
Fri Apr 11 14:24:53 -0700 2008
commit  57d4ef4e20589827a0ed6c19843cfe749718ad2e
tree    45088fec490e8f2cf6cb6640ea17cefd4126d3b7
parent  cac609ff1040cba9dc74f0c33c6151f5ea84e35e
git-tmbundle / Commands / Ammend Last Commit.tmCommand
100644 22 lines (20 sloc) 0.63 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
  <key>beforeRunningCommand</key>
  <string>nop</string>
  <key>command</key>
  <string>#!/usr/bin/env ruby
 
require ENV['TM_BUNDLE_SUPPORT'] + '/environment.rb'
dispatch(:controller =&gt; "commit", :type =&gt; "amend")</string>
  <key>input</key>
  <string>none</string>
  <key>name</key>
  <string>Amend Last Commit…</string>
  <key>output</key>
  <string>showAsHTML</string>
  <key>uuid</key>
  <string>2F24C9CB-23D0-4FDA-9C8D-210027DCEB27</string>
</dict>
</plist>