Skip to content

Commit c83d532

Browse files
committed
Signed-off-by: Robert Nelson <[email protected]>
1 parent 9977621 commit c83d532

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/git.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ git_kernel () {
110110

111111
cd ${DIR}/KERNEL/
112112

113+
#Debian Jessie: git version 2.0.0.rc0
114+
#Disable git's default setting of running `git gc --auto` in the background as the patch.sh script can fail.
115+
git config --local --list | grep gc.autodetach >/dev/null 2>&1 || git config --local gc.autodetach 0
116+
113117
if [ "${RUN_BISECT}" ] ; then
114118
git bisect reset || true
115119
fi

0 commit comments

Comments
 (0)