Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deploy): revert "feat(deploy): copy local git config to tmp repo (#7702)" #7750

Merged
merged 1 commit into from Jul 12, 2022

Commits on Jul 9, 2022

  1. Revert "feat(deploy): copy local git config to tmp repo (facebook#7702)"

    This reverts commit ee376d1.
    
    All git config fields can be set via the GIT_CONFIG_KEY_<n> and GIT_CONFIG_VALUE_<n> env vars.
    
    Ref: https://git-scm.com/docs/git-config#Documentation/git-config.txt-GITCONFIGCOUNT
    
    Alternatively, you can also use the conditional includes feature of git config.
    
    Ref: https://git-scm.com/docs/git-config#_conditional_includes
    
    fixes facebook#7744
    ghostsquad committed Jul 9, 2022
    Copy the full SHA
    a6f7f5f View commit details
    Browse the repository at this point in the history