Age | Commit message (Expand) | Author | Files | Lines |
2018-05-08 | Merge branch 'js/colored-push-errors' | Junio C Hamano | 1 | -1/+66 |
2018-05-08 | Merge branch 'bw/protocol-v2' | Junio C Hamano | 1 | -31/+99 |
2018-04-24 | push: colorize errors | Ryan Dammrose | 1 | -1/+66 |
2018-04-11 | Merge branch 'sb/object-store' | Junio C Hamano | 1 | -0/+1 |
2018-03-23 | object-store: migrate alternates struct and functions from cache.h | Stefan Beller | 1 | -0/+1 |
2018-03-15 | transport-helper: introduce stateless-connect | Brandon Williams | 1 | -0/+1 |
2018-03-15 | fetch-pack: perform a fetch using v2 | Brandon Williams | 1 | -2/+5 |
2018-03-15 | push: pass ref prefixes when pushing | Brandon Williams | 1 | -1/+28 |
2018-03-15 | transport: convert transport_get_remote_refs to take a list of ref prefixes | Brandon Williams | 1 | -2/+5 |
2018-03-15 | transport: convert get_refs_list to take a list of ref prefixes | Brandon Williams | 1 | -7/+11 |
2018-03-15 | connect: request remote refs using v2 | Brandon Williams | 1 | -1/+1 |
2018-03-14 | protocol: introduce enum protocol_version value protocol_v2 | Brandon Williams | 1 | -0/+9 |
2018-03-14 | transport: store protocol version | Brandon Williams | 1 | -9/+26 |
2018-03-14 | connect: discover protocol version outside of get_remote_heads | Brandon Williams | 1 | -5/+19 |
2018-03-14 | transport: use get_refs_via_connect to get refs | Brandon Williams | 1 | -14/+4 |
2018-03-14 | Convert find_unique_abbrev* to struct object_id | brian m. carlson | 1 | -1/+1 |
2018-03-14 | strbuf: convert strbuf_add_unique_abbrev to use struct object_id | brian m. carlson | 1 | -2/+2 |
2018-02-13 | Merge branch 'jh/partial-clone' | Junio C Hamano | 1 | -0/+4 |
2018-02-13 | Merge branch 'jh/fsck-promisors' | Junio C Hamano | 1 | -0/+8 |
2017-12-28 | Merge branch 'jt/transport-hide-vtable' | Junio C Hamano | 1 | -26/+43 |
2017-12-27 | Merge branch 'jt/transport-no-more-rsync' | Junio C Hamano | 1 | -8/+1 |
2017-12-14 | transport: make transport vtable more private | Jonathan Tan | 1 | -26/+43 |
2017-12-12 | transport: remove unused "push" in vtable | Jonathan Tan | 1 | -8/+1 |
2017-12-08 | fetch-pack, index-pack, transport: partial clone | Jeff Hostetler | 1 | -0/+4 |
2017-12-05 | introduce fetch-object: fetch one promisor object | Jonathan Tan | 1 | -0/+8 |
2017-10-16 | refs: convert update_ref and refs_update_ref to use struct object_id | brian m. carlson | 1 | -2/+2 |
2017-10-01 | refs: pass NULL to resolve_refdup() if hash is not needed | René Scharfe | 1 | -2/+1 |
2017-09-24 | refs: pass NULL to resolve_ref_unsafe() if hash is not needed | René Scharfe | 1 | -2/+1 |
2017-06-24 | Merge branch 'ab/free-and-null' | Junio C Hamano | 1 | -2/+1 |
2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
2017-06-16 | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 1 | -2/+1 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-05-02 | bundle: convert to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-04-19 | Merge branch 'bw/push-options-recursively-to-submodules' | Junio C Hamano | 1 | -1/+3 |
2017-04-11 | push: propagate remote and refspec with --recurse-submodules | Brandon Williams | 1 | -1/+2 |
2017-04-11 | push: propagate push-options with --recurse-submodules | Brandon Williams | 1 | -0/+1 |
2017-03-31 | Rename sha1_array to oid_array | brian m. carlson | 1 | -10/+10 |
2017-03-31 | Make sha1_array_append take a struct object_id * | brian m. carlson | 1 | -2/+4 |
2017-03-26 | Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZ | brian m. carlson | 1 | -1/+1 |
2017-03-17 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -2/+2 |
2017-03-14 | Merge branch 'mm/fetch-show-error-message-on-unadvertised-object' | Junio C Hamano | 1 | -5/+9 |
2017-03-02 | fetch_refs_via_pack: call report_unmatched_refs | Matt McCutchen | 1 | -5/+9 |
2017-02-27 | Merge branch 'km/delete-ref-reflog-message' | Junio C Hamano | 1 | -1/+1 |
2017-02-22 | Convert remaining callers of resolve_refdup to object_id | brian m. carlson | 1 | -2/+2 |
2017-02-20 | delete_ref: accept a reflog message argument | Kyle Meyer | 1 | -1/+1 |
2017-02-08 | for_each_alternate_ref: replace transport code with for-each-ref | Jeff King | 1 | -10/+38 |
2017-02-08 | for_each_alternate_ref: pass name/oid instead of ref struct | Jeff King | 1 | -1/+1 |
2017-02-08 | for_each_alternate_ref: use strbuf for path allocation | Jeff King | 1 | -14/+14 |
2017-02-08 | for_each_alternate_ref: stop trimming trailing slashes | Jeff King | 1 | -2/+0 |
2017-02-08 | for_each_alternate_ref: handle failure from real_pathdup() | Jeff King | 1 | -0/+2 |