Revert "Skip creating emty patches in debug mode"
This reverts commit 3eb5b111af.
This commit is contained in:
parent
3eb5b111af
commit
ae3dcefbc8
@ -407,8 +407,7 @@ userpatch_create()
|
||||
read -p 'Press <Enter> after you are done with changes to the source'
|
||||
git add .
|
||||
# create patch out of changes
|
||||
local temp=$(git diff --staged)
|
||||
[[ -z $TEMP ]] && echo "${temp}" > $SRC/userpatches/patch/$1-$LINUXFAMILY-$(date +'%d.%m.%Y').patch
|
||||
git diff --staged > $SRC/userpatches/patch/$1-$LINUXFAMILY-$(date +'%d.%m.%Y').patch
|
||||
git reset --soft HEAD~
|
||||
fi
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user