Age | Commit message (Expand) | Author | Files | Lines |
2021-07-30 | http: rename CURLOPT_FILE to CURLOPT_WRITEDATA | Ævar Arnfjörð Bjarmason | 1 | -3/+3 |
2021-07-30 | http: drop support for curl < 7.16.0 | Jeff King | 1 | -23/+0 |
2021-05-10 | Merge branch 'bc/hash-transition-interop-part-1' | Junio C Hamano | 1 | -0/+2 |
2021-04-27 | http-push: set algorithm when reading object ID | brian m. carlson | 1 | -0/+2 |
2021-04-13 | lookup_unknown_object(): take a repository argument | Jeff King | 1 | -1/+1 |
2021-03-13 | use CALLOC_ARRAY | René Scharfe | 1 | -2/+2 |
2020-07-30 | strvec: rename struct fields | Jeff King | 1 | -1/+1 |
2020-07-28 | strvec: fix indentation in renamed calls | Jeff King | 1 | -1/+1 |
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-07-06 | Merge branch 'bc/http-push-flagsfix' | Junio C Hamano | 1 | -4/+4 |
2020-06-23 | http-push: ensure unforced pushes fail when data would be lost | brian m. carlson | 1 | -4/+4 |
2020-06-10 | http: refactor finish_http_pack_request() | Jonathan Tan | 1 | -2/+6 |
2019-10-15 | http-push: simplify deleting a list item | René Scharfe | 1 | -4/+4 |
2019-06-20 | object: convert lookup_object() to use object_id | Jeff King | 1 | -1/+1 |
2019-06-20 | object: convert lookup_unknown_object() to use object_id | Jeff King | 1 | -1/+1 |
2019-05-19 | Merge branch 'cb/http-push-null-in-message-fix' | Junio C Hamano | 1 | -2/+2 |
2019-05-15 | http-push: prevent format overflow warning with gcc >= 9 | Carlo Marcelo Arenas Belón | 1 | -2/+2 |
2019-04-01 | http-push: remove remaining uses of sha1_to_hex | brian m. carlson | 1 | -4/+4 |
2019-04-01 | http-push: convert to use the_hash_algo | brian m. carlson | 1 | -10/+10 |
2019-04-01 | object-store: rename and expand packed_git's sha1 member | brian m. carlson | 1 | -1/+2 |
2019-02-06 | Merge branch 'jk/loose-object-cache-oid' | Junio C Hamano | 1 | -1/+1 |
2019-02-06 | Merge branch 'ds/push-sparse-tree-walk' | Junio C Hamano | 1 | -1/+1 |
2019-01-17 | list-objects: consume sparse tree walk | Derrick Stolee | 1 | -1/+1 |
2019-01-15 | tree-walk: store object_id in a separate member | brian m. carlson | 1 | -2/+2 |
2019-01-08 | http: use struct object_id instead of bare sha1 | Jeff King | 1 | -1/+1 |
2018-11-12 | Upcast size_t variables to uintmax_t when printing | Torsten Bögershausen | 1 | -1/+1 |
2018-10-19 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -1/+1 |
2018-09-21 | revision.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-09-17 | Merge branch 'jk/cocci' | Junio C Hamano | 1 | -1/+1 |
2018-08-29 | convert "oidcmp() == 0" to oideq() | Jeff King | 1 | -1/+1 |
2018-07-20 | commit.h: remove method declarations | Derrick Stolee | 1 | -1/+1 |
2018-06-29 | tag: add repository argument to deref_tag | Stefan Beller | 1 | -1/+1 |
2018-06-29 | tree: add repository argument to lookup_tree | Stefan Beller | 1 | -1/+2 |
2018-06-29 | blob: add repository argument to lookup_blob | Stefan Beller | 1 | -1/+2 |
2018-06-29 | object: add repository argument to lookup_object | Stefan Beller | 1 | -1/+1 |
2018-06-29 | object: add repository argument to parse_object | Stefan Beller | 1 | -2/+4 |
2018-05-30 | Merge branch 'bw/ref-prefix-for-configured-refspec' | Junio C Hamano | 1 | -10/+8 |
2018-05-23 | Merge branch 'ds/lazy-load-trees' | Junio C Hamano | 1 | -1/+1 |
2018-05-18 | remote: convert match_push_refs to take a struct refspec | Brandon Williams | 1 | -2/+1 |
2018-05-18 | http-push: store refspecs in a struct refspec | Brandon Williams | 1 | -9/+8 |
2018-04-11 | exec_cmd: rename to use dash in file name | Stefan Beller | 1 | -1/+1 |
2018-04-11 | Merge branch 'sb/object-store' | Junio C Hamano | 1 | -0/+1 |
2018-04-11 | treewide: replace maybe_tree with accessor methods | Derrick Stolee | 1 | -1/+1 |
2018-04-11 | treewide: rename tree to maybe_tree | Derrick Stolee | 1 | -1/+1 |
2018-04-11 | Merge branch 'bw/c-plus-plus' into ds/lazy-load-trees | Junio C Hamano | 1 | -1/+1 |
2018-03-26 | object-store: move packed_git and packed_git_mru to object store | Stefan Beller | 1 | -0/+1 |
2018-03-14 | sha1_file: convert read_sha1_file to struct object_id | brian m. carlson | 1 | -1/+1 |
2018-03-06 | Merge branch 'bw/c-plus-plus' | Junio C Hamano | 1 | -1/+1 |
2018-02-14 | object: rename function 'typename' to 'type_name' | Brandon Williams | 1 | -1/+1 |