-
v2.37.3.windows.1c4992d4f · ·
Git for Windows v2.37.3 Creating /dev/shm directory failed. POSIX semaphores and POSIX shared memory will not work Creating /dev/mqueue directory failed. POSIX message queues will not work 'C:\Windows\system32\drivers\etc\hosts' -> '/etc/hosts' 'C:\Windows\system32\drivers\etc\protocol' -> '/etc/protocols' 'C:\Windows\system32\drivers\etc\services' -> '/etc/services' 'C:\Windows\system32\drivers\etc\networks' -> '/etc/networks'
-
v2.37.2.windows.2c5597bad · ·
Git for Windows v2.37.2(2) Creating /dev/shm directory failed. POSIX semaphores and POSIX shared memory will not work Creating /dev/mqueue directory failed. POSIX message queues will not work 'C:\Windows\system32\drivers\etc\hosts' -> '/etc/hosts' 'C:\Windows\system32\drivers\etc\protocol' -> '/etc/protocols' 'C:\Windows\system32\drivers\etc\services' -> '/etc/services' 'C:\Windows\system32\drivers\etc\networks' -> '/etc/networks'
-
v2.37.2.windows.1cd2bc1aa · ·
Git for Windows v2.37.2 Creating /dev/shm directory failed. POSIX semaphores and POSIX shared memory will not work Creating /dev/mqueue directory failed. POSIX message queues will not work 'C:\Windows\system32\drivers\etc\hosts' -> '/etc/hosts' 'C:\Windows\system32\drivers\etc\protocol' -> '/etc/protocols' 'C:\Windows\system32\drivers\etc\services' -> '/etc/services' 'C:\Windows\system32\drivers\etc\networks' -> '/etc/networks'
-
v2.37.1.windows.1323a6970 · ·
Git for Windows v2.37.1 Creating /dev/shm directory failed. POSIX semaphores and POSIX shared memory will not work Creating /dev/mqueue directory failed. POSIX message queues will not work 'C:\Windows\system32\drivers\etc\hosts' -> '/etc/hosts' 'C:\Windows\system32\drivers\etc\protocol' -> '/etc/protocols' 'C:\Windows\system32\drivers\etc\services' -> '/etc/services' 'C:\Windows\system32\drivers\etc\networks' -> '/etc/networks'
-
v2.36.2.windows.1ea4bc1e1 · ·
MinGit for Windows v2.36.2 Changes since Git for Windows v2.36.1 (May 9 2022): Bug Fixes * CVE-2022-29187: The safety check that verifies a safe ownership of the Git worktree is now extended to also cover the ownership of the Git directory (and the `.git` file, if there is any). * Fixes real problems noticed by gcc 12 and works around false positives. * Update URL to the gitk repository. * The "--current" option of "git show-branch" should have been made incompatible with the "--reflog" mode, but this was not enforced, which has been corrected. * "git archive --add-file=<path>" picked up the raw permission bits from the path and propagated to zip output in some cases, without normalization, which has been corrected (tar output did not have this issue). * A bit of test framework fixes with a few fixes to issues found by valgrind. * macOS CI jobs have been occasionally flaky due to tentative version skew between perforce and the homebrew packager. Instead of failing the whole CI job, just let it skip the p4 tests when this happens. * The commit summary shown after making a commit is matched to what is given in "git status" not to use the break-rewrite heuristics. * Avoid problems from interaction between malloc_check and address sanitizer. * "git rebase --keep-base <upstream> <branch-to-rebase>" computed the commit to rebase onto incorrectly, which has been corrected. * The path taken by "git multi-pack-index" command from the end user was compared with path internally prepared by the tool withut first normalizing, which lead to duplicated paths not being noticed, which has been corrected. * "git clone --origin X" leaked piece of memory that held value read from the clone.defaultRemoteName configuration variable, which has been plugged.
-
v2.35.4.windows.19a2f22d0 · ·
MinGit for Windows v2.35.4 Changes since Git for Windows v2.35.3 (April 15 2022): Bug Fixes * CVE-2022-29187: The safety check that verifies a safe ownership of the Git worktree is now extended to also cover the ownership of the Git directory (and the `.git` file, if there is any).
-
v2.37.0.windows.1989c3a68 · ·
Git for Windows v2.37.0 Creating /dev/shm directory failed. POSIX semaphores and POSIX shared memory will not work Creating /dev/mqueue directory failed. POSIX message queues will not work 'C:\Windows\system32\drivers\etc\hosts' -> '/etc/hosts' 'C:\Windows\system32\drivers\etc\protocol' -> '/etc/protocols' 'C:\Windows\system32\drivers\etc\services' -> '/etc/services' 'C:\Windows\system32\drivers\etc\networks' -> '/etc/networks'
-
v2.37.0-rc2.windows.1a0eed4e1 · ·
Git for Windows v2.37.0-rc2 Creating /dev/shm directory failed. POSIX semaphores and POSIX shared memory will not work Creating /dev/mqueue directory failed. POSIX message queues will not work 'C:\Windows\system32\drivers\etc\hosts' -> '/etc/hosts' 'C:\Windows\system32\drivers\etc\protocol' -> '/etc/protocols' 'C:\Windows\system32\drivers\etc\services' -> '/etc/services' 'C:\Windows\system32\drivers\etc\networks' -> '/etc/networks'
-
v2.37.0-rc1.windows.16879b916 · ·
Git for Windows v2.37.0-rc1 Creating /dev/shm directory failed. POSIX semaphores and POSIX shared memory will not work Creating /dev/mqueue directory failed. POSIX message queues will not work 'C:\Windows\system32\drivers\etc\hosts' -> '/etc/hosts' 'C:\Windows\system32\drivers\etc\protocol' -> '/etc/protocols' 'C:\Windows\system32\drivers\etc\services' -> '/etc/services' 'C:\Windows\system32\drivers\etc\networks' -> '/etc/networks'
-
v2.35.2.windows.1518ccba2 · ·
Git for Windows v2.35.2 Changes since Git for Windows v2.35.1(2) (February 1st 2022) This version addresses CVE-2022-24765 and CVE-2022-24767. New Features * Comes with Git v2.35.2. Bug Fixes * The uninstaller was hardened to avoid a vulnerability when running under the SYSTEM account, addressing CVE-2022-24767.
-
v2.32.1.windows.1e1ab9af4 · ·
MinGit for Windows v2.32.1 Changes since MinGit v2.32.0(2) (July 6th 2021): Bug Fixes * Fix `GIT_CEILING_DIRECTORIES` with Windows-style root directories. * CVE-2022-24765: On multi-user machines, Git users might find themselves unexpectedly in a Git worktree, e.g. when another user created a repository in `C:\.git`, in a mounted network drive or in a scratch space. Merely having a Git-aware prompt that runs `git status` (or `git diff`) and navigating to a directory which is supposedly not a Git worktree, or opening such a directory in an editor or IDE such as VS Code or Atom, will potentially run commands defined by that other user.