-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Option to preserve commit logs #41
Comments
This is definitely an interesting option, however I think the default should still be squashing the commits together. We could add options via query string parameters, but I'm not sure if they would be associated as s3 file metadata. |
I agree. This should be provided with an option parameter. |
I can see this being useful as well. @ikedam Are you working on this? |
@j-rewerts |
@ikedam @j-rewerts It doesn't yet support preserving git commit messages, but I'll be adding support for that in the near future. |
gitmask squashes all commits into one commit with the message "anonymous commit" by ghost.
Though it removes identifications completely, it also loses much information in the change. Commit messages are often important in development.
It would be nice if there's an option to preserve commit logs and replaces the committer and the author with ghost to remove identifications:
I believe it can be done by running this command in the branch created from the bundle instead of merging that branch into the target branch and squashing commits:
The text was updated successfully, but these errors were encountered: