public
Description: The Git TextMate Bundle
Homepage: http://tim.theenchanter.com/
Clone URL: git://github.com/timcharper/git-tmbundle.git
commit  176589801dc21f4e8918c55af31aedef79b8b94c
tree    09823ed98b725d96948975655a1beaca6386edf6
parent  85527f2ef75471882dcd7a5933714e08bceae5e4
git-tmbundle / CHANGELOG
100644 17 lines (13 sloc) 0.856 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Release 1.1.1 [2008-03-10]
 - Bugfix - merge command was breaking when trying to show links to conflicted files
 
Release 1.1.0 [2008-03-08]
 - Huge refactoring effort - built a mini-mvc framework to meet the specific needs of the bundle, and ported all existing code to it.
 - Fixed compatibility issues with Git 1.5.4.3.
 - Log commands lazy-load their diffs now
 - Option to force apply a stash, even if Git warns you there might be a conflict
 - Push / Pull commands properly parse output for
 - Git shortcut keys for svn commands were conflicting with existing textmate commands. Updated to Command-Option-G
 - A few UI-enhancements
 
[2008-02-20] Commit dialog graceful handling of conflict resolutions
 
[2008-02-20] Commit dialog limits down to the selected file/folder selected in drawer.
 
[2008-02-14] Visualize Gitk feature added (Sam Granieri)