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

Removed code for deleteExtraTags #17

Merged
merged 1 commit into from
Feb 26, 2019

Conversation

hpandeycodeit
Copy link

Removed code for deleteExtraTags where it was causing garbage collection.

Issue #16

cip.go Outdated
@@ -46,18 +46,14 @@ func main() {
"delete-extra-tags",
false,
"delete tags in the destination registry that are not declared"+
" in the Manifest (default: false); implies -garbage-collect")
" in the Manifest (default: false);")
Copy link
Contributor

Choose a reason for hiding this comment

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

Please also delete the trailing semicolon

@listx
Copy link
Contributor

listx commented Feb 25, 2019

Also please reword your commit text like this:

deleteExtraTags: turn off garbage collection

See https://chris.beams.io/posts/git-commit/ for additional guidance.

@hpandeycodeit
Copy link
Author

@listx I removed the semicolon but somehow rewording the first commit isn't working. Let me know if you want me to create a new PR?

@listx
Copy link
Contributor

listx commented Feb 26, 2019

You can just git rebase -i HEAD~4 and squash your 4 commits for this PR into 1 commit, then force-push your branch (e.g. git push -f origin issue_16). This PR will auto-update itself.

@hpandeycodeit
Copy link
Author

@listx I just did it. Let me know if it looks good to you. Thank you!

@listx
Copy link
Contributor

listx commented Feb 26, 2019

Awesome, thank you!

@listx listx merged commit 745a329 into kubernetes-sigs:master Feb 26, 2019
@hpandeycodeit
Copy link
Author

@listx Thank you!

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