Skip to content

Commit

Permalink
Move bundle specific stuff into bundle.[ch]
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dscho authored and gitster committed Sep 19, 2007
1 parent c29727d commit 30415d5
Show file tree
Hide file tree
Showing 4 changed files with 375 additions and 360 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ LIB_OBJS = \
alloc.o merge-file.o path-list.o help.o unpack-trees.o $(DIFF_OBJS) \
color.o wt-status.o archive-zip.o archive-tar.o shallow.o utf8.o \
convert.o attr.o decorate.o progress.o mailmap.o symlinks.o remote.o \
transport.o
transport.o bundle.o

BUILTIN_OBJS = \
builtin-add.o \
Expand Down
Loading

0 comments on commit 30415d5

Please sign in to comment.