diff options
| author | Michael Forney <mforney@mforney.org> | 2016-11-20 18:42:41 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-11-20 21:19:18 -0800 |
| commit | ac83096a6d89e772857c0b91c1b02c9775aafc4f (patch) | |
| tree | 306d1902773fd962c27ddeec13661a4eddb0dc2d /.gitmodules | |
| parent | 421f1188fb1b3b65d929cb6ba5933172765971c9 (diff) | |
pigz: Handle -n option like gzip does
Otherwise, when we compress files with -n in the oasis build, we'll get
timestamps with pigz, and no timestamps with gzip. We can't apply the
pigz-specific -T flag because then it doesn't work with GNU gzip.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 2b998f95..7f2f3bc3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -38,6 +38,7 @@ [submodule "core/pigz/src"] path = core/pigz/src url = https://github.com/madler/pigz + ignore = all [submodule "core/plan9port/src"] path = core/plan9port/src url = https://github.com/9fans/plan9port |
