-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rewrites all history instead of just edited commits #3
Comments
Yes this is true, although it technically doesn't do anything to the older commits if you don't change the date. Has this affected you negatively at all (besides being slower than if it changed the dates for only the 5 commits)? |
When the project is hosted on sites like GitHub where you releases are linked with commit hashes, the releases don't point to correct history anymore. |
Hm, ok. I'll look into it |
+1 |
When used to edit only a number of previous commits history e.g.
git redate -c 5
. While it will change date for the ones specified, it will rewrite history (change hashes) for all commits instead of just the last five.The text was updated successfully, but these errors were encountered: