diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-10-13 15:12:02 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-10-13 15:12:02 -0700 |
commit | e9ee84cf28b6c7e5079ab3c020c86a44900a3f46 (patch) | |
tree | 8c764a9f2415e9d5ef770041796f02811e063505 /bundle.h | |
parent | Git 1.7.6 (diff) | |
download | tgif-e9ee84cf28b6c7e5079ab3c020c86a44900a3f46.tar.xz |
bundle: allowing to read from an unseekable fd
We wished that "git bundle" to eventually learn to read from a network
socket which is not seekable. The current code opens with fopen(), reads
the file halfway and run ftell(), and reopens the same file with open()
and seeks, to skip the header.
This patch by itself does not reach that goal yet, but I think it is a
right step in that direction.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'bundle.h')
0 files changed, 0 insertions, 0 deletions