]> Cypherpunks repositories - gostls13.git/commit
archive/tar: add Header.FileInfo method. Add more cases to FileInfoHeader.
authorRobin Eklind <r.eklind.87@gmail.com>
Thu, 14 Feb 2013 06:32:48 +0000 (17:32 +1100)
committerAndrew Gerrand <adg@golang.org>
Thu, 14 Feb 2013 06:32:48 +0000 (17:32 +1100)
commit44d38ae3c0f44449933a5e56ed4282fabb2ffb09
tree803aa26954576c7b0b0f23738aeb6a0f36860748
parent78cee8b3bbf4173af79a4d02a26bbe8bea1cd175
archive/tar: add Header.FileInfo method. Add more cases to FileInfoHeader.

FileInfoHeader can now handle fifo, setuid, setgid and sticky bits.

Fixes #4695.

R=golang-dev, donovanhide, r.eklind.87, minux.ma, adg
CC=golang-dev
https://golang.org/cl/7305072
src/pkg/archive/tar/common.go [changed mode: 0644->0755]
src/pkg/archive/tar/tar_test.go