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

add option to use amend when updating state to reduce size #46

Merged
merged 6 commits into from
Oct 15, 2024

Conversation

rucciva
Copy link
Contributor

@rucciva rucciva commented Oct 1, 2024

related to #41. This PR add option to use --amend flag to simulate behavior similar to git commit -a --amend and git push -f to maintain only one commit per branch and thus reduce the size the repository compared to one commit per change on the state.

@rucciva rucciva force-pushed the master branch 2 times, most recently from e2278fd to 3fa8ef1 Compare October 1, 2024 04:03
@rucciva rucciva changed the title use amend when updating state to reduce size add option to use amend when updating state to reduce size Oct 3, 2024
Copy link
Member

@dee-kryvenko dee-kryvenko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for radio silence last week - life happened. This is looking great, and especial thanks for house keeping with Go and versions upgrade. Left a little nitpick suggestion for you and we can get this in. Thanks again!

cmd/git_backend.go Show resolved Hide resolved
@dee-kryvenko dee-kryvenko merged commit c827469 into plumber-cd:master Oct 15, 2024
8 checks passed
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

Successfully merging this pull request may close these issues.

2 participants