mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Show nicely formatted diff
This steals the idea and markup from Gitnub. Thanks! :)
This commit is contained in:
@@ -57,6 +57,11 @@
|
||||
[script callWebScriptMethod:@"doeHet" withArguments: nil];
|
||||
}
|
||||
|
||||
- (void) log: (NSString*) logMessage
|
||||
{
|
||||
NSLog(logMessage);
|
||||
}
|
||||
|
||||
- (void) selectCommit: (NSString*) sha
|
||||
{
|
||||
NSPredicate* selection = [NSPredicate predicateWithFormat:@"sha == %@", sha];
|
||||
|
||||
Reference in New Issue
Block a user