Skip to content
Snippets Groups Projects
Commit 97149ff8 authored by Ben Boeckel's avatar Ben Boeckel Committed by Brad King
Browse files

update-third-party: read attributes from the worktree

This should be done so that any attributes for ignoring certain files
when exporting can be appended to the file during the extraction step,
but ignored in the actual import. Necessary for importing the gitsetup
repository.
parent a35f4be6
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@
# Utility functions
########################################################################
git_archive () {
git archive --prefix="$name-reduced/" HEAD -- $paths | \
git archive --worktree-attributes --prefix="$name-reduced/" HEAD -- $paths | \
tar -C "$extractdir" -x
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment