Age | Commit message (Expand) | Author | Files | Lines |
2018-01-30 | sha1_file: convert write_sha1_file to object_id | Patryk Obara | 1 | -5/+6 |
2017-12-06 | Merge branch 'bw/protocol-v1' | Junio C Hamano | 1 | -0/+17 |
2017-10-17 | upload-pack, receive-pack: introduce protocol version 1 | Brandon Williams | 1 | -0/+17 |
2017-10-16 | Convert check_connected to use struct object_id | brian m. carlson | 1 | -5/+5 |
2017-10-16 | refs: update ref transactions to use struct object_id | brian m. carlson | 1 | -2/+2 |
2017-10-05 | Merge branch 'rs/resolve-ref-optional-result' | Junio C Hamano | 1 | -2/+1 |
2017-10-01 | refs: pass NULL to resolve_refdup() if hash is not needed | René Scharfe | 1 | -2/+1 |
2017-09-28 | Merge branch 'rs/resolve-ref-optional-result' | Junio C Hamano | 1 | -2/+1 |
2017-09-25 | Merge branch 'jk/write-in-full-fix' | Junio C Hamano | 1 | -1/+1 |
2017-09-24 | refs: pass NULL to resolve_ref_unsafe() if hash is not needed | René Scharfe | 1 | -2/+1 |
2017-09-14 | avoid "write_in_full(fd, buf, len) != len" pattern | Jeff King | 1 | -1/+1 |
2017-08-23 | pack: move pack-closing functions | Jonathan Tan | 1 | -0/+1 |
2017-08-11 | Merge branch 'bw/object-id' | Junio C Hamano | 1 | -1/+1 |
2017-07-17 | receive-pack: don't access hash of NULL object_id pointer | René Scharfe | 1 | -1/+1 |
2017-07-17 | Convert remaining callers of get_sha1 to get_oid. | brian m. carlson | 1 | -2/+2 |
2017-07-12 | Merge branch 'rs/use-div-round-up' | Junio C Hamano | 1 | -1/+1 |
2017-07-10 | use DIV_ROUND_UP | René Scharfe | 1 | -1/+1 |
2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-06-04 | Merge branch 'jt/push-options-doc' into maint | Junio C Hamano | 1 | -2/+49 |
2017-05-29 | Merge branch 'js/plug-leaks' | Junio C Hamano | 1 | -1/+3 |
2017-05-29 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -4/+4 |
2017-05-23 | Merge branch 'jt/push-options-doc' | Junio C Hamano | 1 | -2/+49 |
2017-05-16 | Merge branch 'js/larger-timestamps' | Junio C Hamano | 1 | -7/+7 |
2017-05-10 | receive-pack: verify push options in cert | Jonathan Tan | 1 | -2/+49 |
2017-05-08 | object: convert parse_object* to take struct object_id | brian m. carlson | 1 | -3/+3 |
2017-05-08 | shallow: convert shallow registration functions to object_id | brian m. carlson | 1 | -1/+1 |
2017-05-08 | receive-pack: plug memory leak in update() | Johannes Schindelin | 1 | -1/+3 |
2017-04-27 | timestamp_t: a new data type for timestamps | Johannes Schindelin | 1 | -3/+3 |
2017-04-23 | Merge branch 'dt/xgethostname-nul-termination' | Junio C Hamano | 1 | -2/+2 |
2017-04-23 | Merge branch 'jk/quarantine-received-objects' | Junio C Hamano | 1 | -1/+0 |
2017-04-23 | PRItime: introduce a new "printf format" for timestamps | Johannes Schindelin | 1 | -2/+2 |
2017-04-23 | parse_timestamp(): specify explicitly where we parse timestamps | Johannes Schindelin | 1 | -2/+2 |
2017-04-19 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -67/+67 |
2017-04-18 | xgethostname: handle long hostnames | David Turner | 1 | -1/+1 |
2017-04-18 | use HOST_NAME_MAX to size buffers for gethostname(2) | René Scharfe | 1 | -1/+1 |
2017-04-16 | Merge branch 'jk/snprintf-cleanups' | Junio C Hamano | 1 | -7/+10 |
2017-04-16 | receive-pack: drop tmp_objdir_env from run_update_hook | Jeff King | 1 | -1/+0 |
2017-03-31 | Rename sha1_array to oid_array | brian m. carlson | 1 | -12/+12 |
2017-03-31 | Convert sha1_array_for_each_unique and for_each_abbrev to object_id | brian m. carlson | 1 | -6/+6 |
2017-03-31 | Make sha1_array_append take a struct object_id * | brian m. carlson | 1 | -3/+3 |
2017-03-30 | receive-pack: print --pack-header directly into argv array | Jeff King | 1 | -7/+10 |
2017-03-30 | Merge branch 'bc/push-cert-receive-fix' | Junio C Hamano | 1 | -1/+1 |
2017-03-28 | Merge branch 'rs/update-hook-optim' into maint | Junio C Hamano | 1 | -8/+5 |
2017-03-28 | sha1-array: convert internal storage for struct sha1_array to object_id | brian m. carlson | 1 | -2/+2 |
2017-03-28 | builtin/receive-pack: convert portions to struct object_id | brian m. carlson | 1 | -49/+49 |
2017-03-28 | builtin/receive-pack: fix incorrect pointer arithmetic | brian m. carlson | 1 | -1/+1 |
2017-03-26 | Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZ | brian m. carlson | 1 | -1/+1 |
2017-03-24 | Merge branch 'rs/update-hook-optim' | Junio C Hamano | 1 | -8/+5 |
2017-03-24 | Merge branch 'jk/push-deadlock-regression-fix' into maint | Junio C Hamano | 1 | -1/+4 |