Files
src/src-path/CHANGELOG.md
2026-03-11 02:04:19 -07:00

182 KiB
Raw Blame History

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.11.1 (2026-02-10)

Commit Statistics

  • 3 commits contributed to the release over the course of 18 calendar days.
  • 18 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Merge pull request #2407 from GitoxideLabs/dependabot/cargo/cargo-fb4135702f (8bceefb)
    • Bump the cargo group with 59 updates (7ce3c55)
    • Merge pull request #2393 from GitoxideLabs/report (f7d0975)

0.11.0 (2026-01-22)

Commit Statistics

  • 1 commit contributed to the release.
  • 60 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release src-error v0.0.0, src-date v0.13.0, src-actor v0.38.0, src-validate v0.11.0, src-path v0.11.0, src-features v0.46.0, src-hash v0.22.0, src-hashtable v0.12.0, src-object v0.55.0, src-glob v0.24.0, src-attributes v0.30.0, src-command v0.7.0, src-packetline v0.21.0, src-filter v0.25.0, src-fs v0.19.0, src-chunk v0.5.0, src-commitgraph v0.32.0, src-revwalk v0.26.0, src-traverse v0.52.0, src-worktree-stream v0.27.0, src-archive v0.27.0, src-tempfile v21.0.0, src-lock v21.0.0, src-index v0.46.0, src-config-value v0.17.0, src-pathspec v0.15.0, src-ignore v0.19.0, src-worktree v0.47.0, src-diff v0.58.0, src-blame v0.8.0, src-ref v0.58.0, src-sec v0.13.0, src-config v0.51.0, src-prompt v0.13.0, src-url v0.35.0, src-credentials v0.35.0, src-discover v0.46.0, src-dir v0.20.0, src-mailmap v0.30.0, src-revision v0.40.0, src-merge v0.11.0, src-negotiate v0.26.0, src-pack v0.65.0, src-odb v0.75.0, src-refspec v0.36.0, src-shallow v0.8.0, src-transport v0.53.0, src-protocol v0.56.0, src-status v0.25.0, src-submodule v0.25.0, src-worktree-state v0.25.0, src v0.78.0, src-fsck v0.17.0, gitoxide-core v0.53.0, gitoxide v0.50.0, safety bump 50 crates (562e684)

0.10.22 (2025-11-22)

Bug Fixes

  • use std::env::home_dir() and remove the home crate from dependencies.

Commit Statistics

  • 4 commits contributed to the release.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #2234

Commit Details

view details
  • #2234
    • Use std::env::home_dir() and remove the home crate from dependencies. (77e485d)
  • Uncategorized
    • Release src-date v0.11.0, src-actor v0.36.0, src-path v0.10.22, src-object v0.52.0, src-packetline v0.20.0, src-filter v0.22.0, src-revwalk v0.23.0, src-traverse v0.49.0, src-worktree-stream v0.24.0, src-archive v0.24.0, src-index v0.43.0, src-worktree v0.44.0, src-diff v0.55.0, src-blame v0.5.0, src-ref v0.55.0, src-config v0.48.0, src-url v0.33.2, src-credentials v0.32.0, src-discover v0.43.0, src-dir v0.17.0, src-mailmap v0.28.0, src-revision v0.37.0, src-merge v0.8.0, src-negotiate v0.23.0, src-pack v0.62.0, src-odb v0.72.0, src-refspec v0.33.0, src-transport v0.50.0, src-protocol v0.53.0, src-status v0.22.0, src-submodule v0.22.0, src-worktree-state v0.22.0, src v0.75.0, src-fsck v0.14.0, gitoxide-core v0.50.0, gitoxide v0.47.0, safety bump 32 crates (82ff92f)
    • Merge pull request #2235 from GitoxideLabs/home (cbb73ea)
    • Merge pull request #2224 from GitoxideLabs/report (3313233)

0.10.21 (2025-10-22)

New Features

  • Extend ALTERNATIVE_LOCATIONS for per-user installations When git is not found in a PATH search on Windows, common locations where Git for Windows is often installed are checked. But only systemwide installations had been checked before.

    This extends the locations examined to include the current user's own program files directory. This directory, if present, is expected to be the Programs subdirectory of the user's local application data directory, typically:

    C:\Users<user>\AppData\Local\Programs

    When Git for Windows is installed for a user rather than systemwide, it is typically installed a Git subdirectory of that Programs directory (much as it is typically installed in a Git subdirectory of a directory such as C:\Program Files when installed systemwide). This looks for a suitable Git for Windows directory tree at such a location.

    It is possible for Git for Windows installations to be present both in the current user's own program files directory and systemwide. If that happens, such that both kinds of installations are able to be found, then we choose the per-user installation.

    This is based on the idea that an individual user may choose to install a newer or otherwise different version of Git for Windows, or that a developer may even test out a custom build by manually placing it in that directory. Because, in either case, the architecture of the Git for Windows executable may differ from what is currently installed systemwide or even from what is typically preferred, we will attempt to use a per-user build of any of the architectures Git for Windows has published, before then using the systemwide installations as done before.

    Although the user program files directory is under the local rather than roaming application data directory, and is thus not shared across machines on a domain, it is possible that some techniques of backing up and restoring data may restore a per-user installation of Git for Windows that is for a different machine architecture that cannot run, or that the user would not want to be used. In that case, this enhancement may actually break something that was working before.

    That seems fairly unlikely to occur, and it can be worked around by making a git command available in a PATH search. Nonetheless, if this is found to happen in practice, then further refinement of the ALTERNATIVE_LOCATIONS enumeration order may be warranted.

  • Extend EXEPATH optimization to support ARM64 Windows On Windows, the gix_path::env::system_prefix() function has two strategies. The first is an optimization that doesn't always work, where the EXEPATH environment variable is consulted. In Git Bash, this variable is usually available, pointing somewhere into the Git for Windows installation. Most commonly, but in practice not universally, it points to the top-level directory of the Git for Windows installation. system_prefix() on Windows looks for a subdirectory of this directory that is named for one of the MSYS2 environment https://www.msys2.org/docs/environments prefixes, of those Git for Windows has builds for. (Otherwise, it falls back to traversing to such a location upward from what git --exec-path reveals, which is often slower as git must sometimes be run.)

    However, this EXEPATH optimization had only checked for the mingw64 and mingw32 environment prefixes. This was ideal before ARM64 builds of Git for Windows were released. But since then, it is useful to allow the clangarm64 environment prefix as well, to allow the EXEPATH optimization to work on ARM64 builds of Git for Windows. This makes that change.

