Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

fix pack_git_submodule with subdir #952

Merged
merged 1 commit into from
Aug 10, 2017

Conversation

NeroBurner
Copy link
Contributor

  • git archive HEAD:subdir -o archive.tar.gz creates a different
    archive (different SHA1) each time
  • calling git archive HEAD -o archive.tar.gz with the right working
    directory produces the same archive (same SHA1) each time

- `git archive HEAD:subdir -o archive.tar.gz` creates a different
  archive (different SHA1) each time
- calling `git archive HEAD -o archive.tar.gz` with the right working
  directory produces the same archive (same SHA1) each time
@ruslo ruslo merged commit fcb7021 into ruslo:master Aug 10, 2017
@ruslo
Copy link
Owner

ruslo commented Aug 10, 2017

@NeroBurner NeroBurner deleted the fix_git_submodule_subdir branch August 30, 2017 10:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants