# git-filter-branch-utils **Repository Path**: mirrors_minrk/git-filter-branch-utils ## Basic Information - **Project Name**: git-filter-branch-utils - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Utilities for git filter-branch These are scripts used to perform part of IPython's Big Splitâ„¢, and not meant to be a public utility. The key piece is `clone-whitelist`, which clones a repo and runs `git filter-branch` to remove the history of files not in a given whitelist. `git log --follow` is used to track the history across renames within reason.