[roll] Roll fuchsia [fx] use git-polyfill when needed.

This change will look to see if we are not running in a standard git
environment and if we aren't it will add the git-polyfill to the PATH.
The change makes it possible for tools like `fx build` to use the git
polyfill without having to change the build files. Additionally, it will
let us use git from inside other fx commands like `fx format-code`
without needing to change them.

Original-Bug: 461899545
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1439164
Original-Revision: cd27be7330825cb1aebd98b2690b129fe546b6aa
GitOrigin-RevId: 678225c597eca1685895e1138f3864431be07fd7
Change-Id: I9f221fde7044faea8418ea3296730dbeb26c5a12
1 file changed
tree: 2f090dd2c1a27a24e19a0eec78fda2d0eb47a3fb
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.