summaryrefslogtreecommitdiff
path: root/builtin/receive-pack.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | | push options: {pre,post}-receive hook learns about push optionsStefan Beller2016-07-141-13/+34
|/ / /
* | | Merge branch 'lf/receive-pack-auto-gc-to-client'Junio C Hamano2016-06-271-2/+13
|\ \ \
| * | | receive-pack: send auto-gc output over sideband 2lf/receive-pack-auto-gc-to-clientLukas Fleischer2016-06-061-2/+13
| |/ /
* | | Merge branch 'dt/pre-refs-backend'Junio C Hamano2016-04-251-1/+1
|\ \ \
| * | | check_aliased_update(): check that dst_name is non-NULLMichael Haggerty2016-04-101-1/+1
| |/ /
* | | builtin/receive-pack.c: use parse_options APIss/receive-pack-parse-optionsSidhant Sharma [:tk]2016-03-011-33/+20
|/ /
* | use st_add and st_mult for allocation size computationJeff King2016-02-221-1/+1
* | convert trivial cases to ALLOC_ARRAYJeff King2016-02-221-3/+2
* | convert manual allocations to argv_arrayJeff King2016-02-221-9/+3
* | Merge branch 'js/close-packs-before-gc' into maintJunio C Hamano2016-02-051-0/+1
|\ \
| * | receive-pack: release pack files before garbage-collectingJohannes Schindelin2016-01-131-0/+1
* | | Merge branch 'jk/clang-pedantic' into maintJunio C Hamano2016-02-051-1/+1
|\ \ \ | |/ / |/| |
| * | avoid shifting signed integers 31 bitsJeff King2016-01-041-1/+1
* | | Convert struct ref to use object_id.brian m. carlson2015-11-201-1/+1
* | | hideRefs: add support for matching full refsLukas Fleischer2015-11-051-6/+21
* | | receive-pack: simplify keep_arg computationJeff King2015-10-051-7/+10
* | | use sha1_to_hex_r() instead of strcpyJeff King2015-10-051-6/+9
* | | receive-pack: convert strncpy to xsnprintfJeff King2015-09-251-2/+2
|/ /
* | Merge branch 'jx/do-not-crash-receive-pack-wo-head'Junio C Hamano2015-08-031-1/+1
|\ \
| * | receive-pack: crash when checking with non-exist HEADjx/do-not-crash-receive-pack-wo-headJiang Xin2015-07-221-1/+1
* | | fsck: git receive-pack: support excluding objects from fsck'ingJohannes Schindelin2015-06-231-0/+11
* | | fsck (receive-pack): allow demoting errors to warningsJohannes Schindelin2015-06-231-2/+15
* | | show_ref_cb(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-5/+3
* | | each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-251-1/+4
* | | Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-111-1/+1
|\ \ \
| * | | path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy2014-12-011-1/+1
* | | | Merge branch 'jc/update-instead-into-void'Junio C Hamano2015-04-141-1/+20
|\ \ \ \
| * | | | push-to-deploy: allow pushing into an unborn branch and updating itjc/update-instead-into-voidJunio C Hamano2015-04-011-1/+20
* | | | | ref_transaction_delete(): remove "have_old" parameterMichael Haggerty2015-02-171-2/+1
* | | | | ref_transaction_update(): remove "have_old" parameterMichael Haggerty2015-02-171-1/+1
* | | | | Merge branch 'jc/push-to-checkout'Junio C Hamano2015-02-111-25/+45
|\ \ \ \ \ | |/ / / /
| * | | | receive-pack: support push-to-checkout hookjc/push-to-checkoutJunio C Hamano2015-01-081-1/+18
| * | | | receive-pack: refactor updateInstead codepathJunio C Hamano2014-12-011-25/+28
* | | | | Merge branch 'sb/atomic-push'Junio C Hamano2015-02-111-35/+130
|\ \ \ \ \
| * | | | | receive-pack.c: negotiate atomic push supportRonnie Sahlberg2015-01-071-0/+11
| * | | | | receive-pack.c: add execute_commands_atomic functionStefan Beller2015-01-071-1/+46
| * | | | | receive-pack.c: move transaction handling in a central placeStefan Beller2015-01-071-14/+37
| * | | | | receive-pack.c: move iterating over all commands outside execute_commandsStefan Beller2015-01-071-6/+13
| * | | | | receive-pack.c: die instead of error in case of possible future bugStefan Beller2015-01-071-3/+1
| * | | | | receive-pack.c: shorten the execute_commands loop over all commandsStefan Beller2015-01-071-16/+27
| | |/ / / | |/| | |
* | | | | Merge branch 'js/push-to-deploy'Junio C Hamano2014-12-221-2/+91
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | receive-pack: add another option for receive.denyCurrentBranchJohannes Schindelin2014-11-301-2/+91
| |/ / /
* | | | Merge branch 'mh/simplify-repack-without-refs'Junio C Hamano2014-12-221-1/+1
|\ \ \ \
| * | | | sort_string_list(): rename to string_list_sort()mh/simplify-repack-without-refsMichael Haggerty2014-11-251-1/+1
| |/ / /
* | | | Merge branch 'rs/receive-pack-use-labs'Junio C Hamano2014-12-051-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | use labs() for variables of type long instead of abs()rs/receive-pack-use-labsRené Scharfe2014-11-171-1/+1
| | |/ | |/|
* | | Merge branch 'jc/push-cert'Junio C Hamano2014-10-311-2/+2
|\ \ \
| * | | receive-pack: avoid minor leak in case start_async() failsRené Scharfe2014-10-281-2/+2
| |/ /
* | | Merge branch 'rs/run-command-env-array'Junio C Hamano2014-10-241-9/+14
|\ \ \
| * | | use env_array member of struct child_processrs/run-command-env-arrayRené Scharfe2014-10-191-9/+14