summaryrefslogtreecommitdiffstats
path: root/bundle.c
AgeCommit message (Expand)AuthorLines
2018-05-30Merge branch 'ma/lockfile-cleanup'Junio C Hamano-1/+1
2018-05-10lock_file: make function-local locks non-staticMartin Ågren-1/+1
2018-03-14sha1_file: convert read_sha1_file to struct object_idbrian m. carlson-1/+1
2018-01-23Merge branch 'rs/lose-leak-pending'Junio C Hamano-19/+16
2017-12-28bundle: avoid using the rev_info flag leak_pendingRené Scharfe-19/+16
2017-10-16refs: convert dwim_ref and expand_ref to struct object_idbrian m. carlson-1/+1
2017-10-16refs: convert read_ref and read_ref_full to object_idbrian m. carlson-1/+1
2017-09-24leak_pending: use `object_array_clear()`, not `free()`Martin Ågren-1/+8
2017-05-29Merge branch 'bc/object-id'Junio C Hamano-18/+21
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson-4/+6
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson-1/+1
2017-05-02bundle: convert to struct object_idbrian m. carlson-16/+17
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin-1/+1
2017-04-23parse_timestamp(): specify explicitly where we parse timestampsJohannes Schindelin-1/+1
2016-04-01bundle: don't leak an fd in case of early returnStefan Beller-6/+17
2015-11-20Remove get_object_hash.brian m. carlson-1/+1
2015-11-20Convert struct object to object_idbrian m. carlson-9/+9
2015-11-20Add several uses of get_object_hash.brian m. carlson-1/+1
2015-08-10create_bundle(): duplicate file descriptor to avoid closing it twiceMichael Haggerty-10/+16
2015-03-10bundle.c: fix memory leakStefan Beller-6/+5
2014-10-30bundle: split out ref writing from bundle_createJeff King-39/+58
2014-10-30bundle: split out a helper function to compute and write prerequisitesJunio C Hamano-24/+35
2014-10-30bundle: split out a helper function to create pack dataJunio C Hamano-27/+37
2014-10-28use child_process_init() to initialize struct child_process variablesRené Scharfe-1/+1
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg-1/+1
2014-10-14Merge branch 'rs/plug-leak-in-bundle'Junio C Hamano-7/+10
2014-10-07bundle: plug minor memory leak in is_tag_in_date_range()René Scharfe-7/+10
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty-0/+1
2014-09-19Merge branch 'lf/bundle-exclusion' into maintJunio C Hamano-2/+2
2014-09-11Merge branch 'rs/child-process-init'Junio C Hamano-4/+2
2014-09-09Merge branch 'lf/bundle-exclusion'Junio C Hamano-2/+2
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe-4/+2
2014-08-07bundle: fix exclusion of annotated tagsLukas Fleischer-2/+2
2014-07-18bundle: use internal argv_array of struct child_process in create_bundle()René Scharfe-10/+5
2014-04-03Merge branch 'nd/log-show-linear-break'Junio C Hamano-0/+1
2014-03-25object.h: centralize object flag allocationNguyễn Thái Ngọc Duy-0/+1
2014-03-18Merge branch 'sh/use-hashcpy'Junio C Hamano-1/+1
2014-03-06Use hashcpy() when copying object namesSun He-1/+1
2014-03-03bundle.c: use ALLOC_GROW() in add_to_ref_list()Dmitry S. Dolzhenko-5/+1
2013-11-12bundle: use argv-arrayJunio C Hamano-16/+16
2013-06-02object_array_entry: fix memory handling of the name fieldMichael Haggerty-1/+1
2013-04-07bundle: Accept prerequisites without commit messagesLukas Fleischer-1/+1
2013-04-03Merge branch 'jk/fully-peeled-packed-ref' into maint-1.8.1Junio C Hamano-3/+3
2013-03-17avoid segfaults on parse_object failureJeff King-3/+3
2013-03-08bundle: Add colons to list headings in "verify"Lukas Fleischer-4/+4
2013-03-07bundle: Fix "verify" output if history is completeLukas Fleischer-1/+1
2012-06-04tweak "bundle verify" of a complete historyJunio C Hamano-6/+10
2012-05-02Merge branch 'nd/i18n'Junio C Hamano-17/+21
2012-04-26Sync with 1.7.8.6Junio C Hamano-1/+1
2012-04-26Sync with 1.7.7.7Junio C Hamano-1/+1