summaryrefslogtreecommitdiff
path: root/builtin/receive-pack.c
AgeCommit message (Expand)Author
2017-10-05Merge branch 'rs/resolve-ref-optional-result'Junio C Hamano
2017-10-01refs: pass NULL to resolve_refdup() if hash is not neededRené Scharfe
2017-09-28Merge branch 'rs/resolve-ref-optional-result'Junio C Hamano
2017-09-25Merge branch 'jk/write-in-full-fix'Junio C Hamano
2017-09-24refs: pass NULL to resolve_ref_unsafe() if hash is not neededRené Scharfe
2017-09-14avoid "write_in_full(fd, buf, len) != len" patternJeff King
2017-08-23pack: move pack-closing functionsJonathan Tan
2017-08-11Merge branch 'bw/object-id'Junio C Hamano
2017-07-17receive-pack: don't access hash of NULL object_id pointerRené Scharfe
2017-07-17Convert remaining callers of get_sha1 to get_oid.brian m. carlson
2017-07-12Merge branch 'rs/use-div-round-up'Junio C Hamano
2017-07-10use DIV_ROUND_UPRené Scharfe
2017-06-24Merge branch 'bw/config-h'Junio C Hamano
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-04Merge branch 'jt/push-options-doc' into maintJunio C Hamano
2017-05-29Merge branch 'js/plug-leaks'Junio C Hamano
2017-05-29Merge branch 'bc/object-id'Junio C Hamano
2017-05-23Merge branch 'jt/push-options-doc'Junio C Hamano
2017-05-16Merge branch 'js/larger-timestamps'Junio C Hamano
2017-05-10receive-pack: verify push options in certJonathan Tan
2017-05-08object: convert parse_object* to take struct object_idbrian m. carlson
2017-05-08shallow: convert shallow registration functions to object_idbrian m. carlson
2017-05-08receive-pack: plug memory leak in update()Johannes Schindelin
2017-04-27timestamp_t: a new data type for timestampsJohannes Schindelin
2017-04-24Merge branch 'dt/xgethostname-nul-termination'Junio C Hamano
2017-04-24Merge branch 'jk/quarantine-received-objects'Junio C Hamano
2017-04-24PRItime: introduce a new "printf format" for timestampsJohannes Schindelin
2017-04-24parse_timestamp(): specify explicitly where we parse timestampsJohannes Schindelin
2017-04-20Merge branch 'bc/object-id'Junio C Hamano
2017-04-19xgethostname: handle long hostnamesDavid Turner
2017-04-19use HOST_NAME_MAX to size buffers for gethostname(2)René Scharfe
2017-04-17Merge branch 'jk/snprintf-cleanups'Junio C Hamano
2017-04-17receive-pack: drop tmp_objdir_env from run_update_hookJeff King
2017-03-31Rename sha1_array to oid_arraybrian m. carlson
2017-03-31Convert sha1_array_for_each_unique and for_each_abbrev to object_idbrian m. carlson
2017-03-31Make sha1_array_append take a struct object_id *brian m. carlson
2017-03-30receive-pack: print --pack-header directly into argv arrayJeff King
2017-03-30Merge branch 'bc/push-cert-receive-fix'Junio C Hamano
2017-03-28Merge branch 'rs/update-hook-optim' into maintJunio C Hamano
2017-03-28sha1-array: convert internal storage for struct sha1_array to object_idbrian m. carlson
2017-03-28builtin/receive-pack: convert portions to struct object_idbrian m. carlson
2017-03-28builtin/receive-pack: fix incorrect pointer arithmeticbrian m. carlson
2017-03-27Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZbrian m. carlson
2017-03-24Merge branch 'rs/update-hook-optim'Junio C Hamano
2017-03-24Merge branch 'jk/push-deadlock-regression-fix' into maintJunio C Hamano
2017-03-18receive-pack: simplify run_update_post_hook()René Scharfe
2017-03-17Merge branch 'bc/object-id'Junio C Hamano
2017-03-14Merge branch 'jk/push-deadlock-regression-fix'Junio C Hamano
2017-03-07receive-pack: fix deadlock when we cannot create tmpdirJeff King
2017-02-22Convert remaining callers of resolve_refdup to object_idbrian m. carlson