mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Tidy up the commit message to ensure it won't break the diff view.
Renamed the GLFileView's +parseHTML into something more meaningful regarding what it actually does. Also, the method might need to be moved to somewhere else...
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@
|
||||
- (void)showFile;
|
||||
- (void)didLoad;
|
||||
- (NSString *)parseBlame:(NSString *)txt;
|
||||
+ (NSString *)parseHTML:(NSString *)txt;
|
||||
+ (NSString *)cleanupHTML:(NSString *)txt;
|
||||
+ (NSString *)parseDiff:(NSString *)txt;
|
||||
+ (NSString *)parseDiffTree:(NSString *)txt withStats:(NSMutableDictionary *)stats;
|
||||
+ (NSString *)getFileName:(NSString *)line;
|
||||
|
||||
Reference in New Issue
Block a user