]> Cypherpunks repositories - gostls13.git/commit
archive/tar: append a slash when deriving header info from a directory
authorChristian Himpel <chressie@googlemail.com>
Wed, 13 Feb 2013 08:23:28 +0000 (19:23 +1100)
committerDavid Symonds <dsymonds@golang.org>
Wed, 13 Feb 2013 08:23:28 +0000 (19:23 +1100)
commit96082a6953583b88b73cf45933325648b66c1654
tree05c0d0e6de85977a6757f210078805552c035833
parent4101469cccd68e7c04a9b4d04f5399fa8f22d68d
archive/tar: append a slash when deriving header info from a directory

This behavior is identical to GNU tar 1.26.

R=dsymonds, dave
CC=golang-dev
https://golang.org/cl/7307101
src/pkg/archive/tar/common.go
src/pkg/archive/tar/tar_test.go