public
Description: The Git TextMate Bundle
Homepage: http://tim.theenchanter.com/
Clone URL: git://github.com/timcharper/git-tmbundle.git
updated Change Log / Readme for 1.2.0 release
timcharper (author)
Thu Apr 03 15:53:11 -0700 2008
commit  fa17abedaed2c117024a07e580c8d02a09b8d243
tree    e3c19d105ae1b3915ab1f013b56ed3e443e5e7c5
parent  0f8cd8082836f9368bdcf6391050d7e8238bc2be
...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
0
@@ -1,3 +1,20 @@
0
+Release 1.2.0 [2008-04-03]
0
+
0
+Features:
0
+- Submodule support - Add and list submodules. Automatically update them when switching branches or pulling.
0
+ - Automatically check Submodules when switching branches or pulling (switching to a branch pointing to an older version of a submodule automatically checks the submodule out to that version)
0
+ - Prevent accidental commit-loss by not allow commits while not on branch.
0
+- Stale remote branches are now pruned via "Fetch".
0
+- Push now only pushes the current branch (it's surprising behavior to push "master" and see a rejection notice for "release").
0
+- If the branch does not exist remotely, it gets created.
0
+
0
+Fixes:
0
+- Much internal refactoring and cleaning up code base
0
+- tell textmate to rescan after a svn rebase
0
+- Applied Jiho's patch for the git commit message language. Thanks, Jiho!
0
+- tell textmate to rescan the project after a pull is completed
0
+- Fixed misleading output from pull/fetch commands. show "Output" instead of "Error"
0
+
0
 Release 1.1.6 [2008-03-25]
0
  - You can now push to "all" remotes in one command.
0
  - Bugfix: show uncommitted changes ALWAYS shows uncommitted changes, even if the changes have been staged with git add.
...
1
2
 
3
4
5
...
1
 
2
3
4
5
0
@@ -1,5 +1,5 @@
0
 The Git Textmate Bundle.
0
-Version 1.1.6 (released Mar 25, 2008)
0
+Version 1.2.0 (released Apr 3, 2008)
0
 
0
 
0
 <h2>Installation</h2>

Comments

    No one has commented yet.