We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33827bb commit 1e4045bCopy full SHA for 1e4045b
generate.sh
@@ -7,6 +7,9 @@ REPOSITORY="msm8916-mainline/linux-panel-drivers"
7
KCONFIG="CONFIG_DRM_PANEL_${PROJECT^^}_GENERATED"
8
GENERATOR="linux-mdss-dsi-panel-driver-generator"
9
10
+# Unset some variables that git sets while in rebase session
11
+unset "${!GIT_@}"
12
+
13
export GIT_AUTHOR_NAME="lmdpdg"
14
export GIT_AUTHOR_EMAIL="<>"
15
0 commit comments