Skip to content

Commit 30415d5

Browse files
dschogitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c29727d commit 30415d5

File tree

4 files changed

+375
-360
lines changed

4 files changed

+375
-360
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ LIB_OBJS = \
311311
alloc.o merge-file.o path-list.o help.o unpack-trees.o $(DIFF_OBJS) \
312312
color.o wt-status.o archive-zip.o archive-tar.o shallow.o utf8.o \
313313
convert.o attr.o decorate.o progress.o mailmap.o symlinks.o remote.o \
314-
transport.o
314+
transport.o bundle.o
315315

316316
BUILTIN_OBJS = \
317317
builtin-add.o \

0 commit comments

Comments
 (0)