Bug Fixes

  • Don't use EXEPATH unless it is absolute The first of two strategies used by the system_prefix() function on Windows is an optimization that looks for clangarm64, mingw64, or mingw32 subdirectories of a directory whose path is given by the value of the EXEPATH environment variable. If EXEPATH is absent, can't be interpreted as a path, or can be interpreted as a path but does not point to a directory that can be verified to contain such a subdirectory, then this optimization was already being skipped and the more reliable but sometimes slower git --exec-path-based method used.

    However, when EXEPATH contains a relative path, including in the case where it is an empty string (which could be set by accident or if it is being used with some meaning other than what we and Git for Windows recognize), then it was still used, even though that would not usually be correct and would sometimes not be safe.

    Although an attacker is not expected to be able to control the value of EXEPATH (nor most environment variables), a value such as an empty string would cause clangarm64, mingw64, and mingw32 subdirectories of the current directory to be used.

    A user might intentionally set EXEPATH to a relative path to leverage the EXEPATH optimization of system_prefix() with that path. But EXEPATH is a short variable name with many plausible meanings that is not named with a distinctive prefix such GIT_ or GIX_. So it would not be a good tradeoff to continue recognizing it for system_prefix() anytime it is non-absoliute.

    Thus, as a stability fix and possible security enhancement, this adds a check that the value of EXEPATH is an absolute path before proceeding with the EXEPATH optimization.

  • Skip EXEPATH optimization if it finds no best path The EXEPATH optimization for gix_path::env::system_prefix() on Windows previously tried https://www.msys2.org/docs/environments prefixes used by Git for Windows, returning a successful result on the first subdirectory found. However, if EXEPATH points to a directory that contains more than one such subdirectory, then the subdirectory returned would not necessarily be the correct one.

    Getting more than one subdirectory is unlikely. It is expected that at most one of clangarm64, mingw64, and mingw32 will be present. However, there are at least three ways it could happen:

    • EXEPATH has the intended meaning as the root of a Git for Windows installation, but the directory it refers to contains multiple directories left over from a previous installation. A corresponding scenario applies to ALTERNATIVE_LOCATIONS, but it is resolved by checking all the directories in a reasonable order. Here, we are not checking the contents of the directories, so no matter what order we look for them in, picking one when there are others risks picking the wrong one.
  • EXEPATH has the intended meaning as the root of a Git for Windows installation, but it is a custom installation produced from local build or custom distribution rather than an official build, and it contains multiple such directories because it carries binaries built against more than one of the targets (even if only one of them has git itself). A corresponding scenario is fairly unlikely for ALTERNATIVE_LOCATIONS, because a custom MSYS2 tree, even if created using the Git for Windows SDK, would probably not be installed in one of the common Git for Windows installation locations, without considering the effects of doing so. In contrast, EXEPATH will often be set in a Git Bash environment even in a highly customized Git for Windows tree.

  • EXEPATH has a different meaning from what is intended. For example, the user might set it to the root of an ordinary MSYS2 installation. (Note that it is also likely to have various other meanings even more different from these, but those won't likely cause the EXEPATH optimization to be used when it shouldn't, because most possible meanings of EXEPATH won't involve a subdirectory of any of the names we look for.

  • To limit production dependencies and code complexity, we have been examining only environment variables (and information available at build time) to ascertain which program files directories exist and whether they are 64-bit or 32-bit program files directories. At least for now, this preserves that general approach, continuing not to explicitly call Windows API functions or access the Windows registry, other than in tests.

  • But determining from environment variables whether the system is ARM64 or x86_64 is less straightforward than determining the program files directory locations, in one major case as well as various edge cases.

  • That process should make available all of the ProgramFiles, ProgramW6432, ProgramFiles(x86), and ProgramFiles(ARM) variables that exist in its own environment.

    (This is because, on 64-bit Windows, the child ProgramFiles is populated from the parent ProgramW6432, ProgramFiles(x86), or ProgramFiles(ARM), depending on the architectures of the parent and child, if the parent passes down the relevant variable.)

  • Even if the parent/ancestor is not designed with the WoW64 rules in mind, it will likely pass down at least ProgramFiles.

    This will then be used as the child ProgramFiles, if whichever of ProgramFilesW6432, ProgramFiles(x86), or ProgramFiles(ARM) is relevant is not passed down by the parent.

  • In contrast, the parent/ancestor may omit the variables PROCESSOR_ARCHITECTURE and PROCESSOR_ARCHITEW6432, which are not obviously needed for locating programs.

    In and of itself, this is not necessarily a problem, because on ARM64 Windows, at least one of the two will still be set automatically. (Even if the parent process runs us with an explicitly empty environment, we will get one of these, on ARM64 Windows.)

    However, in this case, as in others, it will generally be set according to our process architecture, rather than the system architecture.

  • Thus, even if PROCESSOR_ARCHITE* variables are preserved or set correctly, there are common cases where they are not sufficient.

    The main such case is when we are an x86_64 build, but the system is ARM64, and Git for Windows is ARM64. src-path is a library crate, and it will sometimes to be used in an x86_64 program on such a system.

    Also, if src-path is used in an Arm64EC program, then even though its code may be ARM64 with the arm64ec-pc-windows-msvc Rust target, the program would still be treated as an x86_64 program in its interactions with the system and other programs, including in how its environment variables' values are populated and how their values are affected by WoW64.

    (src-path may also be x86_64 code where the program is Arm64EC. One way this happens is if src-path is used in an x86_64 DLL, and an Arm64EC program loads the DLL. Using x86_64 DLLs from ARM64 code is one of the reasons a program may target Arm64EC. In this case, the Rust target will be for x86_64, not ARM64 or Arm64EC. So checking our own Rust build target can't fully check if the program is Arm64EC.)

  • Although the PROCESSOR_IDENTIFIER variable is more reliable if present--see actions/partner-runner-images#117 for an example of where this is more reliable than PROCESSOR_ARCHITECTURE--it is slightly more complex to parse. Much more importantly, unlike PROCESSOR_ARCHITE*, the PROCESSOR_IDENTIFIER variable is not set automatically in a child process whose parent/ancestor has removed it. Whether or not a parent/ancestor passes down PROCESSOR_ARCHITE* variables, it may still not choose to let PROCESSOR_IDENTIFIER through, if it sanitizes the environment.

  • It would sometimes work to look for ProgramFiles(ARM). This environment variable, if present, gives the 32-bit ARM program files directory location on an ARM64 Windows system. If set, then the Windows system could be treated as ARM64. However, a parent/ancestor process may omit this even when passing down program files related environment variables, including ProgramFiles(x86). It may do so because the ProgramFiles(ARM) environment variable is less well known. Or it may omit it intentionally, if the parent process is only passing down variables needed to find Git for Windows, for which one shouldn't need to know the 32-bit ARM program files directory location, since Git for Windows has never had 32-bit ARM builds.

    Relatedly, augmenting the search by checking the filesystem for a sibling (or hard-coded) directory named Program Files (ARM) should not be done, because this directory has no special meaning outside of ARM64 Windows. It may therefore be left over from a previous installation or migration, or even created by a local user as in the CVE-2024-40644 scenario patched in #1456.

Commit Statistics

  • 40 commits contributed to the release over the course of 79 calendar days.
  • 79 days passed between releases.
  • 6 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release src-date v0.10.6, src-utils v0.3.1, src-actor v0.35.5, src-trace v0.1.14, src-validate v0.10.1, src-path v0.10.21, src-features v0.44.0, src-hash v0.20.0, src-hashtable v0.10.0, src-object v0.51.0, src-glob v0.22.0, src-quote v0.6.1, src-attributes v0.28.0, src-command v0.6.3, src-packetline-blocking v0.19.2, src-filter v0.21.0, src-fs v0.17.0, src-chunk v0.4.12, src-commitgraph v0.30.0, src-revwalk v0.22.0, src-traverse v0.48.0, src-worktree-stream v0.23.0, src-archive v0.23.0, src-bitmap v0.2.15, src-tempfile v19.0.0, src-lock v19.0.0, src-index v0.42.0, src-config-value v0.15.2, src-pathspec v0.13.0, src-ignore v0.17.0, src-worktree v0.43.0, src-diff v0.54.0, src-blame v0.4.0, src-ref v0.54.0, src-sec v0.12.1, src-config v0.47.0, src-prompt v0.11.2, src-url v0.33.0, src-credentials v0.31.0, src-discover v0.42.0, src-dir v0.16.0, src-mailmap v0.27.3, src-revision v0.36.0, src-merge v0.7.0, src-negotiate v0.22.0, src-pack v0.61.0, src-odb v0.71.0, src-refspec v0.32.0, src-shallow v0.6.0, src-packetline v0.19.2, src-transport v0.49.0, src-protocol v0.52.0, src-status v0.21.0, src-submodule v0.21.0, src-worktree-state v0.21.0, src v0.74.0, src-fsck v0.13.0, gitoxide-core v0.49.0, gitoxide v0.46.0, safety bump 42 crates (89fb308)
    • Merge pull request #2217 from GitoxideLabs/copilot/update-msrv-to-rust-1-82 (4da2927)
    • Update MSRV to 1.82 and replace once_cell with std equivalents (6cc8464)
    • Merge pull request #2202 from GitoxideLabs/dependabot/cargo/cargo-4a7155215a (9365cc3)
    • Bump the cargo group across 1 directory with 64 updates (838ff95)
    • Merge pull request #2134 from EliahKagan/user-program-files (2fffc50)
    • Extend ALTERNATIVE_LOCATIONS for per-user installations (7e77d40)
    • Migrate remaining known-folders usage to windows (082e22e)
    • Clarify safety at and around SHGetKnownFolderPath call (998fb48)
    • Get UserProgramFiles with KF_FLAG_DONT_VERIFY for test (1c7a34e)
    • Update alternative location unit tests for user program files (c9ff0ac)
    • Fix user program files alternative locations expectations (cab4c85)
    • Update alternative locations integration tests for user program files (9e71d55)
    • Merge pull request #2133 from EliahKagan/program-files-next (e365244)
    • Add a "SAFETY:" comment in PlatformBitness::current() (1f3edb5)
    • Move the vacuous case outside the "ordinary" group (eec407f)
    • Rename cases to clarify "ordinary" and "strange" (edc0f3c)
    • Divide up locations_under_program_files_* assertions (35beea1)
    • Clarify which global program files paths are used and why (fd000f5)
    • Merge pull request #2115 from EliahKagan/run-ci/arm-windows (c2c8c2f)
    • Don't use EXEPATH unless it is absolute (9000a84)
    • Test that relative EXEPATH doesn't trigger the optimization (f4bb773)
    • Factor out shared code to a helper (84f9672)
    • Test that empty EXEPATH doesn't trigger the optimization (24c11ac)
    • Skip EXEPATH optimization if it finds no best path (5ac8cff)
    • Extend EXEPATH optimization to support ARM64 Windows (2d2c11b)
    • Refactor slices in test cases for readability (d5f4c9f)
    • Test the EXEPATH optimization of system_prefix() (2b0639b)
    • Extract system_prefix() Windows strategies to helpers (3b304fa)
    • Update outdated expect() message in test helper (571ca6e)
    • Rename PlatformArchitecture helper PlatformBitness (5bf265b)
    • Further refactor rules loop in locations_under_program_files (2c6dcb2)
    • Clarify rules loop in locations_under_program_files (d06b89d)
    • Extend ALTERNATIVE_LOCATIONS for ARM64 Windows (1fa24cd)
    • Tweak formatting to fix lint (4662233)
    • Update alternative locations unit tests for ARM64 (ff3df53)
    • Update alternative locations integration tests for ARM64 (e9770a7)
    • Copyedit gix_path::env::git comments (8d2c262)
    • Use nul instead of NUL on Windows (b24783a)
    • Merge pull request #2100 from GitoxideLabs/release (202bc6d)
Instead of using the first existing subdirectory we fine, thischecks for all of them and requires that exactly one exist. If morethan one exist, then that is now treated the same as if none exist,falling back to the git --exec-path-based strategy, which issometimes slower but more robust. Extend ALTERNATIVE_LOCATIONS for ARM64 Windowsgix-path looks for and runs an installed git executable, whenpresent, to discover information about how Git is set up. Thisis used in several functions in gix_path::env, especially onWindows, where if git.exe is not found in a PATH search, thencommon installation locations for Git for Windows are checked.These locations on Windows are resolved based on information fromthe current environment, since different systems have differentprogram files directories. This was implemented in #1456 (whichbuilt on #1419). Although this was sufficient to find the mostcommon Git for Windows installation locations, it did not findARM64 builds of Git for Windows. Such builds place the non-shimgit.exe program in (git root)\clangarm64\bin, rather than in(git root)\mingw64\bin or (git root)\mingw32\bin. At the timeof #1419 and #1456, no stable ARM64 builds of Git for Windows wereavailable. Since then, Git for Windows began releasing such builds.This modifies the alternative locations examined if git.exe isnot found in a PATH search on Windows so that, where (git root)is in a 64-bit program files directory, we check for a(git root)\clangarm64\bin directory, in addition to checking fora (git root)\mingw64\bin directory as was already done.Although 64-bit and 32-bit program files directories are separate,on ARM64 systems the 64-bit program files directory is used bothfor ARM64 programs, which the system can run directly, and forx86_64 programs, which the system must run through emulation.This checks both clangarm64 and mingw64, where mingw64 waschecked before. It does so in that order, because if both areavailable, then we are probably on an ARM64 system, and the ARM64build of Git for Windows should be preferred, both because it willtend to perform better and because the user is likely to expectthat to be used. (An x86_64 build, especially if present directlyalongside an ARM64 build, may be left over from a previous versionof Git for Windows that didnt have ARM64 builds and that was onlyincompletely uninstalled.)This checks both, in that order, on all systems where we hadchecked mingw64 before, even on x86_64 systems. This is because:The reason its less straightforward is that, if our parent process(or other ancestor) passes down a sanitized environment while stillattempting to let the program files directories be found, then:(These complexities all relate to deciding whether and in whatorder to search bin subdirectories of clangarm64, mingw64,and mingw32. They would go away if we looked for the shim ratherthan the non-shim executable. This is because the path from(git root) to the shim does not contain a directory componentnamed after a build target. That simplification would carry its owntradeoffs, and it is unclear if it ought to be done; it is not donehere.) Use nul instead of NUL on WindowsNULL_DEVICE is /dev/null except on Windows, where there areseveral possible choices. Previously we were using NUL becausethe more modern full path \\.\NUL is not supported by git.However, git also rejects NUL, when capitalized, on someWindows systems. This can be observed on Windows 11 ARM64 builds.In contrast, the lower-case nul, which Windows itself treats thesame as NUL, is always accepted by Git for Windows.Although its not readily apparent why Git for Windows acceptsNUL on some Windows operating systems and/or platforms and notothers, the preferential treatment of nul (not extending toNUL) can be seen in a few places in the Git for Windows sourcecode, including in mingw_access (strcmp is case-sensitive):

0.10.20 (2025-08-03)

A maintenance release without user-facing changes.

Commit Statistics

  • 5 commits contributed to the release over the course of 19 calendar days.
  • 19 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release src-actor v0.35.3, src-path v0.10.20, src-features v0.43.1, src-object v0.50.1 (d64f257)
    • Prepare changelogs prior to release. (5e0122d)
    • Merge pull request #2090 from GitoxideLabs/dependabot/cargo/cargo-f147714000 (473fe52)
    • Bump the cargo group with 41 updates (428412c)
    • Merge pull request #2075 from GitoxideLabs/improvements (784c046)

0.10.19 (2025-07-15)

Other

  • Improve and correct normalize() documentation

Commit Statistics

  • 6 commits contributed to the release over the course of 65 calendar days.
  • 65 days passed between releases.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #2074

Commit Details

view details
  • #2074
    • Improve and correct normalize() documentation (45b369c)
  • Uncategorized
    • Release src-date v0.10.3, src-actor v0.35.2, src-trace v0.1.13, src-path v0.10.19, src-features v0.43.0, src-hash v0.19.0, src-hashtable v0.9.0, src-object v0.50.0, src-glob v0.21.0, src-attributes v0.27.0, src-command v0.6.2, src-packetline-blocking v0.19.1, src-filter v0.20.0, src-fs v0.16.0, src-commitgraph v0.29.0, src-revwalk v0.21.0, src-traverse v0.47.0, src-worktree-stream v0.22.0, src-archive v0.22.0, src-tempfile v18.0.0, src-lock v18.0.0, src-index v0.41.0, src-config-value v0.15.1, src-pathspec v0.12.0, src-ignore v0.16.0, src-worktree v0.42.0, src-diff v0.53.0, src-blame v0.3.0, src-ref v0.53.0, src-sec v0.12.0, src-config v0.46.0, src-prompt v0.11.1, src-url v0.32.0, src-credentials v0.30.0, src-discover v0.41.0, src-dir v0.15.0, src-mailmap v0.27.2, src-revision v0.35.0, src-merge v0.6.0, src-negotiate v0.21.0, src-pack v0.60.0, src-odb v0.70.0, src-refspec v0.31.0, src-shallow v0.5.0, src-packetline v0.19.1, src-transport v0.48.0, src-protocol v0.51.0, src-status v0.20.0, src-submodule v0.20.0, src-worktree-state v0.20.0, src v0.73.0, src-fsck v0.12.0, gitoxide-core v0.48.0, gitoxide v0.45.0, safety bump 43 crates (5a919c4)
    • Update changelogs prior to release (65037b5)
    • Merge pull request #2070 from GitoxideLabs/dependabot/cargo/cargo-827bceb7eb (dab97f7)
    • Bump the cargo group across 1 directory with 68 updates (a9a8ea1)
    • Merge pull request #2009 from GitoxideLabs/release-src-index (c3f06ae)

0.10.18 (2025-05-10)

A maintenance release without user-facing changes.

Commit Statistics

  • 5 commits contributed to the release over the course of 14 calendar days.
  • 14 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Thanks Clippy

Clippy helped 1 time to make code idiomatic.

Commit Details

view details
  • Uncategorized
    • Release src-path v0.10.18, src-date v0.10.2, src-traverse v0.46.2, src-index v0.40.1 (d2b4c44)
    • Prepare changelogs prior to release of src-index (bfc4880)
    • Merge pull request #1975 from GitoxideLabs/improvements (28935a5)
    • Thanks clippy (dbf65c9)
    • Merge pull request #1971 from GitoxideLabs/new-release (8d4c4d1)

0.10.17 (2025-04-26)

Commit Statistics

  • 3 commits contributed to the release.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release src-date v0.10.1, src-utils v0.3.0, src-actor v0.35.1, src-validate v0.10.0, src-path v0.10.17, src-features v0.42.1, src-hash v0.18.0, src-hashtable v0.8.1, src-object v0.49.1, src-glob v0.20.0, src-quote v0.6.0, src-attributes v0.26.0, src-command v0.6.0, src-packetline-blocking v0.19.0, src-filter v0.19.1, src-fs v0.15.0, src-commitgraph v0.28.0, src-revwalk v0.20.1, src-traverse v0.46.1, src-worktree-stream v0.21.1, src-archive v0.21.1, src-tempfile v17.1.0, src-lock v17.1.0, src-index v0.40.0, src-config-value v0.15.0, src-pathspec v0.11.0, src-ignore v0.15.0, src-worktree v0.41.0, src-diff v0.52.1, src-blame v0.2.1, src-ref v0.52.1, src-sec v0.11.0, src-config v0.45.1, src-prompt v0.11.0, src-url v0.31.0, src-credentials v0.29.0, src-discover v0.40.1, src-dir v0.14.1, src-mailmap v0.27.1, src-revision v0.34.1, src-merge v0.5.1, src-negotiate v0.20.1, src-pack v0.59.1, src-odb v0.69.1, src-refspec v0.30.1, src-shallow v0.4.0, src-packetline v0.19.0, src-transport v0.47.0, src-protocol v0.50.1, src-status v0.19.1, src-submodule v0.19.1, src-worktree-state v0.19.0, src v0.72.1, src-fsck v0.11.1, gitoxide-core v0.47.1, gitoxide v0.44.0 (e104545)
    • Bump all prior pratch levels to majors (5f7f805)
    • Merge pull request #1969 from GitoxideLabs/new-release (631f07a)

0.10.16 (2025-04-25)

New Features

  • Add &gix_path::RelativePath. It's a utility to assure functions get the right input, i.e. a type-safe version of what previously was &BStr

Commit Statistics

  • 13 commits contributed to the release.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release src-path v0.10.16, src-features v0.42.0, src-hash v0.17.1, src-object v0.49.0, src-glob v0.19.1, src-quote v0.5.1, src-attributes v0.25.1, src-command v0.5.1, src-packetline-blocking v0.18.4, src-filter v0.19.0, src-fs v0.14.1, src-commitgraph v0.27.1, src-revwalk v0.20.0, src-traverse v0.46.0, src-worktree-stream v0.21.0, src-archive v0.21.0, src-tempfile v17.0.1, src-lock v17.0.1, src-index v0.39.1, src-config-value v0.14.13, src-pathspec v0.10.1, src-ignore v0.14.1, src-worktree v0.40.1, src-diff v0.52.0, src-blame v0.2.0, src-ref v0.52.0, src-sec v0.10.13, src-config v0.45.0, src-prompt v0.10.1, src-url v0.30.1, src-credentials v0.28.1, src-discover v0.40.0, src-dir v0.14.0, src-mailmap v0.27.0, src-revision v0.34.0, src-merge v0.5.0, src-negotiate v0.20.0, src-pack v0.59.0, src-odb v0.69.0, src-refspec v0.30.0, src-shallow v0.3.1, src-packetline v0.18.5, src-transport v0.46.1, src-protocol v0.50.0, src-status v0.19.0, src-submodule v0.19.0, src-worktree-state v0.18.1, src v0.72.0, src-fsck v0.11.0, gitoxide-core v0.47.0, gitoxide v0.43.0 (cc5b696)
    • Adjusting changelogs prior to release of src-path v0.10.16, src-features v0.42.0, src-hash v0.17.1, src-object v0.49.0, src-glob v0.19.1, src-quote v0.5.1, src-attributes v0.25.1, src-command v0.5.1, src-packetline-blocking v0.18.4, src-filter v0.19.0, src-fs v0.14.1, src-commitgraph v0.27.1, src-revwalk v0.20.0, src-traverse v0.46.0, src-worktree-stream v0.21.0, src-archive v0.21.0, src-tempfile v17.0.1, src-lock v17.0.1, src-index v0.39.1, src-config-value v0.14.13, src-pathspec v0.10.1, src-ignore v0.14.1, src-worktree v0.40.1, src-diff v0.52.0, src-blame v0.2.0, src-ref v0.52.0, src-sec v0.10.13, src-config v0.45.0, src-prompt v0.10.1, src-url v0.30.1, src-credentials v0.28.1, src-discover v0.40.0, src-dir v0.14.0, src-mailmap v0.27.0, src-revision v0.34.0, src-merge v0.5.0, src-negotiate v0.20.0, src-pack v0.59.0, src-odb v0.69.0, src-refspec v0.30.0, src-shallow v0.3.1, src-packetline v0.18.5, src-transport v0.46.1, src-protocol v0.50.0, src-status v0.19.0, src-submodule v0.19.0, src-worktree-state v0.18.1, src v0.72.0, src-fsck v0.11.0, gitoxide-core v0.47.0, gitoxide v0.43.0, safety bump 7 crates (49fa9f3)
    • Release src-date v0.10.0, src-utils v0.2.1, src-actor v0.35.0, src-validate v0.9.5, src-path v0.10.15, src-features v0.42.0, src-hash v0.17.1, src-object v0.49.0, src-glob v0.19.1, src-quote v0.5.1, src-attributes v0.25.0, src-command v0.5.1, src-packetline-blocking v0.18.4, src-filter v0.19.0, src-fs v0.14.0, src-commitgraph v0.27.1, src-revwalk v0.20.0, src-traverse v0.46.0, src-worktree-stream v0.21.0, src-archive v0.21.0, src-tempfile v17.0.1, src-lock v17.0.1, src-index v0.39.0, src-config-value v0.14.13, src-pathspec v0.10.1, src-ignore v0.14.1, src-worktree v0.40.0, src-diff v0.52.0, src-blame v0.2.0, src-ref v0.51.0, src-sec v0.10.13, src-config v0.45.0, src-prompt v0.10.1, src-url v0.30.1, src-credentials v0.28.1, src-discover v0.40.0, src-dir v0.14.0, src-mailmap v0.27.0, src-revision v0.34.0, src-merge v0.5.0, src-negotiate v0.20.0, src-pack v0.59.0, src-odb v0.69.0, src-refspec v0.30.0, src-shallow v0.3.1, src-packetline v0.18.5, src-transport v0.46.0, src-protocol v0.50.0, src-status v0.19.0, src-submodule v0.19.0, src-worktree-state v0.18.0, src v0.72.0, src-fsck v0.11.0, gitoxide-core v0.46.0, gitoxide v0.43.0, safety bump 30 crates (db0b095)
    • Update changelogs prior to release (0bf84db)
    • Merge pull request #1935 from pierrechevalier83/fix_1923 (3b1bef7)
    • J fmt (c3c6504)
    • Merge pull request #1921 from cruessler/introduce-repository-path (fdc06b1)
    • Refactor (294902e)
    • Add &gix_path::RelativePath. (9f8a468)
    • Merge pull request #1949 from GitoxideLabs/dependabot/cargo/cargo-6893e2988a (b5e9059)
    • Adapt src-path tests to changes in windows (2fc48a1)
    • Bump the cargo group with 21 updates (68e6b2e)
    • Merge pull request #1919 from GitoxideLabs/release (420e730)

0.10.15 (2025-04-04)

Bug Fixes

  • Check prefix and prefer shim in gix_path::env::shell() This makes a few changes to make shell() more robust:

    1. Check the last two components of the path git --exec-path gave, to make sure they are libexec/git-core.
  1. Check the grandparent component (that ../.. would go to) of the path git --exec-path gave, to make sure it is recognized name of a platform-specific usr-like directory that has been used in MSYS2.

    This is to avoid traversing up out of less common directory trees that have some different and shallower structure than found in a typical Git for Windows or MSYS2 installation.

  2. Instead of using only the (git root)/usr/bin/sh.exe non-shim, prefer the (git root)/bin/sh.exe shim. If that is not found, fall back to the (git root)/usr/bin/sh.exe non-shim, mainly to support the Git for Windows SDK, which doesn't have the shim.

    The reason to prefer the shim is that it sets environment variables, including prepending bin directories that provide tools one would expect to have when using it. Without this, common POSIX commands may be unavailable, or different and incompatible implementations of them may be found.

    In particular, if they are found in a different MSYS2 installation whose msys-2.0.dll is of a different version or otherwise a different build, then calling them directly may produce strange behavior. See:

    This makes things more robust overall than either preferring the non-shim or just doing a path search for sh as was done before that. But it exacerbates #1868 (as described there), so if the Git for Windows sh.exe shim continues to work as it currently does, then further improvements may be called for here.

  1. Adding components with / separators. While in principle a \ should work, the path of the shell itself is used in shell scripts (script files and sh -c operands) that may not account for the presence of backslashes, and it is also harder to read paths with \ in contexts where it appears escaped, which may include various messages from Rust code and shell scripts.

    The path before what we add will already use / and never \, unless GIT_EXEC_PATH has been set to a strange value, because it is based on git --exec-path, which by default gives a path with / separators. Thus, ensuring that the part we add uses / should be sufficient to get a path without \ in all cases when it is clearly reasonable to do so. This therefore also usually increases stylistic consistency of the path, which is another factor that makes it more user-friendly in messages.

    This is needed to get tests to pass since changing src-command to use gix_path::env::shell() on Windows, where a path is formatted in away that sometimes quotes \ characters. Their expectations could be adjusted, but it seems likely that various other software, much of which may otherwise be working, has similar expectations. Using / instead of \ works whether \ is expected to be displayed quoted or not.

  2. Check that the path to the shell plausibly has a shell there, only using it if it a file or a non-broken file symlink. When this is not the case, the fallback short name is used instead.

  3. The fallback short name is changed from sh to sh.exe, since the .exe suffix is appended in other short names on Windows, such as git.exe, as well as being part of the filename component of the path we build for the shell when using the implementation provided as part of Git for Windows.

Other

  • Fix to_windows_separators docstring, revise others The gix_path::convert::to_windows_separators documentation comment had inadvertently described the opposite of what this function does, saying it changed backslashed to slashes and that the effect was like a Unix path. This fixes the docstring so it saye to_windows_separators changes slashes to backslashes, and moves the text that likens it to paths on Unix to the to_unix_separators docstring, where it applies.

    This also makes a number of other more minor revisions for clarity and stylistic consistency to documentation comments on other functions in the gix_path::convert module.

New Features

  • Add &gix_path::RelativePath. It's a utility to assure functions get the right input, i.e. a type-safe version of what previously was &BStr

Commit Statistics

  • 26 commits contributed to the release.
  • 3 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Thanks Clippy

Clippy helped 1 time to make code idiomatic.

Commit Details

view details
  • Uncategorized
    • Release src-date v0.9.4, src-utils v0.2.0, src-actor v0.34.0, src-features v0.41.0, src-hash v0.17.0, src-hashtable v0.8.0, src-path v0.10.15, src-validate v0.9.4, src-object v0.48.0, src-glob v0.19.0, src-quote v0.5.0, src-attributes v0.25.0, src-command v0.5.0, src-packetline-blocking v0.18.3, src-filter v0.18.0, src-fs v0.14.0, src-commitgraph v0.27.0, src-revwalk v0.19.0, src-traverse v0.45.0, src-worktree-stream v0.20.0, src-archive v0.20.0, src-tempfile v17.0.0, src-lock v17.0.0, src-index v0.39.0, src-config-value v0.14.12, src-pathspec v0.10.0, src-ignore v0.14.0, src-worktree v0.40.0, src-diff v0.51.0, src-blame v0.1.0, src-ref v0.51.0, src-config v0.44.0, src-prompt v0.10.0, src-url v0.30.0, src-credentials v0.28.0, src-discover v0.39.0, src-dir v0.13.0, src-mailmap v0.26.0, src-revision v0.33.0, src-merge v0.4.0, src-negotiate v0.19.0, src-pack v0.58.0, src-odb v0.68.0, src-refspec v0.29.0, src-shallow v0.3.0, src-packetline v0.18.4, src-transport v0.46.0, src-protocol v0.49.0, src-status v0.18.0, src-submodule v0.18.0, src-worktree-state v0.18.0, src v0.71.0, src-fsck v0.10.0, gitoxide-core v0.46.0, gitoxide v0.42.0, safety bump 48 crates (b41312b)
    • Update changelogs prior to release (38dff41)
    • Merge pull request #1907 from EliahKagan/run-ci/raw (7b17da6)
    • Use raw literals for more strings with backslashes (01bd76d)
    • Merge pull request #1862 from EliahKagan/run-ci/consistent-sh (0ba3147)
    • Compile the new tests on all platforms (b70cdb1)
    • Expand git_for_windows_root() comments (c824b92)
    • Add some tests for finding associated executables (fb67059)
    • Revise find_git_associated_windows_executable future directions (56dc3cc)
    • Generalize the gix_path::env::auxiliary helpers (17b5c31)
    • Simplify code and comments (0a6a056)
    • Remove a potentially misleading docstring paragraph (bd26745)
    • Divide helpers more logically, expand doc comments (9d9ec58)
    • Move shell() helpers to a helper module (0b75b23)
    • Don't match libexec/git-core in usr; refactor (83574e1)
    • Check prefix and prefer shim in gix_path::env::shell() (1f269b0)
    • Revise gix_path::env docstrings for clarity (da7d70e)
    • Use / in gix_path::env::shell() and check existence (10af2d0)
    • Merge pull request #1854 from GitoxideLabs/montly-report (16a248b)
    • Thanks clippy (8e96ed3)
    • Merge pull request #1841 from EliahKagan/no-esc-todo (ad7a94e)
    • Merge pull request #1843 from EliahKagan/convert-doc (bb64ee1)
    • Clarify to_unix_separators{,_on_windows} relationship (42875c9)
    • Fix to_windows_separators docstring, revise others (0286351)
    • Remove TODOs about using path-slash to handle escapes (a810d1f)
    • Merge pull request #1778 from GitoxideLabs/new-release (8df0db2)
This makes things more robust overall than either preferring thenon-shim or just doing a path search for sh as was done beforethat. But it exacerbates #1868 (as described there), so if theGit for Windows sh.exe shim continues to work as it currentlydoes, then further improvements may be called for here.

0.10.14 (2025-01-18)

Chore

  • bump rust-version to 1.70 That way clippy will allow to use the fantastic Option::is_some_and() and friends.

New Features

  • add env::core_dir()
  • add env::git_shell() to obtain the shell Git would be using. This is particularly useful to execute Git hooks.

Bug Fixes

  • rename env::login_shell() to shell() and explain what it is. This assures we don't suggest the usage of actual login shells to ever be used to execute hooks.

    Note that this is not marked as breaking change as no release was made with the old name yet.

Commit Statistics

  • 13 commits contributed to the release over the course of 55 calendar days.
  • 55 days passed between releases.
  • 4 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release src-utils v0.1.14, src-actor v0.33.2, src-hash v0.16.0, src-trace v0.1.12, src-features v0.40.0, src-hashtable v0.7.0, src-path v0.10.14, src-validate v0.9.3, src-object v0.47.0, src-glob v0.18.0, src-quote v0.4.15, src-attributes v0.24.0, src-command v0.4.1, src-packetline-blocking v0.18.2, src-filter v0.17.0, src-fs v0.13.0, src-chunk v0.4.11, src-commitgraph v0.26.0, src-revwalk v0.18.0, src-traverse v0.44.0, src-worktree-stream v0.19.0, src-archive v0.19.0, src-bitmap v0.2.14, src-tempfile v16.0.0, src-lock v16.0.0, src-index v0.38.0, src-config-value v0.14.11, src-pathspec v0.9.0, src-ignore v0.13.0, src-worktree v0.39.0, src-diff v0.50.0, src-blame v0.0.0, src-ref v0.50.0, src-sec v0.10.11, src-config v0.43.0, src-prompt v0.9.1, src-url v0.29.0, src-credentials v0.27.0, src-discover v0.38.0, src-dir v0.12.0, src-mailmap v0.25.2, src-revision v0.32.0, src-merge v0.3.0, src-negotiate v0.18.0, src-pack v0.57.0, src-odb v0.67.0, src-refspec v0.28.0, src-shallow v0.2.0, src-packetline v0.18.3, src-transport v0.45.0, src-protocol v0.48.0, src-status v0.17.0, src-submodule v0.17.0, src-worktree-state v0.17.0, src v0.70.0, src-fsck v0.9.0, gitoxide-core v0.45.0, gitoxide v0.41.0, safety bump 42 crates (dea106a)
    • Update all changelogs prior to release (1f6390c)
    • Merge pull request #1762 from GitoxideLabs/fix-1759 (7ec21bb)
    • Bump rust-version to 1.70 (17835bc)
    • Merge pull request #1758 from GitoxideLabs/git-shell (851a7c4)
    • Apply suggestions from code review (5400320)
    • More robust localization of sh.exe on Windows (0737c41)
    • Add env::core_dir() (73ee27a)
    • Rename env::login_shell() to shell() and explain what it is. (51bbb86)
    • Merge pull request #1752 from GitoxideLabs/git-shell (1ca480a)
    • Add env::git_shell() to obtain the shell Git would be using. (840c71d)
    • Refactor git-path tests (4ef3a8d)
    • Merge pull request #1701 from GitoxideLabs/release (e8b3b41)

0.10.13 (2024-11-24)

A maintenance release without user-facing changes.

Commit Statistics

  • 5 commits contributed to the release.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release src-date v0.9.2, src-actor v0.33.1, src-hash v0.15.1, src-features v0.39.1, src-validate v0.9.2, src-object v0.46.0, src-path v0.10.13, src-quote v0.4.14, src-attributes v0.23.1, src-packetline-blocking v0.18.1, src-filter v0.15.0, src-chunk v0.4.10, src-commitgraph v0.25.1, src-revwalk v0.17.0, src-traverse v0.43.0, src-worktree-stream v0.17.0, src-archive v0.17.0, src-config-value v0.14.10, src-lock v15.0.1, src-ref v0.49.0, src-config v0.42.0, src-prompt v0.8.9, src-url v0.28.1, src-credentials v0.25.1, src-bitmap v0.2.13, src-index v0.37.0, src-worktree v0.38.0, src-diff v0.48.0, src-discover v0.37.0, src-pathspec v0.8.1, src-dir v0.10.0, src-mailmap v0.25.1, src-revision v0.31.0, src-merge v0.1.0, src-negotiate v0.17.0, src-pack v0.55.0, src-odb v0.65.0, src-packetline v0.18.1, src-transport v0.43.1, src-protocol v0.46.1, src-refspec v0.27.0, src-status v0.15.0, src-submodule v0.16.0, src-worktree-state v0.15.0, src v0.68.0, src-fsck v0.8.0, gitoxide-core v0.43.0, gitoxide v0.39.0, safety bump 25 crates (8ce4912)
    • Prepare changelogs prior to release (bc9d994)
    • Merge pull request #1662 from paolobarbolini/thiserror-v2 (7a40648)
    • Upgrade thiserror to v2.0.0 (0f0e4fe)
    • Merge pull request #1642 from GitoxideLabs/new-release (db5c9cf)

0.10.12 (2024-10-22)

Bug Fixes

  • Don't read "installation" config from GIT_CONFIG When src-path runs git config -l ... to obtain the path of a configuration file to regard as being associated with the git installation itself, it now no longer allows GIT_CONFIG to affect this path.

    Previously, setting GIT_CONFIG would treat it as the path of a GitInstallation configuration file. Although it is possible that this may have been used intentionally, it was never documented, did not work reliably on all platforms, and carried significant disadvantages. This is most likely a non-breaking change.

    The disadvantages of treating a path in GIT_CONFIG as the path to a configuration file associated with the git installation were:

    • For git, the GIT_CONFIG environment variable only affects git config commands, and not other commands that use configuration variables (which are most git commands). But when src-path would obtain a path from git config -l ... that came from GIT_CONFIG, that configuration file would be used anywhere, and not only src config commands.

Other

  • Update gitoxide repository URLs This updates Byron/gitoxide URLs to GitoxideLabs/gitoxide in:

    • Markdown documentation, except changelogs and other such files where such changes should not be made.

    • Documentation comments (in .rs files).

    • Manifest (.toml) files, for the value of the repository key.

    • The comments appearing at the top of a sample hook that contains a repository URL as an example.

    When making these changes, I also allowed my editor to remove trailing whitespace in any lines in files already being edited (since, in this case, there was no disadvantage to allowing this).

    The gitoxide repository URL changed when the repository was moved into the recently created GitHub organization GitoxideLabs, as detailed in #1406. Please note that, although I believe updating the URLs to their new canonical values is useful, this is not needed to fix any broken links, since Byron/gitoxide URLs redirect (and hopefully will always redirect) to the coresponding GitoxideLabs/gitoxide URLs.

    While this change should not break any URLs, some affected URLs were already broken. This updates them, but they are still broken. They will be fixed in a subsequent commit.

    This also does not update Byron/gitoxide URLs in test fixtures or test cases, nor in the Makefile. (It may make sense to change some of those too, but it is not really a documentation change.)

Commit Statistics

  • 11 commits contributed to the release over the course of 46 calendar days.
  • 46 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release src-date v0.9.1, src-utils v0.1.13, src-actor v0.33.0, src-hash v0.15.0, src-trace v0.1.11, src-features v0.39.0, src-hashtable v0.6.0, src-validate v0.9.1, src-object v0.45.0, src-path v0.10.12, src-glob v0.17.0, src-quote v0.4.13, src-attributes v0.23.0, src-command v0.3.10, src-packetline-blocking v0.18.0, src-filter v0.14.0, src-fs v0.12.0, src-chunk v0.4.9, src-commitgraph v0.25.0, src-revwalk v0.16.0, src-traverse v0.42.0, src-worktree-stream v0.16.0, src-archive v0.16.0, src-config-value v0.14.9, src-tempfile v15.0.0, src-lock v15.0.0, src-ref v0.48.0, src-sec v0.10.9, src-config v0.41.0, src-prompt v0.8.8, src-url v0.28.0, src-credentials v0.25.0, src-ignore v0.12.0, src-bitmap v0.2.12, src-index v0.36.0, src-worktree v0.37.0, src-diff v0.47.0, src-discover v0.36.0, src-pathspec v0.8.0, src-dir v0.9.0, src-mailmap v0.25.0, src-merge v0.0.0, src-negotiate v0.16.0, src-pack v0.54.0, src-odb v0.64.0, src-packetline v0.18.0, src-transport v0.43.0, src-protocol v0.46.0, src-revision v0.30.0, src-refspec v0.26.0, src-status v0.14.0, src-submodule v0.15.0, src-worktree-state v0.14.0, src v0.67.0, src-fsck v0.7.0, gitoxide-core v0.42.0, gitoxide v0.38.0, safety bump 41 crates (3f7e8ee)
    • Merge pull request #1624 from EliahKagan/update-repo-url (795962b)
    • Update gitoxide repository URLs (64ff0a7)
    • Merge pull request #1594 from EliahKagan/comments (ab8880f)
    • Expand and clarify "unkown" scope comment in git_cmd (1526b01)
    • Merge pull request #1583 from EliahKagan/config-origin-env (130db3b)
    • Don't read "installation" config from GIT_CONFIG (eb72d31)
    • Fix the never_from_git_config_env_var test (f8e38d0)
    • Start testing that installation config is not from GIT_CONFIG (340ff37)
    • Unset other GIT_DIR related env vars in git config -l (01a412f)
    • Merge pull request #1582 from Byron/src-path-release (93e86f1)

0.10.11 (2024-09-06)

Bug Fixes

  • Don't require usable temp dir to get installation config When running git config -l ... to find the configuration file path associated with the git installation itself, the current working directory for the subprocess was set to the current directory prior to #1523, and to /tmp or a /tmp-like directory since #1523 (which improved performance and security).

    This builds on #1523, as well as on subsequent changes to run git in a way that its behavior depends less on its CWD, by making an even more robust choice of CWD for the subprocess, so that the CWD is less likely to be deeply nested or on network storage; more likely to exist; and, on Unix-like systems, less likely to contain a .git entry (though a git with security updates should refuse to take any configuration from such a repository unless it is owned by the user).

    Due to a combination of other measures that harden against malicious or unusual contents (especially setting GIT_DIR), the most significant benefit of this change is to fix the problem that a nonexistent temp dir would prevent the command from succeeding.

    The main way that could happen is if TMPDIR on Unix-like systems, or TMP or TEMP on Windows, is set to an incorrect value. Because these variables are sometimes reasonable to customize for specific purposes, it is plausible for them to be set to incorrect values by accident.

    Except on Windows, this always uses / as the CWD for the subprocess.

    On Windows, we use the Windows directory (usually C:\Windows) rather than the root of the system drive (usually C:\), because:

    • We are currently obtaining this information from environment variables, and it is possible for our own parent process to pass down an overly sanitized environment.
  • The user profile directory may be more deeply nested.

  • The user profile directory may sometimes be on slow network storage when the discovered Windows directory is not.

  • In some situations, the user profile directory does not actually exist, or does not exist yet.

  • Overly sanitized environments are more likely to lack the USERPROFILE vairable than the SystemRoot variable.

  • Users may occasionally choose to have their entire user profile directory be a Git repository.

  • It's no easier to avoid the problem of using C:\.git in a user profile directory than in C:\Windows: they're usually both under C:\, and are both not the same as C:\. (If the user profile directory is a repository, then that will avoid that problem, yet be its own problem, if not for other measures that prevent both.)

  • If the git command is an old and unpatched vulnerable version in which safe.directory is not yet implemented, or in which https://github.com/git/git/security/advisories/GHSA-j342-m5hw-rr3v or other vulnerabilities where git would perform operations on untrusted local repositories owned by other users are unpatched, then a .git subdirectory of a shared /tmp or /tmp-like directory could be created by another account, and its local configuration would still have been used. (This is not a bug in gitoxide per se; having vulnerable software installed that other software may use is inherently insecure. But it is nice to offer a small amount of protection against this when readily feasible.)

  • If the /tmp-like location is a Git repository owned by the current user, then its local configuration would have been used.

  • https://github.com/dotnet/docs/issues/41193

  • https://github.com/python/cpython/pull/95486#issuecomment-1881469554

  • https://github.com/python/cpython/pull/95486#issuecomment-1882134234

  • Parsing is more reliable for paths containing unusual characters, because -z/--null causes all paths to be output literally.

    Previously, " characters were trimmed from the ends, but this would not always extract a correct path, because when a path contains characters that cause git to enclose it in double quotes, those characters are usually represented in a symbolic form, usually with \ escapes.

    In some scenarios, such as usually on Windows when the escaped character is itself a \ and not in the leading position, the mangled path would be usable, but more often it would not.

  • The volume of output is less, because --name-only casues values not to be included in the output.

  • The combination of -z/--null and --name-only makes the output format simpler, and the parsing logic is accordingly simpler.

Commit Statistics

  • 57 commits contributed to the release.
  • 14 days passed between releases.
  • 3 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release src-trace v0.1.10, src-path v0.10.11 (012a754)
    • Prepare changelogs prior to release. (c759819)
    • Merge pull request #1569 from EliahKagan/config-origin-naming (3cf9694)
    • Rename to GIT_HIGHEST_SCOPE_CONFIG_PATH (0672576)
    • Merge pull request #1568 from EliahKagan/config-origin-next (adbaa2a)
    • Rename EXE_INFO to something that probably captures its contents better. (dd2d666)
    • Run cargo fmt (b11f7db)
    • Make EXE_NAME a const too (fb0b6d8)
    • Make NULL_DEVICE a const, rather than a static item (9917d47)
    • Put first_file_from_config_with_origin test with related ones (57e9a6f)
    • Fix indentation nit (7cd20bb)
    • Merge pull request #1567 from EliahKagan/config-origin (dd65e7b)
    • Improve structure of exe_info tests (5ac5f74)
    • Clarify comment about where we run git from (5200184)
    • Test no local scope with empty system config (6160a83)
    • Don't set/change ceiling directories (2bce0d2)
    • Explore also setting a ceiling directory (073e277)
    • Fix misstatement of Windows directory rationale (4e936bc)
    • Unset a couple env vars just in case (8f6d39d)
    • Simplify the new comments (b827813)
    • Explain why we run git from a different directory (7fa5e35)
    • Small clarity tweaks (598c487)
    • Fix os::windows error on non-Windows (1305114)
    • Refactor for readability; clarify comments (ab0dcc1)
    • Fix unused import on non-Windows systems (8472447)
    • Don't require usable temp dir to get installation config (f70b904)
    • Explain why we don't just use --system (29c6cca)
    • Explain why we don't just use --show-scope (f35e44c)
    • Fix a test name for consistency (15e7b67)
    • Add another broken temp test (c80d562)
    • Extract nonexistent directory logic to a test helper struct (e60540f)
    • Maybe slightly decrease risk of test precondition check failure (56dab13)
    • Adjust some test code for clarity (5c1b4c0)
    • Check env::temp_dir() in both tests that set temp vars (79af259)
    • Clarify assert and expect messages (703f882)
    • Test EXE_INFO no local config even if temp dir doesn't exist (60465a5)
    • Slightly improve quality of test failure messages (9641660)
    • Set GIT_WORK_TREE along with GIT_DIR, to avoid confusion (5723077)
    • More robustly ensure "installation" config is not local (7280a2d)
    • Check that the test affects env::temp_dir() as desired (15cec4e)
    • Fix bug in new test where temp dir should be a repo (744bb38)
    • Test EXE_INFO no local config even if temp dir is a repo (287f267)
    • Code formatting (65d5151)
    • Fix EXE_INFO no local scope test for macOS (49e0715)
    • Add generated archive for local_config.sh (fd065ac)
    • Test that EXE_INFO never has local scope config (5a300e6)
    • Make EXE_INFO testable and add a basic test for it (1ee98bf)
    • Reorder gix_path::env::git tests to match order in code (ccd0401)
    • Extract git_cmd helper for EXE_INFO (de2f35f)
    • Parse installation config path more robustly (650a1b5)
    • Comment Git version compatibility for EXE_INFO (9df57aa)
    • Merge pull request #1557 from Byron/merge-base (649f588)
    • Allow empty-docs (beba720)
    • Merge branch 'global-lints' (37ba461)
    • Workspace Clippy lint management (2e0ce50)
    • Merge pull request #1546 from nyurik/semilocons (f992fb7)
    • Add missing semicolons (ec69c88)
https://github.com/Byron/gitoxide/security/advisories/GHSA-mgvv-9p9g-3jv4

0.10.10 (2024-08-22)

A maintenance release without user-facing changes.

Commit Statistics

  • 7 commits contributed to the release.
  • 35 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release src-date v0.9.0, src-actor v0.31.6, src-validate v0.9.0, src-object v0.43.0, src-path v0.10.10, src-attributes v0.22.4, src-command v0.3.9, src-packetline-blocking v0.17.5, src-filter v0.12.0, src-fs v0.11.3, src-revwalk v0.14.0, src-traverse v0.40.0, src-worktree-stream v0.14.0, src-archive v0.14.0, src-ref v0.46.0, src-config v0.39.0, src-prompt v0.8.7, src-url v0.27.5, src-credentials v0.24.5, src-ignore v0.11.4, src-index v0.34.0, src-worktree v0.35.0, src-diff v0.45.0, src-discover v0.34.0, src-dir v0.7.0, src-mailmap v0.23.6, src-negotiate v0.14.0, src-pack v0.52.0, src-odb v0.62.0, src-packetline v0.17.6, src-transport v0.42.3, src-protocol v0.45.3, src-revision v0.28.0, src-refspec v0.24.0, src-status v0.12.0, src-submodule v0.13.0, src-worktree-state v0.12.0, src v0.65.0, src-fsck v0.5.0, gitoxide-core v0.40.0, gitoxide v0.38.0, safety bump 25 crates (d19af16)
    • Prepare changelogs prior to release (0f25841)
    • Merge pull request #1523 from martinvonz/push-xmsuurxprnnw (83c9de0)
    • Remove --system from git config call as it fails on MacOS (6b1c243)
    • Run git config -l in temp dir when looking up system config (20ef4e9)
    • Merge branch 'push-ysnqkzlzwuwq' (e2c747d)
    • Don't show console on Windows (087594c)

0.10.9 (2024-07-18)

Bug Fixes

  • Don't assume program files folder locations This checks where program files directories are located on a Windows system, which are used for a fallback check after git has not been found in a PATH search (to invoke git to find out information such as the location of its system config file).

    Previously, two hard-coded paths were used. These were correct for the vast majority of 64-bit Windows systems, but were in practice never correct on 32-bit Windows systems. Checking programmatically for the locations should thus enable detection to succeed on more systems and under more circumstances, and avoid other problems.

Commit Statistics

  • 36 commits contributed to the release.
  • 23 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release src-path v0.10.9 (15f1cf7)
    • Merge branch 'program-files' (ffe6b60)
    • Refactor (73ed340)
    • Move test::loc's use statements up (dd53408)
    • Update/refine comments and do some minor cleanup (dea1746)
    • Omit excess punctuation in expect messages (76e3b28)
    • Thanks clippy (464e0a2)
    • Add second super:: in non-Windows alternative_locations test (8ae54e8)
    • Don't assume program files folder locations (15235bf)
    • Fix test bug generating expected value on 32-bit system (98db88b)
    • Put the new tests in their own nested mod (d254e62)
    • Rename helper, write its tests (and their helpers), fix a bug (e990bcd)
    • Call fewer different things "suffixes" (de7c49f)
    • Reorder statements in alternative_locations test for clarity (4d98535)
    • Simplify path construction and config; improve comments (c8b2eb3)
    • Add the missing Git component in the suffixes (1f0c3bf)
    • Remove a fixme that should no longer be done (00127a7)
    • Rename helper; condense huge comment and move into position (df175bc)
    • Fix the helper to join the mingw*/bin subdirs (c486a7d)
    • Start implementing a helper for ALTERNATIVE_LOCATIONS (167dc14)
    • Narrow assert_architectures fixme to just what's left (e9eabeb)
    • Adjust GitBinSuffixes so uses in the test method are clearer (671c476)
    • Assert that the corresponding suffixes are correct (5258f7a)
    • Assert ALTERNATIVE_LOCATIONS count and prefixes (dd1e5c8)
    • Rename PathsByRole to ProgramFilesPaths (3dd1d1f)
    • Clarify what pf_current represents (95708dd)
    • Make PathsByRole::maybe_pf_64bit an Option (5701145)
    • Remove extra comment left over from before (518fd27)
    • Improve expect and assert messages in PathsByRole::validate() (5df0cf5)
    • Revise obtain_envlessly() doc comment for clarity (a5a5342)
    • Do a minor simplification now that it's PathBuf (99a8eb3)
    • Make ALTERNATIVE_LOCATIONS items PathBuf (5b206bc)
    • Start on unit test for ALTERNATIVE_LOCATIONS (edc1351)
    • Add dev dependencies for soon to be added unit test (6af59ca)
    • Restyle just-changed and related code for clarity (98b3d90)
    • Make ALTERNATIVE_LOCATIONS dynamic and OsString-based (9eaa0d9)

0.10.8 (2024-06-24)

New Features

  • provide env::executable_invocation() to know how to invoke Git. That way we can make it easier to rely on Git even if finding it is a bit more involved.

Commit Statistics

  • 5 commits contributed to the release over the course of 3 calendar days.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release src-path v0.10.8 (8d89b86)
    • Merge branch 'git-executable' (f0a4431)
    • Use gix_path::env::executable_invocation() where possible. (5bf7f89)
    • Provide env::executable_invocation() to know how to invoke Git. (fee775c)
    • Merge branch 'main' into config-key-take-2 (9fa1054)

0.10.7 (2024-03-14)

A maintenance release without user-facing changes.

Commit Statistics

  • 4 commits contributed to the release over the course of 4 calendar days.
  • 18 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release src-date v0.8.5, src-hash v0.14.2, src-trace v0.1.8, src-utils v0.1.11, src-features v0.38.1, src-actor v0.31.0, src-validate v0.8.4, src-object v0.42.0, src-path v0.10.7, src-glob v0.16.2, src-quote v0.4.12, src-attributes v0.22.2, src-command v0.3.6, src-filter v0.11.0, src-fs v0.10.1, src-chunk v0.4.8, src-commitgraph v0.24.2, src-hashtable v0.5.2, src-revwalk v0.13.0, src-traverse v0.38.0, src-worktree-stream v0.11.0, src-archive v0.11.0, src-config-value v0.14.6, src-tempfile v13.1.1, src-lock v13.1.1, src-ref v0.43.0, src-sec v0.10.6, src-config v0.36.0, src-prompt v0.8.4, src-url v0.27.2, src-credentials v0.24.2, src-ignore v0.11.2, src-bitmap v0.2.11, src-index v0.31.0, src-worktree v0.32.0, src-diff v0.42.0, src-discover v0.31.0, src-pathspec v0.7.1, src-dir v0.2.0, src-macros v0.1.4, src-mailmap v0.23.0, src-negotiate v0.13.0, src-pack v0.49.0, src-odb v0.59.0, src-packetline v0.17.4, src-transport v0.41.2, src-protocol v0.44.2, src-revision v0.27.0, src-refspec v0.23.0, src-status v0.7.0, src-submodule v0.10.0, src-worktree-state v0.9.0, src v0.60.0, safety bump 26 crates (b050327)
    • Prepare changelogs prior to release (52c3bbd)
    • Merge branch 'status' (3e5c974)
    • Fix lints for nightly, and clippy (f8ce3d0)

0.10.6 (2024-02-25)

New Features

  • add relativize_with_prefix(). With it, a path 'a' with prefix 'b' will be '../a'.
  • add try_os_str_into_bstr(), with Cow<OsStr> as input.

Commit Statistics

  • 6 commits contributed to the release over the course of 16 calendar days.
  • 30 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release src-date v0.8.4, src-utils v0.1.10, src-actor v0.30.1, src-object v0.41.1, src-path v0.10.6, src-glob v0.16.1, src-quote v0.4.11, src-attributes v0.22.1, src-command v0.3.5, src-filter v0.10.0, src-commitgraph v0.24.1, src-worktree-stream v0.10.0, src-archive v0.10.0, src-config-value v0.14.5, src-ref v0.42.0, src-sec v0.10.5, src-config v0.35.0, src-prompt v0.8.3, src-url v0.27.1, src-credentials v0.24.1, src-ignore v0.11.1, src-index v0.30.0, src-worktree v0.31.0, src-diff v0.41.0, src-discover v0.30.0, src-pathspec v0.7.0, src-dir v0.1.0, src-pack v0.48.0, src-odb v0.58.0, src-transport v0.41.1, src-protocol v0.44.1, src-revision v0.26.1, src-refspec v0.22.1, src-status v0.6.0, src-submodule v0.9.0, src-worktree-state v0.8.0, src v0.59.0, src-fsck v0.3.0, gitoxide-core v0.36.0, gitoxide v0.34.0, safety bump 10 crates (45b4470)
    • Prepare changelogs prior to release (f2e111f)
    • Merge branch 'status' (bb48c4c)
    • Add relativize_with_prefix(). (9ba8bca)
    • Merge branch 'dirwalk' (face359)
    • Add try_os_str_into_bstr(), with Cow<OsStr> as input. (c8ccbe5)

0.10.5 (2024-01-26)

Bug Fixes

  • always try HOME environment variable first when obtaining the home directory. This will fix issues like the one described here:

Commit Statistics

  • 4 commits contributed to the release over the course of 1 calendar day.
  • 6 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release src-path v0.10.5 (b8cba96)
    • Merge branch 'fix-home' (e40352c)
    • Always try HOME environment variable first when obtaining the home directory. (8ba04e0)
    • Assure time-based test doesn't spuriously fail on slow windows machines (CI) (74704c7)

0.10.4 (2024-01-20)

Bug Fixes

  • prevent very long path from using unbounded time in realpath(). It's possible to inject such paths using urls which can then end up being canonicalized, causing very long runtimes with excessively long paths due to is_symlink calls which will be slow.

    Now the amount of components is limited to 4096/2, which should be a worst-case path at the border of realistic.

    If this limitation becomes too arbitrary, one could consider making this cut-off value configurable.

Commit Statistics

  • 7 commits contributed to the release over the course of 4 calendar days.
  • 20 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release src-utils v0.1.9, src-features v0.38.0, src-actor v0.30.0, src-object v0.41.0, src-path v0.10.4, src-glob v0.16.0, src-attributes v0.22.0, src-command v0.3.3, src-packetline-blocking v0.17.3, src-filter v0.9.0, src-fs v0.10.0, src-commitgraph v0.24.0, src-revwalk v0.12.0, src-traverse v0.37.0, src-worktree-stream v0.9.0, src-archive v0.9.0, src-config-value v0.14.4, src-tempfile v13.0.0, src-lock v13.0.0, src-ref v0.41.0, src-sec v0.10.4, src-config v0.34.0, src-url v0.27.0, src-credentials v0.24.0, src-ignore v0.11.0, src-index v0.29.0, src-worktree v0.30.0, src-diff v0.40.0, src-discover v0.29.0, src-mailmap v0.22.0, src-negotiate v0.12.0, src-pack v0.47.0, src-odb v0.57.0, src-pathspec v0.6.0, src-packetline v0.17.3, src-transport v0.41.0, src-protocol v0.44.0, src-revision v0.26.0, src-refspec v0.22.0, src-status v0.5.0, src-submodule v0.8.0, src-worktree-state v0.7.0, src v0.58.0, safety bump 39 crates (eb6aa8f)
    • Prepare changelogs prior to release (6a2e0be)
    • Merge branch 'url-fuzz' (db86fba)
    • Prevent very long path from using unbounded time in realpath(). (8d4bf40)
    • Merge branch 'dirwalk' (5d176fc)
    • Use gix_fs::current_dir(precompose_unicode). (7d8d167)
    • Release src-trace v0.1.7, src-features v0.37.2, src-commitgraph v0.23.2, src-traverse v0.36.2, src-index v0.28.2 (b6c04c8)

0.10.3 (2023-12-30)

Chore

  • change rust-version manifest field back to 1.65. They didn't actually need to be higher to work, and changing them unecessarily can break downstream CI.

    Let's keep this value as low as possible, and only increase it when more recent features are actually used.

Commit Statistics

  • 4 commits contributed to the release.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release src-date v0.8.3, src-hash v0.14.1, src-trace v0.1.6, src-features v0.37.1, src-actor v0.29.1, src-validate v0.8.3, src-object v0.40.1, src-path v0.10.3, src-glob v0.15.1, src-quote v0.4.10, src-attributes v0.21.1, src-command v0.3.2, src-packetline-blocking v0.17.2, src-utils v0.1.8, src-filter v0.8.1, src-fs v0.9.1, src-chunk v0.4.7, src-commitgraph v0.23.1, src-hashtable v0.5.1, src-revwalk v0.11.1, src-traverse v0.36.1, src-worktree-stream v0.8.1, src-archive v0.8.1, src-config-value v0.14.3, src-tempfile v12.0.1, src-lock v12.0.1, src-ref v0.40.1, src-sec v0.10.3, src-config v0.33.1, src-prompt v0.8.2, src-url v0.26.1, src-credentials v0.23.1, src-ignore v0.10.1, src-bitmap v0.2.10, src-index v0.28.1, src-worktree v0.29.1, src-diff v0.39.1, src-discover v0.28.1, src-macros v0.1.3, src-mailmap v0.21.1, src-negotiate v0.11.1, src-pack v0.46.1, src-odb v0.56.1, src-pathspec v0.5.1, src-packetline v0.17.2, src-transport v0.40.1, src-protocol v0.43.1, src-revision v0.25.1, src-refspec v0.21.1, src-status v0.4.1, src-submodule v0.7.1, src-worktree-state v0.6.1, src v0.57.1 (972241f)
    • Merge branch 'msrv' (8c492d7)
    • Virtually downgrade home to pass MRSV checks (e6706f2)
    • Change rust-version manifest field back to 1.65. (3bd09ef)

0.10.2 (2023-12-29)

Chore

  • upgrade MSRV to v1.70 Our MSRV follows the one of helix, which in turn follows Firefox.

Commit Statistics

  • 4 commits contributed to the release.
  • 22 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release src-date v0.8.2, src-hash v0.14.0, src-trace v0.1.5, src-features v0.37.0, src-actor v0.29.0, src-validate v0.8.2, src-object v0.40.0, src-path v0.10.2, src-glob v0.15.0, src-quote v0.4.9, src-attributes v0.21.0, src-command v0.3.1, src-packetline-blocking v0.17.1, src-utils v0.1.7, src-filter v0.8.0, src-fs v0.9.0, src-chunk v0.4.6, src-commitgraph v0.23.0, src-hashtable v0.5.0, src-revwalk v0.11.0, src-traverse v0.36.0, src-worktree-stream v0.8.0, src-archive v0.8.0, src-config-value v0.14.2, src-tempfile v12.0.0, src-lock v12.0.0, src-ref v0.40.0, src-sec v0.10.2, src-config v0.33.0, src-prompt v0.8.1, src-url v0.26.0, src-credentials v0.23.0, src-ignore v0.10.0, src-bitmap v0.2.9, src-index v0.28.0, src-worktree v0.29.0, src-diff v0.39.0, src-discover v0.28.0, src-macros v0.1.2, src-mailmap v0.21.0, src-negotiate v0.11.0, src-pack v0.46.0, src-odb v0.56.0, src-pathspec v0.5.0, src-packetline v0.17.1, src-transport v0.40.0, src-protocol v0.43.0, src-revision v0.25.0, src-refspec v0.21.0, src-status v0.4.0, src-submodule v0.7.0, src-worktree-state v0.6.0, src v0.57.0, src-fsck v0.2.0, gitoxide-core v0.35.0, gitoxide v0.33.0, safety bump 40 crates (e1aae19)
    • Prepare changelogs of next release (e78a92b)
    • Merge branch 'maintenance' (4454c9d)
    • Upgrade MSRV to v1.70 (aea89c3)

0.10.1 (2023-12-06)

New Features

  • trace credential helper invocations. This should make it easier to understand what's going on in case something isn't working as expected.

Commit Statistics

  • 6 commits contributed to the release.
  • 1 commit was understood as conventional.
  • 1 unique issue was worked on: #1103

Commit Details

view details
  • #1103
    • Trace credential helper invocations. (bc44497)
  • Uncategorized
    • Release src-date v0.8.1, src-hash v0.13.2, src-trace v0.1.4, src-features v0.36.1, src-actor v0.28.1, src-validate v0.8.1, src-object v0.39.0, src-path v0.10.1, src-glob v0.14.1, src-quote v0.4.8, src-attributes v0.20.1, src-command v0.3.0, src-packetline-blocking v0.17.0, src-utils v0.1.6, src-filter v0.7.0, src-fs v0.8.1, src-chunk v0.4.5, src-commitgraph v0.22.1, src-hashtable v0.4.1, src-revwalk v0.10.0, src-traverse v0.35.0, src-worktree-stream v0.7.0, src-archive v0.7.0, src-config-value v0.14.1, src-tempfile v11.0.1, src-lock v11.0.1, src-ref v0.39.0, src-sec v0.10.1, src-config v0.32.0, src-prompt v0.8.0, src-url v0.25.2, src-credentials v0.22.0, src-ignore v0.9.1, src-bitmap v0.2.8, src-index v0.27.0, src-worktree v0.28.0, src-diff v0.38.0, src-discover v0.27.0, src-macros v0.1.1, src-mailmap v0.20.1, src-negotiate v0.10.0, src-pack v0.45.0, src-odb v0.55.0, src-pathspec v0.4.1, src-packetline v0.17.0, src-transport v0.39.0, src-protocol v0.42.0, src-revision v0.24.0, src-refspec v0.20.0, src-status v0.3.0, src-submodule v0.6.0, src-worktree-state v0.5.0, src v0.56.0, src-fsck v0.1.0, gitoxide-core v0.34.0, gitoxide v0.32.0, safety bump 27 crates (55d386a)
    • Prepare changelogs prior to release (d3dcbe5)
    • Merge branch 'error' (c372321)
    • Merge branch 'size-optimization' (c0e72fb)
    • Remove CHANGELOG.md from all packages (b65a80b)

0.10.0 (2023-09-08)

Bug Fixes (BREAKING)

  • use dyn trait where possible. This reduces compile time due to avoiding duplication.

Commit Statistics

  • 5 commits contributed to the release over the course of 17 calendar days.
  • 17 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release src-date v0.8.0, src-hash v0.13.0, src-features v0.34.0, src-actor v0.26.0, src-object v0.36.0, src-path v0.10.0, src-glob v0.12.0, src-attributes v0.18.0, src-packetline-blocking v0.16.6, src-filter v0.4.0, src-fs v0.6.0, src-commitgraph v0.20.0, src-hashtable v0.4.0, src-revwalk v0.7.0, src-traverse v0.32.0, src-worktree-stream v0.4.0, src-archive v0.4.0, src-config-value v0.14.0, src-tempfile v9.0.0, src-lock v9.0.0, src-ref v0.36.0, src-sec v0.10.0, src-config v0.29.0, src-prompt v0.7.0, src-url v0.23.0, src-credentials v0.19.0, src-diff v0.35.0, src-discover v0.24.0, src-ignore v0.7.0, src-index v0.24.0, src-macros v0.1.0, src-mailmap v0.18.0, src-negotiate v0.7.0, src-pack v0.42.0, src-odb v0.52.0, src-pathspec v0.2.0, src-packetline v0.16.6, src-transport v0.36.0, src-protocol v0.39.0, src-revision v0.21.0, src-refspec v0.17.0, src-submodule v0.3.0, src-worktree v0.25.0, src-worktree-state v0.2.0, src v0.53.0, safety bump 39 crates (8bd0456)
    • Prepare changelogs for release (375db06)
    • Merge branch dynification (f658fcc)
    • Use dyn trait where possible. (072ee32)
    • Merge branch 'src-submodule' (363ee77)

0.9.0 (2023-08-22)

Chore

  • don't call crate 'WIP' in manifest anymore.

Other

  • make clear that normalize() does not touch duplicate path separators nor single ..

New Features (BREAKING)

  • remove Spec type in favor of src-pathspec::Pattern. The latter isn't included to keep concerns and crates separate.

Commit Statistics

  • 6 commits contributed to the release over the course of 12 calendar days.
  • 30 days passed between releases.
  • 3 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release src-date v0.7.3, src-hash v0.12.0, src-features v0.33.0, src-actor v0.25.0, src-object v0.35.0, src-path v0.9.0, src-glob v0.11.0, src-quote v0.4.7, src-attributes v0.17.0, src-command v0.2.9, src-packetline-blocking v0.16.5, src-filter v0.3.0, src-fs v0.5.0, src-commitgraph v0.19.0, src-hashtable v0.3.0, src-revwalk v0.6.0, src-traverse v0.31.0, src-worktree-stream v0.3.0, src-archive v0.3.0, src-config-value v0.13.0, src-tempfile v8.0.0, src-lock v8.0.0, src-ref v0.35.0, src-sec v0.9.0, src-config v0.28.0, src-prompt v0.6.0, src-url v0.22.0, src-credentials v0.18.0, src-diff v0.34.0, src-discover v0.23.0, src-ignore v0.6.0, src-bitmap v0.2.7, src-index v0.22.0, src-mailmap v0.17.0, src-negotiate v0.6.0, src-pack v0.41.0, src-odb v0.51.0, src-pathspec v0.1.0, src-packetline v0.16.5, src-transport v0.35.0, src-protocol v0.38.0, src-revision v0.20.0, src-refspec v0.16.0, src-submodule v0.2.0, src-worktree v0.24.0, src-worktree-state v0.1.0, src v0.52.0, gitoxide-core v0.31.0, gitoxide v0.29.0, safety bump 41 crates (30b2761)
    • Update changelogs prior to release (f23ea88)
    • Don't call crate 'WIP' in manifest anymore. (229bd48)
    • Merge branch 'pathspec-matching' (9f4dfe0)
    • Remove Spec type in favor of src-pathspec::Pattern. (df83d74)
    • Make clear that normalize() does not touch duplicate path separators nor single .. (5b5983a)

0.8.4 (2023-07-22)

A maintenance release without user-facing changes.

Commit Statistics

  • 4 commits contributed to the release over the course of 1 calendar day.
  • 23 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release src-features v0.32.1, src-actor v0.24.1, src-validate v0.7.7, src-object v0.33.1, src-path v0.8.4, src-glob v0.10.1, src-quote v0.4.6, src-attributes v0.16.0, src-command v0.2.8, src-packetline-blocking v0.16.4, src-filter v0.2.0, src-fs v0.4.1, src-chunk v0.4.4, src-commitgraph v0.18.1, src-hashtable v0.2.4, src-revwalk v0.4.1, src-traverse v0.30.1, src-worktree-stream v0.2.0, src-archive v0.2.0, src-config-value v0.12.5, src-tempfile v7.0.1, src-utils v0.1.5, src-lock v7.0.2, src-ref v0.33.1, src-sec v0.8.4, src-prompt v0.5.4, src-url v0.21.1, src-credentials v0.17.1, src-diff v0.33.1, src-discover v0.22.1, src-ignore v0.5.1, src-bitmap v0.2.6, src-index v0.21.1, src-mailmap v0.16.1, src-negotiate v0.5.1, src-pack v0.40.1, src-odb v0.50.1, src-packetline v0.16.4, src-transport v0.34.1, src-protocol v0.36.1, src-revision v0.18.1, src-refspec v0.14.1, src-worktree v0.23.0, src v0.50.0, safety bump 5 crates (16295b5)
    • Release src-date v0.7.1, src-hash v0.11.4, src-trace v0.1.3, src-features v0.32.0, src-actor v0.24.0, src-validate v0.7.7, src-object v0.33.0, src-path v0.8.4, src-glob v0.10.0, src-quote v0.4.6, src-attributes v0.15.0, src-command v0.2.7, src-packetline-blocking v0.16.3, src-filter v0.1.0, src-fs v0.4.0, src-chunk v0.4.4, src-commitgraph v0.18.0, src-hashtable v0.2.4, src-revwalk v0.4.0, src-traverse v0.30.0, src-worktree-stream v0.2.0, src-archive v0.2.0, src-config-value v0.12.4, src-tempfile v7.0.1, src-utils v0.1.5, src-lock v7.0.2, src-ref v0.33.0, src-sec v0.8.4, src-prompt v0.5.3, src-url v0.21.0, src-credentials v0.17.0, src-diff v0.33.0, src-discover v0.22.0, src-ignore v0.5.0, src-bitmap v0.2.6, src-index v0.21.0, src-mailmap v0.16.0, src-negotiate v0.5.0, src-pack v0.40.0, src-odb v0.50.0, src-packetline v0.16.4, src-transport v0.34.0, src-protocol v0.36.0, src-revision v0.18.0, src-refspec v0.14.0, src-worktree v0.22.0, src v0.49.1 (5cb3589)
    • Update changelogs prior to release (2fc66b5)
    • Update license field following SPDX 2.1 license expression standard (9064ea3)

0.8.3 (2023-06-29)

A maintenance release without user-facing changes.

Commit Statistics

  • 3 commits contributed to the release.
  • 6 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release src-features v0.31.1, src-path v0.8.3, src v0.48.0 (9ca3464)
    • Prepare changelogs once more (4bf355a)
    • Adjust src-trace to the latest version. (353df4b)

0.8.2 (2023-06-22)

Chore

  • Add clippy::redundant-closure-for-method-calls lint

New Features

  • provide basic tracing spans for common operations. This is just the beginning and more crates will integrate with it over time.

Commit Statistics

  • 8 commits contributed to the release over the course of 10 calendar days.
  • 15 days passed between releases.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release src-date v0.6.0, src-hash v0.11.3, src-trace v0.1.1, src-features v0.31.0, src-actor v0.22.0, src-path v0.8.2, src-glob v0.9.0, src-quote v0.4.5, src-attributes v0.14.0, src-chunk v0.4.3, src-commitgraph v0.17.0, src-config-value v0.12.2, src-fs v0.3.0, src-tempfile v7.0.0, src-utils v0.1.3, src-lock v7.0.0, src-validate v0.7.6, src-object v0.31.0, src-ref v0.31.0, src-sec v0.8.2, src-config v0.24.0, src-command v0.2.6, src-prompt v0.5.2, src-url v0.20.0, src-credentials v0.16.0, src-diff v0.31.0, src-discover v0.20.0, src-hashtable v0.2.2, src-ignore v0.4.0, src-bitmap v0.2.5, src-revwalk v0.2.0, src-traverse v0.28.0, src-index v0.19.0, src-mailmap v0.14.0, src-negotiate v0.3.0, src-pack v0.38.0, src-odb v0.48.0, src-packetline v0.16.3, src-transport v0.33.0, src-protocol v0.34.0, src-revision v0.16.0, src-refspec v0.12.0, src-worktree v0.20.0, src v0.47.0, gitoxide-core v0.29.0, gitoxide v0.27.0, safety bump 30 crates (ea9f942)
    • Prepare changelogs prior to release (18b0a37)
    • Merge branch 'corpus' (aa16c8c)
    • Release src-trace v0.1.0 (2ab69c6)
    • Change MSRV to 1.65 (4f635fc)
    • Provide basic tracing spans for common operations. (3cffa26)
    • Merge branch 'help-874-redundant-closures' (fe59956)
    • Add clippy::redundant-closure-for-method-calls lint (bcad5c2)

0.8.1 (2023-06-06)

A maintenance release without user-facing changes.

Commit Statistics

  • 7 commits contributed to the release over the course of 12 calendar days.
  • 40 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release src-date v0.5.1, src-hash v0.11.2, src-features v0.30.0, src-actor v0.21.0, src-path v0.8.1, src-glob v0.8.0, src-quote v0.4.4, src-attributes v0.13.0, src-chunk v0.4.2, src-commitgraph v0.16.0, src-config-value v0.12.1, src-fs v0.2.0, src-tempfile v6.0.0, src-utils v0.1.2, src-lock v6.0.0, src-validate v0.7.5, src-object v0.30.0, src-ref v0.30.0, src-sec v0.8.1, src-config v0.23.0, src-command v0.2.5, src-prompt v0.5.1, src-url v0.19.0, src-credentials v0.15.0, src-diff v0.30.0, src-discover v0.19.0, src-hashtable v0.2.1, src-ignore v0.3.0, src-bitmap v0.2.4, src-traverse v0.26.0, src-index v0.17.0, src-mailmap v0.13.0, src-revision v0.15.0, src-negotiate v0.2.0, src-pack v0.36.0, src-odb v0.46.0, src-packetline v0.16.2, src-transport v0.32.0, src-protocol v0.33.0, src-refspec v0.11.0, src-worktree v0.18.0, src v0.45.0, safety bump 29 crates (9a9fa96)
    • Prepare changelogs prior to release (8f15cec)
    • Merge branch 'auto-clippy' (dbf8aa1)
    • Merge branch 'main' into auto-clippy (3ef5c90)
    • Merge branch 'blinxen/main' (9375cd7)
    • Include custom clippy settings (b057500)
    • Include license files in all crates (facaaf6)

0.8.0 (2023-04-27)

A maintenance release without user-facing changes.

Changed (BREAKING)

  • Moved home_dir() to env::home_dir() and env_var() to env::var(). Please note that this change was previously and erroneously not declared as breaking.

Commit Statistics

  • 4 commits contributed to the release.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release src-path v0.8.0, src-glob v0.7.0, src-attributes v0.12.0, src-config-value v0.12.0, src-ref v0.29.0, src-sec v0.8.0, src-config v0.22.0, src-prompt v0.5.0, src-url v0.18.0, src-credentials v0.14.0, src-discover v0.18.0, src-ignore v0.2.0, src-pack v0.35.0, src-odb v0.45.0, src-transport v0.31.0, src-protocol v0.32.0, src-refspec v0.10.1, src-worktree v0.17.0, src v0.44.1 (7ebc9f7)
    • Prepare changelogs prior to release (0135158)
    • Bump src-path v0.8.0, safety bump 20 crates (src set to 0.44.1 manually) (43ebaf2)
    • Moved home_dir() to env::home_dir() and env_var() to env::var(). (94564df)

0.7.4 (2023-04-26)

YANKED due to accidental breaking changes.

New Features

  • add join_bstr_unix_pathsep(base, component). It's useful to have to avoid certain conversions to happen otherwise.
  • add xdg_config_home(), installation_configandinstallation_config_prefix()` functions.

Bug Fixes

  • join_bstr_unix_pathsep() works more suitably if base path is empty.
  • use home in env::home_dir()
  • use home in env::home_dir(). This way it should work better on windows as it now uses the home_dir implementation of a crate used by cargo.

Commit Statistics

  • 15 commits contributed to the release over the course of 13 calendar days.
  • 27 days passed between releases.
  • 5 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release src-hash v0.11.1, src-path v0.7.4, src-glob v0.6.0, src-attributes v0.11.0, src-config-value v0.11.0, src-fs v0.1.1, src-tempfile v5.0.3, src-utils v0.1.1, src-lock v5.0.1, src-object v0.29.1, src-ref v0.28.0, src-sec v0.7.0, src-config v0.21.0, src-prompt v0.4.0, src-url v0.17.0, src-credentials v0.13.0, src-diff v0.29.0, src-discover v0.17.0, src-hashtable v0.2.0, src-ignore v0.1.0, src-bitmap v0.2.3, src-traverse v0.25.0, src-index v0.16.0, src-mailmap v0.12.0, src-pack v0.34.0, src-odb v0.44.0, src-packetline v0.16.0, src-transport v0.30.0, src-protocol v0.31.0, src-revision v0.13.0, src-refspec v0.10.0, src-worktree v0.16.0, src v0.44.0, safety bump 7 crates (91134a1)
    • Prepare changelogs prior to release (30a1a71)
    • Merge branch 'index-entries-attrs' (f37a930)
    • join_bstr_unix_pathsep() works more suitably if base path is empty. (bd1ae0d)
    • Merge branch 'attributes-cache' (3456c84)
    • Add join_bstr_unix_pathsep(base, component). (1e73f3c)
    • Merge branch 'utkarshgupta137/main' (74cb5ee)
    • Use home in env::home_dir() (13edfe9)
    • Revert "fix: use home in env::home_dir()." (222ece2)
    • Merge branch 'utkarshgupta137/main' (5092c59)
    • Use home in env::home_dir(). (ec049fe)
    • Make fmt (5d2b5d0)
    • Merge branch 'main' into dev (23ee47f)
    • Merge branch 'worktree-stack' (3d47919)
    • Add xdg_config_home(), installation_configandinstallation_config_prefix() functions. ([0d340f4`](0d340f4fde))

