summaryrefslogtreecommitdiffstats
path: root/builtin/receive-pack.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/trace2-session-id'Junio C Hamano2020-12-091-0/+15
|\
| * receive-pack: log received client session IDJosh Steadmon2020-11-121-0/+7
| * receive-pack: advertise session ID in v0 capabilitiesJosh Steadmon2020-11-121-0/+8
* | receive-pack: use default version 0 for proc-receiveJiang Xin2020-11-111-1/+6
* | receive-pack: gently write messages to proc-receiveJiang Xin2020-11-111-24/+63
|/
* Merge branch 'jx/proc-receive-hook'Junio C Hamano2020-09-261-9/+463
|\
| * receive-pack: new config receive.procReceiveRefsJiang Xin2020-08-271-7/+99
| * New capability "report-status-v2" for git-pushJiang Xin2020-08-271-2/+52
| * receive-pack: feed report options to post-receiveJiang Xin2020-08-271-4/+26
| * receive-pack: add new proc-receive hookJiang Xin2020-08-271-3/+293
* | strvec: rename struct fieldsJeff King2020-07-311-7/+7
* | strvec: fix indentation in renamed callsJeff King2020-07-291-21/+21
* | strvec: convert builtin/ callers away from argv_array nameJeff King2020-07-291-34/+34
* | strvec: rename files from argv-array to strvecJeff King2020-07-291-1/+1
* | Merge branch 'bc/sha-256-part-2'Junio C Hamano2020-07-071-0/+10
|\ \
| * | builtin/receive-pack: detect when the server doesn't support our hashbrian m. carlson2020-05-271-0/+9
| * | remote: advertise the object-format capability on the server sidebrian m. carlson2020-05-271-0/+1
* | | Merge branch 'tb/shallow-cleanup'Junio C Hamano2020-05-131-1/+2
|\ \ \ | |/ / |/| |
| * | shallow: use struct 'shallow_lock' for additional safetyTaylor Blau2020-04-301-1/+1
| * | shallow: extract a header file for shallow-related functionsTaylor Blau2020-04-301-0/+1
* | | Merge branch 'cb/avoid-colliding-with-netbsd-hmac'Junio C Hamano2020-05-081-3/+3
|\ \ \ | |_|/ |/| |
| * | builtin/receive-pack: avoid generic function name hmac()Carlo Marcelo Arenas Belón2020-05-051-3/+3
* | | Merge branch 'tb/reset-shallow'Junio C Hamano2020-05-011-2/+2
|\ \ \ | | |/ | |/|
| * | shallow.c: use '{commit,rollback}_shallow_file'Taylor Blau2020-04-241-2/+2
* | | Merge branch 'bc/constant-memequal'Junio C Hamano2020-04-291-1/+22
|\ \ \
| * | | receive-pack: compilation fixJunio C Hamano2020-04-221-1/+3
| * | | builtin/receive-pack: use constant-time comparison for HMAC valuebrian m. carlson2020-04-101-1/+20
| | |/ | |/|
* | | oid_array: rename source file from sha1-arrayJeff King2020-03-301-1/+1
| |/ |/|
* | receive.denyCurrentBranch: respect all worktreesHariom Verma2020-02-241-17/+19
|/
* builtin/receive-pack: replace sha1_to_hexbrian m. carlson2019-08-201-4/+4
* builtin/receive-pack: switch to use the_hash_algobrian m. carlson2019-08-201-23/+21
* Merge branch 'jk/check-connected-with-alternates'Junio C Hamano2019-07-191-1/+0
|\
| * object-store.h: move for_each_alternate_ref() from transport.hJeff King2019-07-011-1/+0
* | Merge branch 'ds/close-object-store'Junio C Hamano2019-07-101-1/+1
|\ \
| * | packfile: rename close_all_packs to close_object_storeDerrick Stolee2019-06-121-1/+1
* | | receive-pack: drop unused "commands" from prepare_shallow_update()Jeff King2019-05-131-3/+2
| |/ |/|
* | Merge branch 'ab/receive-pack-use-after-free-fix'Junio C Hamano2019-03-071-8/+15
|\ \
| * | receive-pack: fix use-after-free bugÆvar Arnfjörð Bjarmason2019-02-211-8/+15
* | | trace2:data: add trace2 hook classificationJeff Hostetler2019-02-231-0/+4
| |/ |/|
* | pack-protocol.txt: accept error packets in any contextMasaya Suzuki2019-01-021-1/+3
* | Use packet_reader instead of packet_read_lineMasaya Suzuki2019-01-021-29/+31
* | Merge branch 'jc/receive-deny-current-branch-fix'Junio C Hamano2018-10-301-3/+9
|\ \
| * | receive: denyCurrentBranch=updateinstead should not blindly updateJunio C Hamano2018-10-191-3/+9
| |/
* | Merge branch 'tb/filter-alternate-refs'Junio C Hamano2018-10-191-2/+1
|\ \
| * | transport: drop refnames from for_each_alternate_refJeff King2018-10-091-2/+1
* | | Merge branch 'jk/check-everything-connected-is-long-gone'Junio C Hamano2018-10-161-1/+1
|\ \ \
| * | | receive-pack: update comment with check_everything_connectedJeff King2018-09-251-1/+1
* | | | Merge branch 'en/double-semicolon-fix'Junio C Hamano2018-09-241-1/+1
|\ \ \ \
| * | | | Remove superfluous trailing semicolonsElijah Newren2018-09-051-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'jk/cocci'Junio C Hamano2018-09-171-2/+2
|\ \ \ \