public
Description: The Git TextMate Bundle
Homepage: http://tim.theenchanter.com/
Clone URL: git://github.com/timcharper/git-tmbundle.git
timcharper (author)
Fri Mar 14 19:56:15 -0700 2008
commit  972e1257642d27c701e0b76c7f91c56f1d9443ea
tree    237160b684b767b8b24b3e8723da19ede6a951ce
parent  41df25cd2f260d8031de223ce2aa0d9c0f6d1339
git-tmbundle / CHANGELOG
100644 29 lines (23 sloc) 1.767 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Release 1.1.3 [2008-03-12]
 - prompt to merge from local or remote branches
 - path for project home now showing as "./" in commit dialog. Path always displays relative to project_path, if it exists.
    message for directory is clean more explicit (rather than showing nothing if you simply selected a scope with no changes, it tells you that's the case, with a
 
Release 1.1.2 [2008-03-10]
 - SVN Rebase command broke. Eegad! Fixed. We like to release a lot today!
 
Release 1.1.1 [2008-03-10]
 - Bugfix - merge command was breaking when trying to show links to conflicted files
 - Removed "fix me" notice (it was fixed). Status listing on merge commit was being filtered down to the selected file or directory, when it should show the status for the whole project (since it's doing a whole commit)
 - "Working directory is clean" message disappeared. Restored
 - Merge parser was not pcking up on delete/modify merge conflicts. fixed
 - merge command was a bit over-eager. No longer auto opens 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)