0.7.3 (2023-03-30)

Bug Fixes

  • $HOME detection on windows

Commit Statistics

  • 4 commits contributed to the release.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release src-path v0.7.3, src-config-value v0.10.2, src-config v0.20.1, src-discover v0.16.2, src-index v0.15.1, src-odb v0.43.1, src-packetline v0.15.1, src-protocol v0.30.2, src-worktree v0.15.2, src v0.43.1 (38eed1d)
    • Merge branch 'pascalkuthe/main' (d47cebe)
    • Refactor (d1e5e12)
    • $HOME detection on windows (d1bd513)

0.7.2 (2023-02-20)

Bug Fixes

  • note that crates have been renamed from git-* to src-*. This also means that the git-* prefixed crates of the gitoxide project are effectively unmaintained. Use the crates with the src-* prefix instead.

    If you were using git-repository, then src is its substitute.

  • compatibility with bstr v1.3, use *.as_bytes() instead of .as_ref(). as_ref() relies on a known target type which isn't always present. However, once there is only one implementation, that's no problem, but when that changes compilation fails due to ambiguity.

Commit Statistics

  • 2 commits contributed to the release.
  • 3 days passed between releases.
  • 1 commit was understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Release src-date v0.4.3, src-hash v0.10.3, src-features v0.26.5, src-actor v0.17.2, src-glob v0.5.5, src-path v0.7.2, src-quote v0.4.2, src-attributes v0.8.3, src-validate v0.7.3, src-object v0.26.2, src-ref v0.24.1, src-config v0.16.2, src-command v0.2.4, src-url v0.13.3, src-credentials v0.9.2, src-discover v0.13.1, src-index v0.12.4, src-mailmap v0.9.3, src-pack v0.30.3, src-packetline v0.14.3, src-transport v0.25.6, src-protocol v0.26.4, src-revision v0.10.4, src-refspec v0.7.3, src-worktree v0.12.3, src v0.36.1 (9604783)
    • Compatibility with bstr v1.3, use *.as_bytes() instead of .as_ref(). (135d317)

