Skip to content

shpark/regit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Regit

Overview

Git-replay is a simple tool that replays the history of a Git repository but with some tweaks (i.e., it can change the author name and email).

Usage

cargo run -- <src repo> <dest dir> <name> <email>

Then, a clone repository with updated name and email is crated under <dest dir>.

Limitations

Limited to repositories with linear commit history (i.e., can’t handle merge).

About

Rewrite git history

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages