Commit graph

1 commit

Author SHA1 Message Date
Meitar Moscovitz
8eb09f9adf Add raw git-archive-all.sh script
Please note that the script is not at all production-ready,
but it's juuust so enough for our purposes.

I have no idea how other people generate reproducible tars. I tried:
- 'tar' simply doesn't honor --exclude-cvs-ignore on my machine.
- 'tar' with --exclude-from=.gitignore requires including
  `git config --global core.excludesfile`, which requires
  tilde-expansion, which I simply don't grasp.
- `git archive` doesn't include submodules.
2015-10-14 03:04:58 +02:00