0.7.1 (2023-02-17)

Refactor (BREAKING)

  • Rename absolutize() to normalize() The name absolutize implies strongly that the returned path will be absolute, but the function only converts relative paths to absolute under a few specific circumstances.

    The new name, normalize(), is inspired by Python's os.path.normpath(), Java's java.nio.file.Path.normalize(), Node's Path.normalize(), and maybe some others which have similar semantics to this function.

  • various name changes for more convenient API

Bug Fixes (BREAKING)

  • absolutize() now takes a mandatory current_dir() parameter and returns Option<path> Previously the function was willing to return an empty path despite it being invalid. With the current_dir being required, this won't be the case anymore and will yield logically consistent results in all cases.

    This forces the caller to deal with the relative path being invalid or crafted to produce some other path, maybe to bypass sanity checks.

  • Remove git-config test utilities from git-path.

New Features (BREAKING)

  • upgrade edition to 2021 in most crates. MSRV for this is 1.56, and we are now at 1.60 so should be compatible. This isn't more than a patch release as it should break nobody who is adhering to the MSRV, but let's be careful and mark it breaking.

    Note that git-features and git-pack are still on edition 2018 as they make use of a workaround to support (safe) mutable access to non-overlapping entries in a slice which doesn't work anymore in edition 2021.

  • Make realpath() easier to use by introducing realpath_opt(). That way there is consistency about how many symlinks to follow.

