head 1.2; access; symbols pkgsrc-2026Q1:1.1.0.22 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.20 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.18 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.16 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.14 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.12 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.10 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.8 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.6 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.4 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.2 pkgsrc-2023Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2026.05.22.08.19.34; author pin; state dead; branches; next 1.1; commitid MTGOqYVMBLpALMGG; 1.1 date 2023.08.30.08.30.17; author pin; state Exp; branches; next ; commitid gf9Pwn7QyEZaQMCE; desc @@ 1.2 log @devel/git-branchless: update to 0.11.1 v0.11.1 Release highlights None. This is a fixup release that includes no new features or changes in behavior. Changed (#1672): scm-bisect has been updated (was missed in v0.11.0) v0.11.0 Release highlights This release includes a number of new features and changes; including: Rust v1.86 or later is required to build. A new git split command was introduced. Revsets gained a new ! operator, as well some performance improvements. record and amend can now detect and add new, untracked files. record gained several new options, and a breaking change to another; see below. smartlog received rendering updates, a new setting, and a deprecation; see below. For full details on the numerous other features, changes and fixes, see below. Additionally, this is the first release managed by @@claytonrcarter. If something seems amiss or is not packaged correctly, please mention it in discussion, or open an issue. Added (#1461): added ! revset postfix operator as shortcut for "only child" (#1464): created git split command to extract changes from a commit (#1603): added git move --dry-run to test in-memory rebases (#1604): git record and git amend can now automatically detect and begin tracking new files (optional, disabled by default) (#1612): added git record --new to create new, empty commits (#1631): the --reparent flag, previously only available to git amend, is now available to git move, git restack, git split, git sync and git test (#1632): added git record --fixup option, to create a fixup commit (similar to reword --fixup) Changed (#1270): git smartlog now renders with curved corners (#1271): git smartlog renders commit nodes more consistently with other nodes (#1315): git smartlog now reads the branchless.smartlog.reverse config setting (the --reverse option has been deprecated) (#1462) BREAKING: git record will use a default commit message with --stash (instead of prompting for one) (#1463): git switch now accepts a revset whose sole head will be checked out, and correctly treats - to mean last checked out commit or branch (#1492): scm-record upgraded to v0.5.0. (#1591): improved performance of some revset expressions (#1593) BREAKING: The minimum supported Rust version (MSRV) is now 1.82. See #1638 below. (#1638) BREAKING: The minimum supported Rust version (MSRV) is now 1.86, and the rust edition is now 2024. (#1661): add nix devshell (and other nix updates and fixes) Fixed (#1439): fix panic with custom git status configuration (#1611): fix behavior of git record --stash on a detached HEAD (#1618): fix behavior of various commands when operating on branches that have the same name as files in the current directory (#1647): correctly describe behavior of when check out target is omitted to git switch (#1651): fix panic when running git-brancless commands in bare repos (#1659): fix snapshotting for submodules and symlinks ending in a / @ text @$NetBSD: patch-.._vendor_ioctl-rs-0.1.6_src_os_mod.rs,v 1.1 2023/08/30 08:30:17 pin Exp $ Add bsiegert@@ unmerged pull request https://github.com/dcuddeback/ioctl-rs/pull/5 --- ../vendor/ioctl-rs-0.1.6/src/os/mod.rs.orig 2017-11-20 03:11:32.000000000 +0000 +++ ../vendor/ioctl-rs-0.1.6/src/os/mod.rs @@@@ -12,3 +12,6 @@@@ pub mod dragonfly; #[cfg(target_os = "openbsd")] pub mod openbsd; + +#[cfg(target_os = "netbsd")] +pub mod netbsd; @ 1.1 log @devel/git-branchless: update to 0.8.0 v0.8.0: build: delete git-branchless-testing crate The git-branchless-lib crate has a dev-dependency on git-branchless-testing, and git-branchless-testing has a dependency on git-branchless-lib, inducing a circular dependency that means they can't be published to crates.io. This commit collapses them into the same crate again to resolve this circular dependency. @ text @d1 1 a1 1 $NetBSD$ @