Skip to content
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

Open
RaeesBhatti opened this issue Nov 8, 2016 · 4 comments
Open

Rewrites all history instead of just edited commits #3

RaeesBhatti opened this issue Nov 8, 2016 · 4 comments

Comments

@RaeesBhatti
Copy link

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.

@EdmundMai
Copy link
Member

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)?

@RaeesBhatti
Copy link
Author

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.
Also the contribution count on your profile adds up, e.g. every time you rewrite history and upload, it will think that the contributions are new and add the number up. This makes other days much dimmer.

@EdmundMai
Copy link
Member

Hm, ok. I'll look into it

@Sweeper777
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants