public
Description: Bundles is the set of Textmate's bundles used in Improve It.
Clone URL: git://github.com/tapajos/bundles.git
Update mirror 'Git.tmbundle/' to HEAD.
tapajos (author)
Mon Aug 11 16:55:14 -0700 2008
commit  cffb1a525c3d3c984818aa1eebf4e95cd267a268
tree    57cfedbf914afa305d44cc3ff590d0fee2f61652
parent  b2123975fa3731a4a953d12be35f9085ab8d4fc4
...
13
14
15
16
17
 
 
18
19
20
21
22
 
23
24
25
...
27
28
29
30
31
 
 
32
33
34
35
36
 
 
 
 
 
 
 
 
37
38
39
...
41
42
43
44
45
 
 
46
47
48
49
50
 
51
52
53
54
55
56
57
58
59
60
61
62
63
...
13
14
15
 
 
16
17
18
19
20
21
 
22
23
24
25
...
27
28
29
 
 
30
31
32
33
34
35
 
36
37
38
39
40
41
42
43
44
45
46
...
48
49
50
 
 
51
52
53
54
55
56
 
57
58
59
60
61
62
63
 
 
 
 
 
 
 
0
@@ -13,13 +13,13 @@ Git.tmbundle:
0
   branch: master
0
   squash: true
0
   remote: git://github.com/timcharper/git-tmbundle.git
0
-ruby-shoulda-tmbundle:
0
- local_branch: braid/git/ruby-shoulda-tmbundle/master
0
+GitHub.tmbundle:
0
+ local_branch: braid/git/GitHub.tmbundle/master
0
   type: git
0
   revision:
0
   branch: master
0
   squash: true
0
- remote: git://github.com/drnic/ruby-shoulda-tmbundle.git
0
+ remote: git://github.com/drnic/github-tmbundle.git
0
 ruby-on-rails-tmbundle:
0
   local_branch: braid/git/ruby-on-rails-tmbundle/master
0
   type: git
0
@@ -27,13 +27,20 @@ ruby-on-rails-tmbundle:
0
   branch: master
0
   squash: true
0
   remote: git://github.com/drnic/ruby-on-rails-tmbundle.git
0
-GitHub.tmbundle:
0
- local_branch: braid/git/GitHub.tmbundle/master
0
+ruby-shoulda-tmbundle:
0
+ local_branch: braid/git/ruby-shoulda-tmbundle/master
0
   type: git
0
   revision:
0
   branch: master
0
   squash: true
0
- remote: git://github.com/drnic/github-tmbundle.git
0
+ remote: git://github.com/drnic/ruby-shoulda-tmbundle.git
0
+copy-as-rtf-tmbundle:
0
+ local_branch: braid/git/copy-as-rtf-tmbundle/master
0
+ type: git
0
+ revision:
0
+ branch: master
0
+ squash: true
0
+ remote: git://github.com/drnic/copy-as-rtf-tmbundle.git
0
 javascript-unittest-tmbundle:
0
   local_branch: braid/git/javascript-unittest-tmbundle/master
0
   type: git
0
@@ -41,23 +48,16 @@ javascript-unittest-tmbundle:
0
   branch: master
0
   squash: true
0
   remote: git://github.com/drnic/javascript-unittest-tmbundle.git
0
-copy-as-rtf-tmbundle:
0
- local_branch: braid/git/copy-as-rtf-tmbundle/master
0
+HTML.tmbundle:
0
+ local_branch: braid/git/HTML.tmbundle/master
0
   type: git
0
   revision:
0
   branch: master
0
   squash: true
0
- remote: git://github.com/drnic/copy-as-rtf-tmbundle.git
0
+ remote: git://github.com/drnic/html-tmbundle.git
0
 ActionScript.tmbundle:
0
   local_branch: braid/svn/ActionScript.tmbundle
0
   type: svn
0
   revision:
0
   squash: true
0
   remote: http://anon:anon@macromates.com/svn/Bundles/trunk/Bundles/ActionScript.tmbundle
0
-HTML.tmbundle:
0
- local_branch: braid/git/HTML.tmbundle/master
0
- type: git
0
- revision:
0
- branch: master
0
- squash: true
0
- remote: git://github.com/drnic/html-tmbundle.git
...
 
 
1
2
3
...
1
2
3
4
5
0
@@ -1,3 +1,5 @@
0
+ - Fix git gui invocation (Thanks, Pedro Melo)
0
+
0
 Release 1.6.5 [2008-07-24]
0
 
0
  - updated specs
...
10
11
12
13
 
14
15
16
...
10
11
12
 
13
14
15
16
0
@@ -10,7 +10,7 @@ class MiscController < ApplicationController
0
   end
0
   
0
   def gitgui
0
- run_detached("PATH=#{File.dirname(git.git)}:$PATH && git-gui", "Git Gui")
0
+ run_detached("PATH=#{File.dirname(git.git)}:$PATH && git gui", "Git Gui")
0
   end
0
   
0
   def gitnub
...
51
52
53
54
 
55
56
57
...
51
52
53
 
54
55
56
57
0
@@ -51,7 +51,7 @@ class SCM::Git::Submodule < SCM::Git::CommandProxyBase
0
     end
0
     
0
     def abs_cache_path
0
- @abs_cache_path ||= File.join(@base.path, ".git/submodule_cache", MD5.hexdigest("#{path}\n#{url}"))
0
+ @abs_cache_path ||= File.join(@base.path, ".git/submodule_cache", MD5.hexdigest("#{path} #{url}"))
0
     end
0
     
0
     def abs_path

Comments

    No one has commented yet.