[PATCH] git-tar-tree: make file contents accessible to write_header()
authorRene Scharfe <rene.scharfe@lsrfire.ath.cx>
Fri, 6 May 2005 20:56:08 +0000 (22:56 +0200)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 6 May 2005 21:42:59 +0000 (14:42 -0700)
commit08f09dac0126482005013e4f9a108de8c7d42f43
treed742efddd87046f50d9aca69596ac2c9f2869be7
parent71058b1f2be17bde78f8cf5832a3e03952fa4aac
[PATCH] git-tar-tree: make file contents accessible to write_header()

Pass pointer to filecontents to write_header() and pass pointer
to filecontents, its size and some flags to write_exntended_header().
These parameters are not used, yet.  They are added in preparation
to symlink support.
tar-tree.c