]> git.ipfire.org Git - thirdparty/git.git/commit - bundle.h
Move bundle specific stuff into bundle.[ch]
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Tue, 11 Sep 2007 03:03:15 +0000 (23:03 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Sep 2007 10:22:30 +0000 (03:22 -0700)
commit30415d50cccef0ec22bb4a6d58138760b142758d
treed31ce47e39f9bc16a61c2c4dd71fe5c6c9902425
parentc29727d5241be0fee2265fbbe65d1b275b01dc1c
Move bundle specific stuff into bundle.[ch]

The transport specific stuff was moved into libgit.a, and the
bundle specific stuff will not be left behind.

This is a big code move, with one exception: the function
unbundle() no longer outputs the list of refs.  You have to call
list_bundle_refs() yourself for that.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
builtin-bundle.c
bundle.c [new file with mode: 0644]
bundle.h [new file with mode: 0644]