| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-09-07 | bundle API: change "flags" to be "extra_index_pack_args" | Ævar Arnfjörð Bjarmason | 1 | -6/+6 |
| 2021-07-06 | bundle: remove "ref_list" in favor of string-list.c API | Ævar Arnfjörð Bjarmason | 1 | -24/+28 |
| 2021-07-06 | bundle.c: use a temporary variable for OIDs and names | Ævar Arnfjörð Bjarmason | 1 | -8/+18 |
| 2021-01-11 | bundle: arguments can be read from stdin | Jiang Xin | 1 | -50/+59 |
| 2020-09-09 | Merge branch 'jt/interpret-branch-name-fallback' | Junio C Hamano | 1 | -1/+1 |
| 2020-09-02 | wt-status: tolerate dangling marks | Jonathan Tan | 1 | -1/+1 |
| 2020-08-11 | Merge branch 'bc/sha-256-part-3' | Junio C Hamano | 1 | -21/+62 |
| 2020-07-30 | strvec: rename struct fields | Jeff King | 1 | -1/+1 |
| 2020-07-30 | bundle: add new version for use with SHA-256 | brian m. carlson | 1 | -21/+62 |
| 2020-07-28 | strvec: fix indentation in renamed calls | Jeff King | 1 | -5/+5 |
| 2020-07-28 | strvec: convert more callers away from argv_array name | Jeff King | 1 | -6/+6 |
| 2020-07-28 | strvec: rename files from argv-array to strvec | Jeff King | 1 | -1/+1 |
| 2020-06-19 | bundle: detect hash algorithm when reading refs | brian m. carlson | 1 | -1/+21 |
| 2019-11-11 | bundle-create: progress output control | Robin H. Johnson | 1 | -4/+5 |
| 2019-08-19 | bundle: switch to use the_hash_algo | brian m. carlson | 1 | -2/+2 |
| 2019-05-28 | bundle verify: error out if called without an object database | Johannes Schindelin | 1 | -0/+3 |
| 2019-01-24 | create_bundle(): drop unused "header" parameter | Jeff King | 1 | -2/+2 |
| 2019-01-04 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -12/+14 |
| 2018-11-18 | Merge branch 'jk/close-duped-fd-before-unlock-for-bundle' | Junio C Hamano | 1 | -21/+18 |
| 2018-11-17 | bundle: dup() output descriptor closer to point-of-use | Jeff King | 1 | -21/+18 |
| 2018-11-12 | bundle.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 1 | -12/+14 |
| 2018-10-19 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -2/+2 |
| 2018-09-21 | revision.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
| 2018-08-29 | convert "oidcmp() != 0" to "!oideq()" | Jeff King | 1 | -1/+1 |
| 2018-06-29 | commit: add repository argument to lookup_commit_reference | Stefan Beller | 1 | -1/+2 |
| 2018-06-29 | commit: add repository argument to lookup_commit_reference_gently | Stefan Beller | 1 | -1/+1 |
| 2018-06-29 | object: add repository argument to parse_object | Stefan Beller | 1 | -2/+3 |
| 2018-06-29 | Merge branch 'sb/object-store-grafts' into sb/object-store-lookup | Junio C Hamano | 1 | -0/+1 |
| 2018-05-30 | Merge branch 'ma/lockfile-cleanup' | Junio C Hamano | 1 | -1/+1 |
| 2018-05-16 | object-store: move object access functions to object-store.h | Stefan Beller | 1 | -0/+1 |
| 2018-05-10 | lock_file: make function-local locks non-static | Martin Ågren | 1 | -1/+1 |
| 2018-03-14 | sha1_file: convert read_sha1_file to struct object_id | brian m. carlson | 1 | -1/+1 |
| 2018-01-23 | Merge branch 'rs/lose-leak-pending' | Junio C Hamano | 1 | -19/+16 |
| 2017-12-28 | bundle: avoid using the rev_info flag leak_pending | René Scharfe | 1 | -19/+16 |
| 2017-10-16 | refs: convert dwim_ref and expand_ref to struct object_id | brian m. carlson | 1 | -1/+1 |
| 2017-10-16 | refs: convert read_ref and read_ref_full to object_id | brian m. carlson | 1 | -1/+1 |
| 2017-09-24 | leak_pending: use `object_array_clear()`, not `free()` | Martin Ågren | 1 | -1/+8 |
| 2017-05-29 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -18/+21 |
| 2017-05-08 | object: convert parse_object* to take struct object_id | brian m. carlson | 1 | -4/+6 |
| 2017-05-08 | Convert lookup_commit* to struct object_id | brian m. carlson | 1 | -1/+1 |
| 2017-05-02 | bundle: convert to struct object_id | brian m. carlson | 1 | -16/+17 |
| 2017-04-27 | timestamp_t: a new data type for timestamps | Johannes Schindelin | 1 | -1/+1 |
| 2017-04-23 | parse_timestamp(): specify explicitly where we parse timestamps | Johannes Schindelin | 1 | -1/+1 |
| 2016-04-01 | bundle: don't leak an fd in case of early return | Stefan Beller | 1 | -6/+17 |
| 2015-11-20 | Remove get_object_hash. | brian m. carlson | 1 | -1/+1 |
| 2015-11-20 | Convert struct object to object_id | brian m. carlson | 1 | -9/+9 |
| 2015-11-20 | Add several uses of get_object_hash. | brian m. carlson | 1 | -1/+1 |
| 2015-08-10 | create_bundle(): duplicate file descriptor to avoid closing it twice | Michael Haggerty | 1 | -10/+16 |
| 2015-03-10 | bundle.c: fix memory leak | Stefan Beller | 1 | -6/+5 |
| 2014-10-30 | bundle: split out ref writing from bundle_create | Jeff King | 1 | -39/+58 |
| 2014-10-30 | bundle: split out a helper function to compute and write prerequisites | Junio C Hamano | 1 | -24/+35 |
| 2014-10-30 | bundle: split out a helper function to create pack data | Junio C Hamano | 1 | -27/+37 |
| 2014-10-28 | use child_process_init() to initialize struct child_process variables | René Scharfe | 1 | -1/+1 |
| 2014-10-15 | refs.c: change resolve_ref_unsafe reading argument to be a flags field | Ronnie Sahlberg | 1 | -1/+1 |
| 2014-10-14 | Merge branch 'rs/plug-leak-in-bundle' | Junio C Hamano | 1 | -7/+10 |
| 2014-10-07 | bundle: plug minor memory leak in is_tag_in_date_range() | René Scharfe | 1 | -7/+10 |
| 2014-10-01 | lockfile.h: extract new header file for the functions in lockfile.c | Michael Haggerty | 1 | -0/+1 |
| 2014-09-19 | Merge branch 'lf/bundle-exclusion' into maint | Junio C Hamano | 1 | -2/+2 |
| 2014-09-11 | Merge branch 'rs/child-process-init' | Junio C Hamano | 1 | -4/+2 |
| 2014-09-09 | Merge branch 'lf/bundle-exclusion' | Junio C Hamano | 1 | -2/+2 |
| 2014-08-20 | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 1 | -4/+2 |
| 2014-08-07 | bundle: fix exclusion of annotated tags | Lukas Fleischer | 1 | -2/+2 |
| 2014-07-18 | bundle: use internal argv_array of struct child_process in create_bundle() | René Scharfe | 1 | -10/+5 |
| 2014-04-03 | Merge branch 'nd/log-show-linear-break' | Junio C Hamano | 1 | -0/+1 |
| 2014-03-25 | object.h: centralize object flag allocation | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2014-03-18 | Merge branch 'sh/use-hashcpy' | Junio C Hamano | 1 | -1/+1 |
| 2014-03-06 | Use hashcpy() when copying object names | Sun He | 1 | -1/+1 |
| 2014-03-03 | bundle.c: use ALLOC_GROW() in add_to_ref_list() | Dmitry S. Dolzhenko | 1 | -5/+1 |
| 2013-11-12 | bundle: use argv-array | Junio C Hamano | 1 | -16/+16 |
| 2013-06-02 | object_array_entry: fix memory handling of the name field | Michael Haggerty | 1 | -1/+1 |
| 2013-04-07 | bundle: Accept prerequisites without commit messages | Lukas Fleischer | 1 | -1/+1 |
| 2013-04-03 | Merge branch 'jk/fully-peeled-packed-ref' into maint-1.8.1 | Junio C Hamano | 1 | -3/+3 |
| 2013-03-17 | avoid segfaults on parse_object failure | Jeff King | 1 | -3/+3 |
| 2013-03-08 | bundle: Add colons to list headings in "verify" | Lukas Fleischer | 1 | -4/+4 |
| 2013-03-07 | bundle: Fix "verify" output if history is complete | Lukas Fleischer | 1 | -1/+1 |
| 2012-06-04 | tweak "bundle verify" of a complete history | Junio C Hamano | 1 | -6/+10 |
| 2012-05-02 | Merge branch 'nd/i18n' | Junio C Hamano | 1 | -17/+21 |
| 2012-04-26 | Sync with 1.7.8.6 | Junio C Hamano | 1 | -1/+1 |
| 2012-04-26 | Sync with 1.7.7.7 | Junio C Hamano | 1 | -1/+1 |
| 2012-04-26 | bundle: remove stray single-quote from error message | Jonathan Nieder | 1 | -1/+1 |
| 2012-04-24 | i18n: bundle: mark strings for translation | Nguyễn Thái Ngọc Duy | 1 | -17/+21 |
| 2012-03-12 | Merge branch 'tr/maint-bundle-boundary' into maint | Junio C Hamano | 1 | -1/+1 |
| 2012-03-06 | Merge branch 'tr/maint-bundle-boundary' | Junio C Hamano | 1 | -1/+1 |
| 2012-03-04 | Merge branch 'tr/maint-bundle-long-subject' into maint | Junio C Hamano | 1 | -26/+10 |
| 2012-03-01 | bundle: keep around names passed to add_pending_object() | Thomas Rast | 1 | -1/+1 |
| 2012-02-26 | Merge branch 'tr/maint-bundle-long-subject' | Junio C Hamano | 1 | -26/+10 |
| 2012-02-23 | bundle: use a strbuf to scan the log for boundary commits | Thomas Rast | 1 | -7/+8 |
| 2012-02-22 | bundle: put strbuf_readline_fd in strbuf.c with adjustments | Thomas Rast | 1 | -19/+2 |
| 2012-01-03 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+2 |
| 2012-01-03 | fix hang in git fetch if pointed at a 0 length bundle | Brian Harring | 1 | -2/+2 |
| 2011-11-13 | Convert many resolve_ref() calls to read_ref*() and ref_exists() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2011-10-21 | Merge branch 'jc/unseekable-bundle' | Junio C Hamano | 1 | -36/+88 |
| 2011-10-13 | Merge branch 'rs/pending' | Junio C Hamano | 1 | -7/+4 |
| 2011-10-13 | bundle: add parse_bundle_header() helper function | Junio C Hamano | 1 | -8/+31 |
| 2011-10-13 | bundle: allowing to read from an unseekable fd | Junio C Hamano | 1 | -35/+64 |
| 2011-10-03 | commit: factor out clear_commit_marks_for_object_array | René Scharfe | 1 | -2/+1 |
| 2011-10-03 | bundle: use leak_pending flag | René Scharfe | 1 | -5/+3 |
| 2011-09-19 | Teach progress eye-candy to fetch_refs_from_bundle() | Junio C Hamano | 1 | -2/+5 |
| 2011-02-06 | bundle: Use OFS_DELTA in bundle files | Shawn O. Pearce | 1 | -2/+3 |
| 2010-08-27 | bundle: detect if bundle file cannot be created | Csaba Henk | 1 | -2/+4 |
| 2009-11-23 | Merge branch 'jc/log-stdin' | Junio C Hamano | 1 | -10/+2 |
| 2009-11-23 | pack-objects: split implications of --all-progress from progress activation | Nicolas Pitre | 1 | -1/+1 |
| 2009-11-20 | Teach --stdin option to "log" family | Junio C Hamano | 1 | -10/+2 |
| 2009-09-13 | don't dereference NULL upon fdopen failure | Jim Meyering | 1 | -1/+1 |
| 2009-05-21 | Terminate argv with NULL before calling setup_revisions() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2009-01-25 | Merge branch 'js/maint-all-implies-HEAD' | Junio C Hamano | 1 | -0/+2 |
| 2009-01-17 | bundle: allow the same ref to be given more than once | Junio C Hamano | 1 | -0/+2 |
| 2009-01-05 | bundle: allow rev-list options to exclude annotated tags | Johannes Schindelin | 1 | -0/+32 |
| 2008-11-11 | Fix non-literal format in printf-style calls | Daniel Lowe | 1 | -2/+2 |
| 2008-10-19 | Enhance hold_lock_file_for_{update,append}() API | Junio C Hamano | 1 | -1/+2 |
| 2008-07-07 | Teach git-bundle to read revision arguments from stdin like git-rev-list. | Adam Brewster | 1 | -2/+11 |
| 2008-02-23 | start_command(), if .in/.out > 0, closes file descriptors, not the callers | Johannes Sixt | 1 | -2/+3 |
| 2008-02-23 | start_command(), .in/.out/.err = -1: Callers must close the file descriptor | Johannes Sixt | 1 | -0/+1 |
| 2008-02-17 | check return code of prepare_revision_walk | Martin Koegler | 1 | -1/+2 |
| 2008-01-16 | Improve use of lockfile API | Brandon Casey | 1 | -4/+10 |
| 2008-01-10 | bundle, fast-import: detect write failure | Jim Meyering | 1 | -3/+3 |
| 2008-01-04 | Don't access line[-1] for a zero-length "line" from fgets. | Jim Meyering | 1 | -1/+1 |
| 2007-11-22 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+8 |
| 2007-11-08 | Style: place opening brace of a function definition at column 1 | Junio C Hamano | 1 | -1/+2 |
| 2007-09-19 | Move bundle specific stuff into bundle.[ch] | Johannes Schindelin | 1 | -0/+343 |