fix changelog if one commit
This commit is contained in:
parent
d4e59f706b
commit
439316bac1
1 changed files with 2 additions and 2 deletions
4
sync.sh
4
sync.sh
|
@ -20,7 +20,7 @@ for i in "${tmp[@]}"; do
|
|||
if [[ "${folder}" != lineage/* && "${before[${folder}]}" != "${commit}" ]]; then
|
||||
cd "${folder}" || continue
|
||||
log=$(git --no-pager log --pretty=format:"- %s" "${before[${folder}]}".."${commit}")
|
||||
if [[ $(echo -n "$log" | wc -l) != 0 ]]; then
|
||||
if [[ $(echo -n "$log" | wc -c) != 0 ]]; then
|
||||
{
|
||||
echo "## ${folder} ${before[${folder}]}..${commit}"
|
||||
echo "$log"
|
||||
|
@ -53,4 +53,4 @@ git reset --hard losul/lineage-19.1
|
|||
cd $TOPDIR
|
||||
repopick -P frameworks/base -r 336824 336825 336826 336827 336828 336829 336830 336831 336832 336833 336834 336835 336836
|
||||
repopick -f 333534 -P system/core
|
||||
repopick -f 329229 329230 -P frameworks/base
|
||||
repopick -f 329229 329230 -P frameworks/base
|
||||
|
|
Loading…
Add table
Reference in a new issue