Skip to content

Commit 8a5941e

Browse files
timschumilinusg
authored andcommitted
Ports: Force-add all files when entering dev
This keeps us from accidentally excluding files that are listed in the `.gitignore` but that are included in the tarball anyways.
1 parent 1dd2258 commit 8a5941e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ports/.port_include.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ do_dev() {
727727
pushd "$git_repo"
728728
if [ ! -d "$git_repo/.git" ]; then
729729
git init .
730-
git add .
730+
git add --all --force
731731
git commit -a -m 'Initial import'
732732
fi
733733
# Make it allow pushes from other local checkouts

0 commit comments

Comments
 (0)