Index | Thread | Search

From:
Kirill A. Korinsky <kirill@korins.ky>
Subject:
devel/git-tools: new port (version 2025.08)
To:
OpenBSD ports <ports@openbsd.org>
Date:
Tue, 12 May 2026 13:32:33 +0200

Download raw body.

Thread
  • Kirill A. Korinsky:

    devel/git-tools: new port (version 2025.08)

ports@,

I'd like to add git-tools a collection of small scripts:

- git-branches-rename: Batch renames branches with a matching prefix to
  another prefix
 
- git-clone-subset: Clones a subset of a git repository
 
- git-find-uncommitted-repos: Recursively list repos with uncommitted
  changes
 
- git-rebase-theirs: Resolve rebase conflicts and failed cherry-picks by
  favoring 'theirs' version
 
- git-restore-mtime: Restore original modification time of files based
  on the date of the most recent commit that modified them
 
- git-strip-merge: A git-merge wrapper that deletes files on a "foreign"
  branch before merging

Maintainer: Kirill A. Korinsky <kirill@korins.ky>

WWW: https://github.com/MestreLion/git-tools

Ok?

-- 
wbr, Kirill