mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
Fix: Also add new files in app metadata dirs (e.g. new patches)
This commit is contained in:
parent
0bd7711eeb
commit
b6788f4547
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ while read line; do
|
|||
fi
|
||||
|
||||
message=${message//\"/\\\"}
|
||||
commands+=("git commit -m \"$message\" -e -v -- $file $extra")
|
||||
commands+=("git add -- $file $extra && git commit -m \"$message\" -e -v")
|
||||
fi
|
||||
done < <(git status --porcelain)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue