summaryrefslogtreecommitdiff
path: root/builtin/receive-pack.c
AgeCommit message (Expand)Author
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
2017-02-08receive-pack: avoid duplicates between our refs and alternatesJeff King
2017-02-08receive-pack: treat namespace .have lines like alternatesJeff King
2017-02-08receive-pack: fix misleading namespace/.have commentJeff King
2017-02-08receive-pack: use oidset to de-duplicate .have linesJeff King
2017-02-08for_each_alternate_ref: pass name/oid instead of ref structJeff King
2017-02-02Merge branch 'rs/receive-pack-cleanup'Junio C Hamano
2017-01-30receive-pack: call string_list_clear() unconditionallyRené Scharfe
2016-12-05receive-pack: improve English grammar of denyCurrentBranch messageAlex Henrie
2016-10-31Merge branch 'ls/filter-process'Junio C Hamano
2016-10-26find_unique_abbrev: use 4-buffer ringJeff King