Skip to content

Commit

Permalink
3-publish.sh: Commit only modified files
Browse files Browse the repository at this point in the history
  • Loading branch information
es20490446e committed Sep 22, 2024
1 parent 2992235 commit e3b5dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/3-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ uploadChanges () {
exit 1
fi

so git add --all
so git add "${files[@]}" ".SRCINFO"
so git commit --message="${description}"
}

Expand Down

0 comments on commit e3b5dc5

Please sign in to comment.