Changed (BREAKING)

  • upgrade bstr to 1.0.1
  • realpath() handles cwd internally This makes for more convenient usage in the common case.

Refactor

  • rename tests/convert/normalize.rs This renames the test module to match the new function name.

Other

  • :discover()now returns the shortest path. If and only if it canonicalized the source path. That way, users will still get a familiar path. This is due toparent()not operating in the file system, which otherwise would be equivalent to..`, but that's not how we work.

    Maybe we should overhaul the way this works to use ../ instead and just 'absoluteize' the path later (std::path::absolute()) is on the way for that.

Bug Fixes

  • . substitution is only done if the input was relative. Previously it was possible to have /a/b/../b and a CWD of /a/b replaced with . even though that clearly isn't what the user provided.

    Now the . resubstitution only happens when it's in the interest of the caller.

  • normalize() would fail to interpret ../ correctly and end up in an invalid path. This is now fixed and should never happen again thanks to the addition of a missing test.

  • Handle . specifically in absolutize(). Previously, absolutizing ./../../ would lead to one path component of the ../ to be ignored as . was popped successfully, not realizing that it is a no-op.

    This could lead to problems with repository discovery if . was passed.

New Features

  • Add os_string_into_bstring() as sibling of os_str_into_bstr().

  • add support for wasi This allows path conversions there to be just as efficient as on unix.

    This was adopted from a PR in the hexlix-editor.

  • add is_absolute() for git-style absolute checks This essentially means that starting slashes are always absolute, even on windows.

  • Add absolutize_components() It helps to cleanup paths a little which comes in handy when dealing with commondir appended paths.

Chore

  • uniformize deny attributes
  • remove default link to cargo doc everywhere

Documentation

  • fix typos

Commit Statistics

Thanks Clippy

Clippy helped 5 times to make code idiomatic.

Commit Details

view details
  • #301
    • Update changelogs prior to release (84cb256)
    • absolutize_*(dir) is now absolutize(dir, Option<cwd>) (de87657)
    • More robust absolutize-paths implementation (4800ebe)
    • Add absolutize_components() (35f146a)
    • Allow reading patterns from stdin (0c597fe)
    • :discover() now returns the shortest path. ([e4f4c4b`](e4f4c4b2c7))
    • Basic prefix support as well the first working version of exclude query (9cb8385)
    • Frame for src repo exclude query (a331314)
    • Refactor (21d4076)
    • The first indication that directory-based excludes work (e868acc)
    • Various name changes for more convenient API (5480159)
    • Use bstr intead of [u8] (9380e99)
    • Use git-path crate instead of git_features::path (47e607d)
    • Copy all existing functions from git-features::path to git-path:: (725e198)
    • Add empty git-path crate (8d13f81)
  • #331
    • realpath() handles cwd internally (dfa1e05)
  • #422
  • #450
    • Upgrade bstr to 1.0.1 (99905ba)
    • Add is_absolute() for git-style absolute checks (f58a043)
  • #470
    • Update changelogs prior to release (caa7a1b)
    • Add support for wasi (523418f)
  • #691
    • Set rust-version to 1.64 (55066ce)
  • Uncategorized
    • Release src-features v0.26.4, src-actor v0.17.1, src-glob v0.5.3, src-path v0.7.1, src-quote v0.4.1, src-attributes v0.8.2, src-config-value v0.10.1, src-tempfile v3.0.2, src-lock v3.0.2, src-validate v0.7.2, src-object v0.26.1, src-ref v0.24.0, src-sec v0.6.2, src-config v0.16.1, src-command v0.2.3, src-prompt v0.3.2, src-url v0.13.2, src-credentials v0.9.1, src-diff v0.26.1, src-discover v0.13.0, src-hashtable v0.1.1, src-bitmap v0.2.1, src-traverse v0.22.1, src-index v0.12.3, src-mailmap v0.9.2, src-chunk v0.4.1, src-pack v0.30.2, src-odb v0.40.2, src-packetline v0.14.2, src-transport v0.25.4, src-protocol v0.26.3, src-revision v0.10.3, src-refspec v0.7.2, src-worktree v0.12.2, src v0.36.0 (6efd0d3)
    • Release src-date v0.4.2, src-hash v0.10.2, src-features v0.26.4, src-actor v0.17.1, src-glob v0.5.3, src-path v0.7.1, src-quote v0.4.1, src-attributes v0.8.2, src-config-value v0.10.1, src-tempfile v3.0.2, src-lock v3.0.2, src-validate v0.7.2, src-object v0.26.1, src-ref v0.24.0, src-sec v0.6.2, src-config v0.16.1, src-command v0.2.3, src-prompt v0.3.2, src-url v0.13.2, src-credentials v0.9.1, src-diff v0.26.1, src-discover v0.13.0, src-hashtable v0.1.1, src-bitmap v0.2.1, src-traverse v0.22.1, src-index v0.12.3, src-mailmap v0.9.2, src-chunk v0.4.1, src-pack v0.30.2, src-odb v0.40.2, src-packetline v0.14.2, src-transport v0.25.4, src-protocol v0.26.3, src-revision v0.10.3, src-refspec v0.7.2, src-worktree v0.12.2, src v0.36.0 (6ccc88a)
    • Merge branch 'rename-crates' into inform-about-src-rename (c9275b9)
    • Rename git-testtools to src-testtools (b65c33d)
    • Adjust to renaming of git-pack to src-pack (1ee81ad)
    • Adjust to renaming of git-odb to src-odb (476e2ad)
    • Adjust to renaming of git-index to src-index (86db5e0)
    • Adjust to renaming of git-diff to src-diff (49a163e)
    • Adjust to renaming of git-commitgraph to src-commitgraph (f1dd0a3)
    • Adjust to renaming of git-mailmap to src-mailmap (2e28c56)
    • Adjust to renaming of git-discover to src-discover (53adfe1)
    • Adjust to renaming of git-chunk to src-chunk (59194e3)
    • Adjust to renaming of git-bitmap to src-bitmap (75f2a07)
    • Adjust to renaming for git-protocol to src-protocol (823795a)
    • Adjust to renaming of git-refspec to src-refspec (c958802)
    • Adjust to renaming of git-revision to src-revision (ee0ee84)
    • Adjust to renaming of git-transport to src-transport (b2ccf71)
    • Adjust to renaming of git-credentials to src-credentials (6b18abc)
    • Adjust to renaming of git-prompt to src-prompt (6a4654e)
    • Adjust to renaming of git-command to src-command (d26b8e0)
    • Adjust to renaming of git-packetline to src-packetline (5cbd22c)
    • Adjust to renaming of git-worktree to src-worktree (73a1282)
    • Adjust to renamining of git-worktree to src-worktree (108bb1a)
    • Adjust to renaming of git-url to src-url (b50817a)
    • Adjust to renaming of git-date to src-date (9a79ff2)
    • Adjust to renaming of git-pathspec to src-pathspec (37f7c6b)
    • Adjust to renamining of git-attributes to src-attributes (4a8b3b8)
    • Adjust to renaminig of git-quote to src-quote (648025b)
    • Adjust to renaming of git-config to src-config (3a861c8)
    • Adjust to renaming of git-ref to src-ref (1f5f695)
    • Adjust to renaming of git-lock to src-lock (2028e78)
    • Adjust to renaming of git-tempfile to src-tempfile (b6cc3eb)
    • Adjust to renaming of git-object to src-object (fc86a1e)
    • Adjust to renaming of git-actor to src-actor (4dc9b44)
    • Adjust to renaming of git-validate to src-validate (5e40ad0)
    • Adjust to renaming of git-hash to src-hash (4a9d025)
    • Adjust to renaming of git-features to src-features (e2dd68a)
    • Adjust to renaming of git-glob to src-glob (35b2a3a)
    • Adjust to renaming of git-sec to src-sec (eabbb92)
    • Adapt to renaming of git-path to src-path (d3bbcfc)
    • Rename git-path to src-path (9fe8e83)
    • Adjust to rename of git-config-value to src-config-value (622b3e1)
    • Merge branch 'git-pack-wasm' (4bc19d1)
    • CI validates WASM support (0d4b804)
    • Release git-date v0.4.2, git-hash v0.10.2, git-features v0.26.2, git-actor v0.17.1, git-glob v0.5.3, git-path v0.7.1, git-quote v0.4.1, git-attributes v0.8.2, git-config-value v0.10.1, git-tempfile v3.0.2, git-lock v3.0.2, git-validate v0.7.2, git-object v0.26.1, git-ref v0.24.0, git-sec v0.6.2, git-config v0.16.0, git-command v0.2.3, git-prompt v0.3.2, git-url v0.13.2, git-credentials v0.9.1, git-diff v0.26.1, git-discover v0.13.0, git-hashtable v0.1.1, git-bitmap v0.2.1, git-traverse v0.22.1, git-index v0.12.3, git-mailmap v0.9.2, git-chunk v0.4.1, git-pack v0.30.2, git-odb v0.40.2, git-packetline v0.14.2, git-transport v0.25.4, git-protocol v0.26.3, git-revision v0.10.2, git-refspec v0.7.2, git-worktree v0.12.2, git-repository v0.34.0, safety bump 3 crates (c196d20)
    • Prepare changelogs prior to release (7c846d2)
    • Merge branch 'Lioness100/main' (1e544e8)
    • Fix typos (39ed9ed)
    • Thanks clippy (bac57dd)
    • Release git-date v0.3.1, git-features v0.25.0, git-actor v0.15.0, git-glob v0.5.1, git-path v0.7.0, git-attributes v0.7.0, git-config-value v0.10.0, git-lock v3.0.1, git-validate v0.7.1, git-object v0.24.0, git-ref v0.21.0, git-sec v0.6.0, git-config v0.13.0, git-prompt v0.3.0, git-url v0.12.0, git-credentials v0.8.0, git-diff v0.24.0, git-discover v0.10.0, git-traverse v0.20.0, git-index v0.10.0, git-mailmap v0.7.0, git-pack v0.28.0, git-odb v0.38.0, git-packetline v0.14.1, git-transport v0.24.0, git-protocol v0.25.0, git-revision v0.8.0, git-refspec v0.5.0, git-worktree v0.10.0, git-repository v0.30.0, safety bump 26 crates (e6b9906)
    • Prepare chnagelogs prior to git-repository release (7114bbb)
    • Merge branch 'main' into read-split-index (c57bdde)
    • Merge branch 'adjustments-for-cargo' (083909b)
    • Thanks clippy (f1160fb)
    • Make fmt (747008d)
    • Merge branch 'main' into http-config (6b9632e)
    • Merge branch 'discovery-fix' (689752e)
    • . substitution is only done if the input was relative. (745d926)
    • normalize() would fail to interpret ../ correctly and end up in an invalid path. (92d5d13)
    • Merge branch 'path-normalize' (805329a)
    • Rename tests/convert/normalize.rs (8ab47bb)
    • Rename absolutize() to normalize() (37cab07)
    • Add os_string_into_bstring() as sibling of os_str_into_bstr(). (25e795f)
    • Merge branch 'main' into http-config (bcd9654)
    • Release git-hash v0.10.0, git-features v0.24.0, git-date v0.3.0, git-actor v0.14.0, git-glob v0.5.0, git-path v0.6.0, git-quote v0.4.0, git-attributes v0.6.0, git-config-value v0.9.0, git-tempfile v3.0.0, git-lock v3.0.0, git-validate v0.7.0, git-object v0.23.0, git-ref v0.20.0, git-sec v0.5.0, git-config v0.12.0, git-command v0.2.0, git-prompt v0.2.0, git-url v0.11.0, git-credentials v0.7.0, git-diff v0.23.0, git-discover v0.9.0, git-bitmap v0.2.0, git-traverse v0.19.0, git-index v0.9.0, git-mailmap v0.6.0, git-chunk v0.4.0, git-pack v0.27.0, git-odb v0.37.0, git-packetline v0.14.0, git-transport v0.23.0, git-protocol v0.24.0, git-revision v0.7.0, git-refspec v0.4.0, git-worktree v0.9.0, git-repository v0.29.0, git-commitgraph v0.11.0, gitoxide-core v0.21.0, gitoxide v0.19.0, safety bump 28 crates (b2c301e)
    • Prepare changelogs prior to release (e4648f8)
    • Merge branch 'discover-rel-path' (5f908fb)
    • Improve documentation to clarify intent (b8f73aa)
    • Merge branch 'cwd-consistency' (ea7c6a3)
    • Adapt to changes in git-discover and git-path and git-odb (98c2501)
    • absolutize() now takes a mandatory current_dir() parameter and returns Option<path> (7dbab1c)
    • Merge branch 'version2021' (0e4462d)
    • Upgrade edition to 2021 in most crates. (3d8fa8f)
    • Merge branch 'diff' (25a7726)
    • Release git-hash v0.9.10, git-features v0.22.5, git-date v0.2.0, git-actor v0.12.0, git-glob v0.4.0, git-path v0.5.0, git-quote v0.3.0, git-attributes v0.4.0, git-config-value v0.8.0, git-tempfile v2.0.5, git-validate v0.6.0, git-object v0.21.0, git-ref v0.16.0, git-sec v0.4.0, git-config v0.8.0, git-discover v0.5.0, git-traverse v0.17.0, git-index v0.5.0, git-worktree v0.5.0, git-testtools v0.9.0, git-command v0.1.0, git-prompt v0.1.0, git-url v0.9.0, git-credentials v0.5.0, git-diff v0.19.0, git-mailmap v0.4.0, git-chunk v0.3.2, git-pack v0.23.0, git-odb v0.33.0, git-packetline v0.13.0, git-transport v0.20.0, git-protocol v0.20.0, git-revision v0.5.0, git-refspec v0.2.0, git-repository v0.24.0, git-commitgraph v0.9.0, gitoxide-core v0.18.0, gitoxide v0.16.0, safety bump 28 crates (29a043b)
    • Merge branch 'filter-refs' (fd14489)
    • Merge branch 'filter-refs-by-spec' (5c05198)
    • Merge branch 'main' into index-from-tree (bc64b96)
    • Release git-path v0.4.2, git-config-value v0.7.0 (c48fb31)
    • Merge branch 'main' into filter-refs-by-spec (cfa1440)
    • Release git-path v0.4.1 (5e82346)
    • Handle . specifically in absolutize(). (9171adb)
    • Merge branch 'main' into remote-ls-refs (e2ee3de)
    • Merge branch 'docsrs-show-features' (31c2351)
    • Uniformize deny attributes (f7f136d)
    • Remove default link to cargo doc everywhere (533e887)
    • Merge pull request #2 from SidneyDouw/main (ce885ad)
    • Merge branch 'Byron:main' into main (9b9ea02)
    • Merge branch 'main' into rev-parse-delegate (6da8250)
    • Merge branch 'main' into pathspec (7b61506)
    • Release git-hash v0.9.6, git-features v0.22.0, git-date v0.0.2, git-actor v0.11.0, git-glob v0.3.1, git-path v0.4.0, git-attributes v0.3.0, git-tempfile v2.0.2, git-object v0.20.0, git-ref v0.15.0, git-sec v0.3.0, git-config v0.6.0, git-credentials v0.3.0, git-diff v0.17.0, git-discover v0.3.0, git-index v0.4.0, git-mailmap v0.3.0, git-traverse v0.16.0, git-pack v0.21.0, git-odb v0.31.0, git-url v0.7.0, git-transport v0.19.0, git-protocol v0.18.0, git-revision v0.3.0, git-worktree v0.4.0, git-repository v0.20.0, git-commitgraph v0.8.0, gitoxide-core v0.15.0, gitoxide v0.13.0, safety bump 22 crates (4737b1e)
    • Prepare changelog prior to release (3c50625)
    • Merge pull request #1 from Byron/main (085e76b)
    • Make fmt (0700b09)
    • Fix docs (4f8e3b1)
    • Thanks clippy (7a2a31e)
    • Merge branch 'main' into pathspec (89ea12b)
    • Merge branch 'main' into cont_include_if (0e9df36)
    • Generally avoid using target_os = "windows" in favor of cfg(windows) and negations (91d5402)
    • Use git_path::realpath in all places that allow it right now (229dc91)
    • Avoid unwraps in tests as they are now stable (efa1423)
    • Remove canonicalized-path abstraction (9496e55)
    • Merge branch 'main' into cont_include_if (41ea8ba)
    • Release git-path v0.3.0, safety bump 14 crates (400c9be)
    • Fix git-paths tests; improve error handling. (9c00504)
    • Docs for git-path (a520092)
    • Remove git-config test utilities from git-path. (c9933c0)
    • Release git-date v0.0.1, git-hash v0.9.5, git-features v0.21.1, git-actor v0.10.1, git-path v0.2.0, git-attributes v0.2.0, git-ref v0.14.0, git-sec v0.2.0, git-config v0.5.0, git-credentials v0.2.0, git-discover v0.2.0, git-pack v0.20.0, git-odb v0.30.0, git-url v0.6.0, git-transport v0.18.0, git-protocol v0.17.0, git-revision v0.2.1, git-worktree v0.3.0, git-repository v0.19.0, safety bump 13 crates (a417177)
    • Update changelogs prior to release (bb424f5)
    • Make fmt (c665aef)
    • Merge branch 'main' into svetli-n-cont_include_if (315c87e)
    • Make realpath() easier to use by introducing realpath_opt(). (266d437)
    • Merge branch 'main' into SidneyDouw-pathspec (a22b1d8)
    • Release git-path v0.1.3, git-discover v0.1.2, git-repository v0.18.1, cargo-smart-release v0.10.1 (b7399cc)
    • Prepare for smart-release release (2f74cb0)
    • Adjust git-path size limits (5ac8a3b)
    • Release git-path v0.1.2, git-sec v0.1.1, git-config v0.4.0, git-discover v0.1.1, git-pack v0.19.1, git-repository v0.18.0, cargo-smart-release v0.10.0, safety bump 2 crates (ceb6dff)
    • Merge branch 'svetli-n-git_includeif' (cf24fbe)
    • Remove forbid missing_docs (23acebb)
    • Merge branch 'main' into git_includeif (229d938)
    • Declare git-path usable (496594d)
    • Merge branch 'main' into git_includeif (598c853)
    • Release git-hash v0.9.4, git-features v0.21.0, git-actor v0.10.0, git-glob v0.3.0, git-path v0.1.1, git-attributes v0.1.0, git-sec v0.1.0, git-config v0.3.0, git-credentials v0.1.0, git-validate v0.5.4, git-object v0.19.0, git-diff v0.16.0, git-lock v2.1.0, git-ref v0.13.0, git-discover v0.1.0, git-index v0.3.0, git-mailmap v0.2.0, git-traverse v0.15.0, git-pack v0.19.0, git-odb v0.29.0, git-packetline v0.12.5, git-url v0.5.0, git-transport v0.17.0, git-protocol v0.16.0, git-revision v0.2.0, git-worktree v0.2.0, git-repository v0.17.0, safety bump 20 crates (654cf39)
    • Make fmt (e043807)
    • Fix create_symlink (714db70)
    • Add includeIf test with symlink. (5d74404)
    • Fix realpath tests. (0426f4d)
    • Refactor real_path tests. (b696849)
    • Refactor real_path tests. (8ade69f)
    • Fix windows (probably) (c980014)
    • Thanks clippy (da13aff)
    • Refactor (6bba054)
    • Turn recursion into loop (9b83c2c)
    • Refactor (1ca0540)
    • Refactor (1f6ecd2)
    • Refactor (5efb972)
    • Refactor (353c245)
    • Put realpath into its own module (d142e01)
    • Refactor (50583f0)
    • Rename real_path() to realpath() (478ff6c)
    • Refactor (8f1daf5)
    • Fix linux test (8a36810)
    • Fix windows test. (1afb2da)
    • Temp ignore real_path_tests. (c2f5db9)
    • Windows absolute path. (8dc33cc)
    • Windows absolute path. (070f8c7)
    • Windows absolute path. (cefc8fb)
    • Windows absolute path. (31a71f3)
    • Fix merge. (f2b46df)
    • Merge branch 'main' into git_includeif (b1bfc8f)
    • Add custom tempdir in. (8bfd52a)
    • Merge branch 'basic-worktree-support' (e058bda)
    • Thanks clippy (a084951)
    • Temp ignore real_path_tests. (27f4bfc)
    • Windows fix. (ce0b408)
    • Windows fix. (25dd319)
    • Windows fix. (61bc0e7)
    • Merge branch 'main' into git_includeif (05eb340)
    • Handle windows path prefix. (1723236)
    • Max symlinks exceeded test. (cfff300)
    • Use thiserror in real_path() (2bd7a44)
    • Input_path is Iterator. (c993d78)
    • Real_path wip (3890a61)
    • Merge branch 'main' into msrv-for-windows (7cb1972)
    • Make fmt (251b6df)
    • Merge branch 'worktree-stack' (98da8ba)
    • Release git-path v0.1.0 (ca019fc)

