summarylogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
Diffstat (limited to 'remote')
-rw-r--r--remote9
1 files changed, 9 insertions, 0 deletions
diff --git a/remote b/remote
new file mode 100644
index 000000000000..08590bbd42b4
--- /dev/null
+++ b/remote
@@ -0,0 +1,9 @@
+# Here you can customize the remote and commit in case you don't want Linus
+# Torvalds' mainline.
+# For security reasons, the remote's prefix is hardcoded and you can only
+# select among the git.kernel.org's official development trees (although this
+# package uses a faster mirror):
+# https://kernel.googlesource.com/pub/scm/linux/kernel/git/${REMOTE}
+
+# REMOTE="torvalds/linux"
+# COMMIT="master"