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

tempfile with permissions #1276

Merged
merged 4 commits into from
Feb 6, 2024
Merged

tempfile with permissions #1276

merged 4 commits into from
Feb 6, 2024

Commits on Feb 6, 2024

  1. feat: tempfile with permission support, adding new `*_with_permission…

    …s(..., permissions)` methods.
    Byron committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    45ef4ff View commit details
    Browse the repository at this point in the history
  2. fix: when obtaining locks, use mode 666 on Linux by default.

    Doing so helps with using `sudo` and others.
    Byron committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    d83e45d View commit details
    Browse the repository at this point in the history
  3. feat: add *_with_permissions(..., permissions) methods.

    That way it's possible to create lock files with non-default permissions
    as well.
    Byron committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    719fc81 View commit details
    Browse the repository at this point in the history
  4. Release gix-tempfile v13.1.0, gix-lock v13.1.0, safety bump 12 crates

    SAFETY BUMP: gix-ref v0.42.0, gix-diff v0.41.0, gix-pack v0.48.0, gix v0.59.0, gix-index v0.30.0, gix-config v0.35.0, gix-discover v0.30.0, gix-odb v0.58.0, gix-worktree v0.31.0, gix-worktree-state v0.8.0, gix-status v0.6.0, gix-submodule v0.9.0
    Byron committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    8430442 View commit details
    Browse the repository at this point in the history