Port details |
- git-filter-repo git filter-repo is a versatile tool for rewriting history
- 2.47.0 devel =3 2.47.0Version of this port present on the latest quarterly branch.
- Maintainer: cy@FreeBSD.org
- Port Added: 2021-06-14 16:06:53
- Last Update: 2024-12-04 17:09:25
- Commit Hash: ee9dfb0
- People watching this port, also watch:: libevent, phpsysinfo-php82, xcb-util-image, libXdamage, indexinfo
- License: MIT
- WWW:
- https://github.com/newren/git-filter-repo
- Description:
- git filter-repo is a versatile tool for rewriting history, which
includes capabilities I have not found anywhere else. It roughly falls
into the same space of tool as git filter-branch but without the
capitulation-inducing poor performance, with far more capabilities,
and with a design that scales usability-wise beyond trivial rewriting
cases. git filter-repo is now recommended by the git project instead of
git filter-branch.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- git-filter-repo>0:devel/git-filter-repo
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/devel/git-filter-repo/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/git-filter-repo
- pkg install git-filter-repo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: git-filter-repo
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1733323941
SHA256 (newren-git-filter-repo-v2.47.0_GH0.tar.gz) = 8de0b87d3e8137b5af394d4d0e0c6faa05a14375f3e3edea704d4255be039cd3
SIZE (newren-git-filter-repo-v2.47.0_GH0.tar.gz) = 205053
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- git : devel/git
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_git-filter-repo
- USES:
- python shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.47.0 04 Dec 2024 17:09:25 |
Cy Schubert (cy) |
devel/git-filter-repo: Update to 2.47.0 |
2.45.0_1 21 Oct 2024 23:01:49 |
Cy Schubert (cy) |
devel/git-filter-repo: Use example 18 in the handbook as a template
With this approach, the distfile fetched from GH created a WRKSRC name
not expected by ports plumbing. We also need to Adjust WRKSRC to match
the extracted directory name from the tarball.
Reported by: diizzy |
2.45.0_1 21 Oct 2024 21:57:20 |
Cy Schubert (cy) |
devel/git-filter-repo: Update to the latest development branch
Point the upstream github hash that contains the 24+ commits that
fix the data loss issue, making PORTREVISION=1 of this port the
same as the -devel port.
I don't normally like to have a GA port point to a devel branch but
in this case backporting 24 commits leaves too much room for error.
These changes will be removed when upstream releases a new version.
Suggested by: diizzy
MFH: 2024Q4 |
2.45.0 21 Oct 2024 20:31:02 |
Cy Schubert (cy) |
devel/git-filter-repo: Register conflict with -devel port
devel/git-filter-repo has just been added. Register a conflict with
it. |
2.45.0 19 Jul 2024 04:02:10 |
Cy Schubert (cy) |
devel/git-filter-repo: Update to 2.45.0 |
2.38.0_1 01 Mar 2024 21:11:16 |
Cy Schubert (cy) |
devel/git-filter-repo: move man page |
2.38.0 12 Jun 2023 23:50:15 |
Cy Schubert (cy) Author: Joshua Kinard |
devel/git-filter-repo: Update to 2.38.0
PR: 271974
Reviewed by: cy
Approved by: cy |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.34.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.34.0 22 Nov 2021 15:19:56 |
Cy Schubert (cy) |
devel/git-filter-repo: Update to 2.34.0 |
2.33.0_1 21 Aug 2021 14:37:31 |
Cy Schubert (cy) |
devel/git-filter-repo: Update to 2.33.0
Update devel/git-filter-repo 2.32.0 --> 2.33.0. |
2.32.0_1 14 Jun 2021 23:06:20 |
Cy Schubert (cy) |
devel/git-filter-repo: Put the man page in the correct place |
2.32.0 14 Jun 2021 16:04:03 |
Cy Schubert (cy) |
devel/git-filter-repo: New port - a versatile tool for rewriting history
git filter-repo is a versatile tool for rewriting history, which
includes capabilities I have not found anywhere else. It roughly falls
into the same space of tool as git filter-branch but without the
capitulation-inducing poor performance, with far more capabilities, and
with a design that scales usability-wise beyond trivial rewriting cases.
git filter-repo is now recommended by the git project instead of
git filter-branch. |