Don't show .SRCINFO in diffs

This commit is contained in:
morganamilo 2018-08-02 15:21:01 +01:00
parent 0746d2828b
commit 4a254303c5
No known key found for this signature in database
GPG key ID: 6FE9E7996B0B082E

View file

@ -676,7 +676,7 @@ func showPkgBuildDiffs(pkgs []*rpc.Pkg, bases map[string][]*rpc.Pkg, cloned stri
}
}
args := []string{"diff", start + "..HEAD@{upstream}", "--src-prefix", dir + "/", "--dst-prefix", dir + "/"}
args := []string{"diff", start + "..HEAD@{upstream}", "--src-prefix", dir + "/", "--dst-prefix", dir + "/", "--", ".", ":(exclude).SRCINFO"}
if useColor {
args = append(args, "--color=always")
} else {