Merge branch 'rs/archive-excluded-directory' into maint
commit550e41c43733a3dd35a53365a6509c28cbb3906a
authorJunio C Hamano <gitster@pobox.com>
Wed, 18 Oct 2017 05:18:58 +0000 (18 14:18 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Oct 2017 05:18:58 +0000 (18 14:18 +0900)
tree656959cec70f8366e8ee047a2bcc5c43a50be67f
parentaec2eb8bfd1f927bd470ea0e24d172a696019924
parent43180940473cdafa95eb6b63b0efa9e36ac905da
Merge branch 'rs/archive-excluded-directory' into maint

"git archive", especially when used with pathspec, stored an empty
directory in its output, even though Git itself never does so.
This has been fixed.

* rs/archive-excluded-directory:
  archive: don't add empty directories to archives