summaryrefslogtreecommitdiff
path: root/send-pack.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-1/+3
|\
| * write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren2023-03-211-1/+2
| * treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano2023-04-061-3/+3
|\ \
| * | cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-3/+3
* | | Merge branch 'sg/parse-options-h-users'Junio C Hamano2023-03-301-0/+1
|\ \ \ | |_|/ |/| |
| * | treewide: include parse-options.h in source filesSZEDER Gábor2023-03-201-0/+1
| |/
* | Remove unnecessary includes of builtin.hElijah Newren2023-02-231-1/+1
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-231-0/+1
|/
* git-compat-util.h: use "UNUSED", not "UNUSED(var)"Ævar Arnfjörð Bjarmason2022-09-011-1/+1
* run-command: mark unused async callback parametersJeff King2022-08-191-1/+1
* send-pack.c: add config push.useBitmapsKyle Zhao2022-06-171-0/+6
* Merge branch 'fs/ssh-signing'Junio C Hamano2021-10-251-4/+4
|\
| * ssh signing: provide a textual signing_key_idFabian Stelzer2021-09-101-4/+4
* | Merge branch 'jt/push-negotiation-fixes'Junio C Hamano2021-08-241-2/+4
|\ \ | |/ |/|
| * send-pack: fix push nego. when remote has refsJonathan Tan2021-07-151-2/+4
* | send-pack.c: move "no refs in common" abort earlierÆvar Arnfjörð Bjarmason2021-06-301-5/+6
|/
* send-pack: support push negotiationJonathan Tan2021-05-051-4/+57
* use CALLOC_ARRAYRené Scharfe2021-03-131-2/+2
* Merge branch 'js/trace2-session-id'Junio C Hamano2020-12-081-0/+7
|\
| * send-pack: advertise session ID in capabilitiesJosh Steadmon2020-11-111-0/+7
* | Merge branch 'jk/stop-pack-objects-when-push-is-killed'Junio C Hamano2020-12-031-0/+1
|\ \ | |/ |/|
| * send-pack: kill pack-objects helper on signal or exitJeff King2020-11-211-0/+1
* | Merge branch 'sk/force-if-includes'Junio C Hamano2020-10-271-0/+1
|\ \ | |/ |/|
| * push: add reflog check for "--force-if-includes"Srinidhi Kaushik2020-10-031-0/+1
* | Merge branch 'hx/push-atomic-with-cert'Junio C Hamano2020-09-251-26/+28
|\ \ | |/ |/|
| * send-pack: run GPG after atomic push checkingHan Xin2020-09-191-28/+30
* | Merge branch 'jx/proc-receive-hook'Junio C Hamano2020-09-251-19/+82
|\ \ | |/ |/|
| * New capability "report-status-v2" for git-pushJiang Xin2020-08-271-19/+82
* | strvec: convert remaining callers away from argv_array nameJeff King2020-07-281-9/+9
* | Merge branch 'js/default-branch-name'Junio C Hamano2020-07-061-1/+1
|\ \
| * | send-pack/transport-helper: avoid mentioning a particular branchJohannes Schindelin2020-06-241-1/+1
* | | Merge branch 'bc/sha-256-part-2'Junio C Hamano2020-07-061-0/+6
|\ \ \ | |/ / |/| |
| * | send-pack: detect when the server doesn't support our hashbrian m. carlson2020-05-271-0/+6
| |/
* | Merge branch 'tb/shallow-cleanup'Junio C Hamano2020-05-131-0/+1
|\ \ | |/ |/|
| * shallow: extract a header file for shallow-related functionsTaylor Blau2020-04-301-0/+1
* | Merge branch 'jx/atomic-push'Junio C Hamano2020-04-281-27/+5
|\ \
| * | transport-helper: new method reject_atomic_push()Jiang Xin2020-04-171-26/+3
| * | send-pack: mark failure of atomic push properlyJiang Xin2020-04-171-0/+2
| * | send-pack: fix inconsistent porcelain outputJiang Xin2020-04-171-4/+3
| |/
* | oid_array: rename source file from sha1-arrayJeff King2020-03-301-1/+1
|/
* Merge branch 'jk/send-pack-check-negative-with-quick'Junio C Hamano2019-12-061-1/+3
|\
| * send-pack: use OBJECT_INFO_QUICK to check negative objectsJeff King2019-11-301-1/+3
* | Merge branch 'jk/send-pack-remote-failure'Junio C Hamano2019-12-011-4/+4
|\ \ | |/ |/|
| * send-pack: check remote ref status on pack-objects failureJeff King2019-11-131-4/+4
* | send-pack: never fetch when checking exclusionsJonathan Tan2019-10-091-1/+2
|/
* Merge branch 'jk/loose-object-cache-oid'Junio C Hamano2019-02-061-1/+1
|\
| * convert has_sha1_file() callers to has_object_file()Jeff King2019-01-081-1/+1
* | 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-18/+19
|/