public
Description: The Git TextMate Bundle
Homepage: http://tim.theenchanter.com/
Clone URL: git://github.com/timcharper/git-tmbundle.git
Bumped version to 1.5.1
timcharper (author)
Tue Apr 29 22:44:28 -0700 2008
commit  039ea406006feeb7fbe733fbb0698c567809e979
tree    ad91e2da19986ba32bb7de4ef431b566d96c616d
parent  d447c81f4eb30fbcb9caeeab90b908668c478395
...
 
 
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
9
10
0
@@ -1,3 +1,10 @@
0
+Release 1.5.1 [2008-04-29]
0
+ - Push / fetch / pull learned to respect log-limit
0
+ - When fetching / pushing / pulling from all sources - no longer updates the top-most status percentage only.
0
+ - When switching branches from a branch with a given submodule to a branch without it, the bundle now "caches" the submodule to ~/.git/submodules_cache. When switching back to the branch with the submodule, the submodule is restored from cache, so you don't have to go out and fetch it again.
0
+ - Resolves issue when you've converted a folder to a submodule on one branch, but not the other, and thereby couldn't switch branches anymore.
0
+
0
+
0
 Release 1.5.0 [2008-04-29]
0
  - Added "Amend Last Commit", accessible via ctrl-command-t, 'alc'. Much refactoring on commit_controller.
0
  - Spelling fixes (Henrik N)
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 The Git Textmate Bundle.
0
-Version 1.5.0 (released Apr 29, 2008)
0
+Version 1.5.1 (released Apr 29, 2008)
0
 
0
 
0
 <h2>Installation</h2>

Comments

    No one has commented yet.