You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reposurgeon works by loading the whole repo into memory, then filtering and modifying commits according to user commands, then saving the repo into new dir.
(doesn't apply) reposurgeon uses git fast-export/fast-import, which [strip commit signatures] (https://gitlab.com/esr/reposurgeon/-/issues/367). If reposurgeon is used to make a branch that needs to be merged back, this will move the branch point back to the first signed commit, rather than to leave it at firsts edited commit. In case of splitting a path to a different repo, this doesn't apply, because repos will likely be different right from the first commit.
amend-pr.sh
to be at the top of the reporeposurgeon
that allows to record interactive choices into script (like https://github.com/phord/git-split)amend
as a snap (Release amend-pr.sh as amend-pr snap linux#25)ksykaitai
to patch timestamps in .snap squashfs archiveThe text was updated successfully, but these errors were encountered: