summaryrefslogtreecommitdiff
path: root/builtin/receive-pack.c
AgeCommit message (Expand)Author
2016-09-21Merge branch 'va/i18n'Junio C Hamano
2016-09-15i18n: receive-pack: mark messages for translationVasco Almeida
2016-08-24receive-pack: allow a maximum input size to be specifiedJeff King
2016-08-17Merge branch 'jk/tighten-alloc'Junio C Hamano
2016-08-14receive-pack: use FLEX_ALLOC_MEM in queue_command()René Scharfe
2016-08-03Merge branch 'jk/push-progress'Junio C Hamano
2016-07-20receive-pack: send keepalives during quiet periodsJeff King
2016-07-20receive-pack: turn on connectivity progressJeff King
2016-07-20receive-pack: relay connectivity errors to sidebandJeff King
2016-07-20receive-pack: turn on index-pack resolving progressJeff King
2016-07-20check_everything_connected: use a struct with named optionsJeff King
2016-07-14receive-pack: implement advertising and receiving push optionsStefan Beller
2016-07-14push options: {pre,post}-receive hook learns about push optionsStefan Beller
2016-06-27Merge branch 'lf/receive-pack-auto-gc-to-client'Junio C Hamano
2016-06-06receive-pack: send auto-gc output over sideband 2Lukas Fleischer
2016-04-25Merge branch 'dt/pre-refs-backend'Junio C Hamano
2016-04-10check_aliased_update(): check that dst_name is non-NULLMichael Haggerty
2016-03-01builtin/receive-pack.c: use parse_options APISidhant Sharma [:tk]
2016-02-22use st_add and st_mult for allocation size computationJeff King
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King
2016-02-22convert manual allocations to argv_arrayJeff King
2016-02-05Merge branch 'js/close-packs-before-gc' into maintJunio C Hamano
2016-02-05Merge branch 'jk/clang-pedantic' into maintJunio C Hamano
2016-01-13receive-pack: release pack files before garbage-collectingJohannes Schindelin
2016-01-04avoid shifting signed integers 31 bitsJeff King
2015-11-20Convert struct ref to use object_id.brian m. carlson
2015-11-05hideRefs: add support for matching full refsLukas Fleischer
2015-10-05receive-pack: simplify keep_arg computationJeff King
2015-10-05use sha1_to_hex_r() instead of strcpyJeff King
2015-09-25receive-pack: convert strncpy to xsnprintfJeff King
2015-08-03Merge branch 'jx/do-not-crash-receive-pack-wo-head'Junio C Hamano
2015-07-22receive-pack: crash when checking with non-exist HEADJiang Xin
2015-06-23fsck: git receive-pack: support excluding objects from fsck'ingJohannes Schindelin
2015-06-23fsck (receive-pack): allow demoting errors to warningsJohannes Schindelin
2015-05-25show_ref_cb(): rewrite to take an object_id argumentMichael Haggerty
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty
2015-05-11Merge branch 'nd/multiple-work-trees'Junio C Hamano
2015-04-14Merge branch 'jc/update-instead-into-void'Junio C Hamano
2015-04-02push-to-deploy: allow pushing into an unborn branch and updating itJunio C Hamano
2015-02-17ref_transaction_delete(): remove "have_old" parameterMichael Haggerty
2015-02-17ref_transaction_update(): remove "have_old" parameterMichael Haggerty
2015-02-11Merge branch 'jc/push-to-checkout'Junio C Hamano
2015-02-11Merge branch 'sb/atomic-push'Junio C Hamano
2015-01-08receive-pack: support push-to-checkout hookJunio C Hamano
2015-01-08receive-pack.c: negotiate atomic push supportRonnie Sahlberg
2015-01-08receive-pack.c: add execute_commands_atomic functionStefan Beller
2015-01-08receive-pack.c: move transaction handling in a central placeStefan Beller
2015-01-08receive-pack.c: move iterating over all commands outside execute_commandsStefan Beller
2015-01-08receive-pack.c: die instead of error in case of possible future bugStefan Beller
2015-01-08receive-pack.c: shorten the execute_commands loop over all commandsStefan Beller