mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* Use git exec candidate list on all platforms for build build/git_revision.py now uses a git executable name search list on all platforms, avoiding issues with some Windows installations. * Moving python import to top to satisfy linter * Fixing format error and removing unneeded check * Adding git candidate search to githooks setup.py * Adding missing COM initialization to flutter_tester executable on Windows * Revert "Adding missing COM initialization to" Reason: Added to incorrect branch This reverts commit 1b0da56ffd9af41d457f5a609022d4b0387cd935. * Format fix for setup.py