forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use git exec candidate list on all platforms for build (flutter#34294)
* 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 1b0da56. * Format fix for setup.py
- Loading branch information
Showing
2 changed files
with
13 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters