Exemplo n.º 1
0
 public void ViewCurrentChanges(string fileName, string oldFileName, bool staged)
 {
     _async.Load(() => GitCommandHelpers.GetCurrentChanges(fileName, oldFileName, staged, GetExtraDiffArguments()), ViewStagingPatch);
 }