Skip to content

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

Open
KSR-Yasuda wants to merge 2 commits intofabacab:masterfrom
KSR-Yasuda:feature/SupportOtherTarFormat
Open

Support other tar format configured by git tar.FORMAT.command setting#41
KSR-Yasuda wants to merge 2 commits intofabacab:masterfrom
KSR-Yasuda:feature/SupportOtherTarFormat

Conversation

@KSR-Yasuda
Copy link
Copy Markdown

@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
Copy Markdown
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