Package com.google.gerrit.server.patch.gitfilediff
@CheckReturnValue
package com.google.gerrit.server.patch.gitfilediff
-
ClassDescriptionA utility class for the
FileHeader
JGit objectEntity representing a modified file (added, deleted, modified, renamed, etc...) between two different git commits.This cache computes pure git diff for a single file path according to a git tree diff.Implementation of theGitFileDiffCache
Enum for the supported diff algorithms for the file diff computation.Creates a new JGit diff algorithm instance using the Gerrit'sGitFileDiffCacheImpl.DiffAlgorithm
enum.