summaryrefslogtreecommitdiff
path: root/builtin/receive-pack.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge branch 'rs/ref-transaction'Junio C Hamano2014-10-211-4/+5
|\ \ \
| * | | refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-151-2/+2
| * | | refs.c: pass the ref log message to _create/delete/update instead of _commitRonnie Sahlberg2014-10-151-2/+3
| |/ /
* | | Merge branch 'rs/receive-pack-argv-leak-fix'Junio C Hamano2014-10-201-10/+8
|\ \ \ | |/ / |/| |
| * | receive-pack: plug minor memory leak in unpack()rs/receive-pack-argv-leak-fixRené Scharfe2014-10-131-10/+8
* | | Merge branch 'mh/lockfile'Junio C Hamano2014-10-141-0/+1
|\ \ \
| * | | lockfile.h: extract new header file for the functions in lockfile.cmh/lockfileMichael Haggerty2014-10-011-0/+1
* | | | Merge branch 'jc/push-cert'Junio C Hamano2014-10-081-40/+353
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | receive-pack::hmac_sha1(): copy the entire SHA-1 hash outBrian Gernhardt2014-09-251-2/+2
| * | signed push: allow stale nonce in stateless modeJunio C Hamano2014-09-171-10/+79
| * | signed push: fortify against replay attacksJunio C Hamano2014-09-171-8/+124
| * | signed push: remove duplicated protocol infoJunio C Hamano2014-09-151-0/+26
| * | receive-pack: GPG-validate push certificatesJunio C Hamano2014-09-151-0/+31
| * | push: the beginning of "git push --signed"Junio C Hamano2014-09-151-0/+52
| * | receive-pack: factor out capability string generationJunio C Hamano2014-09-151-8/+14
| * | receive-pack: factor out queueing of commandJunio C Hamano2014-09-151-21/+29
| * | receive-pack: do not reuse old_sha1[] for other thingsJunio C Hamano2014-09-151-3/+5
| * | receive-pack: parse feature request a bit earlierJunio C Hamano2014-09-151-12/+14
| * | receive-pack: do not overallocate command structureJunio C Hamano2014-09-151-2/+3
* | | Merge branch 'jc/ignore-sigpipe-while-running-hooks'Junio C Hamano2014-09-261-0/+6
|\ \ \
| * | | receive-pack: allow hooks to ignore its standard input streamjc/ignore-sigpipe-while-running-hooksJunio C Hamano2014-09-161-0/+6
| |/ /
* | | Merge branch 'rs/ref-transaction-1'Junio C Hamano2014-09-111-9/+16
|\ \ \