diff --git a/scripts/git_sort/git_sort.py b/scripts/git_sort/git_sort.py index 18d1ce8..aaa2be6 100755 --- a/scripts/git_sort/git_sort.py +++ b/scripts/git_sort/git_sort.py @@ -240,6 +240,8 @@ remotes = ( Head(RepoURL("git://git.linux-nfs.org/projects/anna/linux-nfs.git"), "linux-next"), Head(RepoURL("acme/linux.git"), "perf/core"), Head(RepoURL("acme/linux.git"), "perf-tools"), + Head(RepoURL("perf/perf-tools.git"), "perf-tools"), + Head(RepoURL("perf/perf-tools-next.git"), "perf-tools-next"), Head(RepoURL("will/linux.git"), "for-joerg/arm-smmu/updates"), Head(RepoURL("herbert/crypto-2.6.git"), "master"), Head(RepoURL("jarkko/linux-tpmdd"), "next"),