jkleinsc

#49022: build: automatically install git for dugite

Merged
Created: Nov 19, 2025, 1:45:22 PM
Merged: Nov 20, 2025, 9:12:03 AM
2 comments
Target: main

Description of Change

  • followup to #48243. This adds dugite as a module that can run postinstall scripts so that we don't have to manually install git for dugite.

Checklist

Release Notes

Notes: none

Backports

40-x-y
In-flight
PR Number
#49029
Waiting to be merged

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron