commit | f94c9bf288290c9f4e5a7c2745922abd600e88ca | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Sun Nov 29 07:45:33 2009 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sun Nov 29 07:45:33 2009 +0100 |
tree | 57289568fb310466798ae6b297fe46d6e3d2bfcf | |
parent | 2ce42e98d799de4c3389d9c4ce0a6b0d42dac7cc [diff] |
tar: fix bug 673 (misdetection of repeated dir as hardlink). +92 bytes While at it, remove many superfluous ops on unpack: mkdir("."), lots of umask() calls. Can remove more by caching username->uid. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>