0.7.0 (2022-12-19)

New Features

  • Add os_string_into_bstring() as sibling of os_str_into_bstr().

Bug Fixes

  • . substitution is only done if the input was relative. Previously it was possible to have /a/b/../b and a CWD of /a/b replaced with . even though that clearly isn't what the user provided.

    Now the . resubstitution only happens when it's in the interest of the caller.

  • normalize() would fail to interpret ../ correctly and end up in an invalid path. This is now fixed and should never happen again thanks to the addition of a missing test.

Refactor

  • rename tests/convert/normalize.rs This renames the test module to match the new function name.

Refactor (BREAKING)

  • Rename absolutize() to normalize() The name absolutize implies strongly that the returned path will be absolute, but the function only converts relative paths to absolute under a few specific circumstances.

    The new name, normalize(), is inspired by Python's os.path.normpath(), Java's java.nio.file.Path.normalize(), Node's Path.normalize(), and maybe some others which have similar semantics to this function.

0.6.0 (2022-11-21)

New Features (BREAKING)

  • upgrade edition to 2021 in most crates. MSRV for this is 1.56, and we are now at 1.60 so should be compatible. This isn't more than a patch release as it should break nobody who is adhering to the MSRV, but let's be careful and mark it breaking.

    Note that src-features and src-pack are still on edition 2018 as they make use of a workaround to support (safe) mutable access to non-overlapping entries in a slice which doesn't work anymore in edition 2021.

