author | Johannes Schindelin <Johannes.Schindelin@gmx.de> | |
Tue, 11 Sep 2007 03:03:15 +0000 (23:03 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 19 Sep 2007 10:22:30 +0000 (03:22 -0700) | ||
commit | 30415d50cccef0ec22bb4a6d58138760b142758d | |
tree | d31ce47e39f9bc16a61c2c4dd71fe5c6c9902425 | tree | snapshot |
parent | c29727d5241be0fee2265fbbe65d1b275b01dc1c | commit | diff |
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>
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 | diff | blob | history | |
builtin-bundle.c | diff | blob | history | |
bundle.c | [new file with mode: 0644] | blob |
bundle.h | [new file with mode: 0644] | blob |