Skip to content

Conversation

RonnyPfannschmidt
Copy link
Contributor

@RonnyPfannschmidt RonnyPfannschmidt commented Aug 8, 2018

fix #298

@RonnyPfannschmidt RonnyPfannschmidt merged commit 730aaf4 into pypa:master Aug 8, 2018
@RonnyPfannschmidt RonnyPfannschmidt deleted the fix-298 branch August 8, 2018 11:57
def _git_ls_files_and_dirs(toplevel):
# use git archive instead of git ls-file to honor
# export-ignore git attribute
cmd = ["git", "archive", "--prefix", toplevel + os.path.sep, "HEAD"]
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alternatively output of ls-files can be checked with check-attr.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would it be wrothwhile to turn this into a pr - and whats the mechanics of that?

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.

tarfile.ReadError: empty file - in filefinder on no commits
2 participants