public
Description: The Git TextMate Bundle
Homepage: http://tim.theenchanter.com/
Clone URL: git://github.com/timcharper/git-tmbundle.git
updated changelog and readme to 1.3.2 release
timcharper (author)
Wed Apr 16 12:57:51 -0700 2008
commit  8760ebaaf3df117e23f1210ce44f2e4654a6e6e3
tree    07519c7de43fcf209c5aca025cb064fb8d5ccbd0
parent  56de8227bfce6ff30619ebfcc87faf99b33251ed
...
 
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
9
0
@@ -1,3 +1,9 @@
0
+Release 1.3.2 [2008-04-08]
0
+ - Add narrow no-break space to this command so that hitting 'c' with the menu open jumps to commit. (Michael Sheets)
0
+ - Verbose commit messages now have code folding (Thomas Aylott)
0
+ - Added config option to specify the number of context lines to return when doing a diff. (Diego Barros)
0
+ - Added config setting to specify how many entries show log should return. (Diego Barros)
0
+
0
 Release 1.3.1 [2008-04-07]
0
  - When switching branches, changed message from "Will cause conflicts" to "May cause conflicts", since the git doesn't really tell you until it does the merge.
0
 - Changed Delete Branch menu name to show that it prompts the user first. (Thanks, Diego Barros!)
...
1
2
 
3
4
5
...
46
47
48
49
50
 
 
 
 
51
...
1
 
2
3
4
5
...
46
47
48
 
49
50
51
52
53
54
0
@@ -1,5 +1,5 @@
0
 The Git Textmate Bundle.
0
-Version 1.3.1 (released Apr 7, 2008)
0
+Version 1.3.2 (released Apr 16, 2008)
0
 
0
 
0
 <h2>Installation</h2>
0
@@ -46,4 +46,7 @@ git clone git://gitorious.org/git-tmbundle/mainline.git Git.tmbundle
0
 * <b>Humberto Di&oacute;genes</b> - Git-svn fetch command
0
 * <b>Lee Marlow</b>
0
 * <b>Geoff Cheshire</b> - Textile'd the README to make it look good on GitHub.
0
-* <b>Martin Kühl</b> - Patch to allow committing into a git repository that's not the project root.
0
\ No newline at end of file
0
+* <b>Martin Kühl</b> - Patch to allow committing into a git repository that's not the project root.
0
+* <b>Diego Barros</b> - new config options, usability improvements
0
+* <b>Thomas Aylott</b> - Git commit langauge folding
0
+* <b>Michael Sheets</b> - Usability improvements
0
\ No newline at end of file

Comments

    No one has commented yet.