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

config.c: fix writing config files on Windows network shares #229

Conversation

kblees
Copy link

@kblees kblees commented Jun 30, 2015

This fixes #226

Caused by 3a1b312 "config.c: fix mmap leak when writing config" in 2.4.5.

I've sent the fix upstream as well.

Renaming to an existing file doesn't work on Windows network shares if the
target is open.

munmap() the old config file before commit_lock_file.

Signed-off-by: Karsten Blees <[email protected]>
@dscho
Copy link
Member

dscho commented Jun 30, 2015

Whoops, I saw the mail before the Pull Request, sorry. "Merged" by applying with a sign-off...

@dscho dscho closed this Jun 30, 2015
@PhilipOakley PhilipOakley mentioned this pull request Mar 1, 2019
1 task
garimasi514 pushed a commit to garimasi514/git that referenced this pull request Jan 6, 2020
…-lock-pack-dir

gvfs-helper: better support for concurrent packfile fetches
garimasi514 pushed a commit to garimasi514/git that referenced this pull request Jan 6, 2020
…ing temp files

When we create temp files for downloading packs, we use a name
based on the current timestamp. There is no randomness in the
name, so we can have collisions in the same second.

Retry the temp pack names using a new "-<retry>" suffix to the
name before the ".temp".

This is a follow-up to git-for-windows#229.
jeffhostetler added a commit to jeffhostetler/git that referenced this pull request Apr 11, 2020
…-lock-pack-dir

gvfs-helper: better support for concurrent packfile fetches
jeffhostetler pushed a commit to jeffhostetler/git that referenced this pull request Apr 11, 2020
…ing temp files

When we create temp files for downloading packs, we use a name
based on the current timestamp. There is no randomness in the
name, so we can have collisions in the same second.

Retry the temp pack names using a new "-<retry>" suffix to the
name before the ".temp".

This is a follow-up to git-for-windows#229.
jeffhostetler added a commit to jeffhostetler/git that referenced this pull request Apr 13, 2020
…-lock-pack-dir

gvfs-helper: better support for concurrent packfile fetches
jeffhostetler pushed a commit to jeffhostetler/git that referenced this pull request Apr 13, 2020
…ing temp files

When we create temp files for downloading packs, we use a name
based on the current timestamp. There is no randomness in the
name, so we can have collisions in the same second.

Retry the temp pack names using a new "-<retry>" suffix to the
name before the ".temp".

This is a follow-up to git-for-windows#229.
jeffhostetler pushed a commit to jeffhostetler/git that referenced this pull request Jun 3, 2020
jeffhostetler pushed a commit to jeffhostetler/git that referenced this pull request May 14, 2021
jeffhostetler pushed a commit to jeffhostetler/git that referenced this pull request Jun 21, 2021
jeffhostetler pushed a commit to jeffhostetler/git that referenced this pull request Aug 18, 2021
mjcheetham pushed a commit to mjcheetham/git that referenced this pull request Jun 16, 2022
mjcheetham pushed a commit to mjcheetham/git that referenced this pull request Jul 23, 2024
mjcheetham pushed a commit to mjcheetham/git that referenced this pull request Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to edit config file on network drive
2 participants