Bug Fixes (BREAKING)

  • absolutize() now takes a mandatory current_dir() parameter and returns Option<path> Previously the function was willing to return an empty path despite it being invalid. With the current_dir being required, this won't be the case anymore and will yield logically consistent results in all cases.

    This forces the caller to deal with the relative path being invalid or crafted to produce some other path, maybe to bypass sanity checks.

0.5.0 (2022-09-20)

New Features

  • add support for wasi This allows path conversions there to be just as efficient as on unix.

    This was adopted from a PR in the hexlix-editor.

Changed (BREAKING)

  • upgrade bstr to 1.0.1

0.4.2 (2022-08-29)

New Features

  • add is_absolute() for git-style absolute checks This essentially means that starting slashes are always absolute, even on windows.

0.4.1 (2022-08-23)

Chore

  • uniformize deny attributes
  • remove default link to cargo doc everywhere

Bug Fixes

  • Handle . specifically in absolutize(). Previously, absolutizing ./../../ would lead to one path component of the ../ to be ignored as . was popped successfully, not realizing that it is a no-op.

    This could lead to problems with repository discovery if . was passed.

0.4.0 (2022-07-22)

Changed (BREAKING)

  • realpath() handles cwd internally This makes for more convenient usage in the common case.

0.3.0 (2022-06-19)

Bug Fixes (BREAKING)

  • Remove src-config test utilities from src-path.

0.2.0 (2022-06-13)

New Features (BREAKING)

  • Make realpath() easier to use by introducing realpath_opt(). That way there is consistency about how many symlinks to follow.

0.1.3 (2022-05-23)

A maintenance release without user-facing changes.

0.1.2 (2022-05-21)

A maintenance release without user-facing changes.

0.1.1 (2022-05-18)

New Features

  • Add absolutize_components() It helps to cleanup paths a little which comes in handy when dealing with commondir appended paths.

Other

  • :discover()now returns the shortest path. If and only if it canonicalized the source path. That way, users will still get a familiar path. This is due toparent()not operating in the file system, which otherwise would be equivalent to..`, but that's not how we work.

    Maybe we should overhaul the way this works to use ../ instead and just 'absolutize' the path later (std::path::absolute()) is on the way for that.

0.1.0 (2022-04-28)

Refactor (BREAKING)

  • various name changes for more convenient API

0.0.0 (2022-03-31)

An empty crate without any content to reserve the name for the gitoxide project.