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

make stderr-suppression actually work #1159

Merged
merged 4 commits into from
Dec 7, 2023
Merged

make stderr-suppression actually work #1159

merged 4 commits into from
Dec 7, 2023

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    11c9f66 View commit details
    Browse the repository at this point in the history
  2. Add blob-diff to list of major features.

    It's hard enough to properly implement it, and by now it seemingly fully
    supports enough features to be very faithful to the original.
    Byron committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    082e6ed View commit details
    Browse the repository at this point in the history
  3. fix import/prevent warning

    Byron committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    ec0211a View commit details
    Browse the repository at this point in the history
  4. feat: GIT_CONFIG_NOSYSTEM now also affects the installation directory.

    It makes sense to consider it part of the 'system', and allows for proper
    isolation of `gix` operations, for example in tests.
    
    This is also a fix, as previously it checked for `...NO_SYSTEM`, instead of `NOSYSTEM`.
    Byron committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    6738955 View commit details
    Browse the repository at this point in the history