summaryrefslogtreecommitdiff
path: root/bundle.h
AgeCommit message (Expand)Author
2020-08-12Merge branch 'bc/sha-256-part-3'Junio C Hamano
2020-07-30bundle: add new version for use with SHA-256brian m. carlson
2020-07-28strvec: convert more callers away from argv_array nameJeff King
2020-07-28strvec: rename files from argv-array to strvecJeff King
2020-06-19bundle: detect hash algorithm when reading refsbrian m. carlson
2019-11-11bundle-create: progress output controlRobin H. Johnson
2019-01-24create_bundle(): drop unused "header" parameterJeff King
2018-11-12bundle.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2017-05-02bundle: convert to struct object_idbrian m. carlson
2011-10-21Merge branch 'jc/unseekable-bundle'Junio C Hamano
2011-10-13bundle: add parse_bundle_header() helper functionJunio C Hamano
2011-09-19Teach progress eye-candy to fetch_refs_from_bundle()Junio C Hamano
2007-09-19Move bundle specific stuff into bundle.[ch]Johannes Schindelin