freebsd-ports/devel/git-absorb/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 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)
2022-09-07 23:58:51 +02:00

8 lines
394 B
Plaintext

This is a port of the hg absorb plugin to git.
git absorb will automatically identify which commits are safe to modify,
and which indexed changes belong to each of those commits. It will then
write fixup! commits for each of those changes. You can check its output
manually if you don't trust it, and then fold the fixups into your
feature branch with git's built-in autosquash functionality.