You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transform path name with GNU tar and tilde search-replace delimiter
from list at https://libgit2.org/docs/reference/main/tag/git_tag_create
as that delimiter would never appear in git ref name.
Signed-off-by: E Shattow <e@freeshell.de>
Note an apparent a bug in GNU tar yields a directory listing output that is not column-aligned. I tried several variations of tar invocation, for example mv dist foo && tar cf foo.tar.gz foo style, but the outcome is the same when within GitHub CI/CD environment; I cannot reproduce it on my desktop host. I have sent an email message to bug-tar mailing list asking about that. The extracted content appears to be consistent so I won't delay this fix.
Update: This wandering column output appears when the ownership information is runner/runner as the length of text is just so to make it obvious that tar doesn't know all the sizes of files as it is processing the file listing beforehand. It's an expected behavior I never notice in several decades' time when my own usernames are shorter or longer than this.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Transform path name with GNU tar and tilde search-replace delimiter from list at https://libgit2.org/docs/reference/main/tag/git_tag_create as that delimiter would never appear in git ref name.