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

Support other tar format configured by git tar.FORMAT.command setting #41

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

KSR-Yasuda
Copy link

@KSR-Yasuda KSR-Yasuda commented Feb 6, 2024

With checking up git tar.FORMAT_NAME.command setting, support various tar format besides tar and tar.gz.

Now I followed the same way of existing code for tar.gz.
But I suppose it had better output raw tar format in progress, since it does decompression to concatenate tar files.

@KSR-Yasuda KSR-Yasuda force-pushed the feature/SupportOtherTarFormat branch from 1a1e3a5 to 0db974d Compare February 6, 2024 08:00
@KSR-Yasuda
Copy link
Author

But I suppose it had better output raw tar format in progress, since it does decompression to concatenate tar files.

Fixed to use raw (i.e. uncompressed) tar format internally for formats except zip.

It does git archive in raw tar files, and call compressing command after concatenation.

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.

1 participant