-
Notifications
You must be signed in to change notification settings - Fork 71
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
Conversation
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);") |
There was a problem hiding this comment.
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
Also please reword your commit text like this:
See https://chris.beams.io/posts/git-commit/ for additional guidance. |
@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? |
You can just |
44e139d
to
18d4c0d
Compare
18d4c0d
to
063b8ee
Compare
@listx I just did it. Let me know if it looks good to you. Thank you! |
Awesome, thank you! |
@listx Thank you! |
Removed code for deleteExtraTags where it was causing garbage collection.
Issue #16