662663664665666667668669670671672
} diffInvalidation_.invalidate(); final Token token = diffInvalidation_.getInvalidationToken(); final PatchMode patchMode = view_.getStagedCheckBox().getValue() ? PatchMode.Stage : PatchMode.Working; server_.gitDiffFile( item.getPath(), patchMode,
179180181182183184185186187188189
private void doPatch(Action action, ArrayList<Line> lines, ArrayList<DiffChunk> chunks) { boolean reverse; PatchMode patchMode; switch (action) { case Stage: reverse = false; patchMode = GitServerOperations.PatchMode.Stage;