GitRewrite
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.
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...
keep latest
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....
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...