]> git.ipfire.org Git - thirdparty/git.git/commit - bundle.h
create_bundle(): drop unused "header" parameter
authorJeff King <peff@peff.net>
Thu, 24 Jan 2019 13:11:51 +0000 (08:11 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 24 Jan 2019 20:35:44 +0000 (12:35 -0800)
commitfcb133e978e98cf92de3ec7dedd4969802191b13
tree9644a6407728ca2faf3a9e32ce03dff56ad03f03
parent74f8a9c9543aeb19d9af145d8be4acc2198c5b7e
create_bundle(): drop unused "header" parameter

There's no need to pass a header struct to create_bundle(); it writes
the header information directly to a descriptor (and does not report
back details to the caller).

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/bundle.c
bundle.c
bundle.h