public
Description: The Git TextMate Bundle
Homepage: http://tim.theenchanter.com/
Clone URL: git://github.com/timcharper/git-tmbundle.git
Search Repo:
Infininight (author)
Sun Apr 13 18:26:07 -0700 2008
timcharper (committer)
Sun Apr 13 18:43:49 -0700 2008
commit  56de8227bfce6ff30619ebfcc87faf99b33251ed
tree    665e0892b01968cd0bafc4272250ff0baf7b820c
parent  4c1dcdc53df8f3678e725c7444bc8e32f656b169
git-tmbundle / Commands / Clear Stash.tmCommand
100644 23 lines (23 sloc) 0.677 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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; "stash", :action =&gt; "clear"
</string>
  <key>input</key>
  <string>none</string>
  <key>keyEquivalent</key>
  <string>^G</string>
  <key>name</key>
  <string> Clear Stash…</string>
  <key>output</key>
  <string>showAsTooltip</string>
  <key>uuid</key>
  <string>6AA96188-1428-4E09-94D8-755107CFC48E</string>
</dict>
</plist>