mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Show renames changes by default
Now that we have support to show file renames, we can enable it by default in all the diffs that we use.
This commit is contained in:
+1
-1
@@ -73,7 +73,7 @@
|
||||
if (details != nil)
|
||||
return details;
|
||||
|
||||
details = [self.repository outputForCommand:[@"show --pretty=raw " stringByAppendingString:[self realSha]]];
|
||||
details = [self.repository outputForArguments:[NSArray arrayWithObjects:@"show", @"--pretty=raw", @"-M", [self realSha], nil]];
|
||||
|
||||
return details;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user