diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2007-01-16 01:20:57 -0500 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2007-01-16 01:20:57 -0500 |
commit | 0fcbcae75372f96539ba0f9598112c417d81ab0d (patch) | |
tree | d1dc09219a8fc8eb7f2492ab36094830d716f015 /perl/.gitignore | |
parent | Ensure we close the packfile after creating it in fast-import. (diff) | |
download | tgif-0fcbcae75372f96539ba0f9598112c417d81ab0d.tar.xz |
Remove unnecessary pack_fd global in fast-import.
Much like the pack_sha1 the pack_fd is an unnecessary global
variable, we already have the fd stored in our struct packed_git
*pack_data so that the core library functions in sha1_file.c are
able to lookup and decompress object data that we have previously
written. Keeping an extra copy of this value in our own variable
is just a hold-over from earlier versions of fast-import and is
now completely unnecessary.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'perl/.gitignore')
0 files changed, 0 insertions, 0 deletions