GitRewrite icon indicating copy to clipboard operation
GitRewrite copied to clipboard

Rewrite git history. Faster alternative to git filter-branch or bfg-repo-cleaner to perform certain rewrite tasks on a git repository.

Results 4 GitRewrite issues
Sort by recently updated
recently updated
newest added

when running with the option --fix-trees, I get the following exception GitRewrite myrepo --fix-trees Unhandled exception. System.AggregateException: One or more errors occurred. (The method or operation is not implemented.) --->...

I would like to ask if it would be possible to implement that one can delete files and/or folders from git's history that are listed in a file. When I...

enhancement
help wanted
good first issue

Could you add a -keeplatest flag? If specified, then the file/folder is not deleted completely, only the last version is kept, but it's history is gone....

enhancement
help wanted

If the argument after `--rewrite-contributors` starts with a colon, which can't happen for file paths on Windows, please take the text after the colon as the contributer file's contents. Instead...