goatcorp / Plogon

Build system for Dalamud Plugins
7 stars 13 forks source link

Abstract away git invocations #49

Open goaaats opened 1 year ago

goaaats commented 1 year ago

We call git manually with ProcessStartInfo in a few places. We should hide this with some sort of wrapper and make sure that all user-controlled arguments that could be passed to git are properly escaped.