From ea34985081c26817c58592958223b745eec8c0ed Mon Sep 17 00:00:00 2001 From: David Disseldorp Date: Jan 20 2023 09:09:47 +0000 Subject: git_sort: add usb-linus branch for gregkh/usb --- diff --git a/scripts/git_sort/git_sort.py b/scripts/git_sort/git_sort.py index fb07dcf..7df8f91 100755 --- a/scripts/git_sort/git_sort.py +++ b/scripts/git_sort/git_sort.py @@ -212,6 +212,7 @@ remotes = ( Head(RepoURL("gregkh/driver-core.git"), "driver-core-next"), Head(RepoURL("gregkh/tty.git"), "tty-next"), Head(RepoURL("gregkh/usb.git"), "usb-next"), + Head(RepoURL("gregkh/usb.git"), "usb-linus"), Head(RepoURL("jj/linux-apparmor.git"), "apparmor-next"), Head(RepoURL("netfilter/nf.git")), Head(RepoURL("netfilter/nf-next.git")),