Age | Commit message (Expand) | Author | Files | Lines |
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 |