summaryrefslogtreecommitdiffstats
path: root/bundle.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-11bundle-create: progress output controlRobin H. Johnson1-4/+5
2019-08-19bundle: switch to use the_hash_algobrian m. carlson1-2/+2
2019-05-28bundle verify: error out if called without an object databaseJohannes Schindelin1-0/+3
2019-01-24create_bundle(): drop unused "header" parameterJeff King1-2/+2
2019-01-04Merge branch 'nd/the-index'Junio C Hamano1-12/+14
2018-11-18Merge branch 'jk/close-duped-fd-before-unlock-for-bundle'Junio C Hamano1-21/+18
2018-11-17bundle: dup() output descriptor closer to point-of-useJeff King1-21/+18
2018-11-12bundle.c: remove the_repository referencesNguyễn Thái Ngọc Duy1-12/+14
2018-10-19Merge branch 'nd/the-index'Junio C Hamano1-2/+2
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-2/+2
2018-08-29convert "oidcmp() != 0" to "!oideq()"Jeff King1-1/+1
2018-06-29commit: add repository argument to lookup_commit_referenceStefan Beller1-1/+2
2018-06-29commit: add repository argument to lookup_commit_reference_gentlyStefan Beller1-1/+1
2018-06-29object: add repository argument to parse_objectStefan Beller1-2/+3
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano1-0/+1
2018-05-30Merge branch 'ma/lockfile-cleanup'Junio C Hamano1-1/+1
2018-05-16object-store: move object access functions to object-store.hStefan Beller1-0/+1
2018-05-10lock_file: make function-local locks non-staticMartin Ågren1-1/+1
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson1-1/+1
2018-01-23Merge branch 'rs/lose-leak-pending'Junio C Hamano1-19/+16
2017-12-28bundle: avoid using the rev_info flag leak_pendingRené Scharfe1-19/+16
2017-10-16refs: convert dwim_ref and expand_ref to struct object_idbrian m. carlson1-1/+1
2017-10-16refs: convert read_ref and read_ref_full to object_idbrian m. carlson1-1/+1
2017-09-24leak_pending: use `object_array_clear()`, not `free()`Martin Ågren1-1/+8
2017-05-29Merge branch 'bc/object-id'Junio C Hamano1-18/+21
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson1-4/+6
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson1-1/+1
2017-05-02bundle: convert to struct object_idbrian m. carlson1-16/+17
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin1-1/+1
2017-04-23parse_timestamp(): specify explicitly where we parse timestampsJohannes Schindelin1-1/+1
2016-04-01bundle: don't leak an fd in case of early returnStefan Beller1-6/+17
2015-11-20Remove get_object_hash.brian m. carlson1-1/+1
2015-11-20Convert struct object to object_idbrian m. carlson1-9/+9
2015-11-20Add several uses of get_object_hash.brian m. carlson1-1/+1
2015-08-10create_bundle(): duplicate file descriptor to avoid closing it twiceMichael Haggerty1-10/+16
2015-03-10bundle.c: fix memory leakStefan Beller1-6/+5
2014-10-30bundle: split out ref writing from bundle_createJeff King1-39/+58
2014-10-30bundle: split out a helper function to compute and write prerequisitesJunio C Hamano1-24/+35
2014-10-30bundle: split out a helper function to create pack dataJunio C Hamano1-27/+37
2014-10-28use child_process_init() to initialize struct child_process variablesRené Scharfe1-1/+1
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg1-1/+1
2014-10-14Merge branch 'rs/plug-leak-in-bundle'Junio C Hamano1-7/+10
2014-10-07bundle: plug minor memory leak in is_tag_in_date_range()René Scharfe1-7/+10
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty1-0/+1
2014-09-19Merge branch 'lf/bundle-exclusion' into maintJunio C Hamano1-2/+2
2014-09-11Merge branch 'rs/child-process-init'Junio C Hamano1-4/+2
2014-09-09Merge branch 'lf/bundle-exclusion'Junio C Hamano1-2/+2
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe1-4/+2
2014-08-07bundle: fix exclusion of annotated tagsLukas Fleischer1-2/+2
2014-07-18bundle: use internal argv_array of struct child_process in create_bundle()René Scharfe1-10/+5